Closed
Description
With bindgen installed via cargo install bindgen
and rustup installed via the standard curl | bash method:
# rustup --version
rustup 1.10.0 (c6a8f7c60 2018-01-25)
# cargo --version
cargo 0.24.0 (45043115c 2017-12-05)
# bindgen
bindgen: error while loading shared libraries: libproc_macro-6572f0cb64bf7b5a.so: cannot open shared object file: No such file or directory
# env LD_LIBRARY_PATH=/home/stuartnelson/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/ bindgen
error: The following required arguments were not provided:
<header>
USAGE:
bindgen [FLAGS] [OPTIONS] <header> -- <clang-args>...
For more information try --help
It seems like the .so is in a standard location, so I think it's incorrect that I have to manually specify it?
Metadata
Metadata
Assignees
Labels
No labels