使用 Macports 安装 ode
我尝试通过 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
我想你可以下载 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).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).
根据 更改日志 的
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.