Hallo, ich versuche gerade, rxvt zu kompilieren. Dabei fallen mir zwei Sachen unangenehm auf: configure stellt fest, daß X nicht installiert ist, unabhängig davon, ob X läuft oder nicht (btw X _ist_ installiert) make erzeugt dann folgende Ausgabe: make[1]: Entering directory `/root/src/rxvt-2.7.1/src' gcc -DHAVE_CONFIG_H -DDEBUG_STRICT -c -DHAVE_LIBXPM -I/usr/X11/include -I. -I. . -I. -O command.c In file included from command.c:46: rxvt.h:99: X11/Intrinsic.h: No such file or directory rxvt.h:100: X11/cursorfont.h: No such file or directory rxvt.h:101: X11/keysym.h: No such file or directory In file included from command.c:48: command.h:54: X11/keysym.h: No such file or directory command.c:49: X11/keysymdef.h: No such file or directory make[1]: *** [command.o] Error 1 [usw] Dabei existiert das Verzeichnis src/X11 nicht. Fehlen mir im System irgendwelche include-Dateien oder sollten die im tarball dabei sein ? Wenn mir einer von euch helfen könnte, wäre das ganz gut ;-) Danke und Gruß, Sebastian -- "No worries." - Rincewind. Sebastian Helms - mailto:sebastian.helms@gmx.de Registered Linux user #137247 PGP available - 5C70 0D48 70F8 2CB1 6AB7 4539 0E37 E3E1 61A7 BA87 --------------------------------------------------------------------- To unsubscribe, e-mail: suse-linux-unsubscribe@suse.com For additional commands, e-mail: suse-linux-help@suse.com
Also sprach Sebastian Helms:
configure stellt fest, daß X nicht installiert ist, unabhängig davon, ob X läuft oder nicht (btw X _ist_ installiert)
make erzeugt dann folgende Ausgabe:
make[1]: Entering directory `/root/src/rxvt-2.7.1/src' gcc -DHAVE_CONFIG_H -DDEBUG_STRICT -c -DHAVE_LIBXPM -I/usr/X11/include -I. -I. . -I. -O command.c In file included from command.c:46: rxvt.h:99: X11/Intrinsic.h: No such file or directory rxvt.h:100: X11/cursorfont.h: No such file or directory rxvt.h:101: X11/keysym.h: No such file or directory In file included from command.c:48: command.h:54: X11/keysym.h: No such file or directory command.c:49: X11/keysymdef.h: No such file or directory make[1]: *** [command.o] Error 1
Mit was für Optionen hast du ./configure aufgerufen? Paket xdevel ist installiert? Thorsten -- Thorsten Jens <thojens@hermes.fho-emden.de> Linux erst ab 18? # cd /usr/src/linux # find ./ -type f -iname *.[hc] -exec grep -bi --with-filename fuck {} \; --------------------------------------------------------------------- To unsubscribe, e-mail: suse-linux-unsubscribe@suse.com For additional commands, e-mail: suse-linux-help@suse.com
participants (2)
-
sebastian.helms@gmx.de
-
thodi@et-inf.fho-emden.de