PDA

Archiv verlassen und diese Seite im Standarddesign anzeigen : WineX error bei make , BRAUCHE HILFE !



juricannes
28.06.03, 22:03
hi,
wenn ich make (nach ./configure und make depend) ausführe kommt folgener Fehler : s.Code
Ich benutze ein Debian woody ,das ich auf TESTING geupdatet habe

Gruß Juri



make[1]: Entering directory `/usr/local/wine/unicode'
make[1]: `libwine_unicode.so' is up to date.
make[1]: Leaving directory `/usr/local/wine/unicode'
make[1]: Entering directory `/usr/local/wine/tools'
make[2]: Entering directory `/usr/local/wine/tools/winebuild'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/usr/local/wine/tools/winebuild'
make[2]: Entering directory `/usr/local/wine/tools/winedump'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/usr/local/wine/tools/winedump'
make[2]: Entering directory `/usr/local/wine/tools/wmc'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/usr/local/wine/tools/wmc'
make[2]: Entering directory `/usr/local/wine/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 lex.ppl.o lex.ppl.c
make[2]: Leaving directory `/usr/local/wine/tools/wrc'
make[1]: Leaving directory `/usr/local/wine/tools'


DOCH auf der Console sind folgene Fehler :



....NOCH VIEL LÄNGER
./ppl.l:1439: error: `iep' undeclared (first use in this function)
./ppl.l:1441: error: `includelogiclist' undeclared (first use in this function)
./ppl.l:1462: warning: implicit declaration of function `open_include'
./ppl.l:1462: warning: assignment makes pointer from integer without a cast
./ppl.l:1467: error: `seen_junk' undeclared (first use in this function)
./ppl.l:1468: error: `include_state' undeclared (first use in this function)
./ppl.l:1469: error: `include_ppp' undeclared (first use in this function)
./ppl.l:1470: error: `pass_data' undeclared (first use in this function)
./ppl.l:1473: error: `debuglevel' undeclared (first use in this function)
./ppl.l:1473: error: `DEBUGLEVEL_PPMSG' undeclared (first use in this function)
./ppl.l:1474: error: `input_name' undeclared (first use in this function)
./ppl.l:1474: error: `line_number' undeclared (first use in this function)
./ppl.l:1474: error: `include_ifdepth' undeclared (first use in this function)
./ppl.l: In function `push_ignore_state':
./ppl.l:1488: error: `pp_ignore' undeclared (first use in this function)
/usr/include/stdlib.h: At top level:
lex.ppl.c:15099: warning: `yyunput' defined but not used
make[2]: *** [lex.ppl.o] Error 1
make[2]: Leaving directory `/usr/local/wine/tools/wrc'
make[1]: *** [wrc] Error 2
make[1]: Leaving directory `/usr/local/wine/tools'
make: *** [tools] Error 2

ZuXeZ
28.06.03, 23:34
ist das der aktuelle winex-cvs kram? der ging bei mir auch net zu kompilieren...ansonsten fehlt dir vielleicht eine library...

juricannes
29.06.03, 10:26
eigendlich sollte das die CVS 3.0 sein...
und sonst ?
Welche LIB würde mir dann fehlen ?

Gruß Juri

ZuXeZ
29.06.03, 20:27
wie hast du den compiliervorgang aufgerufen?
sorry ich hab kein plan welche lib das sein könnte :/

carni
29.06.03, 20:52
Ein paar Beiträge weiter unten in dieser Sektion des Forums findest du das: kann WineX 3.x nicht kompilieren (http://www.linuxforen.de/forums/showthread.php?s=&threadid=86024)

Gruss, Patrick