kalaka
2nd June 2007, 04:14 AM
Hi, I'm riunning Fedora 6 and I've been trying to install gimpShop. To be honest, its been a pain in the ass.
There are no RPMs (not for Fedora anyway). I figured the only way to install it is from source. First of all, it can't be compiled with GCC 4.1 so I installed compat-gcc-34 and compat-gcc-34-c++ through yum. It needs GLib 2.4.5 or newer. The latest GLib found through RPMs is 1.2.10 so I have to install that from source, too. I successfully install GLib 2.6.6 but when I try to run ./configure --prefix=/usr CC=gcc34 CXX=g++34 to install gimpShop from source I get the following message:
checking for GLIB - version >= 2.4.5...
*** 'pkg-config --modversion glib-2.0' returned 2.6.6, but GLIB (2.12.9)
*** 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: Test for GLIB failed. See the file 'INSTALL' for help.
I already removed the old version of GLib by running rpm -e glib --nodeps (is that dangerous?) but it still doesnt work. Does anyone has any suggestions? Has anyone successfully installed gimpShop in Fedora?
There are no RPMs (not for Fedora anyway). I figured the only way to install it is from source. First of all, it can't be compiled with GCC 4.1 so I installed compat-gcc-34 and compat-gcc-34-c++ through yum. It needs GLib 2.4.5 or newer. The latest GLib found through RPMs is 1.2.10 so I have to install that from source, too. I successfully install GLib 2.6.6 but when I try to run ./configure --prefix=/usr CC=gcc34 CXX=g++34 to install gimpShop from source I get the following message:
checking for GLIB - version >= 2.4.5...
*** 'pkg-config --modversion glib-2.0' returned 2.6.6, but GLIB (2.12.9)
*** 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: Test for GLIB failed. See the file 'INSTALL' for help.
I already removed the old version of GLib by running rpm -e glib --nodeps (is that dangerous?) but it still doesnt work. Does anyone has any suggestions? Has anyone successfully installed gimpShop in Fedora?