but even if I remove those "coward" lines, it errors later with

../src/bootstrap.cpp:31:34: fatal error: clang/Sema/ScopeInfo.h: No such 
file or directory
 #include "clang/Sema/ScopeInfo.h"
                                  ^
compilation terminated.
BuildBootstrap.Makefile:95: recipe for target 'build/bootstrap.o' failed
make: *** [build/bootstrap.o] Error 1

and indeed, I have no ScopeInfo.h arround

terça-feira, 5 de Janeiro de 2016 às 19:37:54 UTC, Keno Fischer escreveu:
>
> `:` probably? May have to add the makefile magic that turns windows-style 
> paths into msys style paths.
>
> On Tue, Jan 5, 2016 at 8:35 PM, J Luis <jmf...@gmail.com <javascript:>> 
> wrote:
>
>> Hmm, I found a problem. When running Julia it doesn't know anything about 
>> 'make'. So I added the msys2 dir where it lives to the path and moved to 
>> next error
>>
>> Tuning for julia installation at: C:\programs\julia64\usr\bin
>> C:/programs/julia64/usr/bin/../../Make.inc:101: *** cowardly refusing to 
>> build into directory with a shell-metacharacter in the path (got: 
>> C:/programs/julia64/usr/bin/../..).  Stop.
>>
>> What  " shell-metacharacter "?
>>
>>
>>
>> terça-feira, 5 de Janeiro de 2016 às 19:21:31 UTC, J Luis escreveu:
>>>
>>> So I built 0.5 with llvm 3.7.1 on Windows with the aim of trying (again) 
>>> to build Cxx, but ...
>>>
>>> any idea why it errors with (which is not true)?
>>>
>>> Pkg.build("Cxx")
>>> LoadError: could not spawn `make -f BuildBootstrap.Makefile 
>>> JULIA_HOME=C:/programs/julia64/usr/bin`: no such file or directory (ENOENT)
>>>
>>> Thanks
>>>
>>> Joaquim
>>>
>>
>

Reply via email to