On 21/03/12 07:20, Ray Satiro wrote: > 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 No, but I don't have HANDLE nor get_osfhandle in lib/ioctl.c Seems you have a different ioctl.c.. Try bootstrapping again.
I am getting a "ioctl() failed. The socket could not be set as blocking." failure, though. I don't know what is exactly getting passed to it. ioctl() fails. So do ioctlsocket(fd, ) and ioctlsocket( _get_osfhandle (fd), ) > 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. I was configuring without SSL.
