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.
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
Also worth a note that this would be WineX cvs not Wine cvs. Perhaps winex-devel@lists.sourceforge.net would be a better location (and in fact you can check the archives I belive on this one).
Ciao, Peter
Vincent Béron wrote:
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
Thx for fast answer
failure@lightning:~/.ut2003$ gcc -v Reading specs from /usr/lib/gcc-lib/i386-linux/2.95.4/specs gcc version 2.95.4 20011002 (Debian prerelease)
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
Patrik Båt wrote:
Thx for fast answer
failure@lightning:~/.ut2003$ gcc -v Reading specs from /usr/lib/gcc-lib/i386-linux/2.95.4/specs gcc version 2.95.4 20011002 (Debian prerelease)
Sounds like you have an old gcc. Can you update it? gcc3.2 would work better, for instance. - Dan
I think its work now, thx all! sorry for desturbing...
ons 2003-02-05 klockan 18.55 skrev Dan Kegel:
Patrik Båt wrote:
Thx for fast answer
failure@lightning:~/.ut2003$ gcc -v Reading specs from /usr/lib/gcc-lib/i386-linux/2.95.4/specs gcc version 2.95.4 20011002 (Debian prerelease)
Sounds like you have an old gcc. Can you update it? gcc3.2 would work better, for instance.
- Dan
Patrik Båt wrote:
cc1: Invalid option `-fshort-wchar' ... My system is: Linux 2.4.20, Debian 3.0 unstable.
What does gcc --version say? - Dan
failure@lightning:~/.ut2003$ gcc -v Reading specs from /usr/lib/gcc-lib/i386-linux/2.95.4/specs gcc version 2.95.4 20011002 (Debian prerelease) failure@lightning:~/.ut2003$ gcc --version 2.95.4
ons 2003-02-05 klockan 18.39 skrev Dan Kegel:
Patrik Båt wrote:
cc1: Invalid option `-fshort-wchar' ... My system is: Linux 2.4.20, Debian 3.0 unstable.
What does gcc --version say?
- Dan