tags:

views:

27

answers:

1

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?

+1  A: 

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

fuzzy lollipop
Based on a casual glance, this appears to be extremely untrue.http://xerces.apache.org/xerces-c/ Unless you're talking about ./configure. You should clarify.
Dave
the question is "How do I run "./configure" in a windows environment?"
fuzzy lollipop