-
Notifications
You must be signed in to change notification settings - Fork 723
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
Error with bindgen 0.52 #1694
Comments
Are you using This is fallout from #1649. |
gwenn
added a commit
to gwenn/rusqlite
that referenced
this issue
Dec 14, 2019
rust-lang/rust-bindgen#1694 (comment) > Are you using default-features = false? I think you need to change to features = ["dynamic"] if so so that clang is runtime-detected. Otherwise it needs a relatively-new libclang version.
Indeed, |
hhirtz
added a commit
to LIHPC-Computational-Geometry/metis-rs
that referenced
this issue
Jun 19, 2023
this makes bindgen load libclang during the execution of build instead of its compilation. it also has the advantage that older versions of clang are supported. see the following links for statements: - rust-lang/rust-bindgen#1694 - https://github.com/Janekdererste/metis-rs#why-this-fork
hhirtz
added a commit
to LIHPC-Computational-Geometry/metis-rs
that referenced
this issue
Jul 24, 2023
this makes bindgen load libclang during the execution of build instead of its compilation. it also has the advantage that older versions of clang are supported. see the following links for statements: - rust-lang/rust-bindgen#1694 - https://github.com/Janekdererste/metis-rs#why-this-fork
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Bindgen 0.51 is fine.
But with bindgen 0.52:
https://travis-ci.org/jgallagher/rusqlite/jobs/624712017?utm_medium=notification&utm_source=github_status
https://ci.appveyor.com/project/jgallagher/rusqlite/builds/29526117
Locally, on a Linux VM (Archlinux), build succeeds.
The text was updated successfully, but these errors were encountered: