[Mono-list] GTK# GConf error

Gonzalo Paniagua Javier gonzalo@ximian.com
24 Feb 2003 01:13:42 +0100


El sáb, 22 de 02 de 2003 a las 04:08, Amerigo5 Amerigo5 escribió:
> Hi,
> 
> I am trying to install GTK-sharp-0.7 but when I do the [make] command, 
> somewhere along the process I get the following error:
> 
> make -C gconf
> make[2]: Entering directory `/usr/local/src/gtk-sharp-0.7/sample/gconf'
> mcs /out:sample.exe Settings.cs main.cs  /r:../../glib/glib-sharp.dll 
> /r:../../pango/pango-sharp.dll /r:../../atk/atk-sharp.dll 
> /r:../../art/art-sharp.dll /r:../../gdk/gdk-sharp.dll 
> /r:../../gconf/GConf/gconf-sharp.dll /r:../../gtk/gtk-sharp.dll 
> /r:../../gnome/gnome-sharp.dll /r:../../glade/glade-sharp.dll 
> /r:../../gconf/GConf.PropertyEditors/gconf-sharp-peditors.dll 
> /r:System.Drawing /resource:sample.glade
> main.cs(57) error CS0117: `Gtk.Settings' does not contain a definition for 
> `Changed'
[...]
> Any ideas as to what should I do? Thanks in advance.

Remove an empty 'Settings.cs' file in that directory and rerun make.

-Gonzalo