开发者

Installing ode using Macports

开发者 https://www.devze.com 2022-12-29 01:19 出处:网络
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 开发者_StackOverflow中文版or later but you have Xcode 3.0.

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 开发者_StackOverflow中文版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?


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 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).


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.

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号