Ciao
dovevo installare gtk+2.0 e non trovandolo tramite apt-get ho dovuto compilare i sorgenti....
Ovviamente dovevo risolvere un pò di dipendenze con altri pacchetti necessari per il funzionamento di gtk+2.0...
Mi sono scaricato, compilato e installato tutti i sorgenti richiesti tranne atk-1.13.0 il quale mi continua a restituire il seguente messaggio dopo aver lanciato lo script configure:
checking for GLIB - version >= 2.5.7...
*** 'pkg-config --modversion glib-2.0' returned 2.12.9, but GLIB (2.10.3)
*** 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
checking for pkg-config... (cached) /usr/bin/pkg-config
checking for GLIB - version >= 2.0.0...
*** 'pkg-config --modversion glib-2.0' returned 2.12.9, but GLIB (2.10.3)
*** 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:
*** GLIB 2.0.0 or better is required. The latest version of
*** GLIB is always available from ftp://ftp.gtk.org/. If GLIB is installed
*** but not in the same location as pkg-config add the location of the file
*** glib-2.0.pc to the environment variable PKG_CONFIG_PATH.
ma ho personalmente installato glib2.12.9 e non capisco perchè trova la 2.10.3 che io non ho installato.
Sono sicuro che quel pacchetto non c'era prima dato che sono stato costretto ad installarlo dato che tutti gli altri non lo trovavano...
Adesso però non so come venirne a capo

grazie per l'aiuto