Re: Problems compling the xerces-src 1.4 on Unix

2001-07-03 Thread Tinny Ng
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 #include class NodeListImpl;

Problems compling the xerces-src 1.4 on Unix

2001-07-02 Thread Aniruddha Shevade
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 , the DOM_NodeList.hpp has the following files included within itself #include #include #include In essence we are trying to include the same file DOM_Nodelis