[Mono-devel-list] Re: Corlib Test Build Failure
Ben Maurer
bmaurer at users.sourceforge.net
Wed May 21 21:10:40 EDT 2003
On Wed, 2003-05-21 at 20:17, Nick Drochak wrote:
> Yeah, at the time Miguel said we would support 1.1 "only". However, we
> now are going to support both 1.0 and 1.1, so we need to wrap those new
> overloads with the #define's that have been proposed. I don't know if
> they are in the build system yet, though. So I guess now's time to bite
> the bullet there.
#if NET_1_1 is what you should use.
Also, in general, you should update corlib and the tests at the same
time, don't have one jump ahead of the other! Else, you get a build
error ;-).
>
> Can someone let me know how to build the mcs module for a particular
> version of .NET?
Miguel just assigned me to the build versioning. It will probably end up
being something like:
make v1_0
make v1_1
with v1_1 as default. Any comments?
-- Ben
More information about the Mono-devel-list
mailing list