-
Notifications
You must be signed in to change notification settings - Fork 145
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 failing in Mac OS 10.9.2 - Apple LLVM version 5.1 (clang-503.0.40) #106
Comments
I think it might be something to do with compiler settings / env variables? Something like varadharajan@5e689bb fixes it for me. |
Can confirm that the linked change fixed the build on OSX 10.10. |
It fixed build for me on OSX 10.11 |
@varadharajan The change works well for me. Why don't you send it as a pull request? |
@komamitsu Just did it. Thanks |
I had to do this as well. Thanks for the solution. |
can confirm this allowed |
fixes it for me too |
"make" fails with the below error. On further analysis, Looks like "-bundle_loader" has been specified twice and that is causing the issue. When i remove one of the -bundle_loader duplicates, it compiles fine for me. May be @rdunklau can give more inputs on this?
The text was updated successfully, but these errors were encountered: