Re: [jira] Created: (XERCESC-1235) Xerces-C++ does not build with gcc 3.4.0

2004-07-22 Thread Procida, Giuliano
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]

[jira] Created: (XERCESC-1235) Xerces-C++ does not build with gcc 3.4.0

2004-06-28 Thread xerces-c-dev
: - 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

re gcc 3.4.0

2004-05-28 Thread Gareth Reakes
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 --

gcc 3.4.0

2004-05-21 Thread Greg Franks
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