Hey, I'm not sure what u mean, but this time (as u wanted me to) I started 
Julia directly and not via cygwin terminal (that was were I couldnt even 
build nemo)
starting julia from cygwin terminal I can build nemo. it's just that when I 
start nemo I get this error:
ERROR: error compiling ArbField: error compiling Type: could not load 
library "libarb"
when trying to use ArbField or AcbField...

Am Mittwoch, 26. Oktober 2016 01:42:51 UTC+2 schrieb Jeffrey Sarnoff:
>
> What happens if you restart that Julia from the windows menu (if that does 
> not launch cygwin terminal)
> and  do >Pkg.build("Nemo") again?
>
> On Tue, Oct 25, 2016 at 7:37 PM, digxx <diger...@hotmail.com <javascript:>
> > wrote:
>
>> Sry but I followed precisely ur steps i.e.:
>> I installed a completely new version in D:\Julia\Julia-0.5.0 and added an 
>> environment variable JULIA_PKGDIR within D:\Julia because I didn't like the 
>> default one.
>> I then initialized by Pkg.init()
>> I ran Pkg.update()  (prob not needed here coz its new)
>> I ran: Pkg.clone("https://github.com/Nemocas/Nemo.jl";)
>> I exitted and restarted julia
>> I ran: Pkg.build("Nemo") and stumbled across:
>>
>> julia> Pkg.build("Nemo")
>> INFO: Building Nemo
>> WARNING: `@windows` is deprecated, use `@static is_windows()` instead
>>  in depwarn(::String, ::Symbol) at .\deprecated.jl:64
>>  in @windows(::Any, ::Any) at .\deprecated.jl:472
>>  in include_from_node1(::String) at .\loading.jl:488
>>  in evalfile(::String, ::Array{String,1}) at .\loading.jl:504 (repeats 2 
>> times)
>>  in cd(::##2#4, ::String) at .\file.jl:48
>>  in (::##1#3)(::IOStream) at .\none:13
>>  in open(::##1#3, ::String, ::String) at .\iostream.jl:113
>>  in eval(::Module, ::Any) at .\boot.jl:234
>>  in process_options(::Base.JLOptions) at .\client.jl:239
>>  in _start() at .\client.jl:318
>> while loading D:\Julia\v0.5\Nemo\deps\build.jl, in expression starting on 
>> line 1
>> ===============================================================================================================[
>>  
>> ERROR: Nemo 
>> ]===============================================================================================================
>>
>> LoadError: chdir D:\Julia\v0.5\Nemo\deps\antic: no such file or directory 
>> (ENOENT)
>> while loading D:\Julia\v0.5\Nemo\deps\build.jl, in expression starting on 
>> line 121
>>
>>
>> =============================================================================================================================================================================================================================================
>>
>> ==============================================================================================================[
>>  
>> BUILD ERRORS 
>> ]===============================================================================================================
>>
>> WARNING: Nemo had build errors.
>>
>>  - packages with build errors remain installed in D:\Julia\v0.5
>>  - build the package(s) and all dependencies with `Pkg.build("Nemo")`
>>  - build a single package by running its `deps/build.jl` script
>>
>>
>> =============================================================================================================================================================================================================================================
>>
>>
>

Reply via email to