This is starting to bother me. Everytime I download an app that has anything to do with gtk, it fails. I think I've only dealt with Makefiles that do the standard ./configure, make, make install, and everytime I run ./configure, I get a message to the effect of...
...lots of conf stuff that works fine...
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?
Well, now I pull my hair out. Not about to give up on Linux and go back to Winblows though. Gonna figure out how this works. Then I do this, thinkin' make I'll try and do a ./configure PREFIX=x 'x being the path to GTK.
I remembered the whereis command from when I started makin' web pages and I was learnin' perl. So I do the following with my thoughts between the commands...
# whereis gtk
gtk: /etc/gtk /usr/lib/gtk
Well darnit, neither one of those directories has a /bin folder. Now what do I do? Wait.
# cd /home/myusername/inbox/foldertarbalcreated
# ./configure PREFIX=/etc/gtk
Same error? Darn, let's try this...
# ./configure PREFIX=/usr/lib/gtk
Argh, still not workin'. Let's go to Tek-tips and see if someone can help me...
So here I am, with a little less energy than when I started. I'm using Mandrake 8.1 running GNOME. I know this is probably something easy, but I don't know how to find and change environment variables, or that would have been my next step. As soon as I get this all figured out, I'm probably gonna have to rebuild because I've got tons of apps that are just sitting in my inbox waiting to be installed and used, but can't install because of this error. HELP?
...lots of conf stuff that works fine...
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?
Well, now I pull my hair out. Not about to give up on Linux and go back to Winblows though. Gonna figure out how this works. Then I do this, thinkin' make I'll try and do a ./configure PREFIX=x 'x being the path to GTK.
I remembered the whereis command from when I started makin' web pages and I was learnin' perl. So I do the following with my thoughts between the commands...
# whereis gtk
gtk: /etc/gtk /usr/lib/gtk
Well darnit, neither one of those directories has a /bin folder. Now what do I do? Wait.
# cd /home/myusername/inbox/foldertarbalcreated
# ./configure PREFIX=/etc/gtk
Same error? Darn, let's try this...
# ./configure PREFIX=/usr/lib/gtk
Argh, still not workin'. Let's go to Tek-tips and see if someone can help me...
So here I am, with a little less energy than when I started. I'm using Mandrake 8.1 running GNOME. I know this is probably something easy, but I don't know how to find and change environment variables, or that would have been my next step. As soon as I get this all figured out, I'm probably gonna have to rebuild because I've got tons of apps that are just sitting in my inbox waiting to be installed and used, but can't install because of this error. HELP?