From: Jouni K S. <jk...@ik...> - 2005-12-19 19:48:54
|
Tom Loredo <lo...@as...> writes: > 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? Yes, this solved my build problems, and the resulting library seems to work. I also tried building with gcc 3.3 (gcc version 3.3 20030304 (Apple Computer, Inc. build 1809)). Just to be sure, did you delete the "build" directory before trying again? There could have been something left over that is causing the error. -- Jouni |