-
Notifications
You must be signed in to change notification settings - Fork 17
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: Library not loaded: @rpath/libui.A.dylib #1
Comments
Tried compiling LD_LIBRARY_PATH=<home>/libui/out cargo run --example controlgallery
Running `target/debug/examples/controlgallery`
error: An unknown error occurred Opens up a crash report. Update: Try2Tried compiling cd libui-rs/ui-sys/libui
make then LD_LIBRARY_PATH=<home>/libui-rs/ui-sys/libui/out cargo run --example controlgallery This works. |
ivanceras
added a commit
to ivanceras/libui-rs
that referenced
this issue
May 28, 2016
Might be the same problem I had, or at least related: rust-lang/cargo#2765 |
ghost
mentioned this issue
Jun 5, 2016
masche842
referenced
this issue
in masche842/libui-rs
Apr 3, 2018
Updated readme with syntax coloring
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I tried running the example on mac os, but I encounter this problem.
Just building the project don't have a problem though.
Using OS X El Capitan version 10.11.4
The text was updated successfully, but these errors were encountered: