[Gtk-sharp-list] Broken build for samples/gconf.

Gonzalo Paniagua Javier gonzalo@ximian.com
07 Feb 2003 02:56:45 +0100


El mié, 05-02-2003 a las 06:25, Miguel de Icaza escribió:
> Hello,
> 
>    Any idea about this build breaker on Gtk#?
> 
> main.cs(57) error CS0117: `Gtk.Settings' does not contain a definition
> for `Changed'

There was an error in the Makefile. You probably have a file named
Settings.cs with zero length. Remove that file, update CVS and make
again and it should work now.

-Gonzalo