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
thread 'main' panicked at 'Unable to find libclang: "the `libclang` shared library at /usr/lib/libclang.so.10 could not be opened: Dynamic loading not supported"', /home/user/.cargo/registry/src/github.com-1ecc6299db9ec823/bindgen-0.54.0/src/lib.rs:1959:31
In theory cross-compiling should not be affected by this (e.g. targeting x86_64-unknown-linux-musl and delegating to musl-gcc and musl-g++ in the CMake delegation), but it needs to be tried and tested.
As per https://twitter.com/webbonet/status/1306114634043273223
We should investigate this and make sure there isn't something in Ion C that is broken here (could be an amzn/ion-c issue).
The text was updated successfully, but these errors were encountered: