On Fri, 6 Jul 2007 19:21, [EMAIL PROTECTED] said: > utf8conv.c:386: error: 'ICONV_CONST' undeclared (first use in this function)
Ah yes, you build without NLS (gettext) support. Probably because GNU gettext is not installed on your machine. I have removed the included copy of gettext as it is not justified anymore (there are so many requirements now that this extra one does not really make it worse). Unfortunately, the test for iconv is only run if gettext support is requested. I have changed that now. The workaround is to add a line /* Define as const if the declaration of iconv() needs const. */ #define ICONV_CONST to config.h after running configure. Salam-Shalom, Werner _______________________________________________ Gnupg-users mailing list Gnupg-users@gnupg.org http://lists.gnupg.org/mailman/listinfo/gnupg-users