[Mono-list] Re: latest gtk# svn not working when compiled with latest mono/gmcs
Rodrigo B. de Oliveira
Rodrigo B. de Oliveira" <rodrigobamboo@gmail.com
Sun, 27 Mar 2005 11:22:12 -0300
Hey,
I've just confirmed the same behavior on a fresh ubuntu system with
the latest svn sources:
** ERROR **: file marshal.c: line 6151
(mono_marshal_get_managed_wrapper): should not be reached
aborting...
Any ideas?
Rodrigo
On Fri, 25 Mar 2005 21:03:52 -0300, Rodrigo B. de Oliveira
<rodrigobamboo@gmail.com> wrote:
> Hi,
>
> I'm running a SuSE 9.2 x86 box with the latest mono/mcs/gtk-sharp svn sources.
>
> Can anyone please confirm that the following application works/does
> not work in your system when compiled with gcms?
>
> using System;
> using Gtk;
>
> public class App {
> public static void Main(string[] args) {
> Application.Init();
> Window w = new Window("Test");
> w.DeleteEvent += delegate(object sender, DeleteEventArgs args) {
> Application.Quit();
> };
> w.ShowAll();
> Application.Run();
> }
> }
>
> The problem seems to be related to the referenced corlib version. mcs
> will add a reference to 1.0.5000, boo and gmcs will add a reference to
> 2.0.3600.
>
> Thanks in advance,
> --
> bamboo
> http://blogs.codehaus.org/people/bamboo/
> Got objects? http://www.db4o.com/
>
--
bamboo
http://blogs.codehaus.org/people/bamboo/
Got objects? http://www.db4o.com/