Skip to content
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

Failed to run custom build command for unqlite v1.5.0 #13

Closed
RahulDas-dev opened this issue Dec 22, 2021 · 1 comment
Closed

Failed to run custom build command for unqlite v1.5.0 #13

RahulDas-dev opened this issue Dec 22, 2021 · 1 comment

Comments

@RahulDas-dev
Copy link

Hi ,

I copy & paste the Example code provided in readme usage section and then did cargo run .

Found Following Error error: failed to run custom build command for unqlite v1.5.0

Screen Shot with RUST_BACKTRACE=1
unqlite_error

Complete Error Log With RUST_BACKTRACE=full
unqlite_error.txt

Rust Version - rustc 1.57.0 (f1edd0429 2021-11-29)
Cargo Version - cargo 1.57.0 (b2e52d7ca 2021-10-21)
Operating System -Windows, version 10.0.19042 X64

I would greatly appreciate your assistance if I am missing something.

@zitsen
Copy link
Owner

zitsen commented Dec 23, 2021

The crate requires bindgen to automatically generate ffi bindings, that will require libclangAST.so or libcang.dll in your library path. See https://rust-lang.github.io/rust-bindgen/requirements.html#windows for bindgen documentations.

@zitsen zitsen closed this as completed Dec 23, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants