PDA

Archiv verlassen und diese Seite im Standarddesign anzeigen : Fehlermeldungen beim Kompilieren von WineX



Strader
02.08.04, 20:50
Hi, ich habe ein kleines Problem.
Jedesmal wenn ich versuche WineX zu kompilieren, kommen jedesmall viele Fehlermeldungen. Hab schon das Forum mit der SuFu auf dem Kopf gestellt, hatte aber nichts gefunden. Mit Google hatte ich auch nichts gefunden was mich weiter gebracht hätte.
Ich hoffe jemand hat die Antwort parat.
Es kommen nämlich beim Kompilieren folgende Fehlermeldungen:


ts_xlib.c:132: error: parse error before "r"
ts_xlib.c:134: error: `r' undeclared (first use in this function)
ts_xlib.c:134: warning: implicit declaration of function `XCreateFontCursor'
ts_xlib.c:134: error: `a0' undeclared (first use in this function)
ts_xlib.c:134: error: `a1' undeclared (first use in this function)
ts_xlib.c: At top level:
ts_xlib.c:139: error: parse error before "TSXCreateGC"
ts_xlib.c:139: error: parse error before '*' token
ts_xlib.c:140: warning: return type defaults to `int'
ts_xlib.c: In function `TSXCreateGC':
ts_xlib.c:141: error: `GC' undeclared (first use in this function)
ts_xlib.c:141: error: parse error before "r"
ts_xlib.c:143: error: `r' undeclared (first use in this function)
ts_xlib.c:143: warning: implicit declaration of function `XCreateGC'
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:179: error: `a7' undeclared (first use in this function)
ts_xlib.c:179: error: `a8' undeclared (first use in this function)
ts_xlib.c:179: error: `a9' undeclared (first use in this function)
ts_xlib.c:179: error: `a10' undeclared (first use in this function)
ts_xlib.c:179: error: `a11' undeclared (first use in this function)
ts_xlib.c: At top level:
ts_xlib.c:184: error: parse error before '*' token
ts_xlib.c: In function `TSXListFonts':
ts_xlib.c:188: warning: implicit declaration of function `XListFonts'
ts_xlib.c:188: error: `a0' undeclared (first use in this function)
ts_xlib.c:188: error: `a1' undeclared (first use in this function)
ts_xlib.c:188: error: `a2' undeclared (first use in this function)
ts_xlib.c:188: error: `a3' undeclared (first use in this function)
ts_xlib.c:188: warning: assignment makes pointer from integer without a cast
ts_xlib.c: At top level:
ts_xlib.c:193: error: parse error before "TSXKeycodeToKeysym"
ts_xlib.c:193: error: parse error before '*' token
ts_xlib.c:194: warning: return type defaults to `int'
ts_xlib.c: In function `TSXKeycodeToKeysym':
ts_xlib.c:195: error: `KeySym' undeclared (first use in this function)
ts_xlib.c:195: error: parse error before "r"
ts_xlib.c:197: error: `r' undeclared (first use in this function)
ts_xlib.c:197: warning: implicit declaration of function `XKeycodeToKeysym'
ts_xlib.c:197: error: `a0' undeclared (first use in this function)
ts_xlib.c:197: error: `a1' undeclared (first use in this function)
ts_xlib.c:197: error: `a2' undeclared (first use in this function)
ts_xlib.c: At top level:
ts_xlib.c:202: error: parse error before "TSXLookupKeysym"
ts_xlib.c:202: error: parse error before '*' token
ts_xlib.c:203: warning: return type defaults to `int'
ts_xlib.c: In function `TSXLookupKeysym':
ts_xlib.c:204: error: `KeySym' undeclared (first use in this function)
ts_xlib.c:204: error: parse error before "r"
ts_xlib.c:206: error: `r' undeclared (first use in this function)
ts_xlib.c:206: warning: implicit declaration of function `XLookupKeysym'
ts_xlib.c:206: error: `a0' undeclared (first use in this function)
ts_xlib.c:206: error: `a1' undeclared (first use in this function)
ts_xlib.c: At top level:
ts_xlib.c:211: error: parse error before '*' token
ts_xlib.c:211: error: parse error before '*' token
ts_xlib.c:212: warning: return type defaults to `int'
ts_xlib.c: In function `TSXGetKeyboardMapping':
ts_xlib.c:213: error: `KeySym' undeclared (first use in this function)
ts_xlib.c:213: error: `r' undeclared (first use in this function)
ts_xlib.c:215: warning: implicit declaration of function `XGetKeyboardMapping'
ts_xlib.c:215: error: `a0' undeclared (first use in this function)
ts_xlib.c:215: error: `a1' undeclared (first use in this function)
ts_xlib.c:215: error: `a2' undeclared (first use in this function)
ts_xlib.c:215: error: `a3' undeclared (first use in this function)
ts_xlib.c: At top level:
ts_xlib.c:220: error: parse error before '*' token
ts_xlib.c: In function `TSXResourceManagerString':
ts_xlib.c:224: warning: implicit declaration of function `XResourceManagerString'
ts_xlib.c:224: error: `a0' undeclared (first use in this function)
ts_xlib.c:224: warning: assignment makes pointer from integer without a cast
ts_xlib.c: At top level:
ts_xlib.c:229: error: parse error before "TSXVisualIDFromVisual"
ts_xlib.c:229: error: parse error before '*' token
ts_xlib.c:230: warning: return type defaults to `int'
ts_xlib.c: In function `TSXVisualIDFromVisual':
ts_xlib.c:231: error: `VisualID' undeclared (first use in this function)
ts_xlib.c:231: error: parse error before "r"
ts_xlib.c:233: error: `r' undeclared (first use in this function)
ts_xlib.c:233: warning: implicit declaration of function `XVisualIDFromVisual'
ts_xlib.c:233: error: `a0' undeclared (first use in this function)
ts_xlib.c: In function `TSXInitThreads':
ts_xlib.c:242: warning: implicit declaration of function `XInitThreads'
ts_xlib.c: At top level:
ts_xlib.c:247: error: parse error before '*' token
ts_xlib.c:247: error: parse error before '*' token
ts_xlib.c:248: warning: return type defaults to `int'
ts_xlib.c: In function `TSXListPixmapFormats':
ts_xlib.c:249: error: `XPixmapFormatValues' undeclared (first use in this function)
ts_xlib.c:249: error: `r' undeclared (first use in this function)
ts_xlib.c:251: warning: implicit declaration of function `XListPixmapFormats'
ts_xlib.c:251: error: `a0' undeclared (first use in this function)
ts_xlib.c:251: error: `a1' undeclared (first use in this function)
ts_xlib.c: At top level:
ts_xlib.c:256: error: parse error before '*' token
ts_xlib.c: In function `TSXListDepths':
ts_xlib.c:260: warning: implicit declaration of function `XListDepths'
ts_xlib.c:260: error: `a0' undeclared (first use in this function)
ts_xlib.c:260: error: `a1' undeclared (first use in this function)
ts_xlib.c:260: error: `a2' undeclared (first use in this function)
ts_xlib.c:260: warning: assignment makes pointer from integer without a cast
ts_xlib.c: At top level:
ts_xlib.c:265: error: parse error before '*' token
ts_xlib.c: In function `TSXReconfigureWMWindow':
ts_xlib.c:269: warning: implicit declaration of function `XReconfigureWMWindow'
ts_xlib.c:269: error: `a0' undeclared (first use in this function)
ts_xlib.c:269: error: `a1' undeclared (first use in this function)
ts_xlib.c:269: error: `a2' undeclared (first use in this function)
ts_xlib.c:269: error: `a3' undeclared (first use in this function)
ts_xlib.c:269: error: `a4' undeclared (first use in this function)
ts_xlib.c: At top level:
ts_xlib.c:274: error: parse error before '*' token
ts_xlib.c: In function `TSXSetWMProtocols':
ts_xlib.c:278: warning: implicit declaration of function `XSetWMProtocols'
ts_xlib.c:278: error: `a0' undeclared (first use in this function)
ts_xlib.c:278: error: `a1' undeclared (first use in this function)
ts_xlib.c:278: error: `a2' undeclared (first use in this function)
ts_xlib.c:278: error: `a3' undeclared (first use in this function)
ts_xlib.c: At top level:
ts_xlib.c:283: error: parse error before '*' token
ts_xlib.c: In function `TSXIconifyWindow':
ts_xlib.c:287: warning: implicit declaration of function `XIconifyWindow'
ts_xlib.c:287: error: `a0' undeclared (first use in this function)
ts_xlib.c:287: error: `a1' undeclared (first use in this function)
ts_xlib.c:287: error: `a2' undeclared (first use in this function)
ts_xlib.c: At top level:
ts_xlib.c:292: error: parse error before '*' token
ts_xlib.c: In function `TSXSetTransientForHint':
ts_xlib.c:296: warning: implicit declaration of function `XSetTransientForHint'
ts_xlib.c:296: error: `a0' undeclared (first use in this function)
ts_xlib.c:296: error: `a1' undeclared (first use in this function)
ts_xlib.c:296: error: `a2' undeclared (first use in this function)
ts_xlib.c: At top level:
ts_xlib.c:301: error: parse error before '*' token
ts_xlib.c: In function `TSXActivateScreenSaver':
ts_xlib.c:305: warning: implicit declaration of function `XActivateScreenSaver'
ts_xlib.c:305: error: `a0' undeclared (first use in this function)
ts_xlib.c: At top level:
ts_xlib.c:310: error: parse error before '*' token
ts_xlib.c: In function `TSXAllocColor':
ts_xlib.c:314: warning: implicit declaration of function `XAllocColor'
ts_xlib.c:314: error: `a0' undeclared (first use in this function)
ts_xlib.c:314: error: `a1' undeclared (first use in this function)
ts_xlib.c:314: error: `a2' undeclared (first use in this function)
ts_xlib.c: At top level:
ts_xlib.c:319: error: parse error before '*' token
ts_xlib.c: In function `TSXAllocColorCells':
ts_xlib.c:323: warning: implicit declaration of function `XAllocColorCells'
ts_xlib.c:323: error: `a0' undeclared (first use in this function)
ts_xlib.c:323: error: `a1' undeclared (first use in this function)
ts_xlib.c:323: error: `a2' undeclared (first use in this function)
ts_xlib.c:323: error: `a3' undeclared (first use in this function)
ts_xlib.c:323: error: `a4' undeclared (first use in this function)
ts_xlib.c:323: error: `a5' undeclared (first use in this function)
ts_xlib.c:323: error: `a6' undeclared (first use in this function)
ts_xlib.c: At top level:
ts_xlib.c:328: error: parse error before '*' token
ts_xlib.c: In function `TSXBell':
ts_xlib.c:332: warning: implicit declaration of function `XBell'
ts_xlib.c:332: error: `a0' undeclared (first use in this function)
ts_xlib.c:332: error: `a1' undeclared (first use in this function)
ts_xlib.c: At top level:
ts_xlib.c:337: error: parse error before '*' token
ts_xlib.c: In function `TSXChangeGC':
ts_xlib.c:341: warning: implicit declaration of function `XChangeGC'
ts_xlib.c:341: error: `a0' undeclared (first use in this function)
ts_xlib.c:341: error: `a1' undeclared (first use in this function)
ts_xlib.c:341: error: `a2' undeclared (first use in this function)
ts_xlib.c:341: error: `a3' undeclared (first use in this function)
ts_xlib.c: At top level:
ts_xlib.c:346: error: parse error before '*' token
ts_xlib.c: In function `TSXChangeKeyboardControl':
ts_xlib.c:350: warning: implicit declaration of function `XChangeKeyboardControl'
ts_xlib.c:350: error: `a0' undeclared (first use in this function)
ts_xlib.c:350: error: `a1' undeclared (first use in this function)
ts_xlib.c:350: error: `a2' undeclared (first use in this function)
ts_xlib.c: At top level:
ts_xlib.c:355: error: parse error before '*' token
ts_xlib.c: In function `TSXChangeProperty':
ts_xlib.c:359: warning: implicit declaration of function `XChangeProperty'
ts_xlib.c:359: error: `a0' undeclared (first use in this function)

Irgendwas muss wohl fehlen aber ich habe keine Ahnung was. Hoffentlich kann mir jemand helfen. Ich verwende übrigens SuSE 9.1
Danke in Vorraus :)

Strader
03.08.04, 15:01
Das Problem hat sich schon erledigt.
Hab einfach die Anleitung (http://www.linux-gamers.net/modules/wfsection/article.php?articleid=45) befolgt und dieses Script (http://cvscedega.linux-gamers.net/WineCVS.sh) ausgeführt.
Hatte WineX330 gewählt.
Schließlich wurde es runtergeladen und danach erfolgreich kompiliert, nur finde ich jetzt das Verzeichniss nicht wo das sein sollte. Die Dateisuche hatte auch nichts gebracht.
In der Konsole steht folgendes:

All done ... CVS installed

Installed as: winex330
Config path : <homedir>/.winex330


Weiß einer einen Rat?
Nochmal Danke in Vorraus...

switch.com
03.08.04, 16:12
Das Verzeichniss liegt, wie angegeben in deinem Homeverzeichnis:

cd /home/username/.winex330

mfg

Strader
04.08.04, 00:36
Hab ich auch schon versucht.
Auch die Dateisuche bringt nichts.
Langsam zweifle ich das das Script richtig funktioniert, oder es liegt an meinen PC?

Hier mal ein Auszug aus der Konsole:



WineCVS - Progress(u) : Green is current

0 = Uninstall
1 = Cleanup
2 = CVS checkout
3 = Configure
4 = Make depend
5 = Make
6 = Make install
7 = Finish up

-------------------------------------------

Installing launcher script ...
Packing sourcetree...
All done ... CVS installed

Installed as: cvscedega
Config path : <homedir>/.cvscedega

Michel:/home/Strader/WineX-CVS # cd
Michel:~ # cd .cvscedega
bash: cd: .cvscedega: Datei oder Verzeichnis nicht gefunden
Michel:~ #

Hab hier versucht die neuste Version zu kompilieren was laut Konsole auch geklappt hat.
Nur wurde scheinbar das Verzeichniss gar nicht erstellt.

kingron
04.08.04, 07:52
schon wieder so einer ....^^
schon mal wine vorher gestartet ? so das auch das homedir angelegt werden kann? von nix kommt auch nix .......

ronsen

postmaik
23.02.05, 16:14
Jep, hab am Anfang auch gedacht, cedega ließ sich nicht installieren. Einfach starten mit
> cvscedega
Dabei wird das Verzeichnis erstellt...

Viel Erfolg, bei mir läuft es immer noch nicht richtig, wenn ich Warcraft von CD installieren will. Kannst ja mal Bescheid geben, wenn es bei dir läuft.

gladiac
24.02.05, 10:28
Jep, hab am Anfang auch gedacht, cedega ließ sich nicht installieren. Einfach starten mit
> cvscedega
Dabei wird das Verzeichnis erstellt...

Viel Erfolg, bei mir läuft es immer noch nicht richtig, wenn ich Warcraft von CD installieren will. Kannst ja mal Bescheid geben, wenn es bei dir läuft.

Das steht sogar im HOWTO man sollte es nur lesen...