[Gtk-sharp-list] A problem with a new installation

Juan González juan@aga-system.com
Tue, 9 Mar 2004 19:16:04 +0100


Hi list, i'm new to gtk-sharp and mono in general, and i have downloaded mono-0.30.2 and gtk-sharp 0.17. 
I have successfully installed mono on my system (Slackware 9,1,  with the released versions of gnome 2.4 and gtk 2.0, and 2.4.25 refined), and after that I uncompressed gtk-sharp and ./configure'd it with the following output:

(This is only the end)

Configuration summary

   * Installation prefix = /usr/local

   Optional assemblies included in the build:

      * gnome-sharp.dll: no
      * glade-sharp.dll: yes
      * gda-sharp.dll: no
      * gnomedb-sharp.dll: no
      * rsvg-sharp.dll: no
      * gtkhtml-sharp.dll: no
      * vte-sharp.dll: no

After that I did a make and it went fine, but when I came to run make install, it aborts the installation with this error message:

mcs PropertyEditor.cs PropertyEditorBool.cs PropertyEditorColorPicker.cs PropertyEditorEnum.cs PropertyEditorEntry.cs PropertyEditorFileEntry.cs PropertyEditorOptionMenu.cs PropertyEditorRadioButton.cs PropertyEditorSpinButton.cs PropertyEditorToggleButton.cs EditorShell.cs  -L ../../glib -L ../../pango -L ../../atk -L ../../gdk -L ../../gtk -L ../../art -L ../../gnome -L ../GConf -L ../../glade /r:glib-sharp.dll /r:pango-sharp.dll /r:atk-sharp.dll /r:gdk-sharp.dll /r:gtk-sharp.dll /r:art-sharp.dll /r:gnome-sharp.dll /r:glade-sharp.dll /r:gconf-sharp.dll /r:System.Drawing /target:library /out:gconf-sharp-peditors.dll
error CS0006: Cannot find assembly `gnome-sharp.dll'
Log:

Compilation failed: 1 error(s), 0 warnings
make[2]: *** [gconf-sharp-peditors.dll] Error 1
make[2]: Leaving directory `/home/opsi/Downloads/Mono/gtk-sharp-0.17/gconf/GConf                                                             .PropertyEditors'
make[1]: *** [install] Error 1
make[1]: Leaving directory `/home/opsi/Downloads/Mono/gtk-sharp-0.17/gconf'
make: *** [install-binding] Error 1

Thanks in advance.