From: Martin C. <cos...@wa...> - 2006-08-12 20:41:26
|
Jaap Spies wrote: [] > > #define NUMARRAY_VERSION "1.4.1" > > #define NUMARRAY_VERSION_HEX 0x01040100 > diff /usr/include/python2.4/numarray/nummacro.h > /usr/local/sage/local/include/python2.4/numarray/nummacro.h That version of numarray was incompatible with C++ (they used the reserved word "operator" as variable name). Upgrade to 1.5.0 or later. -- Martin |