0 Replies Last post: Mar 20, 2008 4:32 PM by dcardosoa  
  29 posts since
Feb 12, 2008

Mar 20, 2008 4:36 PM

Compile error

Hi everyone...

I get OpenSBC on CVS and I have the follow message whe I try compile:

========================================

[ root@CENTOS opensbc ]# make bothnoshared
make optnoshared debugnoshared
make[1]: Entering directory `/home/opensbc'
make P_SHAREDLIB=0 opt
make[2]: Entering directory `/home/opensbc'
g++ -DP_USE_PRAGMA -D_REENTRANT -DP_USE_PRAGMA -D_REENTRANT -Wall -I/home/opensipstack/include -DPTRACING -I/home/opensipstack/include -I ./ -fpermissive -Os -c Main.cxx -o obj_linux_x86_r/Main.o
g++ -DP_USE_PRAGMA -D_REENTRANT -DP_USE_PRAGMA -D_REENTRANT -Wall -I/home/opensipstack/include -DPTRACING -I/home/opensipstack/include -I ./ -fpermissive -Os -c SBCCallHandler.cxx -o obj_linux_x86_r/SBCCallHandler.o
g++ -DP_USE_PRAGMA -D_REENTRANT -DP_USE_PRAGMA -D_REENTRANT -Wall -I/home/opensipstack/include -DPTRACING -I/home/opensipstack/include -I ./ -fpermissive -Os -c SBCRoutingHandler.cxx -o obj_linux_x86_r/SBCRoutingHandler.o
g++ -DP_USE_PRAGMA -D_REENTRANT -DP_USE_PRAGMA -D_REENTRANT -Wall -I/home/opensipstack/include -DPTRACING -I/home/opensipstack/include -I ./ -fpermissive -Os -c SBCAuthHandler.cxx -o obj_linux_x86_r/SBCAuthHandler.o
g++ -DP_USE_PRAGMA -D_REENTRANT -DP_USE_PRAGMA -D_REENTRANT -Wall -I/home/opensipstack/include -DPTRACING -I/home/opensipstack/include -I ./ -fpermissive -Os -c SBCIVRHandler.cxx -o obj_linux_x86_r/SBCIVRHandler.o
SBCIVRHandler.cxx: In member function `virtual void SBCIVRHandler::RefreshSupportedCodecs()':
SBCIVRHandler.cxx:117: error: 'class MS::MediaServer' has no member named 'SetSupportedMediaFormat'
make[2]: ** [http:// obj_linux_x86_r/SBCIVRHandler.o |http:// obj_linux_x86_r/SBCIVRHandler.o ] Erro 1
make[2]: Leaving directory `/home/opensbc'
make[1]: ** [optnoshared] Erro 2
make[1]: Leaving directory `/home/opensbc'
make: ** [bothnoshared] Erro 2

========================================


There is a problem?

Thanks...