undefined reference to `resip::LinkuMsgSocket::LinkuMsgSocket(resip::SipStack*, resip::Fifo<resip::t

来源:互联网 发布:python示例程序 编辑:程序博客网 时间:2024/06/05 19:15

库没有加载:
LinkuMsgSocket.cxx \
 
把LinkuMsgSocket.cxx \ 加入到源文件目录的Makefile中

 

undefined reference to `repro::SessionAddressHandle::SessionAddressHandle(resip::RegistrationPersistenceManager&, resip::SipStack*)'   
在Makefile中添加
monkeys/SessionAddress.cxx
 


error: ‘_atoi64’ was not declared in this scope

未定义:添加
#ifndef WIN32
  #define _atoi64(val)    strtol(val,NULL,10)
#endif

 

原创粉丝点击