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
I understand this is binding to a C library, but the bindings don't seem to be bound. Or something. I don't speak C. I'm not sure what assumptions this is making about my local machine, because there is no install guide. lz4 is installed on my machine and is pointing to /usr/local/bin/lz4.
I made a new project with cargo new, added lz4 = "1.23.1" to the dependencies in Cargo.toml, and ran cargo check. I got the following opaque error messages:
Note: rust-lang/backtrace-rs#128 indicates a similar issue (in a different repository) so it may be that a bad copy of cc is running around for Mac. yay for us. Will close this issue if I can confirm
I understand this is binding to a C library, but the bindings don't seem to be bound. Or something. I don't speak C. I'm not sure what assumptions this is making about my local machine, because there is no install guide.
lz4
is installed on my machine and is pointing to/usr/local/bin/lz4
.I made a new project with
cargo new
, addedlz4 = "1.23.1"
to the dependencies inCargo.toml
, and rancargo check
. I got the following opaque error messages:The text was updated successfully, but these errors were encountered: