[Mono-list] Bootstrap problems upon bootstrap problems
Miguel de Icaza
miguel@ximian.com
19 Jul 2002 14:48:29 -0400
Hello,
> Now that mcs and the libraries are compilable on linux I thought I'd have a
> go at updating my install (0.12) and got the latest source from CVS. Ia
> ttempt to compile mcs (which works), but fails when compiling corelib:
>
You want to use the CVS version, as you are missing code.
> mono /usr/local/bin/mcs.exe --target library --noconfig -o corlib.dll
> --unsafe --nostdlib @.response
> Corlib not in sync with this runtime: field `interfaces' mismatch in class
> TypeBuilder (28 != 24)
That is a mismatch between the virtual machine and the corlib assembly.
Miguel