View previous topic :: View next topic |
Author |
Message |
AustrianCoder Apprentice

Joined: 11 Oct 2003 Posts: 258 Location: �sterreich
|
Posted: Wed Mar 24, 2004 11:31 pm Post subject: imlib2 |
|
|
So ich möchte imlib2 emergen, doch ohen XSever! Hier ist zu lesen, dass Quote: | it only requires the X libraries to be installed - that is all - it does not require an XServer to run unless you wish to display images. |
Doch wenn ich imlib2 ermgen will, dann möchte er auch den kompletten Xfree emergen.
Wie könnte ich das lösen?
Danke, Christian |
|
Back to top |
|
 |
neumax n00b

Joined: 05 May 2003 Posts: 43
|
Posted: Thu Mar 25, 2004 8:08 am Post subject: |
|
|
versuchs mal mit
-O == --nodeps |
|
Back to top |
|
 |
AustrianCoder Apprentice

Joined: 11 Oct 2003 Posts: 258 Location: �sterreich
|
Posted: Thu Mar 25, 2004 9:57 am Post subject: |
|
|
Hab ich auch schon probiert, das bekomm ich dann:
Code: |
make[2]: Entering directory `/var/tmp/portage/imlib2-1.1.0/work/imlib2-1.1.0/filters'
/bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I. -I.. -I../src -I../loaders -I../libltdl -I/usr/X11R6/include -I/usr/include -I/usr/include -O3 -mcpu=pentium3 -march=pentium3 -mmmx -msse -funroll-loops -pipe -c filter_test.c
/bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I. -I.. -I../src -I../loaders -I../libltdl -I/usr/X11R6/include -I/usr/include -I/usr/include -O3 -mcpu=pentium3 -march=pentium3 -mmmx -msse -funroll-loops -pipe -c filter_bumpmap.c
mkdir .libs
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I. -I.. -I../src -I../loaders -I../libltdl -I/usr/X11R6/include -I/usr/include -I/usr/include -O3 -mcpu=pentium3 -march=pentium3 -mmmx -msse -funroll-loops -pipe -c filter_test.c -fPIC -DPIC -o .libs/filter_test.lo
rm -f .libs/filter_bumpmap.lo
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I. -I.. -I../src -I../loaders -I../libltdl -I/usr/X11R6/include -I/usr/include -I/usr/include -O3 -mcpu=pentium3 -march=pentium3 -mmmx -msse -funroll-loops -pipe -c filter_bumpmap.c -fPIC -DPIC -o .libs/filter_bumpmap.lo
filter_test.c:7:22: X11/Xlib.h: No such file or directory
filter_test.c:8:33: X11/extensions/XShm.h: No such file or directory
filter_test.c:9:23: X11/Xutil.h: No such file or directory
filter_bumpmap.c:7:22: X11/Xlib.h: No such file or directory
filter_bumpmap.c:8:33: X11/extensions/XShm.h: No such file or directory
filter_bumpmap.c:9:23: X11/Xutil.h: No such file or directory
make[2]: *** [filter_test.lo] Error 1
make[2]: *** Waiting for unfinished jobs....
make[2]: *** [filter_bumpmap.lo] Error 1
make[2]: Leaving directory `/var/tmp/portage/imlib2-1.1.0/work/imlib2-1.1.0/filters'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/var/tmp/portage/imlib2-1.1.0/work/imlib2-1.1.0'
make: *** [all-recursive-am] Error 2
!!! ERROR: media-libs/imlib2-1.1.0 failed.
!!! Function src_compile, Line 37, Exitcode 2
!!! could not make
|
|
|
Back to top |
|
 |
Carlo Developer


Joined: 12 Aug 2002 Posts: 3356
|
Posted: Thu Mar 25, 2004 10:02 am Post subject: |
|
|
Da steht doch, daß imlib2 die Bibliotheken von XFree86 braucht. Also einfach emerge xfree und dann von dem installierten Zeug so viel löschen, bis es nicht mehr funktioniert.
Carlo _________________ Please make sure that you have searched for an answer to a question after reading all the relevant docs. |
|
Back to top |
|
 |
AustrianCoder Apprentice

Joined: 11 Oct 2003 Posts: 258 Location: �sterreich
|
Posted: Thu Mar 25, 2004 11:59 am Post subject: |
|
|
Tja.. für Testzwecke den Xfree installieren?! Wird mir wohl nichts anderes übrig bleiben. Kann ja wieder alles weg tun.
Aber danke. |
|
Back to top |
|
 |
|