compiling of current cvs fails
Cyril LAPART <[email protected]>
| Newsgroups | gmane.comp.emulators.winex.devel |
|---|---|
| Message-ID | <[email protected]> |
Your gcc version 2.95.4 is to old ,you must use gcc3 ln -sf /usr/bin/gcc-3.0 /usr/bin/gcc it compile perfectly on my debian woody > >That worked, thanks. However, the compilation failed further along with >the following: > >gcc -c -I. -I. -I../../include -I../../include -g -O2 -Wall >-mpreferred-stack-boundary=2 -fno-keep-static-consts -D__const=const >-D__int8=char -D__int16=short -D__int32=int "-D__int64=long long" -fPIC >-D__WINE__ -DUSE_WS_PREFIX -D_REENTRANT -I/usr/X11R6/include -o async.o >async.c >async.c: In function `__WSAsyncDBQuery': >async.c:529: parse error before `thread_handle' >async.c:530: `thread_handle' undeclared (first use in this function) >async.c:530: (Each undeclared identifier is reported only once >async.c:530: for each function it appears in.) >make[2]: *** [async.o] Error 1 >make[2]: Leaving directory `/home/jhs/tmp/winex/dlls/winsock' >make[1]: *** [winsock/libws2_32.so] Error 2 >make[1]: Leaving directory `/home/jhs/tmp/winex/dlls' >make: *** [dlls] Error 2 > >Any thoughts? > >Thanks. > >