[Mono-dev] mcs bug breaks MD build

Atsushi Eno atsushi at ximian.com
Sun Oct 2 10:48:31 EDT 2005


Hi,

Just to make sure, in your box Extras/NUnit/AssemblyInfo.cs is empty,
right? As far as I tried, mcs complains during parsing this file
which was empty.

Atsushi Eno

> In revision #51007 the mcs/suport.cs file has broken the MD build. The
> problem is when mcs tries to assign the SeekableStreamReader.Position it
> trows an Exception "can't seek that far back: 0". After looking the old
> code I guess that the problem can be related to this removed code:
> 
> if (value == 0) // Skip preamble
>  value = preamble_size;
> 
> Just a guess... anyway I reverted my file copy to 51006 and it is
> working ok.





More information about the Mono-devel-list mailing list