使用PJSIP的编译问题
时,我收到以下错误
编译 PJSIP Makefile:1 :build.mak:没有这样的文件或目录 Makefile:2: build/host-.mak: 没有这样的文件或目录
我是 iPhone 开发的新手。请帮忙。
iam getting the following errors when compiling PJSIP
Makefile:1: build.mak: No such file or directory
Makefile:2: build/host-.mak: No such file or directory
I am new to this iphone development.Please help.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您是否按照以下内容中的说明进行操作:
http://trac.pjsip.org/repos/wiki/Getting-Started/iPhone
如果仍然不起作用,请尝试使用 gmake 而不是 make。
从您的错误日志来看,执行 make 时您似乎不在 pjproject 目录中。
Did you follow the instructions given in:
http://trac.pjsip.org/repos/wiki/Getting-Started/iPhone
If it still doesn't work, try using gmake instead of make.
From your error logs it looks like you are not in the pjproject directory while executing make.