Probleme :Installation de GTK sur linux
Bonjour,
J'essaie d'installer la librairie GTK+, pour faire joujou en C.
Malheureusement il y a 1 fichier source que je ne trouve pas:
Andrew Toolkit qui signifie je crois atk, indisponible à l'adresse suivante:
/projects/atk/
Second point lorsque je lance le script d'installation ./configure j'ai en retour le message:
Code:
1 2 3 4 5 6 7 8 9 10 11 12 13 14
| checking for BASE_DEPENDENCIES... configure: error:
Package requirements (glib-2.0 >= 2.13.1 atk >= 1.9.0 pango >= 1.15.3 cairo >= 1.2.0) were not met:
No package 'glib-2.0' found
No package 'atk' found
No package 'pango' found
No package 'cairo' found
Consider adjusting the PKG_CONFIG_PATH environment variable if you
installed software in a non-standard prefix.
Alternatively, you may set the environment variables BASE_DEPENDENCIES_CFLAGS
and BASE_DEPENDENCIES_LIBS to avoid the need to call pkg-config.
See the pkg-config man page for more details. |
Wath going on?:mrgreen:
Comment faire pour résoudre ces problèmes et réussir mon installation proprement.
Please help me!:(
Probleme de configue :cairo
Voilà je tente rapidement cette solution mais lors de la configuration du paquet cairo, la configue n'aboutit pas et le message en retour de scripte est:
Code:
1 2 3 4
| checking for cairo's PNG backend...
configure: WARNING: Could not find libpng in the pkg-config search path
checking whether cairo's PNG backend could be enabled... no
configure: error: requested PNG backend could not be enabled |
du coup,mon makefile n'est pas géné et je ne peux pas poursuivre l'install.
enfin c'est opérationnel!