-
Notifications
You must be signed in to change notification settings - Fork 824
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
build failed with LLVM11 on WSL #2435
Comments
@jubianchi Do you know how to resolve this? |
It seems an issue for
|
@chenyukang Did you open an issue on |
I haven't, a little busy recently, I may need more investigation about it. |
I opened an issue for llvm-sys.rs: |
It turns out there is a bug for Ubuntu distribution: https://bugs.launchpad.net/ubuntu/+source/llvm-toolchain-11/+bug/1934927 sudo apt-get install libclang-common-11-dev |
It would be good to document that somewhere. Maybe in the |
And thank you for your investigation! |
Good idea, let me open a PR. |
@chenyukang can we close the issue now :-)? |
I think this may take a long time. https://bugs.launchpad.net/ubuntu/+source/llvm-toolchain-11/+bug/1934927
https://apt.llvm.org/llvm.sh is the right way to install LLVM related packages, don't have this issue. |
I understand this is a yes, we can close the issue :-). |
Summary
Seems we just moved to LLVM11 recently.
I'm trying to build with llvm, and stuck at this error.
make build-wasmer
will report this error:Additional details
There is only dynamic library in llvm-11/lib:
I use this command to install llvm11 on WSL:
sudo apt-get install llvm-11*
The text was updated successfully, but these errors were encountered: