10XGenomics / bamtofastq

Convert 10x BAM files to the original FASTQs compatible with 10x pipelines
MIT License
59 stars 6 forks source link

Failed to build the release #9

Closed anyone1985 closed 5 years ago

anyone1985 commented 5 years ago

Hi, My os is ubuntu16.04 and I failed to build the release. The following is the error information. I'm not familiar with Rust and Please help me.

--- stderr ./htslib/htslib/hts.h:31:10: fatal error: 'stddef.h' file not found ./htslib/htslib/hts.h:31:10: fatal error: 'stddef.h' file not found, err: true thread 'main' panicked at 'Unable to generate bindings.: ()', src/libcore/result.rs:997:5 note: Run with RUST_BACKTRACE=1 environment variable to display a backtrace.

alexvpickering commented 5 years ago

For anyone else who comes across this issue I was able to resolve it by running:

sudo apt install clang-3.9