Als ik een programma wil compileren dan krijg ik deze foutmelding:
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.
Ik heb ook GTK2 erop staan maar het pad is niet juist, hoe kan ik dit weer instellen zodat het goed is?
GTK_CONFIG
-
- Administrator
- Berichten: 4143
- Lid geworden op: 15 sep 2002, 09:08
- Locatie: Belgium, Haacht
- Contacteer:
Je zoekt het gtk-config script, als je dat gevonden hebt in (zoals het bij mij is) /usr/bin/gtk-config dan zet je in je .bashrc of .bash_profile deze regel:
en dan zou het moeten werken.
Code: Selecteer alles
export GTK_CONFIG=/usr/bin/gtk-config