OVH Cloud OVH Cloud

Compilation gtk+-2.8.17

2 réponses
Avatar
buic
Bonjour

À la configuration, l'interruption est provoquée par :

checking for BASE_DEPENDENCIES... configure: error: Package requirements
(glib-2.0 >= 2.8.5 atk >= 1.0.1 pango >= 1.9.0 cairo >= 0.9.2)
were not met.
Consider adjusting the PKG_CONFIG_PATH environment variable if you
installed software in a non-standard prefix.

Alternatively you may set the BASE_DEPENDENCIES_CFLAGS and
BASE_DEPENDENCIES_LIBS environment variables
to avoid the need to call pkg-config. See the pkg-config man page for
more details.

Naturellement glib et les autres sont installés (dans /usr/local/bin etc)

Comment définir BASE_DEPENDENCIES_CFLAGS et BASE_DEPENDENCIES_LIBS ? Je
pense (encore) que ça doit se paramétrer avec export ? J'ai regardé man
pkg-config et je ne comprend pas les options.

Merci de vos conseils

2 réponses

Avatar
Ronald
Le Thu, 25 May 2006 16:25:20 +0200, buic a écrit :

Bonjour

À la configuration, l'interruption est provoquée par :

checking for BASE_DEPENDENCIES... configure: error: Package requirements
(glib-2.0 >= 2.8.5 atk >= 1.0.1 pango >= 1.9.0 cairo >= 0.9.2)
were not met.
Consider adjusting the PKG_CONFIG_PATH environment variable if you
installed software in a non-standard prefix.

[...]

Naturellement glib et les autres sont installés (dans /usr/local/bin etc)


$export PKG_CONFIG_PATH=$PKG_CONFIG_PATH:/usr/local/lib/pkgconfig
devrait permettre de résoudre ce problème.

Avatar
buic
Ronald le Jeudi 25 Mai 2006 20:27 sur fr.comp.os.linux.configuration

Le Thu, 25 May 2006 16:25:20 +0200, buic a écrit :

Bonjour

À la configuration, l'interruption est provoquée par :

checking for BASE_DEPENDENCIES... configure: error: Package requirements
(glib-2.0 >= 2.8.5 atk >= 1.0.1 pango >= 1.9.0 cairo >= 0.9.2)
were not met.
Consider adjusting the PKG_CONFIG_PATH environment variable if you
installed software in a non-standard prefix.

[...]

Naturellement glib et les autres sont installés (dans /usr/local/bin etc)


$export PKG_CONFIG_PATH=$PKG_CONFIG_PATH:/usr/local/lib/pkgconfig
devrait permettre de résoudre ce problème.


Oui, merci ça m'a été utile. Même si j'ai du tout reprendre car il m'a été
complètement impossible d'effectuer l'installation ailleurs que
dans /usr/local (je voulais faire /usr/local/glib /usr/local/gtk etc).

Merci aussi pour ta réponse dans l'autre fil, sur unset :)