-
Notifications
You must be signed in to change notification settings - Fork 5
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
Installation fails #24
Comments
Solution:
|
Now it's failing for another reason:
error: couldn't read src/utils/../assets/VERSION: No such file or directory (os error 2)
--> src/utils/constants.rs:7:27 | 7 | pub const VERSION: &str = include_str!("../assets/VERSION"); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = note: this error originates in the macro `include_str` (in Nightly builds, run with -Z macro-backtrace for more info)
|
The building process create a file named
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Following installation steps fail:
|
= note: No such file or directory (os error 2)
error: could not compile
proc-macro2
(build script) due to 1 previous errorwarning: build failed, waiting for other jobs to finish...
error: could not compile
libc
(build script) due to 1 previous errorSystem, libraries and dependency versions being used
OS
Distributor ID: Ubuntu
Description: Ubuntu 22.04.3 LTS
Release: 22.04
Codename: jammy
Rust
rustc 1.76.0 (07dca489a 2024-02-04)
Dependencies
cc?
The text was updated successfully, but these errors were encountered: