Bonjour,

Je viens chercher du secours parceque ça fait un moment que je rame...

Je cherche à installer un logiciel sur mon system debian sarge sous gnome, mais voilà, lorsque je lance je reçoit une insulte en retour qui me dit :
Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
4
 
checking for pangoft2 gtk+-2.0 >= 2.2.0... Package pangoft2 was not found in the pkg-config search path. Perhaps you should add the directory containing `pangoft2.pc' to the PKG_CONFIG_PATH environment variable No package 'pangoft2' found
 
configure: error: Library requirements (pangoft2 gtk+-2.0 >= 2.2.0) not met; consider adjusting the PKG_CONFIG_PATH environment variable if your libraries are in a nonstandard prefix so pkg-config can find them.


Après recherche je me suis aperçu qu'il manquait le fichier dans le répertoire .

J'ai alors récupéré le tarball et installé sans problème.
Mais quand je relance l'install de mon logiciel en commençant par , j'ai droit à une nouvelle erreur
Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
 
checking for pangoft2 gtk+-2.0 >= 2.2.0... Package gtk+-2.0 was not found in the pkg-config search path. Perhaps you should add the directory containing `gtk+-2.0.pc' to the PKG_CONFIG_PATH environment variable No package 'gtk+-2.0' found
configure: error: Library requirements (pangoft2 gtk+-2.0 >= 2.2.0) not met; consider adjusting the PKG_CONFIG_PATH environment variable if your libraries are in a nonstandard prefix so pkg-config can find them.
Donc même problème avec Gtk2+. '

Ma question est donc faut-il que je réinstale Gtk2+ avec tous les composants
Glib, atk, cairo, pango et gtk
ou exist-t-il une solution plus simple pour regénérer le fichier .pc au bon endroit à partir de ma config actuelle ?

Merci de m'aider