Hi Damien, On Sat, May 24, 2008 at 6:56 PM, Damien Sandras wrote: > > Le samedi 24 mai 2008 à 14:54 +0530, Girish Kulkarni a écrit : >> >> I am trying to install Ekiga 2.0.11_3 on FreeBSD 7.0 via the FreeBSD >> ports. But the OPAL libraries give me the following error while >> compiling: >> >> ----- ----- ----- ----- >> [...] >> ===> ekiga-2.0.11_3 depends on shared library: opal_r - not found >> ===> Verifying install for opal_r in /usr/ports/net/opal >> ===> Building for opal-2.2.11 >> [...] >> /usr/ports/net/opal/work/opal-2.2.11/src/opal/connection.cxx: In >> constructor 'OpalConnection::OpalConnection(OpalCall&, OpalEndPoint&, >> const PString&)': >> /usr/ports/net/opal/work/opal-2.2.11/src/opal/connection.cxx:350: >> error: no matching function for call to >> 'PSafeObject::PSafeObject(OpalCall*)' >> /usr/local/include/ptlib/safecoll.h:165: note: candidates are: >> PSafeObject::PSafeObject() >> /usr/local/include/ptlib/safecoll.h:158: note: >> PSafeObject::PSafeObject(const PSafeObject&) >> gmake[1]: *** [/usr/ports/net/opal/work/opal-2.2.11/lib/obj_r/connection.o] >> Error 1 >> gmake[1]: *** Waiting for unfinished jobs.... >> gmake[1]: Leaving directory `/usr/ports/net/opal/work/opal-2.2.11' >> gmake: *** [optshared] Error 2 >> *** Error code 2 >> ----- ----- ----- ----- > > > You probably have mismatched opal and pwlib libraries.
Thanks for your reply. I checked my pwlib libraries. They indeed needed upgrade and after upgrade the above error indeed vanished. But unfortunately a new error popped up. Here it is: ----- ----- ----- ----- ----- [...] /usr/local/lib/libopal.so: undefined reference to `PVideoInputDevice::CreateDeviceByName(PString const&, PPluginManager*)' /usr/local/lib/libopal.so: undefined reference to `PSafeObject::PSafeObject()' /usr/local/lib/libopal.so: undefined reference to `PVideoOutputDevice::CreateDeviceByName(PString const&, PPluginManager*)' gmake[3]: *** [ekiga] Error 1 gmake[3]: Leaving directory `/usr/ports/net/ekiga/work/ekiga-2.0.11/src' ----- ----- ----- ----- ----- Any clues? Thanks, Girish. -- Girish Kulkarni - Allahabad, India - http://girish.50webs.com _______________________________________________ ekiga-list mailing list [email protected] http://mail.gnome.org/mailman/listinfo/ekiga-list
