[Mono-list] CVS status ofSystem.Reflection.Emit.ILGenerator.EmitCall

Miguel de Icaza miguel@ximian.com
21 Apr 2003 14:45:10 -0400


Hello,

> Thank you very much, Miguel! I see this change and I am sure it will work.
> But now I have the problem to compile corlib.dll from CVS. I updated the
> source from anonymous CVS. I can see the change. But when I am using
> "make -f makefile.gnu" in mcs directory I have following error:
> 
> make[2]: Entering directory `/mono-src/mcs/class/corlib'
> MONO_PATH= mono ../../mcs/mcs.exe --target library --noconfig  -o
> ../../class/lib/corlib.dll --unsafe --nostdlib @.response
> error CS0518: The predefined type
> `System.Runtime.InteropServices.GuidAttribute' is not defined or imported

I wonder what version of the compiler you are running.  GuidAttribute
has been on the core class libraries forever.

It seems like people are trying to bootstrap from a very very old
compiler/runtime.  I checked in a temporary fix on cvs.

Miguel.