使用 Macports 安装 ode

发布于 2024-08-30 20:44:38 字数 245 浏览 3 评论 0原文

我尝试通过 Macports 安装 ode,但收到此错误:

On Mac OS X 10.5, ode 0.11.1 requires Xcode 3.1 or later but you have Xcode 3.0.
Error: Target org.macports.extract returned: incompatible Xcode version

有没有办法在没有 xcode 3.1 的情况下安装 ode?

I am trying to install ode via Macports, but get this error:

On Mac OS X 10.5, ode 0.11.1 requires Xcode 3.1 or later but you have Xcode 3.0.
Error: Target org.macports.extract returned: incompatible Xcode version

Is there any way to install ode without xcode 3.1?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(3

雨后咖啡店 2024-09-06 20:44:39

我想你可以下载 Leopard 的 XCode 3.1.x @ http://connect.apple.com (需要注册)。

这可能是最简单的方法,或者您是否出于特定原因而继续使用 3.0?

您始终可以尝试更改/删除 portfile 本身中的 minimum_xcodeversion,尽管您的编译可能会失败(有人有理由添加它)。

I think you can download XCode 3.1.x for Leopard @ http://connect.apple.com (registration required).

That might be the easiest way, or are you staying on 3.0 for a specific reason?

You could always try to alter / remove minimum_xcodeversion in the portfile itself, although chances are your compilation will then probably fail (somebody had a reason for adding it).

念﹏祤嫣 2024-09-06 20:44:39

Xcode 包括 gcc 和所有其他开发人员命令行工具 - Xcode 3.1 的最低要求可能是因为需要最低版本的 gcc。你真的应该硬着头皮从 http://connect.apple.com< 获取最新的 Xcode (3.2.2) /a> - 下载和安装只需几分钟(取决于您的宽带连接速度)。

Xcode includes gcc and all the other developer command line tools - the minimum requirement for Xcode 3.1 is probably because a minimmum version of gcc is required. You should really just bit the bullet and get the latest Xcode (3.2.2) from http://connect.apple.com - it only takes a few minutes to download and install (depending on how fast your broadband connection is).

み青杉依旧 2024-09-06 20:44:39

根据 更改日志ode Portfile,最低 Xcode 版本被设置为删除 libGL 解决方法。我想您可以查看 补丁 并撤消在您的 Portfile 的本地副本上进行更改,然后查看是否有效。

According to the change log for the ode Portfile, the minimum Xcode version was set to remove a libGL workaround. I suppose you could check out the patch and undo that change on the local copy of your Portfile, and see if that works.

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