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

Joshua Kugler joshua.kugler at uaf.edu
Mon Feb 20 18:46:14 EST 2006


I do that those lines in my .bashrc.  And they are being read:

Output from set|grep PATH:

LD_LIBRARY_PATH=/home/joshua/mono-1.1.13.2/lib:/home/joshua/mono-1.1.13.2/lib:
MANPATH=/home/joshua/mono-1.1.13.2/share/man:/home/joshua/mono-1.1.13.2/share/man:
PATH=/home/joshua/mono-1.1.13.2/bin:/home/joshua/mono-1.1.13.2/bin:/usr/bin:/bin:/usr/bin:/usr/local/bin:/usr/X11R6/bin/:/usr/games:/home/joshua/bin
PKG_CONFIG_PATH=/home/joshua/mono-1.1.13.2/lib/pkgconfig:/home/joshua/mono-1.1.13.2/lib/pkgconfig:

So, they are being read, and I can run other mono apps, just not mono develop.

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

On Monday 20 February 2006 14:37, Jonel Rienton wrote:
> 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/



More information about the Mono-devel-list mailing list