PDA

Archiv verlassen und diese Seite im Standarddesign anzeigen : wineX CVS will nicht "maken"



chairwalker
21.03.04, 18:46
Hallo,
ich habe schon probiert wine x mit CVS zu installieren und einmal mit dem Skript (was jemand in nem anderen thread gepostet hat). Bei beiden Möglichkeiten kommt, nachdem ich 'make depend && make' eingegeben habe, nach einer Zeit dieser Fehler:


ts_xlib.c: In function `TSXOpenIM':
ts_xlib.c:1176: error: `XIM' undeclared (first use in this function)
ts_xlib.c:1176: error: parse error before "r"
ts_xlib.c:1178: error: `r' undeclared (first use in this function)
ts_xlib.c:1178: Warnung: implicit declaration of function `XOpenIM'
ts_xlib.c:1178: error: `a0' undeclared (first use in this function)
ts_xlib.c:1178: error: `a1' undeclared (first use in this function)
ts_xlib.c:1178: error: `a2' undeclared (first use in this function)
ts_xlib.c:1178: error: `a3' undeclared (first use in this function)
ts_xlib.c: At top level:
ts_xlib.c:1183: error: parse error before "TSXCheckIfEvent"
ts_xlib.c:1183: error: parse error before '*' token
ts_xlib.c:1183: Warnung: type defaults to `int' in declaration of `TSXCheckIfEvent'
ts_xlib.c:1183: error: `TSXCheckIfEvent' declared as function returning a function
ts_xlib.c:1183: Warnung: type defaults to `int' in declaration of `XPointer'
ts_xlib.c:1183: error: parse error before "a3"
ts_xlib.c:1186: Warnung: type defaults to `int' in declaration of `wine_tsx11_lock'
ts_xlib.c:1186: error: `wine_tsx11_lock' redeclared as different kind of symbol
../include/ts_xlib.h:19: error: previous declaration of `wine_tsx11_lock'
ts_xlib.c:1186: Warnung: data definition has no type or storage class
ts_xlib.c:1187: Warnung: type defaults to `int' in declaration of `r'
ts_xlib.c:1187: error: `r' used prior to declaration
ts_xlib.c:1187: Warnung: implicit declaration of function `XCheckIfEvent'
ts_xlib.c:1187: error: `a0' undeclared here (not in a function)
ts_xlib.c:1187: error: `a1' undeclared here (not in a function)
ts_xlib.c:1187: error: `a2' undeclared here (not in a function)
ts_xlib.c:1187: error: `a3' undeclared here (not in a function)
ts_xlib.c:1187: error: initializer element is not constant
ts_xlib.c:1187: Warnung: data definition has no type or storage class
ts_xlib.c:1188: Warnung: type defaults to `int' in declaration of `wine_tsx11_unlock'
ts_xlib.c:1188: error: `wine_tsx11_unlock' redeclared as different kind of symbol
../include/ts_xlib.h:20: error: previous declaration of `wine_tsx11_unlock'
ts_xlib.c:1188: Warnung: data definition has no type or storage class
ts_xlib.c:1189: error: parse error before "return"
ts_xlib.c:1192: error: parse error before '*' token
ts_xlib.c:1192: error: parse error before '*' token
ts_xlib.c: In function `TSXSynchronize':
ts_xlib.c:1194: error: parse error before '*' token
ts_xlib.c:1196: Warnung: 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: Warnung: assignment makes pointer from integer without a cast
ts_xlib.c: At top level:
ts_xlib.c:1201: error: parse error before '*' token
ts_xlib.c:1203: error: parse 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 `/root/temp/cvswinex/winex/tsx11'
make: *** [tsx11/libwine_tsx11.so] Fehler 2



Woran liegt das??


viele grüße

mikke

gladiac
22.03.04, 09:34
fehlende headerdateien von X?!

chairwalker
23.03.04, 13:06
kenn mich noch nicht allzugut mit linux aus..

was meinst du damit?
Ich habe übrigens gemerkt, das ich andere sachen auch nicht "maken" kann...

Ginsengelf
23.03.04, 14:54
gladiac möchte damit sagen, dass du das X-Devel Paket installieren sollst.

Ginsengelf