I have build Xerces on an AIX and can tell you that the default AIX make
is not compatible with gmake. You will need to download gmake to build
xerces

Dale Pennington

> -----Original Message-----
> From: John Snelson [mailto:[EMAIL PROTECTED] 
> Sent: Thursday, January 31, 2008 9:26 AM
> To: [email protected]
> Subject: Re: Building Xerces on AIX
> 
> Hi Guilio,
> 
> You can find out what make you are using with the command:
> 
> make --version
> 
> To fix the error you're seeing, can you edit the following file:
> 
> xerces-c-src_2_8_0/src/xercesc/util/regx/RegularExpression.hpp
> 
> Please move the "private:" modifier in the RegularExpression 
> class to below the definition of the Context inner class. Let 
> me know if that fixes your problem.
> 
> John
> 
> Giulio Troccoli wrote:
> > I'm sorry if this has already been debated but I couldn't 
> find a way 
> > to search the mailing list.
> > 
> > I am trying to build Xerces 2.8 on AIX 5.3. I have downloaded the 
> > source code, run
> > 
> > runConfigure -paix -cxlc -xxlC_r -z-U__XLC121__
> > 
> > and everything was fine.
> > 
> > I have correctly set and exported XERCESCROOT to 
> > /u1/dev/xerces-c-src_2_8_0 where I had previously unzipped and 
> > untarred the source code.
> > 
> > I found out that I have two different make on my system: 
> /usr/bin/make 
> > and /usr/local/bin/make.
> > 

Reply via email to