-
-
Notifications
You must be signed in to change notification settings - Fork 33
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
Build is failing #51
Comments
This looks to be an error in the |
Hi @cadenhenrich, thanks for reporting this issue! This seems to be related to an outdated version of rust. Eruption needs at least the current stable version $ rustc --version If you are using rustup from https://rustup.rs/, you can switch to the stable branch of rust by running this command: $ rustup default stable |
Add instructions on how to install build dependencies Clarifications Add minimum required version of rust (References #51)
Yep, pretty sure this was the issue, must have been on another version of rust from another project I'm working on. Closing the issue. |
Also, if there is a way to include |
Describe the bug
Both using
paru
to build and cloning the repo directly and following the instructions results in the build failing.To Reproduce
Steps to reproduce the behavior:
cd
into the directorycargo build --all --release
Expected behavior
The build completes and an executable is the result.
Logs
Please complete the following information:
Additional context
This is a problem with installing the product. I cannot get an executable, so this is not about the actual program itself. This is about the install process.
The text was updated successfully, but these errors were encountered: