Last time I checked the LLVM binary installer on Windows doesn't provide
shared libraries of libclang. There's one issue from last year on
this: https://github.com/ihnorton/Clang.jl/issues/65
You may be able to get further with a source build of Julia and LLVM, which
takes some time on Windows. Might be easier to just do whatever Clang.jl
generation you need to do on Linux or in a VM.
On Thursday, September 10, 2015 at 5:31:32 PM UTC-7, Chris Stook wrote:
>
> Thanks for the suggestion. BinDeps.debug gives the same error.
>>
>
>
>> BinDeps.debug("Clang")
>>
>
> INFO: Reading build script...
>
>
> could not spawn `which llvm-config`: no such file or directory (ENOENT)
>
> while loading C:\Users\Chris\.julia\v0.3\Clang\deps\build.jl, in expression
> starting on line 10
> while loading In[3], in expression starting on line 1
>
> in _jl_spawn at process.jl:217 (repeats 2 times)
>
>
>
> I'm slowly working through the instructions to compile julia with
> MinGW/MSYS2 so I can compile with BUILD_LLVM_CLANG=1
>
> Chris
>
>