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 09/06/2005, à 21:01

doggy

[RESOLU] CVS CEDEGA : je n'arrive pas à compiler :-(

Il me manque un truc surement, mais je bute sur ces erreurs:

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" -fPIC -D__WINE__ -D_REENTRANT -I/usr/X11R6/include -o dib.o dib.c
dib.c: Dans la fonction « X11DRV_DIB_Convert_0888_to_888_asis »:
dib.c:1609: attention : use of cast expressions as lvalues is deprecated
dib.c: Dans la fonction « X11DRV_DIB_Convert_0888_to_888_reverse »:
dib.c:1660: attention : use of cast expressions as lvalues is deprecated
dib.c: Dans la fonction « X11DRV_DIB_SetImageBits »:
dib.c:4583: error: structure has no member named `sharedPixmap'
dib.c: Dans la fonction « X11DRV_DIB_GetImageBits »:
dib.c:4756: error: structure has no member named `sharedPixmap'
dib.c: Dans la fonction « X11DRV_DIB_CreateDIBSection »:
dib.c:6477: error: structure has no member named `sharedPixmap'
dib.c: Hors de toute fonction :
dib.c:46: attention : `X11DRV_DIB_CoerceShmPixmapDib' declared `static' but never defined
dib.c:48: attention : `X11DRV_DIB_UnlockShmPixmapDib' declared `static' but never defined
make[3]: *** [dib.o] Erreur 1
make[3]: quittant le répertoire « /root/.WineCVS/sources/cvscedega/winex/graphics/x11drv »
make[2]: *** [../../graphics/x11drv/x11drv.o] Erreur 2
make[2]: quittant le répertoire « /root/.WineCVS/sources/cvscedega/winex/dlls/x11drv »
make[1]: *** [x11drv/libx11drv.so] Erreur 2
make[1]: quittant le répertoire « /root/.WineCVS/sources/cvscedega/winex/dlls »
make: *** [dlls] Erreur 2


Error in Make

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

