Re: [sage-devel] help with interfacing a C++ spkg

2010-02-03 Thread John Cremona
Sorry for the noise. It was not recompiling wrap.cc since it found an error in compiling mwrank.pyx, which it does first, and then quit. the error in mwrank.pyx was that I had introduced a new function but had only put in its implementation code, not a separate declaration. Well, I am learning!

Re: [sage-devel] help with interfacing a C++ spkg

2010-02-03 Thread John Cremona
On 3 February 2010 11:54, Martin Albrecht wrote: > On Wednesday 03 February 2010, John Cremona wrote: >> I'm making some changes to the eclib spkg (a bug fix and some other >> useful stuff) which mean that I have to make changes in >> sage/libs/mwrank.  I am finding that after making edits to file

Re: [sage-devel] help with interfacing a C++ spkg

2010-02-03 Thread Martin Albrecht
On Wednesday 03 February 2010, John Cremona wrote: > I'm making some changes to the eclib spkg (a bug fix and some other > useful stuff) which mean that I have to make changes in > sage/libs/mwrank. I am finding that after making edits to files in > that directory, "sage -b" does not seem to resul

[sage-devel] help with interfacing a C++ spkg

2010-02-03 Thread John Cremona
I'm making some changes to the eclib spkg (a bug fix and some other useful stuff) which mean that I have to make changes in sage/libs/mwrank. I am finding that after making edits to files in that directory, "sage -b" does not seem to result in the rebuilt sage knowing about the changes made. I ca