Pages : 1
#1 Le 03/06/2008, à 08:53
- shinigami69
Problème de compilation
Bonjour a vous !
Je suis ce qu'on peut appeler un "debutant" sous linx, j'ai donc installé Ubuntu, la derniere version.
J'en avais besoin pour re-compiler ThunderBird, comme l'indiquais ce tuto .
Seulement, comme par hasard, ça marche pas..:(
J'ai reussi a corriger plusieurs erreurs précédente, mais la je bloque, donc je viens demander de l'aide aux experts
Quand je lance la compilation, j'obtien le message d'erruer suivant :
checking for dbus-glib-1 >= 0.60... Package dbus-glib-1 was not found in the pkg-config search path. Perhaps you should add the directory containing `dbus-glib-1.pc' to the PKG_CONFIG_PATH environment variable No package 'dbus-glib-1' found
configure: error: Library requirements (dbus-glib-1 >= 0.60) not met; consider adjusting the PKG_CONFIG_PATH environment variable if your libraries are in a nonstandard prefix so pkg-config can find them.
Voila, si vous avez besoin de voir ce qui se passe au dessus, n'hesitez pas a me le dire, je posterai tout ce qu'il y a dans la console
(j'ai taper la commande " ./configure --enable-application=mail")
Merci a vous tous qui lisez ce topic, et encore plus merci a ceux qui pourront m'aider
Hors ligne
#2 Le 03/06/2008, à 11:16
- champoul
Re : Problème de compilation
T'as essayé un:
sudo apt-get install dbus-glib-1
ou
sudo apt-get install dbus-glib-1-dev
?
Hors ligne
#3 Le 03/06/2008, à 11:26
- shinigami69
Re : Problème de compilation
Merci pour ton aide
Cette commande m'a dit que mes paquets etaient obselète et m'a dit d'installer :
apt-get install libdbus-glib-1-dev
Ce que j'ai fait et maintenant j'ai :
checking for libIDL-2.0 >= 0.8.0 glib-2.0 gobject-2.0... checking for glib-config... no
checking for GLIB - version >= 1.2.0... no
*** The glib-config script installed by GLIB could not be found
*** If GLIB was installed in PREFIX, make sure PREFIX/bin is in
*** your path, or set the GLIB_CONFIG environment variable to the
*** full path to glib-config.
checking for libIDL-config... no
checking for libIDL - version >= 0.6.3... no
*** The libIDL-config script installed by libIDL could not be found
*** If libIDL was installed in PREFIX, make sure PREFIX/bin is in
*** your path, or set the LIBIDL_CONFIG environment variable to the
*** full path to libIDL-config.
checking for libIDL-2.0 >= 0.8.0... Package libIDL-2.0 was not found in the pkg-config search path. Perhaps you should add the directory containing `libIDL-2.0.pc' to the PKG_CONFIG_PATH environment variable No package 'libIDL-2.0' found
configure: error: Library requirements (libIDL-2.0 >= 0.8.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.
Que faire?
EDIT : J'ai installé un nouveau paquet :
apt-get install libidl-dev
Et maintenant j'ai l'erreur suivante :
checking for sys/int_types.h... no
configure: error: Could not compile basic X program.
Je comprend pas trop le sens de l'erreur.
Sa bloque parce qu'il manque un fichier?
Si oui, où le trouver?
Edit2 : Il me manquait un dernier paquet, le voila installé et la ompilation lancée, il ne reste plus qu'a attendre^
Merci pour votre aide
Dernière modification par shinigami69 (Le 04/06/2008, à 15:06)
Hors ligne
Pages : 1