[OpenSIPStack] opensipstack compile error
Brought to you by:
joegenbaclor
From: mashudi <mas...@te...> - 2008-01-07 10:14:57
|
Dear All, Using debian 4.0 on two AMD Opteron dual core CPU, I run make=20 bothnoshared but get error, here is the log file. /usr/src/opensipstack/include/ptlib/critsec.h: In member function =E2void=20 SIPTransactions::SIPTransaction::SetState(int)=E2: /usr/src/opensipstack/include/ptlib/critsec.h:252: error:=20 =E2PAtomicInteger& PAtomicInteger::operator=3D(const PAtomicInteger&)=E2 is= =20 private /usr/src/opensipstack/include/SIPTransaction.h:273: error: within this=20 context /usr/src/opensipstack/include/ptlib/critsec.h: In constructor=20 =E2GC::GCObject<T>::GCObject(T*, const Tools::OString&) [with T =3D=20 SIPTransactions::SIPTransaction]=E2: /usr/src/opensipstack/include/GCObject.h:521: instantiated from=20 =E2GC::GCReference<T> GC::Collector<T>::CreateReference(T*, const=20 Tools::OString&, const Tools::OString&, const char*, int) [with T =3D=20 SIPTransactions::SIPTransaction]=E2 /usr/src/opensipstack/include/SIPTransaction.h:154: instantiated from here /usr/src/opensipstack/include/ptlib/critsec.h:252: error:=20 =E2PAtomicInteger& PAtomicInteger::operator=3D(const PAtomicInteger&)=E2 is= =20 private /usr/src/opensipstack/include/GCObject.h:281: error: within this context /usr/src/opensipstack/include/ptlib/critsec.h: In constructor=20 =E2GC::GCObject<T>::GCObject(T*, const Tools::OString&) [with T =3D=20 UACORE::SIPSession]=E2: /usr/src/opensipstack/include/GCObject.h:521: instantiated from=20 =E2GC::GCReference<T> GC::Collector<T>::CreateReference(T*, const=20 Tools::OString&, const Tools::OString&, const char*, int) [with T =3D=20 UACORE::SIPSession]=E2 /usr/src/opensipstack/include/SIPSession.h:264: instantiated from here /usr/src/opensipstack/include/ptlib/critsec.h:252: error:=20 =E2PAtomicInteger& PAtomicInteger::operator=3D(const PAtomicInteger&)=E2 is= =20 private /usr/src/opensipstack/include/GCObject.h:281: error: within this context /usr/src/opensipstack/include/ptlib/critsec.h: In constructor=20 =E2GC::GCObject<T>::GCObject(T*, const Tools::OString&) [with T =3D=20 RFC3265::RFC3265Subscription]=E2: /usr/src/opensipstack/include/GCObject.h:521: instantiated from=20 =E2GC::GCReference<T> GC::Collector<T>::CreateReference(T*, const=20 Tools::OString&, const Tools::OString&, const char*, int) [with T =3D=20 RFC3265::RFC3265Subscription]=E2 /usr/src/opensipstack/include/RFC3265Subscription.h:93: instantiated=20 from here /usr/src/opensipstack/include/ptlib/critsec.h:252: error:=20 =E2PAtomicInteger& PAtomicInteger::operator=3D(const PAtomicInteger&)=E2 is= =20 private /usr/src/opensipstack/include/GCObject.h:281: error: within this context /usr/src/opensipstack/include/ptlib/critsec.h: In constructor=20 =E2GC::GCObject<T>::GCObject(T*, const Tools::OString&) [with T =3D=20 RFC3265::RFC3265Resource]=E2: /usr/src/opensipstack/include/GCObject.h:521: instantiated from=20 =E2GC::GCReference<T> GC::Collector<T>::CreateReference(T*, const=20 Tools::OString&, const Tools::OString&, const char*, int) [with T =3D=20 RFC3265::RFC3265Resource]=E2 /usr/src/opensipstack/include/RFC3265Resource.h:74: instantiated from here /usr/src/opensipstack/include/ptlib/critsec.h:252: error:=20 =E2PAtomicInteger& PAtomicInteger::operator=3D(const PAtomicInteger&)=E2 is= =20 private /usr/src/opensipstack/include/GCObject.h:281: error: within this context /usr/src/opensipstack/include/ptlib/critsec.h: In constructor=20 =E2GC::GCObject<T>::GCObject(T*, const Tools::OString&) [with T =3D=20 B2BUA::B2BMediaInterface::AggregatedMedia]=E2: /usr/src/opensipstack/include/GCObject.h:521: instantiated from=20 =E2GC::GCReference<T> GC::Collector<T>::CreateReference(T*, const=20 Tools::OString&, const Tools::OString&, const char*, int) [with T =3D=20 B2BUA::B2BMediaInterface::AggregatedMedia]=E2 /usr/src/opensipstack/include/B2BMediaInterface.h:223: instantiated=20 from here /usr/src/opensipstack/include/ptlib/critsec.h:252: error:=20 =E2PAtomicInteger& PAtomicInteger::operator=3D(const PAtomicInteger&)=E2 is= =20 private /usr/src/opensipstack/include/GCObject.h:281: error: within this context make[3]: ***=20 [/usr/src/opensipstack/lib/obj=5Flinux=5Fx86=5F64=5Fr/B2BAuthInterface.o] E= rror 1 make[2]: *** [optnoshared] Error 2 make[1]: *** [optnoshared] Error 2 make: *** [bothnoshared] Error 2 |