turnersr

Results 4 comments of turnersr

@coptersafe do you mind posting that link again?

I ran cargo test for bindgen and many of tests pass there: ``` test result: FAILED. 449 passed; 11 failed; 0 ignored; 0 measured; 0 filtered out ```

Hi Kyle, I tried the runtime feature is this what I get. Seems to still work. I will try clang 7 for clang-rs. ```Rust C:\Users\dev\Projects\clang-sys>cargo test --features runtime Compiling winapi...

I installed Clang 7. I still get the same error: ``` C:\Users\dev\Projects\clang-rs>cargo build Compiling clang-sys v0.28.0 (https://github.com/KyleMayes/clang-sys.git#77af41fd) Compiling clang v0.21.0 (C:\Users\dev\Projects\clang-rs) Finished dev [unoptimized + debuginfo] target(s) in 9.50s C:\Users\dev\Projects\clang-rs>cargo...