Pages : 1
#1 Le 20/10/2005, à 16:51
- max_noob
pb d'installation cvs cedega
salut j'ai vu pas mal de post comme celui la mais toutes les reponses ne marchent pas...
quand je lance sh WineCVS.sh je suis la "procédure" et il bloque sur
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
-------------------------------------------
Compiling ...
--------- Error log - file /home/m/.WineCVS/sources/cvscedega/ErrorLog : ---------
make[1]: entrant dans le répertoire « /home/m/.WineCVS/sources/cvscedega/winex/unicode »
make[1]: « libwine_unicode.so » est à jour.
make[1]: quittant le répertoire « /home/m/.WineCVS/sources/cvscedega/winex/unicode »
make[1]: entrant dans le répertoire « /home/m/.WineCVS/sources/cvscedega/winex/tools »
make[2]: entrant dans le répertoire « /home/m/.WineCVS/sources/cvscedega/winex/tools/winebuild »
make[2]: Rien à faire pour « all ».
make[2]: quittant le répertoire « /home/m/.WineCVS/sources/cvscedega/winex/tools/winebuild »
make[2]: entrant dans le répertoire « /home/m/.WineCVS/sources/cvscedega/winex/tools/winedump »
make[2]: Rien à faire pour « all ».
make[2]: quittant le répertoire « /home/m/.WineCVS/sources/cvscedega/winex/tools/winedump »
make[2]: entrant dans le répertoire « /home/m/.WineCVS/sources/cvscedega/winex/tools/wmc »
make[2]: Rien à faire pour « all ».
make[2]: quittant le répertoire « /home/m/.WineCVS/sources/cvscedega/winex/tools/wmc »
make[2]: entrant dans le répertoire « /home/m/.WineCVS/sources/cvscedega/winex/tools/wrc »
gcc -MMD -c -I. -I. -I../../include -I../../include -g -O2 -Wall -mpreferred-stack-boundary=2 -fno-keep-static-consts -D__const=const -fno-strict-aliasing -D__int8=char -D__int16=short -D__int32=int "-D__int64=long long" -D__WINE__ -D_REENTRANT -o newstruc.o newstruc.c
newstruc.c: In function ‘handle_ani_list’:
newstruc.c:740: erreur: invalid lvalue in increment
newstruc.c: In function ‘new_ani_curico’:
newstruc.c:851: erreur: invalid lvalue in increment
make[2]: *** [newstruc.o] Erreur 1
make[2]: quittant le répertoire « /home/m/.WineCVS/sources/cvscedega/winex/tools/wrc »
make[1]: *** [wrc] Erreur 2
make[1]: quittant le répertoire « /home/m/.WineCVS/sources/cvscedega/winex/tools »
make: *** [tools] Erreur 2
Error in Make
Try fixing the error based on the output above, and
run the script again, without paramaters (Eg: WineCVS.sh)
et tjs pareil rien a faire je trouve pas
si qqn peut m'aider d'avance un grand merci!!!
Hors ligne
#2 Le 25/10/2005, à 10:14
- tchoo
Re : pb d'installation cvs cedega
c'est un probleme de compilateur c
ça devrait fonctionner comme ça:
make clean
export CC=gcc3.3
export CXX=gcc3.3
./configure
make
...
#3 Le 25/10/2005, à 12:39
- max_noob
Re : pb d'installation cvs cedega
snif snif
ca ne marche tjs pas
j'ai essayé d'autres solution mais rien ne marche mon ordi est pourri je crois
Hors ligne
#4 Le 02/11/2005, à 13:14
- gilir
Re : pb d'installation cvs cedega
http://forum.ubuntu-fr.org/viewtopic.php?id=13199
En désinstallant gcc 4 et en mettant gcc 3.3, jai résolu ce problème chez moi
Hors ligne
Pages : 1