> Has anybody else tried to build these w/gcc4?

Yeah, I did an RPM build of my patched 2.6.1 tree and had to hack on a
couple of tests for Fedora Core 3.

Patch below.

-- Scott

--- xerces-c-src_2_6_0/tests/XSValueTest/XSValueTest.cpp.orig   2005-01-17
22:06:58.992517204 -0500
+++ xerces-c-src_2_6_0/tests/XSValueTest/XSValueTest.cpp        2005-01-17
22:05:49.725386549 -0500
@@ -5549,8 +5549,9 @@
 
     catch (const XMLException& toCatch)
     {
+       StrX msg(toCatch.getMessage());
         XERCES_STD_QUALIFIER cerr << "Error during initialization!
Message:\n"
-            << StrX(toCatch.getMessage()) << XERCES_STD_QUALIFIER endl;
+            << msg << XERCES_STD_QUALIFIER endl;
         return 1;
     }



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to