-
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 build fail on 10.7.5. #32
Comments
The problem is in llvm version. LLVM 3.2 installs headers to Easiest solution is to install llvm 3.2
The other solution is to modify #include directives in the code. Maybe Elliot has a better idea. |
Ah, I didn't realize that Homebrew had added
and then try again. Hopefully, we'll get llvm 3.3 support in the next few days. |
Thank you for answering, guys! That worked |
Here is the full build log: https://gist.github.com/sbos/5859327
The text was updated successfully, but these errors were encountered: