I have downloaded the source for Xerces and am trying to use it in a Greenhills project. I get the following error:
could not open source file "xercesc/util/Xerces_autoconf_config.hpp"
The code where the error hit is commented as:
// If the next line generates an error then you haven't run ./configure
#include <xercesc/util/Xerces_autoconf_config.hpp>
How do I run "./configure" in a windows environment?