dotgnu-general
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [DotGNU]Pnetlib System.Net + System.Xml status update


From: Rhys Weatherley
Subject: Re: [DotGNU]Pnetlib System.Net + System.Xml status update
Date: Wed, 10 Apr 2002 15:06:39 +1000

> -- Uri.cs: Tougher, the bugs here are digged deep inside the code so I
> couldn't solve them (btw I never solve bugs in someone else's file).

A lot of them are "multi-character constant" errors which seem
to be due to using '\' instead of '\\' in various places.  Stephen,
could you have a look into these?

> I got the System assembly compiling at home by replacing some things in
> HttpWebRequest and commenting out all implementation in Uri.cs and then
> renaming Uri.cs UriThingy.cs (for some reason Uri.cs doesn't get into
> the build with CSant).

Found this.  I was free'ing a string before I was finished
using it, and the garbage in the heap was of the right form
to cause a "remove match" on "Uri.cs".  So csant happily
removed the file from the source list and wouldn't compile it.
Fixed in the CVS version.

Cheers,

Rhys.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]