We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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: could not find native static library Polly, perhaps an -L flag is missing?
Polly
error: could not compile llvm-sys due to previous error warning: build failed, waiting for other jobs to finish...
llvm-sys
It seams that inkwell is not compiling itself properly, becaus this crate imports llvm-sys
cargo build
successful compilation
8ed4c5e (HEAD -> main, tag: v0.4.4, origin/main, origin/HEAD) Feat(kclvm-win): remove the "kclvm.requirements.done.txt" on windows. (#392)
The text was updated successfully, but these errors were encountered:
Maybe related wasmerio/wasmer#2435
Sorry, something went wrong.
@thinkrapido Would you please tell me your ubuntu version and LLVM version? KCLVM needs an LLVM-12 version. You can refer to the development guide.
Ok, I solved it. I had not only to install libllvm but also clang
No branches or pull requests
Bug Report
error: could not find native static library
Polly
, perhaps an -L flag is missing?error: could not compile
llvm-sys
due to previous errorwarning: build failed, waiting for other jobs to finish...
It seams that inkwell is not compiling itself properly, becaus this crate imports llvm-sys
1. Minimal reproduce step (Required)
cargo build
2. What did you expect to see? (Required)
successful compilation
3. What did you see instead (Required)
4. What is your KusionStack components version? (Required)
8ed4c5e (HEAD -> main, tag: v0.4.4, origin/main, origin/HEAD) Feat(kclvm-win): remove the "kclvm.requirements.done.txt" on windows. (#392)
The text was updated successfully, but these errors were encountered: