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. _______________________________________________ Mono-devel-list mailing list [email protected] http://lists.ximian.com/mailman/listinfo/mono-devel-list
