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
If I git clone the repo ant then cargo build it always fails. I get giant list of C errors of missing functions and at the end
= help: some 'extern' functions couldn't be found; some native libraries may need to be installed or have their path specified = note: use the '-l' flag to specify native libraries to link = note: use the 'cargo:rustc-link-lib' directive to specify the native libraries to link with Cargo (see https://doc.rust-lang.org/cargo/reference/build-scripts.html#cargorustc-link-libkindname)
The text was updated successfully, but these errors were encountered:
If I git clone the repo ant then
cargo build
it always fails. I get giant list of C errors of missing functions and at the end= help: some 'extern' functions couldn't be found; some native libraries may need to be installed or have their path specified = note: use the '-l' flag to specify native libraries to link = note: use the 'cargo:rustc-link-lib' directive to specify the native libraries to link with Cargo (see https://doc.rust-lang.org/cargo/reference/build-scripts.html#cargorustc-link-libkindname)
The text was updated successfully, but these errors were encountered: