Re: CVS Compile error.

2003-02-05 Thread Patrik Båt
hello, testing som stuff here


root@lightning:~/winecvs/wine# gcc -fshort-wchar test.c
cc1: Invalid option `-fshort-wchar'
root@lightning:~/winecvs/wine# 

with 2.54

and 
root@lightning:~/winecvs/wine# gcc -fshort-wchar test.c
root@lightning:~/winecvs/wine# cat test.c 
#include 

int main() {
printf("hello!");
}

with 3.0

-- 
Patrik Båt <[EMAIL PROTECTED]>





Re: CVS Compile error.

2003-02-05 Thread Patrik Båt
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 <[EMAIL PROTECTED]>
Research Electronics AB





Re: CVS Compile error.

2003-02-05 Thread Patrik Båt
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
-- 
Patrik Båt <[EMAIL PROTECTED]>
Research Electronics AB





Re: CVS Compile error.

2003-02-05 Thread 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


--
Dan Kegel
http://www.kegel.com
http://counter.li.org/cgi-bin/runscript/display-person.cgi?user=78045





Re: CVS Compile error.

2003-02-05 Thread Patrik Båt
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 (-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 <[EMAIL PROTECTED]>
Research Electronics AB





Re: CVS Compile error.

2003-02-05 Thread Peter Hunnisett
Also worth a note that this would be WineX cvs not Wine cvs. Perhaps 
[EMAIL PROTECTED] 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 (-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









Re: CVS Compile error.

2003-02-05 Thread 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


--
Dan Kegel
http://www.kegel.com
http://counter.li.org/cgi-bin/runscript/display-person.cgi?user=78045





Re: CVS Compile error.

2003-02-05 Thread Vincent Béron
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 (-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




CVS Compile error.

2003-02-05 Thread Patrik Båt
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 (-MM-DD).
./configure dosen't complaine...

My system is: Linux 2.4.20, Debian 3.0 unstable.

-- 
Patrik Båt <[EMAIL PROTECTED]>
Research Electronics AB