tieto / sipe

A third-party Pidgin plugin for Microsoft Lync/OCS - clone of upstream http://repo.or.cz/w/siplcs.git
GNU General Public License v2.0
129 stars 24 forks source link

What version of GPlugin is required? #11

Closed rburcham closed 8 years ago

rburcham commented 9 years ago

At runtime I'm getting

(Pidgin:30649): GPlugin-WARNING **: failed to query '/usr/local/lib/purple-3/libsipe.so' with loader 'GPluginNativeLoader': the query function did not return a GPluginPluginInfo instance

I am using gplugin-0.0.22 at the moment.

rburcham commented 9 years ago

I've built against the tieto/gplugin too and I get the same error.

xhaakon commented 8 years ago

the query function did not return a GPluginPluginInfo instance

This error description hides the actual reason why the library couldn't be loaded, probably some unresolved symbol; see #40. Using GPlugin from its current develop branch should give a more meaningful message (no release yet, likely it's going to be 0.27.0).