Contenu | Rechercher | Menus

Annonce

Si vous avez des soucis pour rester connecté, déconnectez-vous puis reconnectez-vous depuis ce lien en cochant la case
Me connecter automatiquement lors de mes prochaines visites.

À propos de l'équipe du forum.

#1 Le 11/06/2006, à 19:52

Dvorak66

[CEDEGA et DAPPER DRAKE] Problème CVS CheckOut

Bonjour tout le monde !
J'en ai marre de repasser toujours sur mon Windows pour jouer, donc je veux installer Cedega CVS, Wine n'étant pas satisfaisant pour mes jeux.
Donc j'ai suivi le WiKi pour installer Cedega mais je me heurte à un problème majeur.

WineCVS.sh - 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

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

Checking out CVS ... May take a while




--------- Error log - file /home/dvorak66/.WineCVS/sources/cvscedega/ErrorLog : ---------
/home/dvorak66/.WineCVS/Functions/RunWineCVS: line 736: cvs : commande introuvable


Error in CVS checkout

Try fixing the error based on the output above, and
run the script again, without paramaters (Eg: WineCVS.sh)

Merci d'avance big_smile

Hors ligne

#2 Le 11/06/2006, à 21:32

JerhuM

Re : [CEDEGA et DAPPER DRAKE] Problème CVS CheckOut

Il te manque le paquet cvs : tape la commande :
sudo apt-get install cvs
sinon regarde ici : http://doc.ubuntu-fr.org/applications/jeux/cedega


http://www.jeuxlinux.fr le maximum de documentations, aides et support en français pour le jeu sous Linux

Hors ligne

#3 Le 12/06/2006, à 12:47

Dvorak66

Re : [CEDEGA et DAPPER DRAKE] Problème CVS CheckOut

Merci je vais de ce pas vérifier si ça marche wink

Hors ligne

#4 Le 12/06/2006, à 18:10

Dvorak66

Re : [CEDEGA et DAPPER DRAKE] Problème CVS CheckOut

Bon j'ai réesayé MAIS j'ai un nouveau problème :

Compiling ...




--------- Error log - file /home/dvorak66/.WineCVS/sources/cvscedega/ErrorLog : ---------
ts_xlib.c:1169: erreur: «a8» undeclared (first use in this function)
ts_xlib.c: Hors de toute fonction :
ts_xlib.c:1174: erreur: syntax error before «TSXOpenIM»
ts_xlib.c:1174: erreur: syntax error before «*» token
ts_xlib.c:1175: attention : return type defaults to «int»
ts_xlib.c: Dans la fonction «TSXOpenIM» :
ts_xlib.c:1176: erreur: «XIM» undeclared (first use in this function)
ts_xlib.c:1176: erreur: syntax error before «r»
ts_xlib.c:1178: erreur: «r» undeclared (first use in this function)
ts_xlib.c:1178: attention : implicit declaration of function «XOpenIM»
ts_xlib.c:1178: erreur: «a0» undeclared (first use in this function)
ts_xlib.c:1178: erreur: «a1» undeclared (first use in this function)
ts_xlib.c:1178: erreur: «a2» undeclared (first use in this function)
ts_xlib.c:1178: erreur: «a3» undeclared (first use in this function)
ts_xlib.c: Hors de toute fonction :
ts_xlib.c:1183: erreur: syntax error before «TSXCheckIfEvent»
ts_xlib.c:1183: erreur: syntax error before «*» token
ts_xlib.c:1183: attention : type defaults to «int» in declaration of «TSXCheckIfEvent»
ts_xlib.c:1183: erreur: «TSXCheckIfEvent» declared as function returning a function
ts_xlib.c:1183: attention : type defaults to «int» in declaration of «XPointer»
ts_xlib.c:1183: erreur: syntax error before «a3»
ts_xlib.c:1186: attention : type defaults to «int» in declaration of «wine_tsx11_lock»
ts_xlib.c:1186: erreur: «wine_tsx11_lock» redeclared as different kind of symbol
../include/ts_xlib.h:19: erreur: previous declaration of «wine_tsx11_lock» was here
ts_xlib.c:1186: attention : la définition de données n'a pas de type ni de classe de stockage
ts_xlib.c:1187: attention : type defaults to «int» in declaration of «r»
ts_xlib.c:1187: attention : implicit declaration of function «XCheckIfEvent»
ts_xlib.c:1187: erreur: «a0» undeclared here (not in a function)
ts_xlib.c:1187: erreur: «a1» undeclared here (not in a function)
ts_xlib.c:1187: erreur: «a2» undeclared here (not in a function)
ts_xlib.c:1187: erreur: «a3» undeclared here (not in a function)
ts_xlib.c:1187: erreur: un élément de l'initialisation n'est pas une constante
ts_xlib.c:1187: attention : la définition de données n'a pas de type ni de classe de stockage
ts_xlib.c:1188: attention : type defaults to «int» in declaration of «wine_tsx11_unlock»
ts_xlib.c:1188: erreur: «wine_tsx11_unlock» redeclared as different kind of symbol
../include/ts_xlib.h:20: erreur: previous declaration of «wine_tsx11_unlock» was here
ts_xlib.c:1188: attention : la définition de données n'a pas de type ni de classe de stockage
ts_xlib.c:1189: erreur: syntax error before «return»
ts_xlib.c:1192: erreur: syntax error before «*» token
ts_xlib.c:1192: erreur: syntax error before «*» token
ts_xlib.c: Dans la fonction «TSXSynchronize» :
ts_xlib.c:1194: erreur: syntax error before «*» token
ts_xlib.c:1196: attention : implicit declaration of function «XSynchronize»
ts_xlib.c:1196: attention : assignment makes pointer from integer without a cast
ts_xlib.c: Hors de toute fonction :
ts_xlib.c:1201: erreur: syntax error before «*» token
ts_xlib.c:1203: erreur: syntax error before «*» token
make[1]: *** [ts_xlib.o] Erreur 1
make[1]: quittant le répertoire « /home/dvorak66/.WineCVS/sources/cvscedega/winex/tsx11 »
make: *** [tsx11/libwine_tsx11.so] Erreur 2


Error in Make

Try fixing the error based on the output above, and
run the script again, without paramaters (Eg: WineCVS.sh)

Hors ligne

#5 Le 12/06/2006, à 20:19

JerhuM

Re : [CEDEGA et DAPPER DRAKE] Problème CVS CheckOut

ta bien suivi le tuto :

sudo apt-get install cvs build-essential bison flex-old libasound2-dev xorg-dev libpng12-dev libjpeg62-dev libfreetype6-dev libxrender-dev libttf2 libttf-dev libsdl1.2-dev libsdl-ttf2.0-dev msttcorefonts libfontconfig1-d

http://www.jeuxlinux.fr le maximum de documentations, aides et support en français pour le jeu sous Linux

Hors ligne