I can confirm exactly the same failure with GCC 3.4.1 on RedHat Linux i686.
I've not been able to fix it yet.
Giuliano Procida.
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
:
-
Key: XERCESC-1235
Summary: Xerces-C++ does not build with gcc 3.4.0
Type: Bug
Status: Unassigned
Priority: Major
Project: Xerces-C++
Components:
Build
Versions:
2.5.0
Assignee:
Reporter: ismail dönmez
Created: Mon, 28 Jun 2004
Hi Greg,
many thanks for the report. Could you chuck it in a Jira report so
it does not get lost?
Gareth
--
Gareth Reakes, Managing Director Parthenon Computing
+44-1865-811184 http://www.parthcomp.com
--
Has anyone compiled xerces-c with the latest version of g++?
I think this snippet from the release notes is going to cause grief:
# In a template definition, unqualified names will no longer find members of a
dependent base. For example,
template struct B {
int m;
in