< Previous by Date | Date Index | Next by Date > |
Thread Index | Next in Thread > |
Dear All: After I check out the latest sources by running svn checkout https://svn.resiprocate.org/rep/resiprocate/main resiprocate, I have built resiprocate without gperf and Berleley DB by running "make resiprocate" on Ubuntu. I have built and tested sipdialer in /apps/sipdial successfully. But when I tried to build BasicCall by running "make" in /resip/dum/test, I get the following error messages: g++ -march=x86-64 -D_REENTRANT -O3 -ffast-math -funroll-all-loops -Wall -I../../../build/.. -I../../../build/.. -I../../../build/../contrib/ares -I/usr/include -DUSE_SSL -DHAVE_POPT_H -DOS_MAJOR_VER=2 -DOS_MINOR_VER=6 -DOS_POINT_VER=24-19-generic -DOS_PATCH_VER=0 -DUSE_ARES -c -o obj.opt.Linux.x86_64/UserAgent.o UserAgent.cxx UserAgent.cxx: In member function ‘void resip::UserAgent::addTransport(resip::TransportType, int)’: UserAgent.cxx:127: warning: assuming signed overflow does not occur when assuming that (X + c) > X is always true UserAgent.cxx: In member function ‘virtual void resip::UserAgent::onTerminated(resip::InviteSessionHandle, resip::InviteSessionHandler::TerminatedReason, const resip::SipMessage*)’: UserAgent.cxx:224: error: ‘PeerEnded’ is not a member of ‘resip::InviteSessionHandler’ ../../../build/../rutil/Data.hxx: At global scope: ../../../build/../rutil/Data.hxx:744: warning: ‘resip::invokeDataInit’ defined but not used ../../../build/../rutil/Log.hxx:218: warning: ‘resip::invokeLogInit’ defined but not used ../../../build/../resip/stack/Pidf.hxx:68: warning: ‘resip::invokePidfInit’ defined but not used ../../../build/../resip/stack/SdpContents.hxx:526: warning: ‘resip::invokeSdpContentsInit’ defined but not used make: *** [obj.opt.Linux.x86_64/UserAgent.o] Error 1 Does anybody know why this error occur or something wrong while I build it? Thank You. Eric Wang Get news, entertainment and everything you care about at Live.com. Check it out! |