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

OSX 10.11 no openssl #44

Open
bensuffolk opened this issue Aug 11, 2015 · 2 comments
Open

OSX 10.11 no openssl #44

bensuffolk opened this issue Aug 11, 2015 · 2 comments

Comments

@bensuffolk
Copy link

I have just upgraded my dev environment to 10.11 and am now unable to compile my application that uses AquaticPrime as the openssl headers are no longer included in the SDK.

@marcvanolmen
Copy link

I just noticed the same after upgrading to Xcode 7 (on 10.10 machine) because only 10.11 sdk is used: There are several options to resolve this:

@DouglasHeriot
Copy link
Contributor

My solution is to include my own build of openssl. I used this script I found to build it: https://gist.github.com/letiemble/6710405

Note that you have to be careful just including stuff from homebrew – it’s really not designed for that. You need to set the -mmacosx-version-min=10.9 compiler flag to whatever OS you want to support. Otherwise, users with older OSs may have issues! (ie. in the past I shipped a beta build with a homebrew library, which used more modern SSE instructions than my minimum supported OS’s minimum hardware supported)

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

3 participants