[Mono-dev] Is anyone using mono develop in 1.1.13.2?

Jonel Rienton jonel at rientongroup.com
Mon Feb 20 18:37:41 EST 2006


I figured you prolly used the mono installer from Mono's website? If yes, it
appends

export PATH="/opt/mono-1.1.13/bin:/usr/java/home/bin:$PATH"

export PKG_CONFIG_PATH="/opt/mono-1.1.13/lib/pkgconfig:$PKG_CONFIG_PATH"

export MANPATH="/opt/mono-1.1.13/share/man:$MANPATH"

export LD_LIBRARY_PATH="/opt/mono-1.1.13/lib:$LD_LIBRARY_PATH"

In your ~/.bashrc if you're using bash, not sure how it does it  in other
shells. I've installed Mono in /opt/mono-1.1.13 thus the included PREFIX
/opt/mono-1.1.13. Have you source or dot(.) your ~/.bashrc prior to running
monodevelop?

-----Original Message-----
From: mono-devel-list-bounces at lists.ximian.com
[mailto:mono-devel-list-bounces at lists.ximian.com] On Behalf Of Joshua Kugler
Sent: Monday, February 20, 2006 4:46 PM
To: mono-devel-list at lists.ximian.com
Subject: [Mono-dev] Is anyone using mono develop in 1.1.13.2?

I've posted about this before, but have not gotten any reply.  Since the
Mono developers say they use their own tools, I'm not sure why this hasn't
been addresses.  Is anyone using the latest release of Monodevelop?  When I
try to run it, I get this error:

[joshua at otter ~]$ monodevelop
System.TypeInitializationException: An exception was thrown by the type
initializer for Gnome.ModuleInfo ---> System.DllNotFoundException: 
gnomesharpglue-2
in (wrapper managed-to-native)
Gnome.ModuleInfo:gnomesharp_gnome_moduleinfo_get_name_offset () in <0x00008>
Gnome.ModuleInfo:.cctor ()--- End of inner exception stack trace
---

in <0x00000> <unknown method>
in <0x00025> Gnome.Modules:get_UI ()
in <0x00440> MonoDevelop.Ide.Gui.IdeStartup:Run (System.String[] args) in
<0x00169> MonoDevelop.Core.AddIns.AddInService:StartApplication
(System.String addinId, System.String[] parameters)

This is on Linux using the installer from the download page.  I'd really
like to start playing around with Monodevelop, but can't run it.  These two
files
exist:

/home/joshua/mono-1.1.13.2/lib/libgnomesharpglue.so
/home/joshua/mono-1.1.13.2/lib/libgnomesharpglue-2.so

But for some reason aren't being found.

I even tried adding these lines to the config file:

<dllmap dll="gnomesharpglue-2.dll" 
target="/home/joshua/mono-1.1.13.2/lib/libgnomesharpglue-2.so"/>
<dllmap dll="gnomesharpglue.dll" 
target="/home/joshua/mono-1.1.13.2/lib/libgnomesharpglue.so"/>

And that didn't seem to help.  Any other ideas?

Thanks!

j----- k-----

-- 
Joshua Kugler                 PGP Key: http://pgp.mit.edu/
CDE System Administrator             ID 0xDB26D7CE
http://distance.uaf.edu/
_______________________________________________
Mono-devel-list mailing list
Mono-devel-list at lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-devel-list

--
No virus found in this incoming message.
Checked by AVG Free Edition.
Version: 7.1.375 / Virus Database: 267.15.11/264 - Release Date: 2/17/2006
 




More information about the Mono-devel-list mailing list