Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 71773 - g++ 3.4 fails building xerces-c-2.4
Summary: g++ 3.4 fails building xerces-c-2.4
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Development (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Mark Loeser (RETIRED)
URL: http://nagoya.apache.org/jira/browse/...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-11-19 10:03 UTC by spamex
Modified: 2005-07-07 20:30 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description spamex 2004-11-19 10:03:24 UTC
Build fails using g++ 3.4, when instantiating templates within util/RefArrayOf.c. The fix is to include framework/MemoryManager.hpp in RefArrayOf.hpp

See http://nagoya.apache.org/jira/browse/XERCESC-1208

Reproducible: Always
Steps to Reproduce:
1.
2.
3.
Comment 1 spamex 2004-11-19 10:05:18 UTC
--- RefArrayOf.hpp.original	2003-05-16 08:01:52.000000000 +0200
+++ RefArrayOf.hpp	2004-11-19 18:55:15.008036000 +0100
@@ -98,6 +98,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
Comment 2 Mark Loeser (RETIRED) gentoo-dev 2005-07-07 20:30:31 UTC
Version 2.6 is in the tree, which compiles with >=gcc-3.4.  If there is some
reason this version of xerces-c is needed for a package, reopen the bug and let
me know.
Comment 3 Mark Loeser (RETIRED) gentoo-dev 2005-07-07 20:30:51 UTC
Resolving.