Join GitHub today
GitHub is home to over 40 million developers working together to host and review code, manage projects, and build software together.
Sign upFixes for building and running on Leopard #186
Conversation
Since Xcode 3.1.4 is the last version which runs under 10.5, native builds aren't possible on 10.5 without Xcode 3.1 support. There are at least three changes needed to fully support Xcode 3.1, only two of which are included here: 1) Adding 3.1 entries to the Xcode-version-specific areas. 2) Falling back to kextload when kextutil is not present. In 10.5/3.1, the developer-only kextload options had not yet been split off into kextutil, making kextload a drop-in replacement. 3) Providing a substitute for pkgbuild, which is missing in the 10.5/3.1 environment. There does not appear to be a trivial solution to this one. Without a fix for #3, the "dist" and "smalldist" targets still don't work in 10.5/3.1, but the other targets do, including the "homebrew" target used by MacPorts.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
fhgwright commentedDec 7, 2014
This includes fixes for all known issues related to Leopard and PPC, except the inability to build the dist/smalldist targets on Leopard due to the lack of pkgbuild.