编译 PJSIP 以在 iOS 5 中使用
我知道 iOS 5 仍处于 NDA 之下,但我认为这不会违反他们的条款。
当我尝试为 xcode 编译 PJSIP 以在 iOS 5 中使用时,它找不到 gcc。我收到的错误是“找不到 iOS 5 SDK 的 gcc”。有什么办法可以补救吗?谢谢!
I know iOS 5 is still under NDA, but I don't think this will violate their terms.
When I try to compile PJSIP for xcode for use within iOS 5, it dosen't find gcc. "Cannot find gcc for iOS 5 SDK" is the error I get. Is there any way to remedy this? Thanks!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
PJSIP 代码库中的变更集 3818 通过允许 configure-iphone 查找 LLVM 修复了此问题
Changeset 3818 in the PJSIP codebase fixes this issue by allowing configure-iphone to find LLVM
也许您的项目未配置为使用 GCC!
XCode 4.2 将默认为带有 clang 前端的 LLVM 3.0(gcc 命令替换)
Maybe your project isn't configured to use GCC!
XCode 4.2 will default to LLVM 3.0 with clang frontend (gcc command replacement)