Hello
I was trying to build the xerces library on UNIX ( version 1.4). The
following is the error I get
when I try to include <dom/DOM_NodeList.hpp>, the DOM_NodeList.hpp has the
following files included within itself
#include <util/XercesDefs.hpp>
#include <dom/DOM_Node.hpp>
#include <dom/DOM_Nodelist.hpp>
In essence we are trying to include the same file DOM_Nodelist.hpp.
There is no problem on windows which is case insensitive, so
DOM_Nodelist.hpp is the same as DOM_NodeList.hpp. But in unix the build
fails telling that there no file as DOM_Nodelist.hpp. Is this a bug. do we
need to include this file in DOM_NodeList.hpp
any help is appreciated
Thanks
Aniruddha
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]