[Gtk-sharp-list] can't compile gtk-sharp from cvs

Duncan Mak duncan@ximian.com
01 Sep 2002 16:22:49 +0800


I'm getting this error:

make[1]: Entering directory `/home/duncan/Mono/gtk-sharp/glib'
mcs --unsafe --target library -o glib-sharp.dll --recurse '*.cs'
./generated/ObjectManager.cs(10) error CS0101: There is already a
definition for `GtkSharp.ObjectManager'
./ObjectManager.cs(11) error CS0000: (Location of symbol related to
previous error)
make[1]: Leaving directory `/home/duncan/Mono/gtk-sharp/glib'
make[1]: Entering directory `/home/duncan/Mono/gtk-sharp/pango'
mcs --unsafe --target library -L ../glib -r glib-sharp.dll -o
pango-sharp.dll --recurse '*.cs'
./generated/GtkSharp.PangoFreeGCFuncNative.cs(10) error CS0246: Cannot
find type `GLib.DelegateWrapper'
Compilation failed: 1 error(s), 0 warnings
make[1]: *** [pango-sharp.dll] Error 1

-- 
Duncan Mak <duncan@ximian.com>