Re: [Ekiga-devel-list] Ekiga fails to build...



Hi,

On Mon, 2006-09-11 at 16:59 +0200, Jan Schampera wrote:
> ...due to a linker error related to OPAL:
> 
> /usr/lib/libopal.so: undefined reference to
> `IAX2SpecialProcessor::IAX2SpecialProcessor(IAX2EndPoint&)'
> 
> I double-checked and the headers are the right ones. The error happens
> on Ekiga build time, OPAL itself builds fine. Where's my mistake?
> 
> (IAX2 core was changed yesterday in OPAL, according to the ChangeLog)
> 
> J.
> 

I have a simple patch to fix it.  I am ccing the patch to the IAX2
maintainer so it will be merged soon.
--- Makefile.in.old	2006-09-12 07:38:09.000000000 +1200
+++ Makefile.in	2006-09-12 08:02:03.000000000 +1200
@@ -431,6 +431,7 @@
 
 SOURCES += \
            $(OPAL_SRCDIR)/iax2/callprocessor.cxx\
+           $(OPAL_SRCDIR)/iax2/specialprocessor.cxx\
            $(OPAL_SRCDIR)/iax2/frame.cxx \
            $(OPAL_SRCDIR)/iax2/iax2con.cxx \
            $(OPAL_SRCDIR)/iax2/iax2ep.cxx \


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]