Compile Live555 using VS2008 - error LNK2019: unresolved external symbol
I followed this tutorial
http://thompsonng.blogspot.com.br/2013/03/compile-live555-using-vs2010-part-3.html
When I get to compile mediaServer I get the following error. Any ideas?
![enter image description here][1] 1>------ Build started: Project:
mediaServer, Configuration: Debug Win32 ------ 1>Linking...
1>BasicUsageEnvironment.lib(BasicUsageEnvironment.obj) : error LNK2019:
unresolved external symbol _initializeWinsockIfNecessary referenced in
function "protected: __thiscall
BasicUsageEnvironment::BasicUsageEnvironment(class TaskScheduler &)"
(??0BasicUsageEnvironment@@IAE@AAVTaskScheduler@@@Z)
1>groupsock.lib(GroupsockHelper.obj) : error LNK2001: unresolved external
symbol _initializeWinsockIfNecessary 1>groupsock.lib(NetAddress.obj) :
error LNK2019: unresolved external symbol _our_inet_addr referenced in
function "public: __thiscall NetAddressList::NetAddressList(char const *)"
(??0NetAddressList@@QAE@PBD@Z) 1>groupsock.lib(GroupsockHelper.obj) :
error LNK2001: unresolved external symbol _our_inet_addr
1>groupsock.lib(GroupsockHelper.obj) : error LNK2019: unresolved external
symbol _our_srandom referenced in function "unsigned int __cdecl
ourIPAddress(class UsageEnvironment &)"
(?ourIPAddress@@YAIAAVUsageEnvironment@@@Z)
1>groupsock.lib(GroupsockHelper.obj) : error LNK2019: unresolved external
symbol _our_random referenced in function "unsigned int __cdecl
chooseRandomIPv4SSMAddress(class UsageEnvironment &)"
(?chooseRandomIPv4SSMAddress@@YAIAAVUsageEnvironment@@@Z)
1>liveMedia.lib(ProxyServerMediaSession.obj) : error LNK2001: unresolved
external symbol _our_random 1>liveMedia.lib(RTCP.obj) : error LNK2001:
unresolved external symbol _our_random 1>liveMedia.lib(RTPSink.obj) :
error LNK2001: unresolved external symbol _our_random
1>liveMedia.lib(RTSPServer.obj) : error LNK2019: unresolved external
symbol _our_random32 referenced in function "protected: void __thiscall
RTSPServer::RTSPClientConnection::handleRequestBytes(int)"
(?handleRequestBytes@RTSPClientConnection@RTSPServer@@IAEXH@Z)
1>liveMedia.lib(RTPSink.obj) : error LNK2001: unresolved external symbol
_our_random32 1>liveMedia.lib(RTPSource.obj) : error LNK2001: unresolved
external symbol _our_random32 1>liveMedia.lib(DigestAuthentication.obj) :
error LNK2019: unresolved external symbol _our_MD5Data referenced in
function "public: void __thiscall
Authenticator::setRealmAndRandomNonce(char const *)"
(?setRealmAndRandomNonce@Authenticator@@QAEXPBD@Z)
1>liveMedia.lib(RTSPClient.obj) : error LNK2001: unresolved external
symbol _our_MD5Data 1>liveMedia.lib(RTCP.obj) : error LNK2019: unresolved
external symbol _OnReceive referenced in function "private: void
__thiscall RTCPInstance::onReceive(int,int,unsigned int)"
(?onReceive@RTCPInstance@@AAEXHHI@Z) 1>liveMedia.lib(RTCP.obj) : error
LNK2019: unresolved external symbol _OnExpire referenced in function
"private: void __thiscall RTCPInstance::onExpire1(void)"
(?onExpire1@RTCPInstance@@AAEXXZ)
1>C:\Users\Administrator\Documents\Visual Studio
2008\Projects\Live555\Debug\mediaServer.exe : fatal error LNK1120: 8
unresolved externals 1>Build log was saved at
"file://c:\Users\Administrator\Documents\Visual Studio
2008\Projects\Live555\mediaServer\Debug\BuildLog.htm" 1>mediaServer - 17
error(s), 0 warning(s) ========== Build: 0 succeeded, 1 failed, 0
up-to-date, 0 skipped ==========
No comments:
Post a Comment