gears
gears copied to clipboard
[BUG]: "make init" for gaia-rs fails on WSL (ubuntu 22.04.2)
Is there an existing issue for this?
- [X] I have searched the existing issues
What happened?
After "sudo apt install libclang-dev build-essential" as per the README, the "make init" failed with the following error message:
Unable to find libclang: "couldn't find any valid shared libraries matching: ['libclang.so', 'libclang-.so', 'libclang.so.', 'libclang-.so.'], set the LIBCLANG_PATH
environment variable to a path where one of these files can be found (invalid: [])"
It worked after this: "sudo apt-get install llvm clang"
Gears version
0.1.0
Steps to reproduce?
No response