Installation de GTK+

Pàgina inicial

Reply to this message
Autor: t.moutet
Data:  
A: guilde
Assumpte: Installation de GTK+
Bonjour,

J'essai d'installer GTK+ sur une Mandrake 10.1.

Il y a pas mal de dépendances qui doivent être installées au préalable dont
"pango".

"pango" nécessite d'installer "glib" et "cairo".

J'ai installé "glib-2.8.1" et "cairo-1.0.0".
Quand je relance l'installation de "pango", j'ai encore un problème avec
"glib" et "cairo".

[root@Postetm pango-1.10.0]# ./configure
[...]
checking for cairo >= 0.5.2-head... Package cairo was not found in the
pkg-config search path.
Perhaps you should add the directory containing `cairo.pc'
to the PKG_CONFIG_PATH environment variable
No package 'cairo' found
checking for glib-2.0 >= 2.5.7 gobject-2.0 gmodule-no-export-2.0... Package
glib-2.0 was not found in the pkg-config search path.
Perhaps you should add the directory containing `glib-2.0.pc'
to the PKG_CONFIG_PATH environment variable
No package 'glib-2.0' found
configure: error:
*** Glib 2.5.7 or better is required. The latest version of
*** Glib is always available from ftp://ftp.gtk.org/.

Les fichiers 'cairo.pc' et 'glib-2.0.pc' se trouvent
dans /usr/local/lib/pkgconfig

J'ai alors essayé d'ajouter ce chemin dans la variable PKG_CONFIG_PATH (qui
n'existait pas) comme ça:
[root@Postetm pango-1.10.0]# PKG_CONFIG_PATH=/usr/local/lib/pkgconfig/
[root@Postetm pango-1.10.0]# ./configure
J'ai toujours le même message.

Quelqu'un aurait une idée de ce qui ne va pas ?
Est-ce que ça peut -être un problème de version de "glib" et de "cairo" ?

merci.
Thierry.