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

Rodrigo B. de Oliveira rodrigobamboo at gmail.com
Sun Mar 27 11:07:25 EST 2005


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/
>



More information about the Mono-devel-list mailing list