Robert Bradshaw wrote: > On Jan 15, 2009, at 2:30 AM, Michael Abshoff wrote:
<SNIP> >>> and I don't know enough C++ to diagnose the error message. Any ideas? >> Which gcc are you using? > > The one that ships with OS X 10.4 Apple doesn't ship XCode with OSX, but has some version of XCode on the companion DVD and AFAIK that version changes over time. Since you compile Sage on that box I assume it works, so the version isn't that relevant then I guess :) >> Do you have your changes anywhere so I can play with them? > > I pushed them to sage-devel, and an spkg is up in http:// > sage.math.washington.edu/home/robertwb/cython/ too. Ok, I will take a look hopefully today. >> Is set in any way now a reserved Cython word? Maybe it is as simple as >> prefixing set with std::, but I would prefer to play with it. > > "set" doesn't appear anywhere in the .pyx file, and Cython compiles > it just fine, so it'd be nice if it was something like this but I > doubt it. It fails when it gets to the gcc stage. Ok. >> Pinging >> Carlo Hamalainen (listed at the top of the file) might also be a good >> idea :) > > - Robert Cheers, Michael > > _______________________________________________ > Cython-dev mailing list > [email protected] > http://codespeak.net/mailman/listinfo/cython-dev > _______________________________________________ Cython-dev mailing list [email protected] http://codespeak.net/mailman/listinfo/cython-dev
