>                 from XMLString.cpp:74:
> 
/user/sbhatnag/xerces/xerces-c-src_2_3_0/include/xercesc/util/RefArrayVectorOf.c:
 

> In destructor 
`xercesc_2_3::RefArrayVectorOf<TElem>::~RefArrayVectorOf()':
> 
/user/sbhatnag/xerces/xerces-c-src_2_3_0/include/xercesc/util/RefArrayVectorOf.c:25:
 

> error: `fAdoptedElems' undeclared (first use this function)
> 
/user/sbhatnag/xerces/xerces-c-src_2_3_0/include/xercesc/util/RefArrayVectorOf.c:25:
 

> error: (Each undeclared identifier is reported only once for each 
function 
> it appears in.)
> 
/user/sbhatnag/xerces/xerces-c-src_2_3_0/include/xercesc/util/RefArrayVectorOf.c:27:
 

> error: `fCurCount' undeclared (first use this function)
> 
/user/sbhatnag/xerces/xerces-c-src_2_3_0/include/xercesc/util/RefArrayVectorOf.c:28:
 

> error: `fMemoryManager' undeclared (first use this function)
> 
/user/sbhatnag/xerces/xerces-c-src_2_3_0/include/xercesc/util/RefArrayVectorOf.c:28:
 

> error: `fElemList' undeclared (first use this function)

You will probably have a difficult time building that version of Xerces-C 
with newer versions of GCC.  I suggest you upgrade to the latest released 
version, 2.6.0.  If you cannot do that, you will need to modify the 
sources.  The fix for these particular errors is to qualify the dependent 
names with "this->", but there will likely be other issues once you get 
past these.

this->fCurCount
this->FMemoryManager


See here for more information:

http://womble.decadentplace.org.uk/c++/template-faq.html#base-lookup

Dave

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

Reply via email to