rust-bio / rust-htslib

This library provides HTSlib bindings and a high level Rust API for reading and writing BAM files.
MIT License
308 stars 80 forks source link

error: could not compile `rust-htslib` #423

Open knakamura6222053 opened 9 months ago

knakamura6222053 commented 9 months ago

Dear developers

When I do "cargo build --release", get error message "error: could not compile rust-htslib (lib) due to 173 previous errors".

I install Rust(curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh)

Best regards.