Trying to use the libclang Dub package

Laurent Tréguier laurent.treguier.sink at gmail.com
Fri Jul 20 10:31:44 UTC 2018


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/ea9432f8d37a563bc4920d0bb8748ae7ab23dfd4.camel@winder.org.uk)


More information about the Digitalmars-d-learn mailing list