[OpenSIPStack] OpenSBC Compile Error
Brought to you by:
joegenbaclor
From: Robert J. <rj...@gm...> - 2007-06-06 16:05:14
|
Hi, I just downloaded the latest OpenSipStack/OpenSBC and i get a compile error related to the media Server changes underway. Essentially, the OpenSBCDaemon tries to instantiate a new MediaServer using a c'tor with no arguments but that c'tor has been removed in yesterday's submit. here is the compiler output: OpenSBC.cxx: In member function 'virtual void OpenSBCDaemon::OnStart(Tools::OSSAppConfig&)': OpenSBC.cxx:457: error: no matching function for call to 'MS::MediaServer::MediaServer()' /home/sipx/opensbc/latest/opensipstack/include/MediaServer.h:112: note: candidates are: MS::MediaServer::MediaServer(UACORE::CallSessionManager*) /home/sipx/opensbc/latest/opensipstack/include/MediaServer.h:84: note: MS::MediaServer::MediaServer(const MS::MediaServer&) make[1]: *** [obj_linux_x86_r/OpenSBC.o] Error 1 make[1]: Leaving directory `/home/sipx/opensbc/latest/opensbc' make: *** [optnoshared] Error 2 Cheers, bob |