[Mono-devel-list] latest gtk# svn not working when compiled with latest mono/gmcs

Zoltan Varga vargaz at gmail.com
Sun Mar 27 13:31:05 EST 2005


                                        Hi,

  This should be fixed in SVN. Sorry about that.

                    Zoltan

On Sun, 27 Mar 2005 13:07:25 -0300, Rodrigo B. de Oliveira
<rodrigobamboo at gmail.com> wrote:
> 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 at 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/
> >
> _______________________________________________
> Mono-devel-list mailing list
> Mono-devel-list at lists.ximian.com
> http://lists.ximian.com/mailman/listinfo/mono-devel-list
>



More information about the Mono-devel-list mailing list