On Wednesday 01 October 2003 1:45 pm, Martin Vermeer wrote: > math_cursor.C:39: `isalpha' is already declared in this scope
wrap it up inside #ifndef CXX_GLOBAL_CSTD using std::isalpha #endif > math_parser.C:68: `atoi' is already declared in this scope Ditto. You have upgraded you C++ STL library to something standards-compliant, but your C-library is still in the dark ages ;-) Unless, that is stlport provide wrappers for the c-library headers <cmath> -> <math.h> etc? This is essentially what Dec do with their header files. > But on the whole it compiles pretty nicely. Still compiling, no > errors in insets... Fingers crossed. Angus