-
Notifications
You must be signed in to change notification settings - Fork 62
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
cmake fails on "Clang libraries not found (set CLANG_ROOT)" #186
Comments
while breaking my head on this. i remembered another package that wouldn't build after version 10 of all these tools (gcc llvm) came out. so i downgraded to gcc9 llvm9 clang9. and it builds and installs. properly. ( from archive.archlinux.org) |
but now make test. everything fails |
This should be fixed by the buildsystem changes in #185 (at least it is for me on Arch as well). For the |
Same issue here with |
Having this issue with Ubuntu 18.04, LLVM 11, Clang-13. Installing libclang-13-dev solved the problem |
I have tried exporting CLANG_ROOT=/lib/clang/10.0.0 ( which contains the 'bin' 'include' and 'lib' forlders ). but cmake is always failing at "Clang libraries not found (set CLANG_ROOT)"
Attaching my CMakeOutput.log
I'm using Arch Linux
CMakeOutput.log
The text was updated successfully, but these errors were encountered: