[OpenSIPStack] Compile errors on opensipstack
Brought to you by:
joegenbaclor
From: James P. <jam...@ne...> - 2007-06-13 03:20:43
|
I just pulled the latest opensipstack from cvs and am trying to build but it is bombing out with some errors. I am building under Fedora with no special configure options. Any ideas would be appreciated... I have a feeling someone familiar with the code will know what is going on here. Thanks! James Errors: <snip> g++ -D_REENTRANT -I/root/opensbc/opensipstack/include -D_REENTRANT -I/root/opensbc/opensipstack/include -Wall -DPTRACING -I/root/opensbc/opensipstack/include -I/root/opensbc/opensipstack/include -DPTRACING -I/root/opensbc/opensipstack/include -Os -felide-constructors -Wreorder -c B2BAuthInterface.cxx -o /root/opensbc/opensipstack/lib/obj_linux_x86_r/B2BAuthInterface.o /root/opensbc/opensipstack/include/MediaServer.h:125: error: ISO C++ forbids declaration of ‘OpalIVRConnection’ with no type /root/opensbc/opensipstack/include/MediaServer.h:125: error: expected ‘;’ before ‘*’ token /root/opensbc/opensipstack/include/MediaServer.h:161: error: expected class-name before ‘{’ token /root/opensbc/opensipstack/include/MediaServer.h:162: error: ‘Comparison’ does not name a type /root/opensbc/opensipstack/include/MediaServer.h:169: error: ISO C++ forbids declaration of ‘OpalIVRConnection’ with no type /root/opensbc/opensipstack/include/MediaServer.h:169: error: expected ‘;’ before ‘*’ token /root/opensbc/opensipstack/include/MediaServer.h:161: warning: ‘class MS::MediaServerEndPoint’ has virtual functions but non-virtual destructor /root/opensbc/opensipstack/include/MediaServer.h: In member function ‘virtual BOOL MS::MediaServerEndPoint::InternalIsDescendant(const char*) const’: /root/opensbc/opensipstack/include/MediaServer.h:162: error: ‘OpalIVREndPoint’ has not been declared /root/opensbc/opensipstack/include/MediaServer.h: In member function ‘virtual const char* MS::MediaServerEndPoint::GetClass(unsigned int) const’: /root/opensbc/opensipstack/include/MediaServer.h:162: error: ‘OpalIVREndPoint’ has not been declared make[2]: *** [/root/opensbc/opensipstack/lib/obj_linux_x86_r/B2BAuthInterface.o] Error 1 </snip> |