Prosíme přihlašte se nebo zaregistrujte.

Přihlašte se svým uživatelským jménem a heslem.
Vaše pomoc je stále potřeba!

Autor Téma: emerald,beryl,XGL a xwinwrap  (Přečteno 1912 krát)

marek@ubuntu

  • Návštěvník
  • Příspěvků: 37
emerald,beryl,XGL a xwinwrap
« kdy: 05 Prosince 2006, 18:33:18 »
Ahojte.....ledva sa mi podarilo nahodit xgl a funguje super...nadhera...ale je tam jeden problem s xwinwrap...Pri instalacii napise :
majo@majo:~/xwinwrap$ make
cc -g -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls   -c -o xwinwrap.o xwinwrap.c
xwinwrap.c:26:22: error: X11/Xlib.h: No such file or directory
xwinwrap.c:27:23: error: X11/Xutil.h: No such file or directory
xwinwrap.c:28:23: error: X11/Xatom.h: No such file or directory
xwinwrap.c:29:24: error: X11/Xproto.h: No such file or directory
xwinwrap.c:31:34: error: X11/extensions/shape.h: No such file or directory
xwinwrap.c:32:36: error: X11/extensions/Xrender.h: No such file or directory
xwinwrap.c:34:20: error: stdlib.h: No such file or directory
xwinwrap.c:35:20: error: string.h: No such file or directory
xwinwrap.c:36:20: error: signal.h: No such file or directory
xwinwrap.c:37:19: error: stdio.h: No such file or directory
xwinwrap.c:38:20: error: unistd.h: No such file or directory
xwinwrap.c:39:22: error: sys/wait.h: No such file or directory
xwinwrap.c:40:22: error: sys/stat.h: No such file or directory
xwinwrap.c:41:23: error: sys/types.h: No such file or directory
xwinwrap.c:50: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘pid’
xwinwrap.c: In function ‘addArguments’:
xwinwrap.c:62: warning: implicit declaration of function ‘realloc’
xwinwrap.c:62: warning: assignment makes pointer from integer without a cast
xwinwrap.c: At top level:
xwinwrap.c:76: error: expected ‘)’ before ‘*’ token
xwinwrap.c:89: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token
xwinwrap.c: In function ‘sigHandler’:
xwinwrap.c:131: warning: implicit declaration of function ‘kill’
xwinwrap.c:131: error: ‘pid’ undeclared (first use in this function)
xwinwrap.c:131: error: (Each undeclared identifier is reported only once
xwinwrap.c:131: error: for each function it appears in.)
xwinwrap.c: In function ‘usage’:
xwinwrap.c:137: warning: implicit declaration of function ‘fprintf’
xwinwrap.c:137: warning: incompatible implicit declaration of built-in function ‘fprintf’
xwinwrap.c:137: error: ‘stderr’ undeclared (first use in this function)
xwinwrap.c: In function ‘main’:
xwinwrap.c:144: error: ‘Display’ undeclared (first use in this function)
xwinwrap.c:144: error: ‘dpy’ undeclared (first use in this function)
xwinwrap.c:145: error: ‘Window’ undeclared (first use in this function)
xwinwrap.c:145: error: expected ‘;’ before ‘win’
xwinwrap.c:146: error: expected ‘;’ before ‘root’
xwinwrap.c:148: error: ‘XSizeHints’ undeclared (first use in this function)
xwinwrap.c:148: error: expected ‘;’ before ‘xsh’
xwinwrap.c:149: error: ‘XWMHints’ undeclared (first use in this function)
xwinwrap.c:149: error: expected ‘;’ before ‘xwmh’
xwinwrap.c:152: error: ‘NULL’ undeclared (first use in this function)
xwinwrap.c:164: error: ‘Atom’ undeclared (first use in this function)
xwinwrap.c:164: error: expected ‘;’ before ‘state’
xwinwrap.c:167: warning: implicit declaration of function ‘XOpenDisplay’
xwinwrap.c:170: warning: incompatible implicit declaration of built-in function ‘fprintf’
xwinwrap.c:170: error: ‘stderr’ undeclared (first use in this function)
xwinwrap.c:174: warning: implicit declaration of function ‘DefaultScreen’
xwinwrap.c:175: error: ‘root’ undeclared (first use in this function)
xwinwrap.c:175: warning: implicit declaration of function ‘RootWindow’
xwinwrap.c:179: warning: implicit declaration of function ‘strcmp’
xwinwrap.c:182: warning: implicit declaration of function ‘XParseGeometry’
xwinwrap.c:194: error: ‘state’ undeclared (first use in this function)
xwinwrap.c:194: warning: implicit declaration of function ‘XInternAtom’
xwinwrap.c:224: warning: implicit declaration of function ‘atof’
xwinwrap.c:248: warning: incompatible implicit declaration of built-in function ‘fprintf’
xwinwrap.c:258: error: ‘xsh’ undeclared (first use in this function)
xwinwrap.c:258: error: ‘PSize’ undeclared (first use in this function)
xwinwrap.c:258: error: ‘PPosition’ undeclared (first use in this function)
xwinwrap.c:259: warning: implicit declaration of function ‘DisplayWidth’
xwinwrap.c:260: warning: implicit declaration of function ‘DisplayHeight’
xwinwrap.c:269: error: ‘xwmh’ undeclared (first use in this function)
xwinwrap.c:269: error: ‘InputHint’ undeclared (first use in this function)
xwinwrap.c:274: error: ‘XSetWindowAttributes’ undeclared (first use in this function)
xwinwrap.c:274: error: expected ‘;’ before ‘attr’
xwinwrap.c:275: error: ‘Visual’ undeclared (first use in this function)
xwinwrap.c:275: error: ‘visual’ undeclared (first use in this function)
xwinwrap.c:277: warning: implicit declaration of function ‘findArgbVisual’
xwinwrap.c:280: warning: incompatible implicit declaration of built-in function ‘fprintf’
xwinwrap.c:284: error: ‘attr’ undeclared (first use in this function)
xwinwrap.c:286: warning: implicit declaration of function ‘XCreateColormap’
xwinwrap.c:286: error: ‘AllocNone’ undeclared (first use in this function)
xwinwrap.c:288: error: ‘win’ undeclared (first use in this function)
xwinwrap.c:288: warning: implicit declaration of function ‘XCreateWindow’
xwinwrap.c:289: error: ‘InputOutput’ undeclared (first use in this function)
xwinwrap.c:290: error: ‘CWBackPixel’ undeclared (first use in this function)
xwinwrap.c:290: error: ‘CWBorderPixel’ undeclared (first use in this function)
xwinwrap.c:290: error: ‘CWColormap’ undeclared (first use in this function)
xwinwrap.c:295: error: ‘CopyFromParent’ undeclared (first use in this function)
xwinwrap.c:299: warning: implicit declaration of function ‘XSetWMProperties’
xwinwrap.c:302: warning: implicit declaration of function ‘setWindowOpacity’
xwinwrap.c:306: error: ‘Region’ undeclared (first use in this function)
xwinwrap.c:306: error: expected ‘;’ before ‘region’
xwinwrap.c:308: error: ‘region’ undeclared (first use in this function)
xwinwrap.c:308: warning: implicit declaration of function ‘XCreateRegion’
xwinwrap.c:311: warning: implicit declaration of function ‘XShapeCombineRegion’
xwinwrap.c:311: error: ‘ShapeInput’ undeclared (first use in this function)
xwinwrap.c:311: error: ‘ShapeSet’ undeclared (first use in this function)
xwinwrap.c:312: warning: implicit declaration of function ‘XDestroyRegion’
xwinwrap.c:317: warning: implicit declaration of function ‘XChangeProperty’
xwinwrap.c:318: error: ‘XA_ATOM’ undeclared (first use in this function)
xwinwrap.c:318: error: ‘PropModeReplace’ undeclared (first use in this function)
xwinwrap.c:321: warning: implicit declaration of function ‘XMapWindow’
xwinwrap.c:323: warning: implicit declaration of function ‘XSync’
xwinwrap.c:325: warning: implicit declaration of function ‘sprintf’
xwinwrap.c:325: warning: incompatible implicit declaration of built-in function ‘sprintf’
xwinwrap.c:327: error: ‘pid’ undeclared (first use in this function)
xwinwrap.c:327: warning: implicit declaration of function ‘fork’
xwinwrap.c:331: warning: implicit declaration of function ‘perror’
xwinwrap.c:334: warning: implicit declaration of function ‘execvp’
xwinwrap.c:336: warning: implicit declaration of function ‘exit’
xwinwrap.c:336: warning: incompatible implicit declaration of built-in function ‘exit’
xwinwrap.c:342: warning: implicit declaration of function ‘signal’
xwinwrap.c:342: error: ‘SIGTERM’ undeclared (first use in this function)
xwinwrap.c:343: error: ‘SIGINT’ undeclared (first use in this function)
xwinwrap.c:347: warning: implicit declaration of function ‘waitpid’
xwinwrap.c:349: warning: implicit declaration of function ‘WIFEXITED’
xwinwrap.c:350: warning: incompatible implicit declaration of built-in function ‘fprintf’
xwinwrap.c:351: warning: implicit declaration of function ‘WEXITSTATUS’
xwinwrap.c:357: warning: implicit declaration of function ‘XDestroyWindow’
xwinwrap.c:358: warning: implicit declaration of function ‘XCloseDisplay’
make: *** [xwinwrap.o] Chyba 1
majo@majo:~/xwinwrap$

...A neviem  co dalej ?Dakujem

 

Provoz zaštiťuje spolek OpenAlt.