Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updates to mkdist.sh to run under Yosemite with Xcode 6 #7

Open
ryangenz opened this issue Dec 28, 2014 · 1 comment
Open

Updates to mkdist.sh to run under Yosemite with Xcode 6 #7

ryangenz opened this issue Dec 28, 2014 · 1 comment

Comments

@ryangenz
Copy link

To get the latest version 20131216 to run under Yosemite (10.10) with Xcode 6, only a few tweaks to mkdist.sh are required.

In mkdist.sh, around line 50 replace:
sysroot="$xcodepath/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.8.sdk"
with:
sysroot="$xcodepath/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk"

It does not like the GMP FTP path anymore, but it'll work fine with the HTTP path-
so near line 462, replace:
getPackage http://ftp.gmplib.org/gmp/gmp-"$version_gmp".tar.bz2
with
getPackage http://gmplib.org/download/gmp/gmp-"$version_gmp".tar.bz2

(You may want to update to more recent package versions as well, but that should probably be in a different 'Issues' thread.)

@q2dg
Copy link

q2dg commented Mar 21, 2015

Could this be merged as a PR??

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants