[Gtk-sharp-list] GC error when compiling CVS gtk-sharp

Duncan Mak duncan@ximian.com
Mon, 08 Sep 2003 21:51:07 -0400


I get this when I try to compile Gtk#:

make[1]: Entering directory `/home/duncan/Mono/gtk-sharp/glib'
mcs --unsafe --target library -o glib-sharp.dll --recurse '*.cs'
GC Warning: Out of Memory!  Returning NIL!

Unhandled Exception: System.NullReferenceException: A null value was
found where an object instance was required
in (unmanaged) /usr/lib/libmono.so.0 [0x40098058]
in (unmanaged) /usr/lib/libmono.so.0 [0x400999d9]
in (unmanaged) /usr/lib/libmono.so.0(mono_image_build_metadata+0x535)
[0x4009b78a]
in (unmanaged) /usr/lib/libmono.so.0 [0x400a9b7f]
in <0x0017a> 00 System.Reflection.Emit.AssemblyBuilder:Save (string)
in <0x00033> 00 Mono.CSharp.CodeGen:Save (string)
in <0x00e78> 00 Mono.CSharp.Driver:MainDriver (string[])
in <0x0001b> 00 Mono.CSharp.Driver:Main (string[])

make[1]: *** [glib-sharp.dll] Error 1

Anyone else seeing this too?

Duncan.