[MonoDevelop] Trouble starting MonoDevelop
Todd Berman
tberman@off.net
Mon, 20 Sep 2004 12:33:10 -0700
On Mon, 2004-09-20 at 14:50 -0400, Richard W Williams wrote:
> I am a new Linux user with the following configuration:
>
> Fedora Core 2 (2.6.8-1.521)
> Athlon 64 - 1.5GB memory
>
> I have recently installed Mono from the latest CVS source and I can
> successfully compile and run simple C# programs. I also installed
> MonoDevelop and friends, having used the SVN tutorial to acquire the
> source. However, when I try to start MonoDevelop, I get the following
> error:
>
I am not sure about this particular error, however be aware that using
mono from CVS HEAD is a very untested situation, something I personally
have no experience with yet.
Basically, at this point if it breaks, you get to keep both pieces.
>
> > [dickw@rwwamd64 dickw]$ monodevelop
> >
> > Unhandled Exception: System.DllNotFoundException: gnomesharpglue
> > in <0x000cf> (wrapper managed-to-native) Gnome.Program:gtksharp_gnome_program_init (string,string,Gnome.ModuleInfo&,int,string[],int,Gnome.Program/PropertyArg[])
> > in <0x00437> Gnome.Program:.ctor (string,string,Gnome.ModuleInfo,string[],object[])
> > in <0x005dc> MonoDevelop.SharpDevelopMain:Main (string[])
> >
> > [dickw@rwwamd64 dickw]$
>
I would turn on the dll loading debuging by doing:
export MONO_LOG_MASK="dll"
export MONO_LOG_LEVEL="debug"
and then run monodevelop.
See if that provides you with any more information.
> A search for 'gnomesharpglue' reveals the following:
>
> libgnomesharpglue.so in /usr/local/lib
> libgnomesharpglue.a in /usr/local/lib
> libgnomesharpglue.la in /usr/local/lib
>
> Any help will be greatly appreciated.
>
> Dick
>
> _______________________________________________
> Monodevelop-list mailing list
> Monodevelop-list@lists.ximian.com
> http://lists.ximian.com/mailman/listinfo/monodevelop-list