[Mono-dev] [PATCH] rootcontext

Jb Evain jb at nurv.fr
Wed Jul 25 11:40:28 EDT 2007


Am confused as well. While building smcs with -nostdlib, I encountered
an issue saying that System.Enum was not properly initialized. I've
applied this patch and worked on other issues of smcs.

But the main build fails with this patch. Still it's somewhat
confusing that we are asserting that Enum is a class while it's a
ValueType.

I'll investigate more after I'm done with smcs.

On 7/25/07, Miguel de Icaza <miguel at novell.com> wrote:
>
> > In /nostdlib mode, mcs loads predefined types, and validates that
> > System.Enum is a class instead of a ValueType. Attached is a patch to
> > fix that.
>
> Am confused, what is this for?
>


-- 
Jb



More information about the Mono-devel-list mailing list