Pages : 1
#1 Le 02/09/2005, à 16:23
- tuxik
[resolu]Probleme compilation cedega
Bonjour a tous,
J'ai voulu installer cedega en CVS grace au script WineCVS.sh
Tout marchais bien (il me manquait juste une ou deux petite dependance, ce que j'ai vite regle) jusqu'a ce que j'ai cette erreur (qui en entraine beaucoup d'autre comme d'hab quoi):
--------- Error log - file /home/johann/.WineCVS/sources/cvscedega/ErrorLog : ---------
ts_xlib.c: Dans la fonction « TSXOpenIM »:
ts_xlib.c:1176: error: `XIM' undeclared (first use in this function)sudo sh WineCVS.sh
ts_xlib.c:1176: error: erreur de syntaxe before "r"
ts_xlib.c:1178: error: `r' undeclared (first use in this function)
ts_xlib.c:1178: attention : 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: Hors de toute fonction :
ts_xlib.c:1183: error: erreur de syntaxe before "TSXCheckIfEvent"
ts_xlib.c:1183: error: erreur de syntaxe before '*' token
ts_xlib.c:1183: attention : type defaults to `int' in declaration of `TSXCheckIfEvent'
ts_xlib.c:1183: error: `TSXCheckIfEvent' declared as function returning a function
ts_xlib.c:1183: attention : type defaults to `int' in declaration of `XPointer'
ts_xlib.c:1183: error: erreur de syntaxe before "a3"
ts_xlib.c:1186: attention : 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: attention : data definition has no type or storage class
ts_xlib.c:1187: attention : type defaults to `int' in declaration of `r'
ts_xlib.c:1187: error: `r' used prior to declaration
ts_xlib.c:1187: attention : 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: un élément de l'initialisation n'est pas une constante
ts_xlib.c:1187: attention : data definition has no type or storage class
ts_xlib.c:1188: attention : 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: attention : data definition has no type or storage class
ts_xlib.c:1189: error: erreur de syntaxe before "return"
ts_xlib.c:1192: error: erreur de syntaxe before '*' token
ts_xlib.c:1192: error: erreur de syntaxe before '*' token
ts_xlib.c: Dans la fonction « TSXSynchronize »:
ts_xlib.c:1194: error: erreur de syntaxe before '*' token
ts_xlib.c:1196: attention : 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: attention : affectation transforme un entier en pointeur sans transtypage
ts_xlib.c: Hors de toute fonction :
ts_xlib.c:1201: error: erreur de syntaxe before '*' token
ts_xlib.c:1203: error: erreur de syntaxe before '*' token
ts_xlib.c: Dans la fonction « TS_XInitImageFuncPtrs »:
ts_xlib.c:1206: error: `a0' undeclared (first use in this function)
make[1]: *** [ts_xlib.o] Erreur 1
make[1]: quittant le répertoire « /home/johann/.WineCVS/sources/cvscedega/winex/tsx11 »
make: *** [tsx11/libwine_tsx11.so] Erreur 2
Alors est ce que quelqu'un y comprend quelque chose?
Sinon, utilisateurs avertis de Cedega en CVS, avez vous un bon tutoriel d'installation a me passer?
J'oubliais j'ai lancer le script en sudo comme ceci:
sudo sh WineCVS.sh
Dernière modification par tuxik (Le 02/09/2005, à 17:40)
Mon site : http://linuxandco.free.fr
Hors ligne
#2 Le 02/09/2005, à 16:42
- tuxik
Re : [resolu]Probleme compilation cedega
Je me repond a moi meme
C'est donc tout simplement qu'il manque la librairie xlibs-dev.Je l'ai mis par synaptik et vue que mon gcc compile comme un malade depuis 10minutes je pense que ca marche.
En esperant que ca puisse aider kelkun
Mon site : http://linuxandco.free.fr
Hors ligne
#3 Le 02/09/2005, à 17:09
- Techtium
Re : [resolu]Probleme compilation cedega
Le mieux c'est que si ça marche, tu le dises ici et que tu crée le tutoriel que tu aurais souhaité avoir sous la main lors de ton problème !
Sur ce bonne continuation !
@+
Hors ligne
#4 Le 02/09/2005, à 17:14
- Donk
Re : [resolu]Probleme compilation cedega
Et un petit résolu dans le titre?
Hors ligne
#5 Le 02/09/2005, à 17:39
- tuxik
Re : [resolu]Probleme compilation cedega
Oui merci pour le resolu j'ai oublie
Mon site : http://linuxandco.free.fr
Hors ligne
Pages : 1