I downloaded : pidgin 2.10.6 and sipe 1.14.1 from sourceforge.
I install pidgin with the following command in the folder of pidgin (2.10.6):
./configure --prefix=/home/tony/soft/pidgin_sipe --disable-screensaver --disable-gtkspell --disable-vv --disable-meanwhile --disable-avahi --disable-nm --disable-tcl
make
make install
it works fine and i can launch pidgin with /home/tony/soft/pidgin_sipe/bin/pidgin
then i tried to install the plugin sipe but in the folder of sipe (1.14.1) the command:
./configure --prefix=/home/tony/soft/pidgin_sipe
returns :
checking for PURPLE... no
checking for TELEPATHY_GLIB... no
configure: error: at least one plugin must be selected
If you didn't use a --enable option then please check that you have
the headers for the packages "purple" or "telepathy-glib" installed.
I add in my environment variable PATH the folder /home/tony/soft/pidgin_sipe/bin and i export PURPLE_LIBS="/home/tony/soft/pidgin_sipe/lib" but the result is the same.
And in the folder /home/tony/soft/pidgin_sipe/include/libpurple the headers are here :
account.h conversation.h debug.h .... upnp.h
Am I missing something or how can I tell to sipe where libpurple is.