[Mono-dev] Re: Need testers for Mono's C# generics compiler.
Peter Sestoft
sestoft at dina.kvl.dk
Wed Jan 4 14:05:49 EST 2006
On Wed, 4 Jan 2006, Miguel de Icaza wrote:
> Hello,
>
> This seems like a very odd error, my setup reports:
>
> peter.cs(11,17): error CS1502: The best overloaded method match for `System.IComparable<T>.CompareTo<>(T)' has some invalid arguments
> peter.cs(11,17): error CS1503: Argument 1: Cannot convert from `T' to `T'
> Compilation failed: 2 error(s), 0 warnings
This error I too get with gmcs 1.1.12.1 (and I reported this a bug
through bugzilla).
The error message I got with your version of gmcs is more likely due
to library mismatches (your gmcs seems to be 1.1.11 and my libraries
are those of 1.1.12.1).
Peter
More information about the Mono-devel-list
mailing list