bindgen-tutorial-bzip2-sys icon indicating copy to clipboard operation
bindgen-tutorial-bzip2-sys copied to clipboard

A tutorial/example crate for generating C/C++ bindings on-the-fly with libbindgen

Results 3 bindgen-tutorial-bzip2-sys issues
Sort by recently updated
recently updated
newest added

I'm learning bindgen for the first time, and I'm busy going through the tutorial, however it broke at step 3.1.4. I then downloaded the full tutorial code here and it...

error: failed to run custom build command for `bindgen-tutorial-bzip2-sys v0.1.0 Caused by: process didn't exit successfully: `C:\Users\jm\projects\bindgen\implemented\bindgen-tutorial-bzip2-sys\target\debug\build\bindgen-tutorial-bzip2-sys-ad82f90bccc15102\build-script-build` (exit code: 101) --- stdout cargo:rustc-link-lib=bz2 --- stderr wrapper.h:1:10: fatal error: 'bzlib.h' file...

``` PS E:\code\rust\code\bindgen-tutorial-bzip2-sys> cargo build Compiling bindgen-tutorial-bzip2-sys v0.1.0 (E:\code\rust\code\bindgen-tutorial-bzip2-sys) error: failed to run custom build command for `bindgen-tutorial-bzip2-sys v0.1.0 (E:\code\rust\code\bindgen-tutorial-bzip2-sys)` Caused by: process didn't exit successfully: `E:\code\rust\code\bindgen-tutorial-bzip2-sys\target\debug\build\bindgen-tutorial-bzip2-sys-f0e339024d515ed8\build-script-build` (exit code: 101)...