I'm guessing you'll either need to
translate
https://github.com/Keno/Cxx.jl/blob/master/deps/BuildBootstrap.Makefile
into cmake, or run julia from within a posix environment that has gmake
available.
On Friday, May 29, 2015 at 8:44:59 AM UTC-7, J Luis wrote:
>
>
> I don't think anybody has ever tried. It shouldn't be too hard to make
>> work, but will definitely require some modifications to Cxx.jl.
>>
>
> Well, I guess it does. It stops immediately with
>
> julia> Pkg.build("Cxx")
> INFO: Building Cxx
> Tuning for julia installation at: V:\julia\usr\bin
> =====================================================[ ERROR: Cxx
> ]=====================================================
>
>
> LoadError: could not spawn `make -f BuildBootstrap.Makefile
> 'JULIA_HOME=V:\julia\usr\bin'`: no such file or directory (E
> NOENT)
> while loading C:\j\.julia\v0.4\Cxx\deps\build.jl, in expression starting
> on line 16
>
>
>
>
>>
>> On Mon, May 25, 2015 at 3:00 PM, J Luis <[email protected]> wrote:
>>
>>> Does it worth trying or it's known that it won't work? (I could try to
>>> build LLVM SVN with VS, if that helps)
>>>
>>
>>