Patrik Båt a écrit:
Hello people out there!
Im trying to compile the cvs source of WINE and gets error:
gcc -c -I. -I. -I../../include -I../../include -g -O2 -Wall -mpreferred-stack-boundary=2 -fno-keep-static-consts -D__int8=char -D__int16=short -D__int32=int "-D__int64=long long" -fPIC -D__WINE__ -fshort-wchar -D_REENTRANT -I/usr/X11R6/include -o dpnet_main.o dpnet_main.c cc1: Invalid option `-fshort-wchar' make[2]: *** [dpnet_main.o] Error 1 make[2]: Leaving directory `/root/winecvs/wine/dlls/dpnet' make[1]: *** [dpnet/libdpnet.so] Error 2 make[1]: Leaving directory `/root/winecvs/wine/dlls' make: *** [dlls] Error 2
Is it anyone ho have a clue? I updated the CVS source today, 2003-02-05 (YYYY-MM-DD). ./configure dosen't complaine...
My system is: Linux 2.4.20, Debian 3.0 unstable.
Seeing that there are 15 packages returned for a search for "gcc" in unstable, could you tell us which version of gcc you use?
It seems your gcc doesn't like "-fshort-wchar". I'm not sure since when it is in gcc, or how ./configure reacts if it's absent.
Vincent