You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
thread 'main' panicked at D:\.tools\.cargo\registry\src\index.crates.io-6f17d22bba15001f\bindgen-0.69.4\ir\context.rs:556:15:
libclang error; possible causes include:
- Invalid flag syntax
- Unrecognized flags
- Invalid flag arguments
- File I/O errors
- Host vs. target architecture mismatch
If you encounter an error missing from this list, please file an issue or a PR!
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
I assumed that since the argument was name and since the docs didn't mention anything, that it would automatically append an appropriate file extension. I think the error should probably be updated and the docs too maybe.
The text was updated successfully, but these errors were encountered:
The below code fails because the
name
provided to theheader_contents
method doesn't have a valid c header file extension:The docs don't mention this requirement and the error it creates doesn't actually say that this is the problem:
I assumed that since the argument was
name
and since the docs didn't mention anything, that it would automatically append an appropriate file extension. I think the error should probably be updated and the docs too maybe.The text was updated successfully, but these errors were encountered: