monodevelop on osx - was: [Mono-list] SIGILL in I18N on OSX
Attila Balogh
d0lphin@mail.edu-net.hu
Wed, 24 Mar 2004 02:14:22 +0100
hello, still on running monodevelop on osx.
> I get a gtksharpglue dll not found exception. Those are in
> /usr/local/lib/libgtksharpglue.so, ... (I even renamed them to .dylib,
> and I tried a entry in the config, no change).
at me the first problem is with libgnomeui.so
this is the exact message:
Unhandled Exception: System.DllNotFoundException: libgnomeui-2.so.0
#0: 0x00011 throw in Gnome.Modules::libgnomeui_module_info_get ()
#1: 0x00000 call in Gnome.Modules::get_UI ()
#2: 0x0000a call in MonoDevelop.SharpDevelopMain::Main ([O:0xa5f78] )
Rob suggested to export
DYLD_LIBRARY_PATH=$DYLD_LIBRARY_PATH:/usr/local/lib, it didn't help
either. (i edited /sw/etc/lib/mono/config, .so* -> .dylib already)
any ideas, Urs did you get further?
Attila