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

2016-01-14 Thread Jeroen Demeyer

On 2016-01-14 21:18, Anna Haensch wrote:

So, per the instructions
on the Sage Developer's Guide I ran:

sage$ ./sage -br


Are you referring to the paragraph

Once you have made any changes you of course want to build Sage and
try out your edits. As long as you only modified the Sage library
(that is, Python and Cython files under ``src/sage/...``) you just
have to run::

[user@localhost sage]$ ./sage -br

Most likely, the condition *As long as you only modified the Sage 
library* is not satisfied and you need to run "make".


--
You received this message because you are subscribed to the Google Groups 
"sage-devel" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sage-devel+unsubscr...@googlegroups.com.
To post to this group, send email to sage-devel@googlegroups.com.
Visit this group at https://groups.google.com/group/sage-devel.
For more options, visit https://groups.google.com/d/optout.


[sage-devel] Error building branch from git clone

2016-01-14 Thread Anna Haensch
Hello, not sure if I should be posting this here or sage-support, but I'm 
having difficulty building a local sage branch.  I'm working from a clone 
build from the sage git repository and I just created a branch from an 
existing ticket on sagetrac.  If I want to boot up sage and actually use 
the edits in that local branch, I'm pretty sure I need to rebuild sage 
first, from within that branch.  So, per the instructions on the Sage 
Developer's Guide I ran:

sage$ ./sage -br

but it keeps getting hung up on the following error message, and now I 
can't even run sage anymore. 

/Users/annahaensch/sage/src/build/cythonized/sage/symbolic/expression.cpp:73454:1:
 
  required from here

/Users/annahaensch/sage/local/include/pynac/container.h:587:52: error: 
'subschildren' was not declared in this scope

  std::unique_ptr vp = subschildren(m, options);

^

Any ideas?  Thanks in advance.

-Anna

-- 
You received this message because you are subscribed to the Google Groups 
"sage-devel" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sage-devel+unsubscr...@googlegroups.com.
To post to this group, send email to sage-devel@googlegroups.com.
Visit this group at https://groups.google.com/group/sage-devel.
For more options, visit https://groups.google.com/d/optout.