Hi Yair,
adding that single #include statement cannot cause these errors; these one points to a mismatch between RefArrayVectorOf.hpp and RefArrayVectorOf.c. Please start from a fresh 2.2 version and add that single #include statement and try again.

Alberto

At 09.14 13/06/2006 +0300, Yair Zaslavsky wrote:
Unfortunately this does not help,
The problem continues to occur
I'm attaching the log again:

In file included from
/home/yair/xerces-c-src2_2_0/xerces-c-src2_2_0//include/xercesc/util/Ref
ArrayVectorOf.hpp:30,
                 from XMLString.cpp:74:
/home/yair/xerces-c-src2_2_0/xerces-c-src2_2_0//include/xercesc/util/Ref
ArrayVectorOf.c: In destructor
`xercesc_2_2::RefArrayVectorOf<TElem>::~RefArrayVectorOf()':
/home/yair/xerces-c-src2_2_0/xerces-c-src2_2_0//include/xercesc/util/Ref
ArrayVectorOf.c:21: error: `fAdoptedElems' undeclared (first use this
function)
/home/yair/xerces-c-src2_2_0/xerces-c-src2_2_0//include/xercesc/util/Ref
ArrayVectorOf.c:21: error: (Each undeclared identifier is reported only
once for each function it appears in.)
/home/yair/xerces-c-src2_2_0/xerces-c-src2_2_0//include/xercesc/util/Ref
ArrayVectorOf.c:23: error: `fCurCount' undeclared (first use this
function)
/home/yair/xerces-c-src2_2_0/xerces-c-src2_2_0//include/xercesc/util/Ref
ArrayVectorOf.c:24: error: `fElemList' undeclared (first use this
function)
gmake[1]: *** [XMLString.o] Error 1

Seems like the error comes from the base classes of "RefArrayVectorOf",
tried copying these classes from xerces 2.6.0 (which I can build/compile
successfully) but other compilation errors occur.


-----Original Message-----
From: Alberto Massari [mailto:[EMAIL PROTECTED]
Sent: Monday, June 12, 2006 12:08 PM
To: [email protected]
Subject: Re: problems in compling xerces c++ on linux 64bit machine

Hi Yair,

At 03:01 PM 6/11/2006 +0300, Yair Zaslavsky wrote:
>Good day all,
>I'm trying to compile xerces c++ 2.2.0 on a XEON 64 linux machine
>(little endian).
>[...]
>I tried compiling xerces 2.7.0 and succeeded, and I also succeeded
>with 2.6.0, however, for versions 2.5.0 , and 2.2.0 I fail.
>The problem is that axis c++ requires xerces 2.2.0.
>Can you please assist me and tell me what's wrong with the compilation/

I guess this is the fix you need to apply.

http://svn.apache.org/viewvc/xerces/c/trunk/src/xercesc/util/RefArrayOf.
hpp?r1=175709&r2=175929

Hope this helps,
Alberto


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


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

Reply via email to