<<< Date Index >>>     <<< Thread Index >>>

[1.5.9 and Cygwin] Build problem related to HAVE_CONFIG_H



Hi folks,

I just tried building mutt 1.5.9 under Cygwin and came across the
following buglet.  It seems that the -DHAVE_CONFIG_H is *NOT* passed
to the makedoc rule in the Makefile (see below).  If I compile this
step manually, then the make proceeds without incident to the end.
FYI: same problem as in 1.5.8.  Cygwin environment with gcc 3.3.3.

Cheers!

                                                   rudy

----- Build log -----
make[3]: Entering directory `/cygdrive/c/rudy/cygwin/src/mutt-1.5.9'
gcc -Wall -pedantic -g -O2 -I/usr/include/ncurses -I./intl -I/usr/local/include 
  makedoc.c   -o makedoc
makedoc.c:52: error: conflicting types for `sys_errlist'
/usr/include/sys/errno.h:23: error: previous declaration of `sys_errlist'
makedoc.c: In function `main':
makedoc.c:121: warning: implicit declaration of function `getopt'
make[3]: *** [makedoc] Error 1