Message: The following issue has been closed.
--------------------------------------------------------------------- View the issue: http://issues.apache.org/jira/browse/XERCESC-150 Here is an overview of the issue: --------------------------------------------------------------------- Key: XERCESC-150 Summary: dummyExe build fails on HP-UX 10.20 with CC A.10.40 Type: Bug Status: Closed Priority: Critical Resolution: WON'T FIX Project: Xerces-C++ Components: Build Versions: 1.5.1 Assignee: Reporter: zmajeed Created: Wed, 25 Jul 2001 8:39 PM Updated: Tue, 19 Oct 2004 11:07 AM Environment: Operating System: HP-UX Platform: HP Description: On HP-UX 10.20 using CC, a template repository file RefVectorOf__pt__10_8NodeImpl.c is created: ------------------------------- /* RefVectorOf<NodeImpl> */ #include <util/RefVectorOf.hpp> #include <util/RefVectorOf.c> #include <dom/NodeImpl.hpp> typedef RefVectorOf<NodeImpl> _dummy_; ------------------------------ This file needs dom/NodeImpl.hpp which is not copied to the public include directory (see dom/Makefile) so its failure to compile causes the build of dummyExe to fail. The RefVectorOf<NodeImpl> instantiation is needed in dom/RangeImpl.cpp --------------------------------------------------------------------- JIRA INFORMATION: This message is automatically generated by JIRA. If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa If you want more information on JIRA, or have a bug to report see: http://www.atlassian.com/software/jira --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]