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.
http://bugs.winehq.org/show_bug.cgi?id=23200
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- URL| |http://www.cygwin.com/setup | |.exe Version|1.2-rc2 |1.2-rc3
http://bugs.winehq.org/show_bug.cgi?id=23200
Alexandre Julliard julliard@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED
--- Comment #1 from Alexandre Julliard julliard@winehq.org 2010-06-16 13:36:35 --- Fixed by 76efc82860b4d2d53e81370e67207d0a842d5e75.
http://bugs.winehq.org/show_bug.cgi?id=23200
Alexandre Julliard julliard@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #2 from Alexandre Julliard julliard@winehq.org 2010-06-18 12:47:51 --- Closing bugs fixed in 1.2-rc4.
http://bugs.winehq.org/show_bug.cgi?id=23200
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- OS/Version|Windows XP |Windows