https://bugs.winehq.org/show_bug.cgi?id=37253
Bug ID: 37253 Summary: dlls/wbemprox/builtin.c fails to build on NetBSD 6.1.4 Product: Wine Version: 1.7.26 Hardware: x86 OS: NetBSD Status: NEW Keywords: download, source Severity: normal Priority: P2 Component: wmi&wbemprox Assignee: wine-bugs@winehq.org Reporter: austinenglish@gmail.com
gcc -c -o builtin.o builtin.c -I. -I../../include -D__WINESRC__ -D_REENTRANT -fPIC -Wall -pipe -fno-strict-aliasing -Wdeclaration-after-statement -Wempty-body -Wignored-qualifiers -Wstrict-prototypes -Wtype-limits -Wvla -Wwrite-strings -Wpointer-arith -Wlogical-op -gdwarf-2 -gstrict-dwarf -fno-omit-frame-pointer -g -O2 In file included from /usr/include/sys/time.h:268:0, from /usr/include/time.h:142, from ../../include/iptypes.h:22, from ../../include/iphlpapi.h:27, from builtin.c:34: /usr/include/sys/select.h:67:18: error: expected declaration specifiers or '...' before 'Include_winsock_h_before_stdlib_h_or_use_the_MSVCRT_library' /usr/include/sys/select.h:67:39: error: expected declaration specifiers or '...' before 'Include_winsock_h_before_stdlib_h_or_use_the_MSVCRT_library' /usr/include/sys/select.h:68:5: error: expected declaration specifiers or '...' before 'Include_winsock_h_before_stdlib_h_or_use_the_MSVCRT_library' /usr/include/sys/select.h:70:17: error: expected declaration specifiers or '...' before 'Include_winsock_h_before_stdlib_h_or_use_the_MSVCRT_library' /usr/include/sys/select.h:70:38: error: expected declaration specifiers or '...' before 'Include_winsock_h_before_stdlib_h_or_use_the_MSVCRT_library' /usr/include/sys/select.h:71:5: error: expected declaration specifiers or '...' before 'Include_winsock_h_before_stdlib_h_or_use_the_MSVCRT_library' *** Error code 1
Stop. make: stopped in /root/wine-git/dlls/wbemprox