Hello Everyone,
I got a copy of sipxtapi from the SVN and now trying to build it. I get the following linker errors while I compile sipxtapi on VC++ 7.0:
(Note: sipXmediaMediaProcessing, sipXtackLib, sipXportLib, sipxcalllib, sipxmedialib all build fine)
Linking...
libpcre.a(d000013.o) : warning LNK4078: multiple '.text' sections found with different attributes (E0000020)
libpcre.a(d000013.o) : warning LNK4078: multiple '.text' sections found with different attributes (E0000020)
Creating library .\sipXtapi\Release/sipXtapi.lib and object .\sipXtapi\Release/sipXtapi.exp
sipXcallLib.lib(CallManager.obj) : error LNK2019: unresolved external symbol "public: int __thiscall MpStreamMsg::getInt2(void)const " ([EMAIL PROTECTED]@@QBEHXZ) referenced in function "public: virtual int __thiscall CallManager::handleMessage(class OsMsg &)" ([EMAIL PROTECTED]@@UAEHAAVOsMsg@@@Z)
sipXcallLib.lib(CallManager.obj) : error LNK2019: unresolved external symbol "public: void * __thiscall MpStreamMsg::getPtr1(void)const " ([EMAIL PROTECTED]@@QBEPAXXZ) referenced in function "public: virtual int __thiscall CallManager::handleMessage(class OsMsg &)" ([EMAIL PROTECTED]@@UAEHAAVOsMsg@@@Z)
sipXcallLib.lib(CallManager.obj) : error LNK2019: unresolved external symbol "public: class UtlString __thiscall MpStreamMsg::getTarget(void)const " ([EMAIL PROTECTED]@@QBE?AVUtlString@@XZ) referenced in function "public: virtual int __thiscall CallManager::handleMessage(class OsMsg &)" ([EMAIL PROTECTED]@@UAEHAAVOsMsg@@@Z)
sipXmediaMediaProcessing.lib(sipXmediaFactoryImpl.obj) : error LNK2001: unresolved external symbol "private: static bool DmaTask::mbOutputDevicesChanged" ([EMAIL PROTECTED]@@0_NA)
libpcre.a(d000013.o) : warning LNK4078: multiple '.text' sections found with different attributes (E0000020)
libpcre.a(d000013.o) : warning LNK4078: multiple '.text' sections found with different attributes (E0000020)
Creating library .\sipXtapi\Release/sipXtapi.lib and object .\sipXtapi\Release/sipXtapi.exp
sipXcallLib.lib(CallManager.obj) : error LNK2019: unresolved external symbol "public: int __thiscall MpStreamMsg::getInt2(void)const " ([EMAIL PROTECTED]@@QBEHXZ) referenced in function "public: virtual int __thiscall CallManager::handleMessage(class OsMsg &)" ([EMAIL PROTECTED]@@UAEHAAVOsMsg@@@Z)
sipXcallLib.lib(CallManager.obj) : error LNK2019: unresolved external symbol "public: void * __thiscall MpStreamMsg::getPtr1(void)const " ([EMAIL PROTECTED]@@QBEPAXXZ) referenced in function "public: virtual int __thiscall CallManager::handleMessage(class OsMsg &)" ([EMAIL PROTECTED]@@UAEHAAVOsMsg@@@Z)
sipXcallLib.lib(CallManager.obj) : error LNK2019: unresolved external symbol "public: class UtlString __thiscall MpStreamMsg::getTarget(void)const " ([EMAIL PROTECTED]@@QBE?AVUtlString@@XZ) referenced in function "public: virtual int __thiscall CallManager::handleMessage(class OsMsg &)" ([EMAIL PROTECTED]@@UAEHAAVOsMsg@@@Z)
sipXmediaMediaProcessing.lib(sipXmediaFactoryImpl.obj) : error LNK2001: unresolved external symbol "private: static bool DmaTask::mbOutputDevicesChanged" ([EMAIL PROTECTED]@@0_NA)
Please help me out pepole!
Do you Yahoo!?
Next-gen email? Have it all with the all-new Yahoo! Mail Beta.
_______________________________________________ sipxtapi-dev mailing list [email protected] List Archive: http://list.sipfoundry.org/archive/sipxtapi-dev/
