[Gtk-sharp-list] Gtk# build issues

Gonzalo Paniagua Javier gonzalo@ximian.com
27 Oct 2002 21:40:56 +0100


El dom, 27-10-2002 a las 06:35, Duncan Mak escribió:
> Mike,
> 
> I'm repeatedly getting errors in the Xml stuff with CVS gtk-sharp:
> 
> make[1]: Entering directory `/home/duncan/Mono/gtk-sharp/api'
> mono  ../generator/gapi_codegen.exe --generate atk-api.xml pango-api.xml
> gdk-api.xml gdk-symbols.xml gtk-api.xml gtk-symbols.xml glade-api.xml
> art-api.xml gnome-api.xml gda-api.xml gnomedb-api.xml && touch
> generated-stamp
> 
> Unhandled Exception: System.ArgumentException: Key duplication
> in <0x002e9> 00 System.Collections.Hashtable:PutImpl
> (object,object,bool)
> in <0x00018> 00 System.Collections.Hashtable:Add (object,object)
> in <0x00119> 00 System.Text.RegularExpressions.Syntax.Parser:GetMapping
> ()

Recently, i applied a patch from Tim Haynes to fix this and I have just
build gtk-sharp from scratch using current CVS and had no problems.

Perhaps you need to cvs update System.Xml...

-Gonzalo