Here is what I tried so far...

Downloaded Clang for Windows (64-bit) from
http://llvm.org/releases/download.html

Is this libclang?  Where do I get libclang-dev?

Clang installation fails with the following message.

Installing MSVC integration...
Failed to find MSBuild toolsets directory.
MSVC integration install failed.
Press any key to continue . . . 

Trying to install Clang.jl anyway fails.

Pkg.add("Clang")

INFO: Installing Clang v0.0.5
INFO: Building Clang
================================[ ERROR: Clang 
]================================

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

================================================================================

================================[ BUILD ERRORS 
]================================

WARNING: Clang had build errors.

 - packages with build errors remain installed in C:\Users\Chris\.julia\v0.3
 - build the package(s) and all dependencies with `Pkg.build("Clang")`
 - build a single package by running its `deps/build.jl` script

================================================================================
INFO: Package database updated
INFO: METADATA is out-of-date — you may not have the latest version of Clang
INFO: Use `Pkg.update()` to get the latest versions of your packages




What do I need to do to make this work on a windows system?

Thanks,
Chris

Reply via email to