-
Notifications
You must be signed in to change notification settings - Fork 745
thread 'main' panicked at 'TranslationUnit::parse', ../src/libcore/option.rs:715 #340
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
@BrunoQC thanks for the bug report! Would you mind running again with |
|
That happens when the file doesn't exist. Arguably we should be able to provide a better error here. Presumably the file is called |
Sorry, my wrapper is called wrapper.hpp. I copy pasted the name from the other bug report. |
I don't have the parse problem if I remove the |
Oh, what happens if you do: |
I don't have the problem with |
When using -x=c++ in bindgen arguments, we hit rust-lang#340. We should use -x c++ instead.
Document -x c++, not -x=c++ When using -x=c++ in bindgen arguments, we hit #340. We should use -x c++ instead.
not sure if related to #249
rustc 1.15.0-nightly (daf8c1dfc 2016-12-05)
libbindgen = "0.1.2"
clang 3.9.0-3
Arch Linux 64-bit
wrapper.hpp
build.rs
The text was updated successfully, but these errors were encountered: