[Gtk-sharp-list] gtk# 0.2.1 doesn't compile

Mike Kestner mkestner@speakeasy.net
25 Jun 2002 18:53:26 -0500


On Tue, 2002-06-25 at 17:46, Antonio Martínez Álvarez wrote:
> ./generated/StreamableContent.cs(8) error CS0246: Can not find type
> `GLib.IWrapper'
> ./generated/Table.cs(8) error CS0246: Can not find type `GLib.IWrapper'
> ./generated/Text.cs(8) error CS0246: Can not find type `GLib.IWrapper'
> ./generated/Value.cs(8) error CS0246: Can not find type `GLib.IWrapper'
> error CS0146: Class definition is circular: `Atk.Action'
> error CS0146: Class definition is circular: `Atk.Component'
> Error: Compilation failed
> RESULT: 1

Try doing a make install instead of a make.  There is an mcs bug that
may be coming into play on this.

Mike