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

plugin loaded error: .libs/libsipe.so: undefined symbol: sipe_core_appshare_connect #135

Open brianjmurrell opened 7 years ago

brianjmurrell commented 7 years ago

In f44b22366aee7eb82d4373ca96a45f58a098d73f's test-suite.log I'm seeing:

===================================================
   pidgin-sipe 1.21.1: src/purple/test-suite.log
===================================================

# TOTAL: 1
# PASS:  0
# SKIP:  0
# XFAIL: 0
# FAIL:  1
# XPASS: 0
# ERROR: 0

.. contents:: :depth: 2

FAIL: tests_load
================

plugin loaded error: .libs/libsipe.so: undefined symbol: sipe_core_appshare_connect
FAIL tests_load (exit status: 1)
brianjmurrell commented 7 years ago

@xhaakon Is this related to one or both of your latest commits on launchpad? Or is it a missing/old dependency on my end?

It's strange that I don't see sipe_core_appshare_connect in either of your patches though so maybe a red herring?

xhaakon commented 7 years ago

@brianjmurrell No those changes aren't related to this ticket. Could you please check if the latest upstream mob branch has the same issue?

It looks like some missing build dependency. Can you post the output you get when you run configure?