You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When attempting to run the hello-world-dl example on NetBSD 9.3, I get this error:
thread 'main' panicked at 'called `Result::unwrap()` on an `Err` value: OpenError { kind: Library, detail: "opening library failed (/home/jtnunley/Testing/x11-rs/target/debug/examples/hello-world-dl: Shared object \"libX11.so.6\" not found); opening library failed (/home/jtnunley/Testing/x11-rs/target/debug/examples/hello-world-dl: Shared object \"libX11.so\" not found)" }', x11-dl/examples/hello-world-dl.rs:17:39
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
This is probably related to psychon/x11rb#785, in that both are probably the result of libtool producing different outputs.
The text was updated successfully, but these errors were encountered:
When attempting to run the
hello-world-dl
example on NetBSD 9.3, I get this error:This is probably related to psychon/x11rb#785, in that both are probably the result of
libtool
producing different outputs.The text was updated successfully, but these errors were encountered: