PDA

Archiv verlassen und diese Seite im Standarddesign anzeigen : Problem beim Kompilieren von lineakconfig



r00f
04.06.05, 08:47
Hallöle,
Hab hier ein kleines Problem beim Kompilieren von lineakconfig:


checking for gtk-config... no
checking for GTK - version >= 1.2.0... 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: Cannot find GTK: Is gtk-config in path?

Wie hab ich das zu verstehen? Dabei ist GTK installiert.

DaGrrr
04.06.05, 08:57
gtk-config fehlt dir, wie es in der Meldung steht.
gtk-config ist im Paket libgtk1.2-dev enthalten.

libgtk1.2-dev installieren

Grüße
DaGrrr

r00f
04.06.05, 09:35
Thx für die Antwort.
Jetzt funzt wenigstens schonmal ./configure :D . Nun zum nächsten Problem falls es eines sein sollte:

make:

cd . \
&& CONFIG_FILES= CONFIG_HEADERS=config.h \
/bin/sh ./config.status
config.status: creating config.h
config.status: config.h is unchanged
make all-recursive
make[1]: Gehe in Verzeichnis »/home/eric/Downloads/lineakconfig-0.3.2.tar.gz_FIL ES/lineakconfig-0.3.2«
Making all in intl
make[2]: Gehe in Verzeichnis »/home/eric/Downloads/lineakconfig-0.3.2.tar.gz_FIL ES/lineakconfig-0.3.2/intl«
make[2]: Für das Ziel »all« ist nichts zu tun.
make[2]: Verlasse Verzeichnis »/home/eric/Downloads/lineakconfig-0.3.2.tar.gz_FI LES/lineakconfig-0.3.2/intl«
Making all in po
make[2]: Gehe in Verzeichnis »/home/eric/Downloads/lineakconfig-0.3.2.tar.gz_FIL ES/lineakconfig-0.3.2/po«
make[2]: Für das Ziel »all« ist nichts zu tun.
make[2]: Verlasse Verzeichnis »/home/eric/Downloads/lineakconfig-0.3.2.tar.gz_FI LES/lineakconfig-0.3.2/po«
Making all in src
make[2]: Gehe in Verzeichnis »/home/eric/Downloads/lineakconfig-0.3.2.tar.gz_FIL ES/lineakconfig-0.3.2/src«
make[2]: Für das Ziel »all« ist nichts zu tun.
make[2]: Verlasse Verzeichnis »/home/eric/Downloads/lineakconfig-0.3.2.tar.gz_FI LES/lineakconfig-0.3.2/src«
Making all in pixmaps
make[2]: Gehe in Verzeichnis »/home/eric/Downloads/lineakconfig-0.3.2.tar.gz_FIL ES/lineakconfig-0.3.2/pixmaps«
make[2]: Für das Ziel »all« ist nichts zu tun.
make[2]: Verlasse Verzeichnis »/home/eric/Downloads/lineakconfig-0.3.2.tar.gz_FI LES/lineakconfig-0.3.2/pixmaps«
make[2]: Gehe in Verzeichnis »/home/eric/Downloads/lineakconfig-0.3.2.tar.gz_FIL ES/lineakconfig-0.3.2«
make[2]: Verlasse Verzeichnis »/home/eric/Downloads/lineakconfig-0.3.2.tar.gz_FI LES/lineakconfig-0.3.2«
make[1]: Verlasse Verzeichnis »/home/eric/Downloads/lineakconfig-0.3.2.tar.gz_FI LES/lineakconfig-0.3.2«

Schaut mir auch nicht wirklich normal aus?

Tomek
04.06.05, 09:37
Ich sehe da keinen Fehler. Was hast du bisher denn ausgeführt?