Hello,
On Windows, is it necessary to build Julia using Cygwin with the overrides
in MAke.user?
Upon cloning and trying to build the package on the installed Julia
(0.4.2), I ended up with the following errors.
julia> Pkg.clone("https://github.com/Keno/Cxx.jl.git")
INFO: Cloning Cxx from https://github.com/Keno/Cxx.jl.git
INFO: Computing changes...
julia> Pkg.build()
INFO: Building Cxx
Tuning for julia installation at: C:\Julia-0.4.2\bin
BuildBootstrap.Makefile:2: C:/Julia-0.4.2/bin/../../deps/Versions.make: No
such file or directory
BuildBootstrap.Makefile:3: C:/Julia-0.4.2/bin/../../Make.inc: No such file
or directory
BuildBootstrap.Makefile:103: *** Cxx.jl requires Clang to be built with
julia -Set BUILD_LLVM_CLANG in Make.user. Stop.
=================================[ ERROR: Cxx
]=================================
LoadError: failed process: Process(`make -f BuildBootstrap.Makefile
'JULIA_HOME=C:\Julia-0.4.2\bin'`, ProcessExited(2)) [2]
while loading C:\cygwin64\home\neethu.m\.julia\v0.4\Cxx\deps\build.jl, in
expression starting on line 16
================================================================================
================================[ BUILD ERRORS
]================================
WARNING: Cxx had build errors.
- packages with build errors remain installed in C:\cygwin64\home\neethu.m
\.julia\v0.4
- build the package(s) and all dependencies with `Pkg.build("Cxx")`
- build a single package by running its `deps/build.jl` script
================================================================================
What else should be done on Windows to build Cxx?
Thanks in advance.