-
Notifications
You must be signed in to change notification settings - Fork 18
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
Compilation fails on Mac OS X #5
Comments
Can you pull and try again (after 97dac8c)? |
It still fails with the same error. |
I think you're suffering from the inverse of http://stackoverflow.com/questions/19912862/compiling-boostprogram-options-on-mac-os-x-with-g-4-8-mac-ports: your Boost libraries were compiled with GCC, but the compiler selected by CMake is Clang. How did you install Boost? Can you provide the output of |
I've installed Boost with Homebrew from bottle. Maybe I should try to compile it? |
Actually, otool indicates that Boost was linked to libc++, which should only be the case for Clang... I wonder if you have another copy of Boost installed. Can you |
This is the output: It searches for boost libraries in MATLAB first. I don't use MATLAB anymore, so I removed it, which solved the problem. Thank you for your help. |
When trying to compile using the
install.sh
script, it fails with following output:https://gist.github.com/zegervdv/66ac5b35cc71dd8f0e68
I have installed boost via homebrew, am I still missing some dependency?
Mac OS X 10.10.3
The text was updated successfully, but these errors were encountered: