http://bugs.winehq.org/show_bug.cgi?id=16833
--- Comment #7 from David Gerard dgerard@gmail.com 2009-01-18 10:52:39 --- That's the config.log from ./configure on the wine-1.1.13 source tarball.
make bombs out in the same file, but slightly differently!
gcc -c -I. -I. -I../../include -I../../include -D__WINESRC__ -D_REENTRANT -Wall -pipe -fno-strict-aliasing -Wdeclaration-after-statement -Wwrite-strings -Wpointer-arith -g -O2 -o internettransport.o internettransport.c In file included from ../../include/winsock2.h:47, from internettransport.c:30: ../../include/winsock.h:58:1: warning: "fd_set" redefined In file included from /usr/include/stdio.h:46, from internettransport.c:24: /usr/include/sys/types.h:237:1: warning: this is the location of the previous definition internettransport.c: In function `InternetTransport_WndProc': internettransport.c:348: error: `Include_winsock_h_before_stdlib_h_or_use_the_MSVCRT_library' undeclared (first use in this function) internettransport.c:348: error: (Each undeclared identifier is reported only once internettransport.c:348: error: for each function it appears in.) internettransport.c:348: error: parse error before "infd" internettransport.c:379: warning: implicit declaration of function `Include_winsock_h_before_stdlib_h_or_use_the_MSVCRT_library' internettransport.c:379: error: `infd' undeclared (first use in this function) make[2]: *** [internettransport.o] Error 1 make[2]: Leaving directory `/cygdrive/c/wine-1.1.13/dlls/inetcomm' make[1]: *** [inetcomm] Error 2 make[1]: Leaving directory `/cygdrive/c/wine-1.1.13/dlls' make: *** [dlls] Error 2