From: Tom L. <lo...@as...> - 2005-12-19 17:32:32
|
Hi folks, Thanks for the quick help. I do also have numarray installed, so I don't think the NUMARRAY setting is the problem. Jouni, thanks for the attempted fix, but it continues to fail for me, at the same place: gcc: src/_na_transforms.cpp src/_na_transforms.cpp: In member function `Py::Object Bbox::update_numerix(const Py::Tuple&)': src/_na_transforms.cpp:447: error: `isnan' not declared src/_na_transforms.cpp:494: error: `isnan' undeclared (first use this function) src/_na_transforms.cpp:494: error: (Each undeclared identifier is reported only once for each function it appears in.) src/_na_transforms.cpp: In member function `Py::Object Bbox::update_numerix(const Py::Tuple&)': src/_na_transforms.cpp:447: error: `isnan' not declared src/_na_transforms.cpp:494: error: `isnan' undeclared (first use this function) src/_na_transforms.cpp:494: error: (Each undeclared identifier is reported only once for each function it appears in.) error: Command "gcc -fno-strict-aliasing -Wno-long-double -no-cpp-precomp -mno-fused-madd -fno-common -dynamic -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -Isrc -I. -I/usr/local/include -I/usr/include -I/sw/include -I. -I/Library/ Frameworks/Python.framework/Versions/2.4/include/python2.4 -c src/_na_transforms.cpp -o build/temp.darwin-7.9.0- Power_Macintosh-2.4/src/_na_transforms.o -DNUMARRAY=1" failed with exit status 1 I've verified that the new "using std::isnan;" line is in _transforms.cpp and is copied to _na_transforms.cpp; it just doesn't seem to satisfy the compiler [gcc 3.3 20030304 (Apple Computer, Inc. build 1671) on 10.3.9]. I'm not a c++ programmer, and I'm stumped as to what further to try. Jouni, did this indeed solve your build problems completely? Anyone have any other suggestions? Thanks, Tom ------------------------------------------------- This mail sent through IMP: http://horde.org/imp/ |