On 13/02/15 20:00, Sebastian Lackner wrote:
This patch causes build failures on our Ubuntu Precise builders. I don't have a machine to test it directly, but somehow unistd.h is still included indirectly:
In file included from http.c:37:0: ../../include/ws2tcpip.h:57:13: error: conflicting types for 'socklen_t' /usr/include/unistd.h:275:21: note: previous declaration of 'socklen_t' was here
Full build log: https://launchpadlibrarian.net/197555168/buildlog_ubuntu-precise-i386.wine-s...
It looks like zlib.h is including unistd.h. Could you, or anyone else seeing this error, send me zlib.h and zconf.h so I may take a look.
Thanks, Jacek