Message:

  A new issue has been created in JIRA.

---------------------------------------------------------------------
View the issue:
  http://issues.apache.org/jira/browse/XERCESC-1208

Here is an overview of the issue:
---------------------------------------------------------------------
        Key: XERCESC-1208
    Summary: g++ 3.4 build failure.
       Type: Bug

     Status: Unassigned
   Priority: Minor

    Project: Xerces-C++
 Components: 
             Build
   Versions:
             2.5.0

   Assignee: 
   Reporter: Robert Lowrie

    Created: Mon, 10 May 2004 8:28 PM
    Updated: Mon, 10 May 2004 8:28 PM
Environment: Redhat 9, g++ 3.4

Description:

Build fails using g++ 3.4, when instantiating templates within util/RefArrayOf.c.  The 
fix is to include framework/MemoryManager.hpp in RefArrayOf.hpp (sorry patches don't 
cut and paste well here):

 diff -Naur xerces-c-src_2_5_0/src/xercesc/util/RefArrayOf.hpp xerces-c-src_2_5_0-new/
src/xercesc/util/RefArrayOf.hpp
--- xerces-c-src_2_5_0/src/xercesc/util/RefArrayOf.hpp  2004-01-29 11:48:46.000000000
 +0000
+++ xerces-c-src_2_5_0-new/src/xercesc/util/RefArrayOf.hpp      2004-05-11 03:21:51.0
00000000 +0000
@@ -101,6 +101,7 @@
 #include <xercesc/util/ArrayIndexOutOfBoundsException.hpp>
 #include <xercesc/util/IllegalArgumentException.hpp>
 #include <xercesc/util/XMLEnumerator.hpp>
+#include <xercesc/framework/MemoryManager.hpp>

 XERCES_CPP_NAMESPACE_BEGIN






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

Reply via email to