Page 1 of 1

"optional" xerces dependency

Posted: Wed Sep 07, 2005 17:20
by saetrum
I'm in the process of building 0.4 right now, and I am trying to do so without the optional xerces dependency, but I am getting errors when building ceguibase, because of the missing xerces files. So what do I need to do to not use xerces.

I know it's probably something obvious, but could anyone give me a little nudge in the right direction?

Re: "optional" xerces dependency

Posted: Wed Sep 07, 2005 18:04
by CrazyEddie
In the include/CEGUIConfig.h file, comment:

Code: Select all

#define CEGUI_WITH_XERCES


And you'll be using tinyXML instead :)

Re: "optional" xerces dependency

Posted: Wed Sep 07, 2005 18:27
by saetrum
:oops: :shock:

I knew it had to be something simple. Thanks for the help CE.