Search code examples
xcodemacportsode-library

Installing ode using Macports


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?


Solution

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