-
Notifications
You must be signed in to change notification settings - Fork 49
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
Fails to build for 64bit architectures #40
Comments
Seeing this now too. It's definitely related to Xcode 7.3 but I have no idea why it's broken all of a sudden. |
Looks like the latest version of clang complains about conftest.c missing |
Ok so it can be fixed with a patch to |
Tracking upstream here: https://trac.torproject.org/projects/tor/ticket/18626#ticket |
I used your suggested patch and incorporated it in my fork if others are interested. I'll remove it once the suggested patch (in the Tor ticket) makes it in the next Tor release. |
Just wanted to note that I’m seeing this here as well. Looks like the fix landed for 0.2.8.2-alpha and that works just fine once you’ve updated your build to include the new 0.2.8 libs (OnionBrowser/OnionBrowser@6b7be94#diff-bf0359edc5b2b5cebe5e69a8cfdadcc8L253). Per the Tor ticket, doesn’t look like it will be backported to 0.2.7 so folks needing stable will probably need to keep using the patch for now. |
OpenSSL builds for i386 and armv7 architectures, but Tor complains of a non-linkable OpenSSL for the arm64 and x86_64 architectures with XCode 7.3.
The specific error (when building Tor) is the following:
checking for openssl directory... configure: WARNING: Could not find a linkable openssl. If you have it installed somewhere unusual, you can specify an explicit path using --with-openssl-dir
The text was updated successfully, but these errors were encountered: