after latest commit to master, i got these compiler errors: g++ -MMD -g -O2 -Wall -Wno-reorder -fPIC -g -O2 -I/usr/include/python2.6 -fno-strict-aliasing -Wno-write-strings -D_DEBUG -D_THREAD_SAFE -D_REENTRANT -DSEMS_VERSION='"1.6.0"' -DARCH='"x86"' -DOS='"linux"' -DSYSTEM_SAMPLECLOCK_RATE=32000LL -DSUPPORT_IPV6 -DUSE_MONITORING -DLOG_BUFFER_LEN=2048 -DPROPAGATE_COREDUMP_SETTINGS -I ../../core -I/usr/include/python2.6 -fno-strict-aliasing -Wno-write-strings -c Ivr.cpp -o Ivr.o ../../core/AmBasicSipDialog.h: In member function ‘virtual void IvrDialog::createCalleeSession()’: ../../core/AmBasicSipDialog.h:92: error: ‘std::string AmBasicSipDialog::local_tag’ is protected Ivr.cpp:802: error: within this context ../../core/AmBasicSipDialog.h:90: error: ‘std::string AmBasicSipDialog::callid’ is protected Ivr.cpp:803: error: within this context ../../core/AmBasicSipDialog.h:104: error: ‘std::string AmBasicSipDialog::remote_party’ is protected Ivr.cpp:806: error: within this context ../../core/AmBasicSipDialog.h:105: error: ‘std::string AmBasicSipDialog::local_party’ is protected Ivr.cpp:806: error: within this context ../../core/AmBasicSipDialog.h:102: error: ‘std::string AmBasicSipDialog::remote_uri’ is protected Ivr.cpp:807: error: within this context ../../core/AmBasicSipDialog.h:101: error: ‘std::string AmBasicSipDialog::local_uri’ is protected Ivr.cpp:807: error: within this context ../../core/AmBasicSipDialog.h:105: error: ‘std::string AmBasicSipDialog::local_party’ is protected Ivr.cpp:811: error: within this context ../../core/AmBasicSipDialog.h:104: error: ‘std::string AmBasicSipDialog::remote_party’ is protected Ivr.cpp:811: error: within this context ../../core/AmBasicSipDialog.h:101: error: ‘std::string AmBasicSipDialog::local_uri’ is protected Ivr.cpp:812: error: within this context ../../core/AmBasicSipDialog.h:102: error: ‘std::string AmBasicSipDialog::remote_uri’ is protected Ivr.cpp:812: error: within this context ../../core/AmBasicSipDialog.h:105: error: ‘std::string AmBasicSipDialog::local_party’ is protected Ivr.cpp:815: error: within this context ../../core/AmBasicSipDialog.h:101: error: ‘std::string AmBasicSipDialog::local_uri’ is protected Ivr.cpp:816: error: within this context ../../core/AmBasicSipDialog.h:105: error: ‘std::string AmBasicSipDialog::local_party’ is protected Ivr.cpp:819: error: within this context make[3]: *** [Ivr.o] Error 1
-- juha _______________________________________________ Semsdev mailing list [email protected] http://lists.iptel.org/mailman/listinfo/semsdev
