Thanks DAve
I understand the complications waiting to unfold, if we do the code 
changes.

I am now trying to build v2.6.0 ....and it built fine for 32 bit!!!

Thanks


warm regards

Saurabh



[EMAIL PROTECTED] 
04/15/2005 12:00 PM
Please respond to
xerces-c-dev@xml.apache.org


To
xerces-c-dev@xml.apache.org
cc

Subject
Re: Building Xerces 2.3.0 with GCC 3.4.2 on Solaris5.8!!!






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




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

Reply via email to