> I'm getting the following error compling xalan 1.8.0. 
> 
> >cxx -V
> Compaq C++ V6.5-041 for Digital UNIX V4.0F  (Rev. 1229) Compiler Driver
> V6.5-041 (cxx) cxx Driver

Our machine has the following version on it:

hudson.zk3-x.dec.com> cxx -V
Compaq C++ V6.3-003 for Compaq Tru64 UNIX V5.1A (Rev. 1885)
Compiler Driver V6.3-003 (cxx) cxx Driver

So yours looks newer.  This is a bug in Xerces-C, not in Xalan-C, so you 
should post a Jira report for the Xerces-C team.  Meanwhile, you can apply 
the following diff to NameIdPool.hpp:

hudson.zk3-x.dec.com> cvs diff NameIdPool.hpp 
Index: NameIdPool.hpp
===================================================================
RCS file: /home/cvspublic/xml-xerces/c/src/xercesc/util/NameIdPool.hpp,v
retrieving revision 1.9
diff -r1.9 NameIdPool.hpp
332c332
<     MemoryManager* const    fMemoryManager;
---
>     MemoryManager*          fMemoryManager;


Dave

Reply via email to