Hi, I'm trying to build Xerces without C++11, so I'm using:
./configure --enable-xmlch-uint16_t --enable-mutexmgr-posix However, I still get this error when building my program with Xerces: "This file requires compiler and library support for the ISO C++ 2011 standard. This support must be enabled with the -std=c++11 or -std=gnu++11 compiler options." Is there some other switch I'm missing? Is it possible to build without C++11? Thanks. João M. S. Silva
