ooops... u meant the:
cd(wdir) 
right?
I completely overlooked that..wait a sec

Am Mittwoch, 26. Oktober 2016 21:40:22 UTC+2 schrieb Jeffrey Sarnoff:
>
> you commented out too much -- try the other way
> uncomment the Nemo build file and remove the old git-bash and install the 
> new git -- etc.
>
>
> On Wed, Oct 26, 2016 at 3:17 PM, digxx <diger...@hotmail.com <javascript:>
> > wrote:
>
>>
>>
>> Am Mittwoch, 26. Oktober 2016 20:51:48 UTC+2 schrieb Bill Hart:
>>>
>>> I mean as an environment variable, specifically PATH. Alternatively you 
>>> can just remove the lines from Nemo/deps/build.jl that run git. The source 
>>> code is not needed on Windows. We only download it for you to keep in the 
>>> spirit of the LGPL license, i.e. to supply you the source code for the 
>>> software you are using.
>>>
>>> Bill.
>>>
>>
>> Hey,
>> So I just removed the lines:
>>
>> #=
>> try
>>   run(`git clone https://github.com/wbhart/antic.git` 
>> <https://github.com/wbhart/antic.git>)
>> catch
>>   cd(joinpath("$wdir", "antic"))
>>   run(`git pull`)
>> end          
>>
>> cd(wdir)
>>
>> # install FLINT
>> try
>>   run(`git clone https://github.com/wbhart/flint2.git` 
>> <https://github.com/wbhart/flint2.git>)
>> catch
>>   cd(joinpath("$wdir", "flint2"))
>>   run(`git pull`)
>> end          
>> =# 
>>
>> #=
>> try
>>   run(`git clone https://github.com/fredrik-johansson/arb.git` 
>> <https://github.com/fredrik-johansson/arb.git>)
>> catch
>>   cd(joinpath("$wdir", "arb"))
>>   run(`git pull`)
>>   cd(wdir)
>> end
>> =# 
>>
>> So u mean these are not needed for the installation of Nemo on windows???
>> But the last one runs some arb sth...Dont I need it?
>> The building works now and I can run Nemo but I ask about the arb sth 
>> bcoz now on the new Julia version I again get the error:
>>
>> julia> using Nemo
>>
>> Welcome to Nemo version 0.5.1
>>
>> Nemo comes with absolutely no warranty whatsoever
>>
>>
>> julia> r=ArbField(64)
>> Real Field with 64 bits of precision and error bounds
>>
>> julia> r(1)
>> ERROR: error compiling ArbField: error compiling Type: could not load 
>> library "libarb"
>> t 
>>
>>
>

Reply via email to