-
Notifications
You must be signed in to change notification settings - Fork 129
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
Build error on v5.7 (OS X 10.12.3, Xcode 8.2.1) #35
Comments
Closing this issue because alexreg isn't responding with more information. |
You didn't ask for more info? |
I commented on your gist Feb 6: https://gist.github.com/anonymous/76219f9acafc6624f529faa86ab65dad |
Ah, okay.
|
OK. Don't know why you're getting that. I don't get an error when I compile it that way. Maybe something changed in the intervening 3 months. |
Nope. It still happens now... same error. |
I have MacOS 10.12.5 and Xcode 8.3.2. https://gist.github.com/arqbackup/fac1800e16c1a0f3fcaffdd89aa4f8f9 |
Well, can't you debug it from the error message? Anyway, what environmental configuration are you doing before running those commands, if any at all? |
I don't understand the error message you get. It says the header file can't be found, but the header file exists. I don't set any special environment variables. Looks like you reset HEADER_SEARCH_PATHS and LIBRARY_SEARCH_PATHS though, overriding the values in the Xcode project. Maybe stop doing that. |
Yeah... if I don't set those environment variables, I get these errors however. |
Have you looked at the Xcode project at all? It expects the OpenSSL library in /usr/local/ssl. |
Ah. Well, I don't have anything there. That directory doesn't exist, and indeed it's non-standard. Homebrew installs the library to to |
https://gist.github.com/76219f9acafc6624f529faa86ab65dad
What's going on here?
The text was updated successfully, but these errors were encountered: