Debian Sarge, Kernel 2.4.22
Ich habe bei Compilieren folgende Fehlermeldung
checking for GTK+ version...
checking for gtk-config... no
checking for GTK - version >= 1.2.7... no
*** The gtk-config script installed by GTK could not be found
*** If GTK was installed in PREFIX, make sure PREFIX/bin is in
*** your path, or set the GTK_CONFIG environment variable to the
*** full path to gtk-config.
checking for gtk-config... (cached) no
checking for GTK - version >= 1.2.3... no
*** The gtk-config script installed by GTK could not be found
*** If GTK was installed in PREFIX, make sure PREFIX/bin is in
*** your path, or set the GTK_CONFIG environment variable to the
*** full path to 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.
folgendes Installiert:
localhost:~# dpkg -l | grep gtk
ii libgtk1.2 1.2.10-16 The GIMP Toolkit set of widgets for X
ii libgtk1.2-comm 1.2.10-16 Common files for the GTK+ library
ii libgtk2.0-0 2.2.4-3 The GTK+ graphical user interface library
ii libgtk2.0-comm 2.2.4-3 Common files for the GTK+ graphical user int
ii libwxgtk2.4 2.4.2.4 wxWindows Cross-platform C++ GUI toolkit (GT
ii libwxgtk2.4-py 2.4.2.4 wxWindows Cross-platform C++ GUI toolkit (wx
Was muß ich tun damit das geht ?
an GTK+ Packeten habe ich folgendes:
localhost:~# apt-cache search gtk | grep gtk+
libdianewcanvas2 - a gtk+2 vectorial canvas with extra features
libdianewcanvas2-dev - a gtk+2 vectorial canvas with extra features
libgtk+2.0-directfb-udeb-dev - Development files for the GDK Backend based on DirectFB
libgtk-perl - Perl module for the gtk+ library
Danke
Sebastian