Hi,

This is now fixed in SVN.

    Zoltan

2008/1/22 Tim Cussins <[EMAIL PROTECTED]>:
> Hi guys,
>
> I'm attempting to get mono (esp WinForms) running on the Nokia N800,
> which requires armel binaries. I've built mono and libgdiplus from
> anonsvn using r93462, and I'm building and running the following:
>
> using System;
> using System.Windows.Forms;
>
> class MessageBoxTestApp
> {
>     public static void Main()
>     {
>         Console.WriteLine( "MessageBoxTestApp can write to Console." );
>         MessageBox.Show( "MessageBoxTestApp can show a MessageBox." );
>     }
> }
>
> On the N800:
>
> Nokia-N800-50-2:~/bin# mono messagebox.exe
> MessageBoxTestApp can write to Console.
> mono[4094]: GLIB ERROR ** default - file mini-arm.c: line 1932
> (arm_patch): should not be reached
> aborting...
>
> The stacktrace is attached.
>
> I guess this is Zoltan's dept - let me know what help I can be in
> diagnosing this one.
>
> Cheers,
> Tim
>
> _______________________________________________
> Mono-devel-list mailing list
> Mono-devel-list@lists.ximian.com
> http://lists.ximian.com/mailman/listinfo/mono-devel-list
>
>
_______________________________________________
Mono-devel-list mailing list
Mono-devel-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-devel-list

Reply via email to