-
Notifications
You must be signed in to change notification settings - Fork 35
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
Julia failed to build on 10.6.8 #48
Comments
Your Xcode is quite old, version Most Homebrew software is going to expect a compiler newer than what you have; I highly recommend updating. |
It's still officially supported along with 3.1.4 (for now at least). It looks like the issue is related to libunwind more so than your formula since I tried building outside of homebrew and saw the same error: unrecognized command line option "-std=c++11" Sorry about that. Thanks for your help (and yes I will be upgrading in the very near future). |
Ah, I may be able to fix this then. This is because libosxunwind doesn't grab the same CFLAGS as the rest of the Julia build. |
I think libuwind.cxx will need to be modified first. There is at least one c++11 feature used: |
libosxunwind doesn't even work on 10.6 apparently: https://groups.google.com/d/topic/julia-dev/scssTZruw9o/discussion There is a workaround, but I don't think it's worth the effort for such a niche request: create a patch to revert back to pre-libosxunwind and apply it to Julia iff the computer doesn't have a c++11 compiler. |
The error looks to be a result of a dependency on c++11, which isn't bundled with 10.6.8. Any thoughts? Thanks!
Log: https://gist.github.com/anemator/6748967
The text was updated successfully, but these errors were encountered: