[Mono-list] class libs .. some progress..
Dick Porter
dick@ximian.com
Fri, 4 Jan 2002 14:26:30 +0000
On Fri, Jan 04, 2002 at 12:25:04PM +0000, David Dawkins wrote:
> Ravi said:
> > So after trying something else,
>
> ...which was what? :-)
>
> I have the same build errors you described in your previous posting.
If you mean the Std*Handle stuff, its because we haven't implemented it
for windows yet. Actually, I wasn't aware that "make windows" did
anything, because it just seemed to run a linux build in the makefile.
It shouldn't be too difficult, just a case of cutting and pasting from
Linux.cs to Windows.cs.
If you mean the System.XML problem, try this patch:
diff -u -r1.3 System.XML.build
--- class/System.XML/System.XML.build 2001/12/07 10:53:20 1.3
+++ class/System.XML/System.XML.build 2002/01/04 10:29:26
@@ -12,6 +12,7 @@
<arg value="/unsafe"/>
<sources>
<includes name="**/*.cs"/>
+ <excludes name="**/XmlParser.cs"/>
<excludes name="Test/**"/>
</sources>
</csc>
- Dick