Hello,
I'm having some problems building the latest xalan-c on a Solaris 10 platform. I configure with the following options: ./runConfigure -p solaris -c gcc -x g++ -P /my/dest When I try and build, I get the following error when compiling DOMStringHelper.cpp: In file included from <myPath>/xalan-c-1.11/c/src/xalanc/PlatformSupport/DOMStringHelper.cpp:50: <myPath>/xalan-c-1.11/c/src/xalanc/PlatformSupport/DoubleSupport.hpp: In static member function `static bool xalanc_1_11::DoubleSupport::isNaN(double)': <myPath>/xalan-c-1.11/c/src/xalanc/PlatformSupport/DoubleSupport.hpp:86: ` isnan' undeclared in namespace `std' gmake[2]: *** [../../obj/DOMStringHelper.o] Error 1 Has anyone come across this before? Thanks, Rob