• Willkommen im Linux Club - dem deutschsprachigen Supportforum für GNU/Linux. Registriere dich kostenlos, um alle Inhalte zu sehen und Fragen zu stellen.

atk 1.9.0 kompilieren

Ich habe versucht, atk-1.9.0 zu kompilieren. Configure bricht allerdings mit der folgenden Fehlermeldung ab:

checking for pkg-config... /usr/local/lib/pkg-config-0.20/pkg-config
checking for GLIB - version >= 2.5.7...
*** 'pkg-config --modversion glib-2.0' returned 2.8.2, but GLIB (2.2.1)
*** was found! If pkg-config was correct, then it is best
*** to remove the old version of GLib. You may also be able to fix the error
*** by modifying your LD_LIBRARY_PATH enviroment variable, or by editing
*** /etc/ld.so.conf. Make sure you have run ldconfig if that is
*** required on your system.
*** If pkg-config was wrong, set the environment variable PKG_CONFIG_PATH
*** to point to the correct configuration files
no
configure: error:
*** GLIB 2.5.7 or better is required. The latest version of
*** GLIB is always available from ftp://ftp.gtk.org/. If GLIB is installed
*** but not in the same location as pkg-config add the location of the file
*** glib-2.0.pc to the environment variable PKG_CONFIG_PATH.

Setze ich nun LD_LIBRARY_PATH, auf glib 2.8.2, so läuft configure ohne Fehlermeldung durch. Make allerdings bricht folgendermaßen ab:

make all-recursive
make[1]: Entering directory `/usr/local/lib/atk-1.9.0'
Making all in atk
make[2]: Entering directory `/usr/local/lib/atk-1.9.0/atk'
glib-genmarshal --prefix=atk_marshal ./atkmarshal.list --header >> xgen-gmh \
&& (cmp -s xgen-gmh atkmarshal.h || cp xgen-gmh atkmarshal.h) \
&& rm -f xgen-gmh xgen-gmh~ \
&& echo timestamp > stamp-atkmarshal.h
/bin/sh: line 1: glib-genmarshal: command not found
make[2]: *** [stamp-atkmarshal.h] Fehler 127
make[2]: Leaving directory `/usr/local/lib/atk-1.9.0/atk'
make[1]: *** [all-recursive] Fehler 1
make[1]: Leaving directory `/usr/local/lib/atk-1.9.0'
make: *** [all] Fehler 2

Hat jemand einen Tipp für mich ?

Vielen Dank.

P. S.: Ich bin mir nicht sicher, ob das hier das richtige Forum ist, konnte allerdings kein passenderes finden.
 
Ich habe auch die glib vom Sourcecode kompiliert, bin daher davon ausgegangen, dass die devel library ebenso installiert ist.

Die Datei ist jedenfalls im Verzeichnis /usr/local/lib/glib-2.8.2/gobject/.libs

Aus irgendeinem Grund kann make die Dateien allerdings nicht finden.
 
Oben