PDA

Archiv verlassen und diese Seite im Standarddesign anzeigen : Problem beim winex compilen



IsildurdKS
27.07.04, 21:59
Also ich hab folgendes problem:

[...]../include/ts_xlib.h:20: error: previous declaration of `wine_tsx11_unlock'
ts_xlib.c:1188: warning: data definition has no type or storage class
ts_xlib.c:1189: error: syntax error before "return"
ts_xlib.c:1192: error: syntax error before '*' token
ts_xlib.c:1192: error: syntax error before '*' token
ts_xlib.c: In function `TSXSynchronize':
ts_xlib.c:1194: error: syntax error before '*' token
ts_xlib.c:1196: warning: implicit declaration of function `XSynchronize'
ts_xlib.c:1196: error: `a0' undeclared (first use in this function)
ts_xlib.c:1196: error: `a1' undeclared (first use in this function)
ts_xlib.c:1196: warning: assignment makes pointer from integer without a cast
ts_xlib.c: At top level:
ts_xlib.c:1201: error: syntax error before '*' token
ts_xlib.c:1203: error: syntax error before '*' token
ts_xlib.c: In function `TS_XInitImageFuncPtrs':
ts_xlib.c:1206: error: `a0' undeclared (first use in this function)
make[1]: *** [ts_xlib.o] Fehler 1
make[1]: Leaving directory `/home/isildur/winex/tsx11'
make: *** [tsx11/libwine_tsx11.so] Fehler 2
woran liegt das?

knallerbse
28.07.04, 18:39
Also ich hab folgendes problem:

[...]../include/ts_xlib.h:20: error: previous declaration of `wine_tsx11_unlock'
ts_xlib.c:1188: warning: data definition has no type or storage class
ts_xlib.c:1189: error: syntax error before "return"
ts_xlib.c:1192: error: syntax error before '*' token
ts_xlib.c:1192: error: syntax error before '*' token
ts_xlib.c: In function `TSXSynchronize':
ts_xlib.c:1194: error: syntax error before '*' token
ts_xlib.c:1196: warning: implicit declaration of function `XSynchronize'
ts_xlib.c:1196: error: `a0' undeclared (first use in this function)
ts_xlib.c:1196: error: `a1' undeclared (first use in this function)
ts_xlib.c:1196: warning: assignment makes pointer from integer without a cast
ts_xlib.c: At top level:
ts_xlib.c:1201: error: syntax error before '*' token
ts_xlib.c:1203: error: syntax error before '*' token
ts_xlib.c: In function `TS_XInitImageFuncPtrs':
ts_xlib.c:1206: error: `a0' undeclared (first use in this function)
make[1]: *** [ts_xlib.o] Fehler 1
make[1]: Leaving directory `/home/isildur/winex/tsx11'
make: *** [tsx11/libwine_tsx11.so] Fehler 2
woran liegt das?


siehe holarse winex compilierungshowto
Header und/oder Include Dateien von X nachinstallieren!


http://www.google.de/search?q=cache:zsajWC0e5l8J:www.holarse.de/%3Fcontent%3D/emulationen/winex/compilehowto+make:+***+%5Btsx11/libwine_tsx11.so%5D+&hl=de


Gibt die Kompilierung einen Fehler aka : ts_xlib.c:10: X11/Xlib.h: Datei oder Verzeichnis nicht gefunden In file included from ts_xlib.c:12: ../include/ts_xlib.h:16: X11/Xlib.h: Datei oder Verzeichnis nicht gefunden make[1]: *** [ts_xlib.o] Fehler 1 make[1]: Verlassen des Verzeichnisses Verzeichnis »/home/christian/wine/tsx11« make: *** [tsx11/libwine_tsx11.so] Fehler 2 aus, so habt ihr die X-devel Packete nicht installiert. Das heisst, es fehlen euch die Header oder Include Dateien von X. Installiert dieses nach.