j'ai plus d'idée.....:(

quelqu'un en a-t-il une ?

thx

Dernière modification par doggy (Le 22/06/2005, à 06:17)


"L'éternité c'est long. Surtout vers la fin" W.A.

Hors ligne

#2 Le 18/06/2005, à 16:29

lucioslayer

Re : [RESOLU] CVS CEDEGA : je n'arrive pas à compiler :-(

ben moi j'ai eu ce soucis là :

--------- Error log - file /root/.WineCVS/sources/cvscedega/ErrorLog : ---------ts_xlib.c: Dans la fonction « TSXOpenIM »:
ts_xlib.c:1176: error: `XIM' undeclared (first use in this function)
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 « /root/.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

#3 Le 18/06/2005, à 16:44

cep

Re : [RESOLU] CVS CEDEGA : je n'arrive pas à compiler :-(

Au cas ouù, tu as essayé ce qu'il te conseille :

run the script again, without paramaters (Eg: WineCVS.sh)

Hors ligne

#4 Le 19/06/2005, à 20:58

Sh4d

Re : [RESOLU] CVS CEDEGA : je n'arrive pas à compiler :-(

Hors ligne

#5 Le 20/06/2005, à 11:45

doggy

Re : [RESOLU] CVS CEDEGA : je n'arrive pas à compiler :-(

ben.... quand je lance le script, je ne lui donne aucun paramètre....
je fais juste un "sh ./WineCVS.sh" hmm

merci Sh4d je vais y jeter un coup d'oeil ça m'a l'air assé complet comme howto smile
       hmm pas grand chose de neuf en fait... sad

luciosplayer, je crois qu'il te manque quelques paquets.... wink

Dernière modification par doggy (Le 20/06/2005, à 11:49)


"L'éternité c'est long. Surtout vers la fin" W.A.

Hors ligne

#6 Le 21/06/2005, à 09:23

doggy

Re : [RESOLU] CVS CEDEGA : je n'arrive pas à compiler :-(

smile
et oui ça y est j'ai compilé la bête !

en fait voila ce qu'il s'est passé:
j'ai essayé de compiler de nombreuses fois, hors il me manqué des paquets. j'ai donc, a chaque erreur, relancé le script et répété la même opération sans réfléchir (J'ai pu une fois de plus vérifier que, quand on ne réflechi pas, la probabilité de faire des conneries augmente sensiblement) tant et si bien qu'a la fin j'avais tout les paquets mais une accumulation de compilations incorrectes et impossible de terminer la compile mad

J'ai donc (un éclair de lucidité) choisi dans le menu 'r' (du script) l'option de tout recompiler et la, miracle tout c'est déroulé parfaitement tongue

je vais poursuivre avec "GUILD WARS" maintenant smile

http://forum.ubuntu-fr.org/viewtopic.php?id=3956.....

a suivre

Dernière modification par doggy (Le 21/06/2005, à 09:28)


"L'éternité c'est long. Surtout vers la fin" W.A.

Hors ligne

#7 Le 22/06/2005, à 10:57

doggy

Re : [RESOLU] CVS CEDEGA : je n'arrive pas à compiler :-(


"L'éternité c'est long. Surtout vers la fin" W.A.

Hors ligne

#8 Le 15/07/2005, à 17:26

bbtgv

Re : [RESOLU] CVS CEDEGA : je n'arrive pas à compiler :-(

Bonjour à Tous
Je débute avec Ubuntu et avec Linux tout court.
Je ne sais pas comment m' y prendre pour installer Cegeda.
Et en regardant sur le forum j ai vu ce lien http://www.lpmagazine.org/fr/pdf/LP_FR_ … cedega.pdf
Malheureusement il ne marche plus quelqu'un l'aurais chez lui ?

Merci d'avance et bon courage


Portable: HP Compaq NX6110 avec Ubuntu Edgy.
Process: Intel Celeron 360 (1,4 GHz) - Mémoire: 256Mo DD-SDRAM -
Carte Graphique: Media Accelerator 900 (Chipset: Intel)
Koi de plus ..... Vive Linuxxxx

Hors ligne

#9 Le 17/07/2005, à 09:36

bbtgv

Re : [RESOLU] CVS CEDEGA : je n'arrive pas à compiler :-(

C'est bon le lien remarche wink


Portable: HP Compaq NX6110 avec Ubuntu Edgy.
Process: Intel Celeron 360 (1,4 GHz) - Mémoire: 256Mo DD-SDRAM -
Carte Graphique: Media Accelerator 900 (Chipset: Intel)
Koi de plus ..... Vive Linuxxxx

Hors ligne

#10 Le 06/07/2006, à 18:55

keket

Re : [RESOLU] CVS CEDEGA : je n'arrive pas à compiler :-(

voila j'ai ce soucis la et si je choisis l'option r il me donne 2 profiles:

===============================================================================

List of profiles (b to go back):

0 ) cedega_head_userinstall
1 ) cvscedega_head
Enter choice:

et la je revien a l'erreur ci dessous ( avec 0 ou 1 comme choix) que faire ????????



lucioslayer a écrit :

ben moi j'ai eu ce soucis là :

--------- Error log - file /root/.WineCVS/sources/cvscedega/ErrorLog : ---------ts_xlib.c: Dans la fonction « TSXOpenIM »:
ts_xlib.c:1176: error: `XIM' undeclared (first use in this function)
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 « /root/.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)

Dernière modification par keket (Le 06/07/2006, à 18:56)

Hors ligne

#11 Le 08/07/2006, à 00:13

keket

Re : [RESOLU] CVS CEDEGA : je n'arrive pas à compiler :-(

toujour personne pourr m'aider tongue

je commence a desesperer je suis toujour obliger d'avoir un deuxiemme DD (avec windaube) pour jouer a cs-s mad

Dernière modification par keket (Le 08/07/2006, à 00:13)

Hors ligne

#12 Le 27/01/2007, à 00:31

alahel

Re : [RESOLU] CVS CEDEGA : je n'arrive pas à compiler :-(

Je ne sais pas si tu as vu mais le sujet est resolu je pense que tu risque d'attendre longtemps!!

regarde ce tuto si tu veux ça peut peut-être t'aider:
http://fr.wikibooks.org/wiki/Cedega

Hors ligne