http://bugs.winehq.com/show_bug.cgi?id=1904
Summary: wine 20031212 sipx_zero Product: Wine Version: unspecified Platform: PC OS/Version: OpenBSD Status: UNCONFIRMED Severity: minor Priority: P2 Component: wine-net AssignedTo: wine-bugs@winehq.com ReportedBy: jbreker@sympatico.ca
I am running on OpenBSD-current. The following was executed and the output seen below was from the failed gmake command.
Commands Executed: ./configure --without-opengl gmake depend gmake
Trailing gmake output: async.c: In function `_async_queryfun': async.c:422: warning: implicit declaration of function `gethostbyname_r' async.c:424: warning: implicit declaration of function `gethostbyaddr_r' gcc -c -I. -I. -I../../include -I../../include -D__WINESRC__ -DUSE_WS_PREFIX -D_REENTRANT -fPIC -Wall -mpreferred-stack-boundary=2 -fno-strict-aliasing -gstabs+ -Wpointer-arith -g -O2 -o socket.o socket.c socket.c: In function `ws_sockaddr_ws2u': socket.c:741: structure has no member named `sipx_zero' socket.c:741: structure has no member named `sipx_zero' socket.c: In function `WS_gethostbyaddr': socket.c:2398: warning: implicit declaration of function `gethostbyaddr_r' socket.c: In function `WS_gethostbyname': socket.c:2445: warning: implicit declaration of function `gethostbyname_r' gmake[2]: *** [socket.o] Error 1 gmake[2]: Leaving directory `/home/jbreker/wine-20031212/dlls/winsock' gmake[1]: *** [winsock] Error 2 gmake[1]: Leaving directory `/home/jbreker/wine-20031212/dlls' gmake: *** [dlls] Error 2