Je cherche à installer le plugin Purple Line pour Pidgin.
Il faut d'abord que je le compile mais là j'ai un problème, il ne trouve pas le package thrift alors qu'il est bien installé.
Voici les résultats de la commande make :
Code : Tout sélectionner
g++ -g -Wall -shared -fPIC -DHAVE_INTTYPES_H -DHAVE_CONFIG_H -DPURPLE_PLUGINS `pkg-config --cflags purple thrift` -std=c++0x -c thrift_line/line_constants.cpp -o thrift_line/line_constants.o
Package thrift was not found in the pkg-config search path.
Perhaps you should add the directory containing `thrift.pc'
to the PKG_CONFIG_PATH environment variable
No package 'thrift' found
In file included from thrift_line/line_constants.h:10:0,
from thrift_line/line_constants.cpp:7:
thrift_line/line_types.h:10:27: erreur fatale: thrift/Thrift.h : Aucun fichier ou dossier de ce type
#include <thrift/Thrift.h>
^
compilation terminée.
Makefile:22: recipe for target 'thrift_line/line_constants.o' failed
make: *** [thrift_line/line_constants.o] Error 1
Merci beaucoup