natir / br

Brutal Rewrite a long read corrector
MIT License
2 stars 0 forks source link

attempting to install on Ubuntu 24.04 #7

Closed avilella closed 1 month ago

avilella commented 1 month ago

FYI

[...]
error[E0616]: field `k` of struct `pcon::solid::Solid` is private
  --> src/set/pcon.rs:42:18
   |
42 |         self.set.k
   |                  ^ private field
   |
help: a method `k` also exists, call it with parentheses
   |
42 |         self.set.k()
   |                   ++

For more information about this error, try `rustc --explain E0616`.
error: could not compile `br` (lib) due to previous error
error: failed to compile `br v0.1.0 (/home/petmedix/br)`, intermediate artifacts can be found at `/home/petmedix/br/target`.
To reuse those artifacts with a future compilation, set the environment variable `CARGO_TARGET_DIR` to that path.
jelber2 commented 1 month ago

What version of Rust are you using? You might need to downgrade to an earlier Rust version if you are using whatever is in the default apt repo for ubuntu 24.04. EDIT: I recently compiled with rust 1.76.0 and gcc 12.3.0 though.

natir commented 1 month ago

Hello,

I succeeded in reproducing your error, unfortunately it will be necessary to update a certain number of things before being able to push a new version I hope that it will be rather fast.