> From: Ángel González <[email protected]> > To: bug-wget <[email protected]> > Cc: > Sent: Tuesday, March 20, 2012 2:59 PM > Subject: [Bug-wget] bootstrap modules missing > > I noticed that the gnulib modules ftello, mkstemp and strtok_r are > needed for windows build, but not listed in bootstrap.conf > Patch attached.
Thanks, I got those errors as well. Did you encounter this error when building 2589: ioctl.c: In function 'primary_ioctl': ioctl.c:60:8: error: 'HANDLE' undeclared (first use in this function) ioctl.c:60:8: note: each undeclared identifier is reported only once for each function it appears in ioctl.c:60:16: error: expected ')' before '_get_osfhandle' I had to include windows.h in lib\ioctl.c Also.. I notice that although I have ssl32 and it was found the LIBSSL32 define no longer appears in my config.h. I checked the ac and don't see why though. Do you have in your src\config.h.in something like this: /* Define to 1 if you have the `ssl32' library (-lssl32). */ #undef HAVE_LIBSSL32 it's missing in mine. configure:31792: checking for SSL_connect in -lssl32 configure:31817: gcc -o conftest.exe -O2 -Wall conftest.c -lssl32 -leay32 -lz -lz -lws2_32 >&5 configure:31817: $? = 0 configure:31826: result: yes configure:31831: Enabling support for SSL via OpenSSL (shared) ac_cv_lib_ssl32_SSL_connect=yes
