| View previous topic :: View next topic |
| Author |
Message |
hazelb030 n00b

Joined: 13 Mar 2003 Posts: 17
|
Posted: Thu Mar 13, 2003 11:53 am Post subject: Kann WxGTk nicht mergen |
|
|
Bin ein Gentoo Newbie und habe es geschafft das sytem aufzusetzten nachdem ich von suse 8.1 und redhat 8 etwas entäuscht war und bin völlig begeistert, wäre da nicht ein Problem...
Möchte wxGTx mergen und habe es mit beiden Versionen 2.4.0 und 2.2.9-r1 versucht aber ich bekomme immer die Fehlermeldung:
checking for gtk-config... /usr/bin/gtk-config
checking for GTK - version >= 1.2.7... no
*** Could not run GTK test program, checking why...
*** The test program failed to compile or link. See the file config.log for the
*** exact error that occured. This usually means GTK was incorrectly installed
*** or that you have moved GTK since it was installed. In the latter case, you
*** may want to edit the gtk-config script: /usr/bin/gtk-config
checking for gtk-config... (cached) /usr/bin/gtk-config
checking for GTK - version >= 1.2.3... no
*** Could not run GTK test program, checking why...
*** The test program failed to compile or link. See the file config.log for the
*** exact error that occured. This usually means GTK was incorrectly installed
*** or that you have moved GTK since it was installed. In the latter case, you
*** may want to edit the gtk-config script: /usr/bin/gtk-config
configure: error:
Please check that gtk-config is in path, the directory
where GTK+ libraries are installed (returned by
'gtk-config --libs' command) is in LD_LIBRARY_PATH or
equivalent variable and GTK+ is version 1.2.3 or above.
!!! ERROR: x11-libs/wxGTK-2.4.0 failed.
!!! Function econf, Line 262, Exitcode 1
!!! econf failed
gtk-config --version --> 1.2.10
gtk-config --libs --> -L/usr/lib -L/usr/X11R6/lib -lgtk -lgdk -rdynamic -lgmodule -lglib -ldl -lXi -lXext -lX11 -lm
meine ld.so.conf sieht folgendermassen aus:
/usr/local/lib
/usr/lib
/usr/lib/gcc-lib/i686-pc-linux-gnu/3.2.2
/usr/lib/opengl/nvidia/lib
/usr/lib/mozilla
/usr/X11R6/lib
/opt/blackdown-jdk-1.4.1/jre/lib/i386/
/opt/blackdown-jdk-1.4.1/jre/lib/i386/native_threads/
/usr/qt/3/lib
/usr/kde/3.1/lib
/usr/lib/fltk-1.1
wäre natürlich super dankbar wenn mir jemand aus der Klemme helfen könnte |
|
| Back to top |
|
 |
morck n00b

Joined: 25 Sep 2002 Posts: 60 Location: Moers, Germany
|
Posted: Thu Mar 13, 2003 3:28 pm Post subject: |
|
|
| Quote: | | checking for GTK - version >= 1.2.7... no |
aus irgendeinem Grund findet er gtk nicht .... kann es sein, dass du weder gtk noch gtk2 in deinen USE-Flags hast? und damit auch kein gtk oder gtk2 installiert hast? |
|
| Back to top |
|
 |
hazelb030 n00b

Joined: 13 Mar 2003 Posts: 17
|
Posted: Thu Mar 13, 2003 5:26 pm Post subject: |
|
|
| habe gtk in den USE-Flags stehen. Müsste also dann gtk beim mergen immer mit eingebunden haben !? |
|
| Back to top |
|
 |
Theile n00b

Joined: 25 Sep 2002 Posts: 38
|
Posted: Thu Mar 13, 2003 5:40 pm Post subject: |
|
|
Gib mal ein "emerge -p gtk+"
dann siehst Du ob Du es schon drauf hast. Sollte es nicht drauf sein nimm das "-p" weg und installiere es.
Die USE-Flags die Du einstellen kannst haben eine andere Bedeutung.
Sie sagen nur aus ob ein Programm grundsätzlich mit einer besonderen (optionalen) Einstellung kompiliert werden soll bzw. ohne diese Einstellung . Es gibt dazu hervoragende Dokus auf Gentoo.org und auf Gentoo.de
Vielleicht entdeckst du beim durchlesen sogar noch ein paar Sachen die Du gut gebrauchen kannst. Ist zumindest mir so gegangen.
bis denne
theile |
|
| Back to top |
|
 |
hazelb030 n00b

Joined: 13 Mar 2003 Posts: 17
|
Posted: Thu Mar 13, 2003 8:25 pm Post subject: |
|
|
daran hats nicht gelegen gtk+ war schon installiert. emerge findet gtk-config aber kann die version nicht auslesen !? |
|
| Back to top |
|
 |
|