On Thursday, 19 July 2018 at 15:42:02 UTC, bachmeier wrote:
Found the problem. The libclang package is looking for /usr/lib/llvm-3.9/lib/libclang.so. For some reason, Ubuntu has libclang.so.1. Creating a symlink in that directory to libclang.so is a solution.

Do you have the development package (probably something like libclang-3.9-dev) installed ? Usually they are the ones containing the correct symlink (see https://forum.dlang.org/thread/[email protected])

Reply via email to