Re: monodevelop on osx - was: [Mono-list] SIGILL in I18N on OSX

2004-03-24 Thread Urs C Muff
This is due the the config file issue, I sent a patch to the dev list, 
but nobody replied to review it yet!

- Urs

On Mar 23, 2004, at 10:00 PM, Attila Balogh wrote:

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: 0x0 call   in Gnome.Modules::get_UI ()
#2: 0xa 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  -  [EMAIL PROTECTED]
http://lists.ximian.com/mailman/listinfo/mono-list


tried it, didn't work, exactly the same message.
Attila
___
Mono-list maillist  -  [EMAIL PROTECTED]
http://lists.ximian.com/mailman/listinfo/mono-list
___
Mono-list maillist  -  [EMAIL PROTECTED]
http://lists.ximian.com/mailman/listinfo/mono-list


Re: monodevelop on osx - was: [Mono-list] SIGILL in I18N on OSX

2004-03-24 Thread Urs C Muff
did you install mono from fink?

if so, you have to add /sw/lib to DYLD_LIBRARY_PATH instead of 
/usr/local/lib

On Mar 23, 2004, at 10:00 PM, Attila Balogh wrote:

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: 0x0 call   in Gnome.Modules::get_UI ()
#2: 0xa 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  -  [EMAIL PROTECTED]
http://lists.ximian.com/mailman/listinfo/mono-list


tried it, didn't work, exactly the same message.
Attila
___
Mono-list maillist  -  [EMAIL PROTECTED]
http://lists.ximian.com/mailman/listinfo/mono-list
___
Mono-list maillist  -  [EMAIL PROTECTED]
http://lists.ximian.com/mailman/listinfo/mono-list


Re: monodevelop on osx - was: [Mono-list] SIGILL in I18N on OSX

2004-03-24 Thread Attila Balogh
Urs C Muff wrote:

did you install mono from fink?

if so, you have to add /sw/lib to DYLD_LIBRARY_PATH instead of 
/usr/local/lib

On Mar 23, 2004, at 10:00 PM, Attila Balogh wrote:
Yes, and i added /sw/lib in the first place.
Could i check the patch you created?
Regards

Attila
___
Mono-list maillist  -  [EMAIL PROTECTED]
http://lists.ximian.com/mailman/listinfo/mono-list


monodevelop on osx - was: [Mono-list] SIGILL in I18N on OSX

2004-03-23 Thread Attila Balogh
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: 0x0 call   in Gnome.Modules::get_UI ()
#2: 0xa 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  -  [EMAIL PROTECTED]
http://lists.ximian.com/mailman/listinfo/mono-list


Re: monodevelop on osx - was: [Mono-list] SIGILL in I18N on OSX

2004-03-23 Thread Brice Carpentier
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: 0x0 call   in Gnome.Modules::get_UI ()
#2: 0xa 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
I did get the same error, though I'm not on osx.
The problem was with my distribution.
The package was incorrect, and some gnome schemas were missing, etc.
Maybe it's the same on osx.
Just my 2ยข

--
Brice Carpentier aka Br|ce
___
Mono-list maillist  -  [EMAIL PROTECTED]
http://lists.ximian.com/mailman/listinfo/mono-list


Re: monodevelop on osx - was: [Mono-list] SIGILL in I18N on OSX

2004-03-23 Thread Attila Balogh
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: 0x0 call   in Gnome.Modules::get_UI ()
#2: 0xa 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  -  [EMAIL PROTECTED]
http://lists.ximian.com/mailman/listinfo/mono-list


tried it, didn't work, exactly the same message.
Attila
___
Mono-list maillist  -  [EMAIL PROTECTED]
http://lists.ximian.com/mailman/listinfo/mono-list