-
Notifications
You must be signed in to change notification settings - Fork 254
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cannot install with "cargo install c2rust" #1199
Comments
Me too. Tried also installing using
At this point I changed my mind on switch to rust. This language has a long way to go for its entire ecosystem to become stable. |
Please note that c2rust uses unstable Rust, don't throw the baby out with the bathwater. Stable Rust is way more stable, as it says on the tin. |
And here is with
|
Ok. This is the last time I bother you. Sorry but this is the way rust shows error messages. Always a little bit more detail and some hint on how to beg for a little bit more!
|
Ah I ran into this issue last week as well, the fix for me involved the following: Changing my previous: I found this solution after looking through the part of c2rust-build-paths that failed, and it seemed like it wasn't finding llvm properly. I |
I'm getting this error from doing
cargo install c2rust
, as it says in the README, orcargo install --locked c2rust
.The error is of course related to third-party libraries.
It is worth noting that v 0.19.0 builds from source just fine, so I propose that the fix could be as simple as releasing this to crates.io, which is still on v 0.18.0.
Maybe it's related to issue #1196
The text was updated successfully, but these errors were encountered: