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