[Mono-list] how far behind is anon cvs?

Miguel de Icaza miguel@ximian.com
17 Jun 2002 15:54:23 -0400


Hello,

> I just updated and re-built less than 5 mintues ago and I'm still getting:
> 
>     mono 0.11, the Mono ECMA CLI JIT Compiler, (C) 2001, 2002 Ximian, Inc.

Did you run autogen.sh after CVS updating?

> Since I primarily work in Linux, how handicapped am I? I'm not especially
> keen to keep struggling to get the build system setup under XP (in VMWare).
> If Linux will be completely self-hosting soon, then I guess I'll just hold
> off for a bit. If not, is there anything I can do to help? I must confess
> that I haven't done any real C coding in about 8 years. I'm just exploring
> C# after almost 7 yrs of Java coding.

Well, if you want to hack on the class libraries, that is an issue
currently.  We have not modified the build system to use MCS yet and
System and Corlib do not compile yet with MCS.

If you just want to develop C# apps, you should be for the most part
fine.  That being said, you will need the class library documentation,
which we still do not ship/have in any usable form.

Miguel.