[sage-devel] Re: Error building branch from git clone

2016-01-19 Thread Anna Haensch
That worked, fantastic, thanks so much. -AH On Saturday, January 16, 2016 at 12:14:56 PM UTC-5, Volker Braun wrote: > > Are you switching between Sage-6 and Sage-7 based branches? Then you need > to recompile everything ("make distclean && make") > > > On Saturday, January 16, 2016 at 5:53:45 PM

[sage-devel] Re: Error building branch from git clone

2016-01-16 Thread Volker Braun
Are you switching between Sage-6 and Sage-7 based branches? Then you need to recompile everything ("make distclean && make") On Saturday, January 16, 2016 at 5:53:45 PM UTC+1, Anna Haensch wrote: > > Thanks for the replies. I just made a fresh new clone, then checked out > the branch, and trie

[sage-devel] Re: Error building branch from git clone

2016-01-16 Thread Anna Haensch
Thanks for the replies. I just made a fresh new clone, then checked out the branch, and tried to run make, and got a different error, this time it's: Error installing package mpfr-3.1.2.p0 And now I can't run sage. To be clear, I ran precisely the following commands: annahaensch$ git clo

[sage-devel] Re: Error building branch from git clone

2016-01-14 Thread jhonrubia6
I recently had a similar problem. Try to 'make' it again, probably some of the code you just wrote depends on parts of the code which have been modified after your clone was made. In my case it worked after re-making it. Minor changes in my code afterwards only needed ./sage -b (if you touched