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

WineX: Problem beim Übersetzen

Hallo,

ich habe mir gerade WineX über das CVS repository geholt.

configure läuft ohne Probleme durch.

'make' bzw 'make depend && make' machen dann aber leider Probleme.
Und zwar habe ich einen Haufen undeklarierter Variablen in der Datei ts_xlib.c

ts_xlib.c:143: error: `a0' undeclared (first use in this function)
ts_xlib.c:143: error: `a1' undeclared (first use in this function)
ts_xlib.c:143: error: `a2' undeclared (first use in this function)
ts_xlib.c:143: error: `a3' undeclared (first use in this function)
ts_xlib.c: At top level:
ts_xlib.c:148: error: parse error before "TSXCreatePixmap"
ts_xlib.c:148: error: parse error before '*' token
ts_xlib.c:149: warning: return type defaults to `int'
ts_xlib.c: In function `TSXCreatePixmap':
ts_xlib.c:150: error: `Pixmap' undeclared (first use in this function)
ts_xlib.c:150: error: parse error before "r"
ts_xlib.c:152: error: `r' undeclared (first use in this function)
ts_xlib.c:152: warning: implicit declaration of function `XCreatePixmap'
ts_xlib.c:152: error: `a0' undeclared (first use in this function)
ts_xlib.c:152: error: `a1' undeclared (first use in this function)
ts_xlib.c:152: error: `a2' undeclared (first use in this function)
ts_xlib.c:152: error: `a3' undeclared (first use in this function)
ts_xlib.c:152: error: `a4' undeclared (first use in this function)
ts_xlib.c: At top level:
ts_xlib.c:157: error: parse error before "TSXCreateBitmapFromData"
ts_xlib.c:157: error: parse error before '*' token
ts_xlib.c:158: warning: return type defaults to `int'
ts_xlib.c: In function `TSXCreateBitmapFromData':
ts_xlib.c:159: error: `Pixmap' undeclared (first use in this function)
ts_xlib.c:159: error: parse error before "r"
ts_xlib.c:161: error: `r' undeclared (first use in this function)
ts_xlib.c:161: warning: implicit declaration of function `XCreateBitmapFromData'
ts_xlib.c:161: error: `a0' undeclared (first use in this function)
ts_xlib.c:161: error: `a1' undeclared (first use in this function)
ts_xlib.c:161: error: `a2' undeclared (first use in this function)
ts_xlib.c:161: error: `a3' undeclared (first use in this function)
ts_xlib.c:161: error: `a4' undeclared (first use in this function)
ts_xlib.c: At top level:
ts_xlib.c:166: error: parse error before "TSXGetSelectionOwner"
ts_xlib.c:166: error: parse error before '*' token
ts_xlib.c:167: warning: return type defaults to `int'
ts_xlib.c: In function `TSXGetSelectionOwner':
ts_xlib.c:168: error: `Window' undeclared (first use in this function)
ts_xlib.c:168: error: parse error before "r"
ts_xlib.c:170: error: `r' undeclared (first use in this function)
ts_xlib.c:170: warning: implicit declaration of function `XGetSelectionOwner'
ts_xlib.c:170: error: `a0' undeclared (first use in this function)
ts_xlib.c:170: error: `a1' undeclared (first use in this function)
ts_xlib.c: At top level:
ts_xlib.c:175: error: parse error before "TSXCreateWindow"
ts_xlib.c:175: error: parse error before '*' token
ts_xlib.c:176: warning: return type defaults to `int'
ts_xlib.c: In function `TSXCreateWindow':
ts_xlib.c:177: error: `Window' undeclared (first use in this function)
ts_xlib.c:177: error: parse error before "r"
ts_xlib.c:179: error: `r' undeclared (first use in this function)
ts_xlib.c:179: warning: implicit declaration of function `XCreateWindow'
ts_xlib.c:179: error: `a0' undeclared (first use in this function)
ts_xlib.c:179: error: `a1' undeclared (first use in this function)
ts_xlib.c:179: error: `a2' undeclared (first use in this function)
ts_xlib.c:179: error: `a3' undeclared (first use in this function)
ts_xlib.c:179: error: `a4' undeclared (first use in this function)
ts_xlib.c:179: error: `a5' undeclared (first use in this function)
ts_xlib.c:179: error: `a6' undeclared (first use in this function)
...
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: warning: 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: warning: type defaults to `int' in declaration of `TSXCheckIfEvent'
ts_xlib.c:1183: error: `TSXCheckIfEvent' declared as function returning a function
ts_xlib.c:1183: warning: type defaults to `int' in declaration of `XPointer'
ts_xlib.c:1183: error: parse error before "a3"
ts_xlib.c:1186: warning: 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: warning: data definition has no type or storage class
ts_xlib.c:1187: warning: type defaults to `int' in declaration of `r'
ts_xlib.c:1187: error: `r' used prior to declaration
ts_xlib.c:1187: warning: 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: warning: data definition has no type or storage class
ts_xlib.c:1188: warning: 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: warning: 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: 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: 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 `/home/sebastian/winex/tsx11'
make: *** [tsx11/libwine_tsx11.so] Fehler 2


So sieht das in Etwa aus :)

Hat jemand einen Tipp, was ich da tun könnte?
 
Oben