Hello all, I am trying to install the latest mail utils on a freshly loaded Fedora 4 box with the standard default sendmail configuration.
When I do: ./configure --disable-imap --disable-nntp --disable-mh and then make, the messages scroll for hundreds of lines then stop with: if gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../lib -I../include -I../mailbox -I../inc lude/mailutils/gnu -DSYSCONFDIR=\"/usr/local/etc\" -g -O2 -MT fetch.o -MD -MP -MF ".deps/fetch.Tpo" -c -o fetch.o fetch.c; \ then mv -f ".deps/fetch.Tpo" ".deps/fetch.Po"; else rm -f ".deps/fetch.Tpo"; exit 1; fi fetch.c:66: error: array type has incomplete element type make[3]: *** [fetch.o] Error 1 make[3]: Leaving directory `/software/mailutils-0.6/imap4d' make[2]: *** [all-recursive] Error 1 make[2]: Leaving directory `/software/mailutils-0.6/imap4d' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/software/mailutils-0.6' I've tried ./configure with no options, and with various combinations of what I have above, same result. I've also done make clean and make distclean in between. If I ignore the error, and do a make install, it ends with: make[2]: Entering directory `/software/mailutils-0.6/imap4d' if gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../lib -I../include -I../mailbox -I../inc lude/mailutils/gnu -DSYSCONFDIR=\"/usr/local/etc\" -g -O2 -MT fetch.o -MD -MP -MF ".deps/fetch.Tpo" -c -o fetch.o fetch.c; \ then mv -f ".deps/fetch.Tpo" ".deps/fetch.Po"; else rm -f ".deps/fetch.Tpo"; exit 1; fi fetch.c:66: error: array type has incomplete element type make[2]: *** [fetch.o] Error 1 make[2]: Leaving directory `/software/mailutils-0.6/imap4d' make[1]: *** [install-recursive] Error 1 make[1]: Leaving directory `/software/mailutils-0.6/imap4d' make: *** [install-recursive] Error 1 We don't use IMAP, and I'm trying to tell make not to use IMAP. Help! Cliff _______________________________________________ Bug-mailutils mailing list [email protected] http://lists.gnu.org/mailman/listinfo/bug-mailutils
