View previous topic :: View next topic |
Author |
Message |
mgerste n00b
Joined: 16 Jul 2002 Posts: 14
|
Posted: Sun Feb 23, 2003 7:14 pm Post subject: Emerge Xloadimage |
|
|
Hallo!
Vielleicht kann mir jemand weiterhelfen. Ich versuche den Fehler, weshalb ich Xloadimage nicht emergen kann.
Fehler:
In file included from config.c:13:
xloadimage.h:11: X11/X.h: No such file or directory
xloadimage.h:12: X11/Xlib.h: No such file or directory
xloadimage.h:13: X11/Xutil.h: No such file or directory
config.c:14: X11/Xos.h: No such file or directory
In file included from config.c:13:
xloadimage.h:22: parse error before `Display'
xloadimage.h:22: warning: no semicolon at end of struct or union
xloadimage.h:25: parse error before `drawable'
xloadimage.h:25: warning: data definition has no type or storage class
xloadimage.h:28: parse error before `cmap'
xloadimage.h:28: warning: data definition has no type or storage class
xloadimage.h:29: parse error before `gc'
xloadimage.h:29: warning: data definition has no type or storage class
xloadimage.h:30: parse error before `*'
xloadimage.h:30: warning: data definition has no type or storage class
xloadimage.h:31: parse error before `}'
xloadimage.h:31: warning: data definition has no type or storage class
xloadimage.h:64: parse error before `*'
xloadimage.h:64: warning: data definition has no type or storage class
xloadimage.h:65: parse error before `ximageToPixmap'
xloadimage.h:65: warning: data definition has no type or storage class
xloadimage.h:68: parse error before `*'
xloadimage.h:68: warning: data definition has no type or storage class
gcc -march=k6 -O3 -pipe -fomit-frame-pointer -c -DHAVE_CONFIG_H -DSYSPATHFILE=\"/etc/X11/Xloadimage\" dither.c
make: *** [config.o] Error 1
make: *** Waiting for unfinished jobs....
!!! ERROR: x11-misc/xloadimage-4.1 failed.
!!! Function src_compile, Line 60, Exitcode 2
!!! emake failed
MfG |
|
Back to top |
|
|
Ginku n00b
Joined: 25 Dec 2002 Posts: 71 Location: Ludwigshafen/Germany
|
Posted: Mon Feb 24, 2003 7:55 am Post subject: Re: Emerge Xloadimage |
|
|
mgerste wrote: |
In file included from config.c:13:
xloadimage.h:11: X11/X.h: No such file or directory
xloadimage.h:12: X11/Xlib.h: No such file or directory
xloadimage.h:13: X11/Xutil.h: No such file or directory
config.c:14: X11/Xos.h: No such file or directory
|
Hi,
ich hatte gestern ein ähnliches Problem mit "GL/gl.h"
Ruf Dir mal folgenden Thread, insbesondere die Anleitung von "Dalu" auf.
Vielleicht bringt es Dich auf die richtige Spur ?
https://forums.gentoo.org/viewtopic.php?t=37152
Grüße
Ginku _________________ If Linux doesn't have the solution, you have the wrong problem. |
|
Back to top |
|
|
mgerste n00b
Joined: 16 Jul 2002 Posts: 14
|
Posted: Mon Feb 24, 2003 5:50 pm Post subject: Funktioniert! |
|
|
Danke für den Hinweis!
Ich habe einfach die fehlenden Dateien in das Verzeichnis /usr/iinclude/X11 kopiert. Danch emerge xloadimage |
|
Back to top |
|
|
|