Search code examples
c++xerces

How do I use Xerces w/ in a Windows environment?


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?


Solution

  • you can't you will have to install some unix like environment like Cygwin.