Hi all, Not sure if it is just me or what, but I've been trying to compile head and getting some strange errors...
In file included from /usr/local/include/gmime-2.0/gmime/gmime.h:35, from dbmail-message.h:36, from mime.c:36: /usr/local/include/gmime-2.0/gmime/gmime-iconv.h:27:19: iconv.h: No such file or directory In file included from /usr/local/include/gmime-2.0/gmime/gmime.h:35, from dbmail-message.h:36, from mime.c:36: /usr/local/include/gmime-2.0/gmime/gmime-iconv.h:37: error: syntax error before "g_mime_iconv_open" /usr/local/include/gmime-2.0/gmime/gmime-iconv.h:37: warning: type defaults to `int' in declaration of `g_mime_iconv_open' /usr/local/include/gmime-2.0/gmime/gmime-iconv.h:37: warning: data definition has no type or storage class /usr/local/include/gmime-2.0/gmime/gmime-iconv.h:105: error: syntax error before "cd" /usr/local/include/gmime-2.0/gmime/gmime-iconv.h:105: warning: function declaration isn't a prototype In file included from /usr/local/include/gmime-2.0/gmime/gmime.h:36, from dbmail-message.h:36, from mime.c:36: /usr/local/include/gmime-2.0/gmime/gmime-iconv-utils.h:35: error: syntax error before "cd" /usr/local/include/gmime-2.0/gmime/gmime-iconv-utils.h:35: warning: function declaration isn't a prototype /usr/local/include/gmime-2.0/gmime/gmime-iconv-utils.h:36: error: syntax error before "cd" /usr/local/include/gmime-2.0/gmime/gmime-iconv-utils.h:36: warning: function declaration isn't a prototype In file included from /usr/local/include/gmime-2.0/gmime/gmime.h:64, from dbmail-message.h:36, from mime.c:36: /usr/local/include/gmime-2.0/gmime/gmime-filter-charset.h:50: error: syntax error before "iconv_t" gmake[2]: *** [mime.lo] Error 1 gmake[2]: Leaving directory `/usr/home/bob/dbmail' gmake[1]: *** [all-recursive] Error 1 gmake[1]: Leaving directory `/usr/home/bob/dbmail' gmake: *** [all-recursive-am] Error 2 This would suggest that I'm just missing iconv.h, but I can find it located in /usr/local/include... Anyone care to shed some light on the matter? As a side note, I tried to compile the 2.0 branch which did not have this problem, but still failed with some dm_getopt errors while compiling pop3d. Dean