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

Warning during compilation about llvm-config --prefix #60

Closed
hug-dev opened this issue Oct 29, 2019 · 1 comment
Closed

Warning during compilation about llvm-config --prefix #60

hug-dev opened this issue Oct 29, 2019 · 1 comment
Labels
bug Something isn't working

Comments

@hug-dev
Copy link
Member

hug-dev commented Oct 29, 2019

During compilation we observe the following warning:

warning: couldn't execute `llvm-config --prefix` (error: No such file or directory (os error 2))
warning: set the LLVM_CONFIG_PATH environment variable to a valid `llvm-config` executable

This is coming from bindgen crate and its dependency, clang-sys.
clang-sys searches for libclang library on the system using different means and one of them is via executing llvm-config --prefix.
Even if the libclang library is found on the system, a warning will be emitted.

@hug-dev hug-dev added the bug Something isn't working label Oct 29, 2019
@hug-dev
Copy link
Member Author

hug-dev commented Oct 29, 2019

Just keeping this issue for reference.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant