You are viewing a plain text version of this content. The canonical link for it is here.
Posted to c-users@xalan.apache.org by Berin Lautenbach <be...@wingsofhermes.org> on 2006/09/27 02:37:32 UTC

Xalan C++ UNIX build

Hi all!

I've just been playing with the new Xerces 3.0 code from SVN and 
realised that Xalan does not appear to build against it on a *NIX system.

Am I missing something (I generally am :>)?  Or has this just not been 
implemented yet?

Cheers,	
	Berin

Re: Xalan C++ UNIX build

Posted by David Bertoni <db...@apache.org>.
Berin Lautenbach wrote:
> Hi all!
> 
> I've just been playing with the new Xerces 3.0 code from SVN and 
> realised that Xalan does not appear to build against it on a *NIX system.
> 
> Am I missing something (I generally am :>)?  Or has this just not been 
> implemented yet?

As far as I remember, the only problem is the name of the library has 
changed in Xerces-C, so you'll need to hack the Makefile.

Since we'ed like to maintain compatibility with the 2.7. branch until 3.0 
is released, we a bit stuck.

Thanks!

Dave