Aniruddha,

> ... the DOM_NodeList.hpp has the following files included within itself ...
The DOM_NodeList.hpp shipped in Xerces 1.4 has the following lines:

     #ifndef DOM_NodeList_HEADER_GUARD_
     #define DOM_NodeList_HEADER_GUARD_

     #include <util/XercesDefs.hpp>
     #include <dom/DOM_Node.hpp>

     class NodeListImpl;
     :
     :

It doesn't have that line "#include <dom/DOM_Nodelist.hpp>" ...  Where did you
get your file?

Tinny


Aniruddha Shevade wrote:

> 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]


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to