gears icon indicating copy to clipboard operation
gears copied to clipboard

[BUG]: "make init" for gaia-rs fails on WSL (ubuntu 22.04.2)

Open alex-kampa opened this issue 1 year ago • 0 comments

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

alex-kampa avatar Jan 06 '24 11:01 alex-kampa