Get git here: download git installer for windows <https://git-scm.com/download/win>
On Wednesday, October 26, 2016 at 3:23:36 AM UTC-4, Bill Hart wrote: > > This is probably because Git is not in your path. We still haven't > switched to libgit, which means the build script for Nemo still relies on > Git being available on your machine. > > Bill. > > On 26 October 2016 at 01:43, Jeffrey Sarnoff <jeffrey...@gmail.com > <javascript:>> wrote: > >> send me all the messages output, please >> >> On Tue, Oct 25, 2016 at 7:41 PM, Jeffrey Sarnoff <jeffrey...@gmail.com >> <javascript:>> wrote: >> >>> 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 >>>> >>>> >>>> ============================================================================================================================================================================================================================================= >>>> >>>> >>> >> >