• Willkommen im Linux Club - dem deutschsprachigen Supportforum für GNU/Linux. Registriere dich kostenlos, um alle Inhalte zu sehen und Fragen zu stellen.

winex kompilieren?!?

hi ich habe ein keleines prob ich versuche winex bei mir zum laufen zu bringen hirzu habe ich mir winecvs geholt und es damit versucht allerdings kommt da volgende fehler meldung :(hab mal alles was mim compilieren zu tuhn hat kopiert)
Code:
Compiling ...




--------- Error log - file /root/.WineCVS/sources/winex300/ErrorLog : ---------
spec16.c:174: warning: pointer targets in assignment differ in signedness
spec16.c:180: warning: pointer targets in assignment differ in signedness
spec16.c:187: warning: pointer targets in assignment differ in signedness
spec16.c:191: warning: pointer targets in passing argument 1 of ‘strcpy’ differ in signedness
spec16.c:201: warning: pointer targets in passing argument 1 of ‘strcpy’ differ in signedness
spec16.c:202: warning: pointer targets in passing argument 1 of ‘strupper’ differ in signedness
spec16.c:211: warning: pointer targets in assignment differ in signedness
spec16.c:248: warning: pointer targets in assignment differ in signedness
spec16.c:271: warning: pointer targets in assignment differ in signedness
spec16.c:272: warning: pointer targets in passing argument 2 of ‘dump_bytes’ differ in signedness
gcc -c -I. -I. -I../../include -I../../include  -g -O2 -Wall -mpreferred-stack-boundary=2 -fno-keep-static-consts -gstabs+ -D__int8=char -D__int16=short -D__int32=int "-D__int64=long long" -D__WINE__ -D_REENTRANT -I/usr/X11R6/include -o spec32.o spec32.c
gcc -c -I. -I. -I../../include -I../../include  -g -O2 -Wall -mpreferred-stack-boundary=2 -fno-keep-static-consts -gstabs+ -D__int8=char -D__int16=short -D__int32=int "-D__int64=long long" -D__WINE__ -D_REENTRANT -I/usr/X11R6/include -o utils.o utils.c
gcc -g -O2 -Wall -mpreferred-stack-boundary=2 -fno-keep-static-consts -gstabs+ -D__int8=char -D__int16=short -D__int32=int "-D__int64=long long" -o winebuild  import.o main.o parser.o relay.o res16.o res32.o spec16.o spec32.o utils.o      -L../../unicode -lwine_unicode
make[2]: Leaving directory `/root/.WineCVS/sources/winex300/winex/tools/winebuild'
make[2]: Entering directory `/root/.WineCVS/sources/winex300/winex/tools/winedump'
gcc -c -I. -I. -I../../include -I../../include  -g -O2 -Wall -mpreferred-stack-boundary=2 -fno-keep-static-consts -gstabs+ -D__int8=char -D__int16=short -D__int32=int "-D__int64=long long" -D__WINE__ -D_REENTRANT -I/usr/X11R6/include -o debug.o debug.c
gcc -c -I. -I. -I../../include -I../../include  -g -O2 -Wall -mpreferred-stack-boundary=2 -fno-keep-static-consts -gstabs+ -D__int8=char -D__int16=short -D__int32=int "-D__int64=long long" -D__WINE__ -D_REENTRANT -I/usr/X11R6/include -o main.o main.c
gcc -c -I. -I. -I../../include -I../../include  -g -O2 -Wall -mpreferred-stack-boundary=2 -fno-keep-static-consts -gstabs+ -D__int8=char -D__int16=short -D__int32=int "-D__int64=long long" -D__WINE__ -D_REENTRANT -I/usr/X11R6/include -o misc.o misc.c
gcc -c -I. -I. -I../../include -I../../include  -g -O2 -Wall -mpreferred-stack-boundary=2 -fno-keep-static-consts -gstabs+ -D__int8=char -D__int16=short -D__int32=int "-D__int64=long long" -D__WINE__ -D_REENTRANT -I/usr/X11R6/include -o msmangle.o msmangle.c
gcc -c -I. -I. -I../../include -I../../include  -g -O2 -Wall -mpreferred-stack-boundary=2 -fno-keep-static-consts -gstabs+ -D__int8=char -D__int16=short -D__int32=int "-D__int64=long long" -D__WINE__ -D_REENTRANT -I/usr/X11R6/include -o output.o output.c
gcc -c -I. -I. -I../../include -I../../include  -g -O2 -Wall -mpreferred-stack-boundary=2 -fno-keep-static-consts -gstabs+ -D__int8=char -D__int16=short -D__int32=int "-D__int64=long long" -D__WINE__ -D_REENTRANT -I/usr/X11R6/include -o pe.o pe.c
gcc -c -I. -I. -I../../include -I../../include  -g -O2 -Wall -mpreferred-stack-boundary=2 -fno-keep-static-consts -gstabs+ -D__int8=char -D__int16=short -D__int32=int "-D__int64=long long" -D__WINE__ -D_REENTRANT -I/usr/X11R6/include -o search.o search.c
search.c: In function ‘symbol_from_prototype’:
search.c:189: warning: pointer targets in passing argument 3 of ‘str_match’ differ in signedness
gcc -c -I. -I. -I../../include -I../../include  -g -O2 -Wall -mpreferred-stack-boundary=2 -fno-keep-static-consts -gstabs+ -D__int8=char -D__int16=short -D__int32=int "-D__int64=long long" -D__WINE__ -D_REENTRANT -I/usr/X11R6/include -o symbol.o symbol.c
gcc -g -O2 -Wall -mpreferred-stack-boundary=2 -fno-keep-static-consts -gstabs+ -D__int8=char -D__int16=short -D__int32=int "-D__int64=long long" -o winedump  debug.o main.o misc.o msmangle.o output.o pe.o search.o symbol.o
make[2]: Leaving directory `/root/.WineCVS/sources/winex300/winex/tools/winedump'
make[2]: Entering directory `/root/.WineCVS/sources/winex300/winex/tools/wmc'
gcc -c -I. -I. -I../../include -I../../include  -g -O2 -Wall -mpreferred-stack-boundary=2 -fno-keep-static-consts -gstabs+ -D__int8=char -D__int16=short -D__int32=int "-D__int64=long long" -D__WINE__ -D_REENTRANT -I/usr/X11R6/include -o lang.o lang.c
bison -y  -d -t ./mcy.y
gcc -c -I. -I. -I../../include -I../../include  -g -O2 -Wall -mpreferred-stack-boundary=2 -fno-keep-static-consts -gstabs+ -D__int8=char -D__int16=short -D__int32=int "-D__int64=long long" -D__WINE__ -D_REENTRANT -I/usr/X11R6/include -o mcl.o mcl.c
gcc -c -I. -I. -I../../include -I../../include  -g -O2 -Wall -mpreferred-stack-boundary=2 -fno-keep-static-consts -gstabs+ -D__int8=char -D__int16=short -D__int32=int "-D__int64=long long" -D__WINE__ -D_REENTRANT -I/usr/X11R6/include -o utils.o utils.c
gcc -c -I. -I. -I../../include -I../../include  -g -O2 -Wall -mpreferred-stack-boundary=2 -fno-keep-static-consts -gstabs+ -D__int8=char -D__int16=short -D__int32=int "-D__int64=long long" -D__WINE__ -D_REENTRANT -I/usr/X11R6/include -o wmc.o wmc.c
gcc -c -I. -I. -I../../include -I../../include  -g -O2 -Wall -mpreferred-stack-boundary=2 -fno-keep-static-consts -gstabs+ -D__int8=char -D__int16=short -D__int32=int "-D__int64=long long" -D__WINE__ -D_REENTRANT -I/usr/X11R6/include -o write.o write.c
gcc -c -I. -I. -I../../include -I../../include  -g -O2 -Wall -mpreferred-stack-boundary=2 -fno-keep-static-consts -gstabs+ -D__int8=char -D__int16=short -D__int32=int "-D__int64=long long" -D__WINE__ -D_REENTRANT -I/usr/X11R6/include -o y.tab.o y.tab.c
gcc -g -O2 -Wall -mpreferred-stack-boundary=2 -fno-keep-static-consts -gstabs+ -D__int8=char -D__int16=short -D__int32=int "-D__int64=long long" -o wmc  lang.o mcl.o utils.o wmc.o write.o     y.tab.o -L../../unicode -lwine_unicode -lfl
make[2]: Leaving directory `/root/.WineCVS/sources/winex300/winex/tools/wmc'
make[2]: Entering directory `/root/.WineCVS/sources/winex300/winex/tools/wrc'
gcc -c -I. -I. -I../../include -I../../include  -g -O2 -Wall -mpreferred-stack-boundary=2 -fno-keep-static-consts -gstabs+ -D__int8=char -D__int16=short -D__int32=int "-D__int64=long long" -D__WINE__ -D_REENTRANT -I/usr/X11R6/include -o dumpres.o dumpres.c
gcc -c -I. -I. -I../../include -I../../include  -g -O2 -Wall -mpreferred-stack-boundary=2 -fno-keep-static-consts -gstabs+ -D__int8=char -D__int16=short -D__int32=int "-D__int64=long long" -D__WINE__ -D_REENTRANT -I/usr/X11R6/include -o genres.o genres.c
gcc -c -I. -I. -I../../include -I../../include  -g -O2 -Wall -mpreferred-stack-boundary=2 -fno-keep-static-consts -gstabs+ -D__int8=char -D__int16=short -D__int32=int "-D__int64=long long" -D__WINE__ -D_REENTRANT -I/usr/X11R6/include -o newstruc.o newstruc.c
newstruc.c: In function ‘handle_ani_list’:
newstruc.c:740: error: invalid lvalue in increment
newstruc.c: In function ‘new_ani_curico’:
newstruc.c:851: error: invalid lvalue in increment
make[2]: *** [newstruc.o] Fehler 1
make[2]: Leaving directory `/root/.WineCVS/sources/winex300/winex/tools/wrc'
make[1]: *** [wrc] Fehler 2
make[1]: Leaving directory `/root/.WineCVS/sources/winex300/winex/tools'
make: *** [tools] Fehler 2


Error in Make

Try fixing the error based on the output above, and
run the script again, without paramaters (Eg: WineCVS.sh)
weis jemand wo das der fehler ist bzw was ich dagegen tuhen kann (bin noch neu aufm linux gebiet)
danke n4a
 
Distribution?
GCC-Version? (gcc --version)

Der Fehler liegt nicht bei dir, sondern ist ein Fehler im Source-Code bzw. eine Neuerung beim GCC.

Warum versuchst du WineX zu kompilieren? Cedega ist neuer und die CVS-version von Cedega bekommt man auch über das WineCVS script
 
Oben