[Ekiga-devel-list] build breakage in SVN trunk



Hi all,

I just did a new checkout of ptlib, opal & ekiga and found that the opal build is broken:

make: *** No rule to make target `/ekiga/opal/lib_linux_x86/obj/opalglobalstatics.o', needed by `/ekiga/opal/lib_linux_x86/libopal_s.a'. Stop.

I looked at the svn logs, and src/opal/opalglobalstatics.cxx was removed yesterday in commit r22444 | rjongbloed.

Removing the makefile line referencing opalglobalstatistics.cxx gets through that problem, although I don't know the code well enough to know if that's a safe change. In any event the build then breaks again:

g++ -Os -Wall -Wextra -Winit-self -Wstrict-aliasing=2 -Wfloat-equal -Wno-comment -Wno-missing-field-initializers -Wno-unused -fPIC -DPTRACING=1 -D_REENTRANT -fno-exceptions -I/ekiga/install/include -I/usr/kerberos/include -felide-constructors -Wreorder -I/ekiga/opal/include -c /ekiga/opal/src/codec/opalpluginmgr.cxx -o /ekiga/opal/lib_linux_x86/obj/opalpluginmgr.o /ekiga/opal/src/codec/opalpluginmgr.cxx:116: error: ‘PluginLoader’ was not declared in this scope /ekiga/opal/src/codec/opalpluginmgr.cxx:116: error: template argument 1 is invalid /ekiga/opal/src/codec/opalpluginmgr.cxx:116: error: invalid type in declaration before ‘(’ token /ekiga/opal/src/codec/opalpluginmgr.cxx:116: error: initializer expression list treated as compound expression
make: *** [/ekiga/opal/lib_linux_x86/obj/opalpluginmgr.o] Error 1

I don't have the time to look into that one at the moment, so I don't know what the problem is there.

Dave


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