[MonoDevelop] MD 0.5 fails to build

Dennis Boylan mono@b-lan.com
Mon, 28 Jun 2004 15:01:33 -0400


Here is the error I'm getting trying to build the 0.5 branch.

gapi-codegen --generate gdl-api.xml --include /usr/share/gapi/gdk-api.xml /usr/share/gapi/gtk-api.xml /usr/share/gapi/atk-api.xml --outdir=generated --customdir=. --assembly-name=gdl-sharp && touch generated-stamp
Ellipsis parameter in ctor in Object Gtk.Widget
Ellipsis parameter in ctor in Object Gtk.Object
Name: function Type: GFunc in method Foreach in Object Gdl.DockMaster
Name: function Type: GFunc in method ForeachToplevel in Object Gdl.DockMaster

Unhandled Exception: System.NullReferenceException: Object reference not set to an instance of an object
in <0x0005d> GtkSharp.Generation.ClassBase:GenMethods (GtkSharp.Generation.GenerationInfo,System.Collections.Hashtable,GtkSharp.Generation.ClassBase)

Running mono
Mono JIT compiler version 0.97.20040628, (C) 2002-2004 Novell, Inc and Contributors. www.go-mono.com
        TLS:           __thread
        GC:            Included Boehm (with typed GC)
        SIGSEGV      : normal
        Globalization: ICU

This is with gtk-sharp-0.98 installed.  I can't build gtk-sharp-0.99

Error with build on gtk-sharp-0.99
/usr/bin/mono ../generator/gapi_codegen.exe --generate pango-api.xml      \
--outdir=generated --customdir=. --assembly-name=pango-sharp \
&& touch generated-stamp
Name: pattern Type: FcPattern*  in callback PangoFT2SubstituteFunc **** Stubbing it out ****

Unhandled Exception: System.NullReferenceException: Object reference not set to an instance of an object
in <0x0005d> GtkSharp.Generation.ClassBase:GenMethods (GtkSharp.Generation.GenerationInfo,System.Collections.Hashtable,GtkSharp.Generation.ClassBase)

- Dennis