monodevelop on osx - was: [Mono-list] SIGILL in I18N on OSX
Attila Balogh
d0lphin@mail.edu-net.hu
Wed, 24 Mar 2004 06:00:01 +0100
Erik Dasque wrote:
> Hmmm,
>
> Yes, I think I had this problem at some point. Set LD_LIBRARY_PATH
> since you're talking about .so libraries here. Renaming them to dylib
> won't help, they're not dylibs. So set LD_LIBRARY_PATH the same way
> you set DYLD_LIBRARY_PATH. Let me know if that fixes it.
>
> Erik
>
> At 08:14 PM 3/23/2004, Attila Balogh wrote:
>
>> 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
>> _______________________________________________
>> Mono-list maillist - Mono-list@lists.ximian.com
>> http://lists.ximian.com/mailman/listinfo/mono-list
>
>
tried it, didn't work, exactly the same message.
Attila