[Mono-devel-list] Re: [Mono-patches] mcs/class/corlib/System.Reflection.Emit TypeBuilder.cs,1.70,1.71 ChangeLog,1.143,1.144

Duncan Mak duncan at ximian.com
Fri Oct 3 11:08:32 EDT 2003


On Fri, 2003-10-03 at 09:37, Zoltan Varga wrote:
> 2003-10-03  Zoltan Varga  <vargaz at freemail.hu>
> 
> 	* TypeBuilder.cs (CreateType): Fire TypeResolve events for unfinished 
> 	nested value types. Fixes #47022.

This patch broke the build for me.

mcs /nowarn:649 /nowarn:169 -d:INSIDE_CORLIB  -d:NET_1_1 -g /noconfig /unsafe /nostdlib /target:library /out:../../class/lib/corlib.dll @../../build/deps/corlib.dll.response
System.Reflection.Emit/TypeBuilder.cs(504) error CS0122: `System.AppDomain.DoTypeResolve' is inaccessible due to its protection level
Compilation failed: 1 error(s), 0 warnings
make[2]: *** [../../class/lib/corlib.dll] Error 1
make[2]: Leaving directory `/home/duncan/Mono/mcs/class/corlib'

Duncan.



More information about the Mono-devel-list mailing list