-
Notifications
You must be signed in to change notification settings - Fork 137
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
Compilation error E0277 #622
Comments
I am experiencing similar problems when compiling System: Debian GNU/Linux 10 (buster) To reproduce error:
result:
Solution: I had to update
and compiling the
compiled grin-node:
|
the |
I was using the |
I did compile the master branch currently successfully:
Tested on a system without manually updating the |
Okay great, thanks for testing! |
Compilation of v5.0.3 fails with recent Rust versions on ARM64, maybe others. Workaround is to install an updated
lexical-core
crate usingcargo update -p lexical-core
The text was updated successfully, but these errors were encountered: