[MonoDevelop] gtk-sharp not in GAC error on compiling MD from svn

Frogface declan at frogface.org
Fri Sep 7 07:44:05 EDT 2007


Hi folks,

Got past my problem with the 1.0 vs 2.0 conflict of the Cairo libraries by 
going in and editing the Makefile of the 
Extras/MonoDevelop.SourceEditor/MonoDevelop.SourceEditor.Gui - changing the 
1.0 reference to Cairo to a 2.0 reference. I have also pulled down and built 
gnome-sharp from svn but now I get the error:

***********************************************************************
** (./MonoDevelop.exe:26619): WARNING **: Could not load file or 
assembly 'gnome-sharp, Version=2.16.0.0, Culture=neutral, 
PublicKeyToken=35e10195dab3c99f' or one of its dependencies.

** (./MonoDevelop.exe:26619): WARNING **: Missing method get_UI in 
assembly /usr/local/lib/monodevelop/bin/MonoDevelop.Ide.dll, type 
Gnome.Modules
System.IO.FileNotFoundException: Could not load file or assembly 'gnome-sharp, 
Version=2.16.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f' or one of 
its dependencies.
File name: 'gnome-sharp, Version=2.16.0.0, Culture=neutral, 
PublicKeyToken=35e10195dab3c99f'
  at MonoDevelop.Startup.SharpDevelopMain.Main (System.String[] args) 
[0x00000] 
MonoDevelop failed to start. Some of the assemblies required to run 
MonoDevelop (for example gtk-sharp, gnome-sharp or gtkhtml-sharp) may not be 
properly installed in the GAC.
***********************************************************************

Please note that in when I run 'pkg-config --list-all' it says I have the 
following installed:

---------------------------------------------------------------------------------------------
gnome-screensaver           gnome-screensaver - gnome screensaver
gnome-system-tools          gst - Gnome System Tools
gnome-vfs-sharp-2.0         GnomeVfs - GnomeVfs
gnome-mime-data-2.0         gnome-mime-data - Base set of file types and 
applications for GNOME
gnome-mount                 gnome-mount - GNOME mount wrapper
libgnomeui-2.0              libgnomeui - libgnomeui
libgnome-2.0                libgnome - libgnome
gnome-python-extras-2.0     GNOME-python - Python bindings for GNOME libraries
gnome-doc-utils             gnome-doc-utils - GNOME Documentation Utilities
gnome-icon-theme            gnome-icon-theme - A collection of icons used as 
the basis for GNOME themes
gnome-keyring-1             gnome-keyring - The GNOME keyring libraries
gnome-vfs-2.0               gnome-vfs - The GNOME virtual file-system 
libraries
libgnomecanvas-2.0          libgnomecanvas-2.0 - libgnomecanvas
gnome-vfs-module-2.0        gnome-vfs-module - The GNOME virtual file-system 
module include info
gnome-desktop-2.0           gnome-desktop-2.0 - Utility library for 
loading .desktop files
gnome-sharp-2.0             Gnome - Gnome

-----------------------------------------------------------------------------------------------

When I run 'gacutil -l' it says have 'gnome-vfs-sharp, Version=2.16.0.0, 
Culture=neutral, PublicKeyToken=35e10195dab3c99f' installed.

I can't find any gnome-sharp.dll under any of my source or build or library 
directories. What do I do?

Regards,
Declan


More information about the Monodevelop-list mailing list