On Mon, Dec 29, 2008 at 5:16 PM, David Gerard <dgerard@xxxxxxxxx> wrote: > 2008/12/29 jeffz <wineforum-user@xxxxxxxxxx>: > >> No really. Just try the patches. > > > I applied Austin's patch for OpenBSD from bug 16660. And ... it bombed > out differently! > > gcc -c -I. -I. -I../../include -I../../include -D__WINESRC__ > -D_REENTRANT -Wall -pipe -fno-strict-aliasing > -Wdeclaration-after-statement -Wwrite-strings -Wpointer-arith -g -O2 > -o internettransport.o internettransport.c > In file included from internettransport.c:31: > ../../include/ws2tcpip.h:238: error: parse error before "socklen_t" > ../../include/ws2tcpip.h:240: error: parse error before "socklen_t" > make[2]: *** [internettransport.o] Error 1 > make[2]: Leaving directory `/home/fun/wine-1.1.11/dlls/inetcomm' > make[1]: *** [inetcomm] Error 2 > make[1]: Leaving directory `/home/fun/wine-1.1.11/dlls' > make: *** [dlls] Error 2 > > > o_0 > > > - d. > > You need to use the second patch, the first one is wrong. -- -Austin