-
Notifications
You must be signed in to change notification settings - Fork 72
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
DYLD environment variable woes on OS X Sierra when running Ant: Library not loaded libANML_g.dylib #181
Comments
When I try to build Europa from source by calling
Something weird with environment variables. Could this be related to SIP on OS X Sierra? |
WorkaroundCopy the .dylib files in |
Turns out
Restart again. To re-enable repeat with, |
Any thoughts on resolving this issue folks? |
I've looked into this a couple of times, and I haven't come up with a "good" resolution using the ant/jam/make build. It seems like you can:
Building using CMake seems not to have this problem for some reason. |
Ant throws "library not loaded" on OSX Sierra when attempting to build an example from a distribution download pertaining to
libANML_g.dylib
even though dynamic link environment variables are set.Solutions on this thread don't work for me.
ant
seems to look forlibANML_g.dylib
at/private/tmp/bitteniZMy4G/build_EUROPA_Release_6281/build/lib/libANML_g.dylib
when it is located at../../lib/libANML_g.dylib
andDYLD_LIBRARY_PATH
is correctly set as well asDYLD_BIND_AT_LAUNCH=YES
.Here is the build output:
Platform: Mac OSX Sierra
Prerequisites installed:
brew install ant
brew install libantlr3c
Environment Vars:
The text was updated successfully, but these errors were encountered: