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 16/05/2007, à 23:47

Allstarz

Problème avec xwinwrap :s

bonsoir smile

Bon alors depuis quelques mois je suis sous ubuntu et j'ai voulu modif' un peu l'apparence du bureau smile

J'ai installé Beryl, je suis satsifait mais ce qui me manque c'est ce fameux fond d'écran animé smile
Bref après plusieurs recherches j'ai vu qu'il fallait xwinwrap.

Donc je tape ceci :

cvs -d :pserver:anoncvs@cvs.freedesktop.org:/cvs/xapps co xwinwrap

Pas de soucis...

Ensuite je tape ceci :

cd xwinwrap

Puis :

make

Et la c'est le drame tongue

J'obtiens ceci :

cc -g -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls   -c -o xwinwrap.o xwinwrap.c
xwinwrap.c:26:22: erreur: X11/Xlib.h : Aucun fichier ou répertoire de ce type
xwinwrap.c:27:23: erreur: X11/Xutil.h : Aucun fichier ou répertoire de ce type
xwinwrap.c:28:23: erreur: X11/Xatom.h : Aucun fichier ou répertoire de ce type
xwinwrap.c:29:24: erreur: X11/Xproto.h : Aucun fichier ou répertoire de ce type
xwinwrap.c:31:34: erreur: X11/extensions/shape.h : Aucun fichier ou répertoire de ce type
xwinwrap.c:32:36: erreur: X11/extensions/Xrender.h : Aucun fichier ou répertoire de ce type
xwinwrap.c:76: erreur: expected ‘)’ before ‘*’ token
xwinwrap.c:89: erreur: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token
xwinwrap.c: In function ‘main’:
xwinwrap.c:144: erreur: ‘Display’ undeclared (first use in this function)
xwinwrap.c:144: erreur: (Each undeclared identifier is reported only once
xwinwrap.c:144: erreur: for each function it appears in.)
xwinwrap.c:144: erreur: ‘dpy’ undeclared (first use in this function)
xwinwrap.c:145: erreur: ‘Window’ undeclared (first use in this function)
xwinwrap.c:145: erreur: expected ‘;’ before ‘win’
xwinwrap.c:146: erreur: expected ‘;’ before ‘root’
xwinwrap.c:148: erreur: ‘XSizeHints’ undeclared (first use in this function)
xwinwrap.c:148: erreur: expected ‘;’ before ‘xsh’
xwinwrap.c:149: erreur: ‘XWMHints’ undeclared (first use in this function)
xwinwrap.c:149: erreur: expected ‘;’ before ‘xwmh’
xwinwrap.c:164: erreur: ‘Atom’ undeclared (first use in this function)
xwinwrap.c:164: erreur: expected ‘;’ before ‘state’
xwinwrap.c:167: attention : implicit declaration of function ‘XOpenDisplay’
xwinwrap.c:174: attention : implicit declaration of function ‘DefaultScreen’
xwinwrap.c:175: erreur: ‘root’ undeclared (first use in this function)
xwinwrap.c:175: attention : implicit declaration of function ‘RootWindow’
xwinwrap.c:182: attention : implicit declaration of function ‘XParseGeometry’
xwinwrap.c:194: erreur: ‘state’ undeclared (first use in this function)
xwinwrap.c:194: attention : implicit declaration of function ‘XInternAtom’
xwinwrap.c:258: erreur: ‘xsh’ undeclared (first use in this function)
xwinwrap.c:258: erreur: ‘PSize’ undeclared (first use in this function)
xwinwrap.c:258: erreur: ‘PPosition’ undeclared (first use in this function)
xwinwrap.c:259: attention : implicit declaration of function ‘DisplayWidth’
xwinwrap.c:260: attention : implicit declaration of function ‘DisplayHeight’
xwinwrap.c:269: erreur: ‘xwmh’ undeclared (first use in this function)
xwinwrap.c:269: erreur: ‘InputHint’ undeclared (first use in this function)
xwinwrap.c:274: erreur: ‘XSetWindowAttributes’ undeclared (first use in this function)
xwinwrap.c:274: erreur: expected ‘;’ before ‘attr’
xwinwrap.c:275: erreur: ‘Visual’ undeclared (first use in this function)
xwinwrap.c:275: erreur: ‘visual’ undeclared (first use in this function)
xwinwrap.c:277: attention : implicit declaration of function ‘findArgbVisual’
xwinwrap.c:284: erreur: ‘attr’ undeclared (first use in this function)
xwinwrap.c:286: attention : implicit declaration of function ‘XCreateColormap’
xwinwrap.c:286: erreur: ‘AllocNone’ undeclared (first use in this function)
xwinwrap.c:288: erreur: ‘win’ undeclared (first use in this function)
xwinwrap.c:288: attention : implicit declaration of function ‘XCreateWindow’
xwinwrap.c:289: erreur: ‘InputOutput’ undeclared (first use in this function)
xwinwrap.c:290: erreur: ‘CWBackPixel’ undeclared (first use in this function)
xwinwrap.c:290: erreur: ‘CWBorderPixel’ undeclared (first use in this function)
xwinwrap.c:290: erreur: ‘CWColormap’ undeclared (first use in this function)
xwinwrap.c:295: erreur: ‘CopyFromParent’ undeclared (first use in this function)
xwinwrap.c:299: attention : implicit declaration of function ‘XSetWMProperties’
xwinwrap.c:302: attention : implicit declaration of function ‘setWindowOpacity’
xwinwrap.c:306: erreur: ‘Region’ undeclared (first use in this function)
xwinwrap.c:306: erreur: expected ‘;’ before ‘region’
xwinwrap.c:308: erreur: ‘region’ undeclared (first use in this function)
xwinwrap.c:308: attention : implicit declaration of function ‘XCreateRegion’
xwinwrap.c:311: attention : implicit declaration of function ‘XShapeCombineRegion’
xwinwrap.c:311: erreur: ‘ShapeInput’ undeclared (first use in this function)
xwinwrap.c:311: erreur: ‘ShapeSet’ undeclared (first use in this function)
xwinwrap.c:312: attention : implicit declaration of function ‘XDestroyRegion’
xwinwrap.c:317: attention : implicit declaration of function ‘XChangeProperty’
xwinwrap.c:318: erreur: ‘XA_ATOM’ undeclared (first use in this function)
xwinwrap.c:318: erreur: ‘PropModeReplace’ undeclared (first use in this function)
xwinwrap.c:321: attention : implicit declaration of function ‘XMapWindow’
xwinwrap.c:323: attention : implicit declaration of function ‘XSync’
xwinwrap.c:357: attention : implicit declaration of function ‘XDestroyWindow’
xwinwrap.c:358: attention : implicit declaration of function ‘XCloseDisplay’
make: *** [xwinwrap.o] Erreur 1

(sa fait un peu long no? tongue )

Et donc la je bloque :s
Si vous pourriez m'aider s.v.p serait sympa big_smile

Hors ligne