http://bugs.winehq.org/show_bug.cgi?id=23200
Summary: cygwin build broken in dlls/ws2_32/tests/sock.c Product: Wine Version: 1.2-rc2 Platform: x86 OS/Version: Windows XP Status: NEW Keywords: download, source Severity: normal Priority: P2 Component: winsock AssignedTo: wine-bugs@winehq.org ReportedBy: austinenglish@gmail.com
Created an attachment (id=28867) --> (http://bugs.winehq.org/attachment.cgi?id=28867) make log
After ba9ec152e17f436fb3e73d8e08af811ba3520cef, the build gets past dlls/msvcrt/tests, and now fails in dlls/ws2_32/tests/sock.c:
sock.c: In function `select_server': sock.c:473: error: variable `timeout' has initializer but incomplete type sock.c:473: warning: excess elements in struct initializer sock.c:473: warning: (near initialization for `timeout') sock.c:473: warning: excess elements in struct initializer sock.c:473: warning: (near initialization for `timeout') sock.c:473: error: storage size of 'timeout' isn't known sock.c:474: error: `Include_winsock_h_before_stdlib_h_or_use_the_MSVCRT_library' undeclared (first use in this function) sock.c:474: error: (Each undeclared identifier is reported only once sock.c:474: error: for each function it appears in.) sock.c:474: error: parse error before "fds_recv" sock.c:488: warning: implicit declaration of function `Include_winsock_h_before_stdlib_h_or_use_the_MSVCRT_library' sock.c:488: error: `fds_openrecv' undeclared (first use in this function) sock.c:489: error: `fds_recv' undeclared (first use in this function) sock.c:490: error: `fds_send' undeclared (first use in this function) sock.c:491: error: `fds_opensend' undeclared (first use in this function) sock.c:473: warning: unused variable `timeout' sock.c: In function `SelectReadThread':
full error attached.