PDA

Archiv verlassen und diese Seite im Standarddesign anzeigen : CVSWinex



ReaTh
30.04.04, 21:08
Hallo alle, ich bekomme das Ding einfach nicht kompiliert :(

Habe es einmal per script versucht (GetCVSWineX_Pthreads), nutze Debian Sid.

Dort wird alles gesaugt und beim kompilieren bekomme ich folgende Fehler:


./ppl.l:1368: error: `debuglevel' undeclared (first use in this function)
./ppl.l:1368: error: `DEBUGLEVEL_PPLEX' undeclared (first use in this function)
./ppl.l:1370: error: `input_name' undeclared (first use in this function)
./ppl.l:1371: error: `line_number' undeclared (first use in this function)
./ppl.l:1378: error: `pp_macexp' undeclared (first use in this function)
./ppl.l: Auf höchster Ebene:
./ppl.l:1386: Warnung: »macro_add_expansion« wurde implizit als »extern« und später als »static« deklariert
./ppl.l:1276: Warnung: vorherige Deklaration von »macro_add_expansion«
./ppl.l:1386: Warnung: type mismatch with previous implicit declaration
./ppl.l:1276: Warnung: previous implicit declaration of `macro_add_expansion'
./ppl.l:1386: Warnung: »macro_add_expansion« wurde bereits implizit deklariert, »int« zurückzugeben
./ppl.l: In Funktion »macro_add_expansion«:
./ppl.l:1387: error: `macexpstackentry_t' undeclared (first use in this function)
./ppl.l:1387: error: `mep' undeclared (first use in this function)
./ppl.l:1396: error: `debuglevel' undeclared (first use in this function)
./ppl.l:1396: error: `DEBUGLEVEL_PPLEX' undeclared (first use in this function)
./ppl.l:1398: error: `input_name' undeclared (first use in this function)
./ppl.l:1399: error: `line_number' undeclared (first use in this function)
./ppl.l: Auf höchster Ebene:
./ppl.l:1411: Warnung: »put_buffer« wurde implizit als »extern« und später als »static« deklariert
./ppl.l:1151: Warnung: vorherige Deklaration von »put_buffer«
./ppl.l:1411: Warnung: type mismatch with previous implicit declaration
./ppl.l:1151: Warnung: previous implicit declaration of `put_buffer'
./ppl.l:1411: Warnung: »put_buffer« wurde bereits implizit deklariert, »int« zurückzugeben
./ppl.l: In Funktion »put_buffer«:
./ppl.l:1415: error: `pass_data' undeclared (first use in this function)
./ppl.l: In Funktion »do_include«:
./ppl.l:1439: error: `includelogicentry_t' undeclared (first use in this function)
./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: Warnung: implicit declaration of function `open_include'
./ppl.l:1462: Warnung: Zuweisung erzeugt Zeiger von Ganzzahl ohne Typkonvertierung
./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 Funktion »push_ignore_state«:
./ppl.l:1488: error: `pp_ignore' undeclared (first use in this function)
./ppl.l: Auf höchster Ebene:
lex.ppl.c:15101: Warnung: `yyunput' defined but not used
make[2]: *** [lex.ppl.o] Fehler 1
make[2]: Leaving directory `/home/lildjaiy/temp/cvswinex/winex/tools/wrc'
make[1]: *** [wrc] Fehler 2
make[1]: Leaving directory `/home/lildjaiy/temp/cvswinex/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: GetCVSWineX_Pthreads)


Habe es daher mal manuell probiert:


./configure --with-x --disable-trace --enable-opengl --disable-debug


funktioniert einwandfrei, doch bei make depend && make
gehts wieder los mit den gleichen Fehlern.
Habe auch schon die x-devels sowie flex-old installiert.

Was kann ich jetzt noch tun???

gladiac
01.05.04, 11:33
dieses problem hatten schon 2049023402390234234 personen deswegen gibt auch die threads dazu dementsprechend oft

ausserdem ist es hier beschrieben:
http://www.linux-gamers.net/modules/wfsection/article.php?articleid=26


apt-get flex-old

nächstes mal zuerst die Suchfunktion nutzen!!!

ReaTh
01.05.04, 17:06
Joahr und genau nach diesem Artikel bin ich vorgegangen und gesucht habe ich auch ;)

Das ich die Packete flex-old, x-window-system-dev und xlibmesa-gl-dev installiert habe hatte ich auch schon in meinem ersten Post angedeutet.

Und die Suchfunktion konnte mir bis dato nicht helfen.

Also noch eine Anregung?

Danke im voraus