2 Assuming you've installed Pidgin from source (typically in /usr/local):
4 ./configure --prefix=/usr/local
7 and eveything should be fine. If Pidgin is installed from an RPM (I don't know if the pidgin headers were separated from binaries) or DEB (you pidgin-dev package), then:
9 ./configure --prefix=/usr
12 Installing those should get Pidgin Sipe working.