编译 PJSIP 以在 iOS 5 中使用

发布于 2024-12-06 05:46:33 字数 139 浏览 0 评论 0原文

我知道 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

待"谢繁草 2024-12-13 05:46:33

PJSIP 代码库中的变更集 3818 通过允许 configure-iphone 查找 LLVM 修复了此问题

Changeset 3818 in the PJSIP codebase fixes this issue by allowing configure-iphone to find LLVM

轮廓§ 2024-12-13 05:46:33

也许您的项目未配置为使用 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)

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文