Re: [julia-users] Re: Nemo AcbField error

2016-11-16 Thread 'Bill Hart' via julia-users
It's just telling you that you modified the file. If you don't want it to happen, save the file somewhere (so you don't lose the changes you made) and do git checkout windows_build.txt and it should stop happening. Bill. On 16 November 2016 at 20:10, digxx wrote: >

Re: [julia-users] Re: Nemo AcbField error

2016-11-16 Thread digxx
Hello Bill, Sorry to grap out that thread again. I just did that Pkg.update thingy again, mainly git stash - git stash apply...In the end after I git stash apply it tells me On branch master Your branch is up-to-date with 'origin/master'. Changes not staged for commit: (use "git add ..." to

Re: [julia-users] Re: Nemo AcbField error

2016-11-04 Thread 'Bill Hart' via julia-users
Yes, all packages have the same issue if you edit one of the files without committing the changes. Bill. On 4 November 2016 at 22:51, digxx wrote: > Ok, but why do I need to do that??? > I mean other packages also dont need git to put the changes to the side >

Re: [julia-users] Re: Nemo AcbField error

2016-11-04 Thread digxx
Ok, but why do I need to do that??? I mean other packages also dont need git to put the changes to the side temporarily in order to be able to update itsself?! So what is the specific issue here?

Re: [julia-users] Re: Nemo AcbField error

2016-11-03 Thread 'Bill Hart' via julia-users
Sure. It's just taking all the changes that have been made and stashing them to one side. This means the Git repository is then "clean" and can be updated. Git stash apply takes the changes that had been stashed and reapplies them to the updated repository. Bill. On 2 November 2016 at 22:01,

Re: [julia-users] Re: Nemo AcbField error

2016-11-02 Thread digxx
Diger@Diger-PC MINGW64 /d/julia/v0.5/nemo (master) $ git config --global user.name "Diger" Diger@Diger-PC MINGW64 /d/julia/v0.5/nemo (master) $ git stash *** Please tell me who you are. Run git config --global user.email "y...@example.com" git config --global user.name "Your Name" to set

Re: [julia-users] Re: Nemo AcbField error

2016-10-31 Thread 'Bill Hart' via julia-users
That looks better. So now the git stash and git stash apply trick should work. Bill. On 31 October 2016 at 21:25, digxx wrote: > Diger@Diger-PC MINGW64 /d/julia/v0.5/nemo (master) > $ git status > On branch master > Your branch is up-to-date with 'origin/master'. >

Re: [julia-users] Re: Nemo AcbField error

2016-10-31 Thread digxx
Diger@Diger-PC MINGW64 /d/julia/v0.5/nemo (master) $ git status On branch master Your branch is up-to-date with 'origin/master'. Changes not staged for commit: (use "git add ..." to update what will be committed) (use "git checkout -- ..." to discard changes in working directory)

Re: [julia-users] Re: Nemo AcbField error

2016-10-31 Thread 'Bill Hart' via julia-users
Oh yeah, if you use Cygwin Git it screws up all the line endings in the files, causing the Git repository to think every file needs committing. Use native Windows Git instead. Bill. On 31 October 2016 at 17:35, digxx wrote: > Diger@Diger-PC /cygdrive/d/julia/v0.5/nemo

Re: [julia-users] Re: Nemo AcbField error

2016-10-31 Thread digxx
Diger@Diger-PC /cygdrive/d/julia/v0.5/nemo $ git status On branch master Your branch is up-to-date with 'origin/master'. Changes not staged for commit: (use "git add ..." to update what will be committed) (use "git checkout -- ..." to discard changes in working directory) modified:

Re: [julia-users] Re: Nemo AcbField error

2016-10-31 Thread 'Bill Hart' via julia-users
Ok, it was just a guess. At least do git status in .julia/v0.5/Nemo to see what isn't clean. Bill. On 31 October 2016 at 15:07, digxx wrote: > > > Am Montag, 31. Oktober 2016 14:27:26 UTC+1 schrieb Bill Hart: >> >> It's probably due to the fact that you've made some

Re: [julia-users] Re: Nemo AcbField error

2016-10-31 Thread digxx
Am Montag, 31. Oktober 2016 14:27:26 UTC+1 schrieb Bill Hart: > > It's probably due to the fact that you've made some changes in the git > repository. You can do git stash to temporarily store the changes you made, > then do Pkg.update() and then if you still need the changes, do git stash >

Re: [julia-users] Re: Nemo AcbField error

2016-10-31 Thread 'Bill Hart' via julia-users
It's probably due to the fact that you've made some changes in the git repository. You can do git stash to temporarily store the changes you made, then do Pkg.update() and then if you still need the changes, do git stash apply. Bill. On 31 October 2016 at 13:58, digxx

Re: [julia-users] Re: Nemo AcbField error

2016-10-31 Thread digxx
Am Freitag, 28. Oktober 2016 13:31:13 UTC+2 schrieb Bill Hart: > > We'll consider changing it. It's mainly supposed to be for us developers > so we can build the binaries, but if people want to actually use it, I > guess we should maintain it a bit more carefully. > > Bill. > BTW, when trying

Re: [julia-users] Re: Nemo AcbField error

2016-10-28 Thread 'Bill Hart' via julia-users
We'll consider changing it. It's mainly supposed to be for us developers so we can build the binaries, but if people want to actually use it, I guess we should maintain it a bit more carefully. Bill. On 28 October 2016 at 12:34, Jeffrey Sarnoff wrote: > Bill, >

Re: [julia-users] Re: Nemo AcbField error

2016-10-28 Thread Jeffrey Sarnoff
Bill, Consider distributing windows_build.txt ready to use with 64-bit machines and giving the changes to be made for 32-bit machines in comments. That reverses the current orientation, and fits more of the likely user base. I think that change gives you this: Note that windows_build.txt

Re: [julia-users] Re: Nemo AcbField error

2016-10-28 Thread 'Bill Hart' via julia-users
64 bit Windows will run 32 bit Windows binaries, yes. Of course we recommend the 64 bit ones. On 28 October 2016 at 10:52, digxx wrote: > Yes but when I do not manually change i686 and ABI=32 to the x64 it is >> running the 32bit version, right? >> You mean windows 64

Re: [julia-users] Re: Nemo AcbField error

2016-10-28 Thread digxx
> > Yes but when I do not manually change i686 and ABI=32 to the x64 it is > running the 32bit version, right? > You mean windows 64 can still cope with 32bit stuff? > I mean changing in the windows_build.txt By Pkg.build("Nemo") I do not run any executable, right?

Re: [julia-users] Re: Nemo AcbField error

2016-10-28 Thread digxx
> > Both should work. If you use a 64 bit Julia executable it sould build the > 64 bit version. Otherwise it should build the 32 bit version. > > Bill. > Yes but when I do not manually change i686 and ABI=32 to the x64 it is running the 32bit version, right? You mean windows 64 can still

Re: [julia-users] Re: Nemo AcbField error

2016-10-27 Thread 'Bill Hart' via julia-users
On 27 October 2016 at 23:33, digxx wrote: > > > Am Donnerstag, 27. Oktober 2016 23:00:48 UTC+2 schrieb Tommy Hofmann: >> >> There is a reason I asked to check for two libflint files three days ago. >> I saw this error with the missing libflint-13.dll before. The ln

Re: [julia-users] Re: Nemo AcbField error

2016-10-27 Thread digxx
Am Donnerstag, 27. Oktober 2016 23:00:48 UTC+2 schrieb Tommy Hofmann: > > There is a reason I asked to check for two libflint files three days ago. > I saw this error with the missing libflint-13.dll before. The ln command > can and will fail silently for various reasons. Maybe just to

Re: [julia-users] Re: Nemo AcbField error

2016-10-27 Thread Tommy Hofmann
There is a reason I asked to check for two libflint files three days ago. I saw this error with the missing libflint-13.dll before. The ln command can and will fail silently for various reasons.

Re: [julia-users] Re: Nemo AcbField error

2016-10-27 Thread Jeffrey Sarnoff
*Home Free: no longer is getting Nemo's usefulness somewhere else and costing you time.* On Thu, Oct 27, 2016 at 4:27 PM, 'Bill Hart' via julia-users < julia-users@googlegroups.com> wrote: > Yes, we'll eventually get rid of the warnings. Technically we only fully > support Julia-0.4 at the

Re: [julia-users] Re: Nemo AcbField error

2016-10-27 Thread digxx
Am Donnerstag, 27. Oktober 2016 22:27:52 UTC+2 schrieb Bill Hart: > > Yes, we'll eventually get rid of the warnings. Technically we only fully > support Julia-0.4 at the moment. However, Nemo is known to work with > Julia-0.5 with some warnings. > > Thanks for persisting with it. I'm glad it

Re: [julia-users] Re: Nemo AcbField error

2016-10-27 Thread 'Bill Hart' via julia-users
Yes, we'll eventually get rid of the warnings. Technically we only fully support Julia-0.4 at the moment. However, Nemo is known to work with Julia-0.5 with some warnings. Thanks for persisting with it. I'm glad it is working for you now. We'll try to figure out how to stop this happening in

Re: [julia-users] Re: Nemo AcbField error

2016-10-27 Thread digxx
Am Donnerstag, 27. Oktober 2016 21:25:54 UTC+2 schrieb Jeffrey Sarnoff: > > You are home free! Try arbfield(1) twice .. > Yes I know the warning is gone I'm just wondering why it always shows up the first time... home free? in terms of homedir() or what you mean?

Re: [julia-users] Re: Nemo AcbField error

2016-10-27 Thread Jeffrey Sarnoff
You are home free! Try arbfield(1) twice .. On Thursday, October 27, 2016 at 3:22:39 PM UTC-4, digxx wrote: > > > > Am Donnerstag, 27. Oktober 2016 20:24:19 UTC+2 schrieb Bill Hart: >> >> It could well be libflint-13.dll is the problem. It's just a copy of the >> other flint dll, so you can

Re: [julia-users] Re: Nemo AcbField error

2016-10-27 Thread digxx
Am Donnerstag, 27. Oktober 2016 20:24:19 UTC+2 schrieb Bill Hart: > > It could well be libflint-13.dll is the problem. It's just a copy of the > other flint dll, so you can make that any way you like. Just copy the file > and rename the copy. > > As for the dll DependencyWalker claims is

Re: [julia-users] Re: Nemo AcbField error

2016-10-27 Thread 'Bill Hart' via julia-users
It could well be libflint-13.dll is the problem. It's just a copy of the other flint dll, so you can make that any way you like. Just copy the file and rename the copy. As for the dll DependencyWalker claims is missing, I don't know what it does and it might not be relevant. We are mainly looking

Re: [julia-users] Re: Nemo AcbField error

2016-10-27 Thread Jeffrey Sarnoff
To see your path, open the terminal and type: Path move the file wget64.exe, now given the name wget.exe to one of the directories in your path. and maybe this will take: start Julia Pkg.rm("Nemo") Pkg.rm("Nemo") Pkg.update() Pkg.add("Nemo") quit() start Julia Pkg.build("Nemo") # let it finish

Re: [julia-users] Re: Nemo AcbField error

2016-10-27 Thread digxx
Am Donnerstag, 27. Oktober 2016 19:33:22 UTC+2 schrieb Jeffrey Sarnoff: > > libflint-13.dll appears to be a copy of libflint.dll with a different name > and you can try copying libflint.dll to libflint-13.dll > The .git\ is not there because you have not tried to add then build Nemo > with git

Re: [julia-users] Re: Nemo AcbField error

2016-10-27 Thread Jeffrey Sarnoff
It may be helpful to download https://eternallybored.org/misc/wget/current/wget64.exe and copy it `wget.exe` then put that file somewhere in your Path (not in the Nemo subdirectories). On Thursday, October 27, 2016 at 1:33:22 PM UTC-4, Jeffrey Sarnoff wrote: > > libflint-13.dll appears to be

Re: [julia-users] Re: Nemo AcbField error

2016-10-27 Thread Jeffrey Sarnoff
libflint-13.dll appears to be a copy of libflint.dll with a different name and you can try copying libflint.dll to libflint-13.dll The .git\ is not there because you have not tried to add then build Nemo with git becoming engaged, and that too is worthwhile doing. Double check that you have

Re: [julia-users] Re: Nemo AcbField error

2016-10-27 Thread digxx
@Bill: it's telling me for example EXT-MS-WIN-KERNEL32-QUIRKS-L1-1-1.DLL error opening file. file not found thats not what u mean, or? Thats in the middle tab... Additionally it says quite generally: Error: At least one required implicit or forwarded dependency was not found.

Re: [julia-users] Re: Nemo AcbField error

2016-10-27 Thread digxx
Actually: libflint-13.dll 14,156 KB is missing for me also is .git\ under Nemo Am Donnerstag, 27. Oktober 2016 18:32:48 UTC+2 schrieb Jeffrey Sarnoff: > > With 64-bit Win7, in my directory for Julia packages > > under Nemo: > .git\ > benchmarks\ > deps\ > doc\ > local\ > src\ > test\ >

Re: [julia-users] Re: Nemo AcbField error

2016-10-27 Thread Jeffrey Sarnoff
With 64-bit Win7, in my directory for Julia packages under Nemo: .git\ benchmarks\ deps\ doc\ local\ src\ test\ .gitignore .travis.yml appveyor.yml LICENSE.md README.md REQUIRE todo.txt windows_build.txt in deps: antic\ arb\ flint2\ build.jl mpfr-3.1.3.tar.bz2 mpir-2.7.2.tar.bz2

Re: [julia-users] Re: Nemo AcbField error

2016-10-26 Thread 'Bill Hart' via julia-users
Actually, there is one more thing you could do. Download DependencyWalker [1] and run it on libarb.dll in place where it currently is in your Nemo/local/lib directory. It's bound to complain a lot, and there will be lots of yellow flags. But what we are looking for is missing dependencies that we

Re: [julia-users] Re: Nemo AcbField error

2016-10-26 Thread Jeffrey Sarnoff
Yes. Jeffrey Sarnoff > On Oct 26, 2016, at 8:04 PM, 'Bill Hart' via julia-users > wrote: > > The only thing I can think of to suggest is try it again from scratch in > Julia-0.4 so we can rule out the dlls being corrupted on our website somehow. > > I can't

Re: [julia-users] Re: Nemo AcbField error

2016-10-26 Thread 'Bill Hart' via julia-users
The only thing I can think of to suggest is try it again from scratch in Julia-0.4 so we can rule out the dlls being corrupted on our website somehow. I can't think what else could be wrong, unless something else changed in Julia itself on Windows, between versions 0.4 and 0.5. Jeffrey, are you

Re: [julia-users] Re: Nemo AcbField error

2016-10-26 Thread digxx
It's weird coz in julia 0.4.x it was running without any problems...

Re: [julia-users] Re: Nemo AcbField error

2016-10-26 Thread digxx
I'm running Windows 10 Home 64-Bit Version and have the newest Julia version i.e. v0.5.0

Re: [julia-users] Re: Nemo AcbField error

2016-10-26 Thread 'Bill Hart' via julia-users
Well, I'm mystified. What version of Julia are you using? And what version of Windows? Is it 32 or 64 bit? Bill. On 26 October 2016 at 22:40, digxx wrote: > So, first of all it is (unfortunately) still not working... > What I did so far is this: > I removed my old GIT

Re: [julia-users] Re: Nemo AcbField error

2016-10-26 Thread digxx
So, first of all it is (unfortunately) still not working... What I did so far is this: I removed my old GIT and installed the new one I then removed Nemo within Julia and subsequently manually removed every nemo stuff I could find in folder v0.5 I then started Julia (@Bill: This time I'm running

Re: [julia-users] Re: Nemo AcbField error

2016-10-26 Thread 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 wrote: > > > Am Mittwoch, 26. Oktober 2016 20:51:48 UTC+2 schrieb Bill Hart: >> >> I mean as

Re: [julia-users] Re: Nemo AcbField error

2016-10-26 Thread digxx
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.

Re: [julia-users] Re: Nemo AcbField error

2016-10-26 Thread digxx
> > > > 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. >> > actually I'm doing that already atm..

Re: [julia-users] Re: Nemo AcbField error

2016-10-26 Thread 'Bill Hart' via julia-users
And you are not running it inside the Cygwin shell now? If not, then I honestly don't know why this is happening. As Jeffrey says, it doesn't happen on his Windows. And no, you don't require the arb source code on Windows. There does seem to be a problem on some versions of Windows whereby the

Re: [julia-users] Re: Nemo AcbField error

2016-10-26 Thread digxx
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

Re: [julia-users] Re: Nemo AcbField error

2016-10-26 Thread Jeffrey Sarnoff
Your question is not at all silly. Forget about the gitbash installation -- *remove it*. Download the new git installer from : this web page and when it has downloaded, run it. Then open a terminal window and type `git --version`. If you see something

Re: [julia-users] Re: Nemo AcbField error

2016-10-26 Thread 'Bill Hart' via julia-users
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

Re: [julia-users] Re: Nemo AcbField error

2016-10-26 Thread digxx
I do have Gitbash installed for some reason, but I never used it and it's in c:\programs Sorry for that stupid question but u mean put the folder with git-cmd.exe or git-bash.exe as an environment variable

Re: [julia-users] Re: Nemo AcbField error

2016-10-26 Thread digxx
Am Mittwoch, 26. Oktober 2016 09:23:36 UTC+2 schrieb Bill Hart: > > 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. > Git in the path means Git in

Re: [julia-users] Re: Nemo AcbField error

2016-10-26 Thread digxx
> > > On 26 October 2016 at 01:43, Jeffrey Sarnoff > wrote: > >> send me all the messages output, please >> > that were all the messages...

Re: [julia-users] Re: Nemo AcbField error

2016-10-26 Thread digxx
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

Re: [julia-users] Re: Nemo AcbField error

2016-10-26 Thread Jeffrey Sarnoff
Get git here: download git installer for windows 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

Re: [julia-users] Re: Nemo AcbField error

2016-10-26 Thread 'Bill Hart' via julia-users
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 wrote: > send me all the messages

Re: [julia-users] Re: Nemo AcbField error

2016-10-25 Thread Jeffrey Sarnoff
send me all the messages output, please On Tue, Oct 25, 2016 at 7:41 PM, Jeffrey Sarnoff 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

Re: [julia-users] Re: Nemo AcbField error

2016-10-25 Thread 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 wrote: > Sry but I followed precisely ur steps i.e.: > I installed a completely new version in

Re: [julia-users] Re: Nemo AcbField error

2016-10-25 Thread digxx
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

Re: [julia-users] Re: Nemo AcbField error

2016-10-24 Thread Jeffrey Sarnoff
and just run julia from the terminal, not cygwin On Monday, October 24, 2016 at 4:08:26 PM UTC-4, Jeffrey Sarnoff wrote: > > It is not clear to me what the difference is in your install and what I > did. I can do r=ArbField(64); r(1) .. there is a warning the first time, > but it works. > > If

Re: [julia-users] Re: Nemo AcbField error

2016-10-24 Thread Jeffrey Sarnoff
It is not clear to me what the difference is in your install and what I did. I can do r=ArbField(64); r(1) .. there is a warning the first time, but it works. If you want, go back to the new installation and do > Pkg.build("Nemo") then (a) show us what it says [everything] and then try >

Re: [julia-users] Re: Nemo AcbField error

2016-10-24 Thread digxx
Maybe to point out: the installation in the part where I tried to do it directly via the repl command window was in a completely new .julia path (to try it fresh from the beginning) with no influence of already existing stuff...

Re: [julia-users] Re: Nemo AcbField error

2016-10-24 Thread digxx
Sorry again. But it is 64bit windows version just started in cygwin. I didn't think it makes any difference though However the behaviour seems different: When I start the Julia Repl command window directly I dont even get that far that Nemo is eventually installed: Following the steps

Re: [julia-users] Re: Nemo AcbField error

2016-10-24 Thread Jeffrey Sarnoff
Here are the usual Windows versions for 32-bit Windows and for 64-bit Windows On Monday, October 24, 2016 at 2:23:24 PM UTC-4, Bill Hart

Re: [julia-users] Re: Nemo AcbField error

2016-10-24 Thread 'Bill Hart' via julia-users
We don't support Cygwin. The Nemo binaries are native Windows binaries. I was unaware there was a Cygwin version of Julia. Bill. On 24 October 2016 at 19:48, Jeffrey Sarnoff wrote: > I tried this on windows, it worked: > delete the directory Nemo (found with

Re: [julia-users] Re: Nemo AcbField error

2016-10-24 Thread Jeffrey Sarnoff
I tried this on windows, it worked: delete the directory Nemo (found with Pkg.dir() subdir Nemo)) delete the corresponding directory METADATA/Nemo (Pkg.dir("METADATA") subdir Nemo) and if they exist, .cache/Nemo, METADATA/.cache/Nemo restart Julia, do Pkg.update() >

Re: [julia-users] Re: Nemo AcbField error

2016-10-24 Thread digxx
Hey, Thx for ur reply. I tried both deleting all the files and run Pkg.build again... It however did not work as are all the files present too :-( Julia in cygwin is correct...

Re: [julia-users] Re: Nemo AcbField error

2016-10-24 Thread Tommy Hofmann
Sorry, I meant arb and not pari. Something is off with the libraries. You can try the following: 1. Remove all files in .julia\v0.5\Nemo\local\lib and then do a Pkg.build("Nemo") again. 2. If 1. doesn't help, check if the following files are in Nemo\local\lib: "libwinpthread-1.dll",

Re: [julia-users] Re: Nemo AcbField error

2016-10-23 Thread 'Bill Hart' via julia-users
Well it downloads some source as well, but it isn't used. On 23 October 2016 at 21:59, digxx wrote: > or does it try to download the source here upon Pkg.build("Nemo") ? >

Re: [julia-users] Re: Nemo AcbField error

2016-10-23 Thread digxx
or does it try to download the source here upon Pkg.build("Nemo") ?

Re: [julia-users] Re: Nemo AcbField error

2016-10-23 Thread digxx
Well so far nothing has changed ;) So: while loading C:\cygwin64\home\Diger\.julia\v0.5\Nemo\deps\build.jl, in expression starting on line 1 % Total% Received % Xferd Average Speed TimeTime Time Current Dload Upload Total SpentLeft

Re: [julia-users] Re: Nemo AcbField error

2016-10-23 Thread 'Bill Hart' via julia-users
No, on Windows it doesn't build from source, but downloads binaries. After the downloading is done, that's it. It should be ready to use. If you still have the same problem, maybe we need to rebuild one of the binaries for you. I'll have to talk to Tommy and see what he knows about this problem.

Re: [julia-users] Re: Nemo AcbField error

2016-10-23 Thread digxx
Maybe I should have pointed out that I'm on windows...

Re: [julia-users] Re: Nemo AcbField error

2016-10-23 Thread digxx
What do u mean that explains why it doesn't go any further? Is Nemo not finished yet for Windows?

Re: [julia-users] Re: Nemo AcbField error

2016-10-23 Thread 'Bill Hart' via julia-users
Ah, you are on Windows. That explains why it doesn't go on any further. I will have to ask Tommy why he thought this was a Pari problem. I don't see it from the error you reported. Bill. On 23 October 2016 at 21:28, digxx wrote: > No it does not go on...When I manually

Re: [julia-users] Re: Nemo AcbField error

2016-10-23 Thread digxx
> > No it does not go on...When I manually start Pkg.build("Nemo") in the same > session I get: > 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

Re: [julia-users] Re: Nemo AcbField error

2016-10-23 Thread 'Bill Hart' via julia-users
The above shows that everything downloaded ok, I think. Did it not then go on and rebuild everything? Bill. On 23 October 2016 at 21:11, digxx wrote: > It does not work either. When I run Pkg.build("Nemo") it starts > > julia> Pkg.build("Nemo") > INFO: Building Nemo >