This patch adds a dummy object for GSXMLParser when libXML is not installed. It was the one remaining object required for compilation of the rest of gnustep-gui (at least for the MinGW32 target, probably all targets).
Stephen Brandon [EMAIL PROTECTED]
Index: base/Source/GSXML.m =================================================================== RCS file: /cvsroot/gnustep/gnustep/core/base/Source/GSXML.m,v retrieving revision 1.28 diff -r1.28 GSXML.m 2162c2162,2163 < --- > @interface GSXMLParser : GSXMLDummy > @end 2197c2198,2199 < --- > @implementation GSXMLParser > @end
