Re: [Mono-dev] Mono cross compile

2008-02-18 Thread Tim Cussins
Hi Webmaster When cross-compiling for ARM, I ran into issues with missing symbols at link-time (GC_local_xxx). If you also get this for ppc, try configuring mono with --with-tls=pthread Tim Bill F wrote: 2008/2/18 WebMaster [EMAIL PROTECTED]: I'm trying to cross compile mono for powerpc,

Re: [Mono-dev] Mono 1.2.6 on Maemo OS2008 help

2008-02-01 Thread Tim Cussins
Hi Jae, On Fri, 1 Feb 2008 08:54:06 -0600, Jae Stutzman [EMAIL PROTECTED] said: I saw in some of the logs that this is currently being worked on by a few folks. Does anyone know the status of this? I'm thinking I may have to build it myself, but I'd rather not :) The guy you're after is

[Mono-dev] [ARM] [WINFORMS] mono jit error

2008-01-22 Thread Tim Cussins
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

[Mono-dev] anonsvn issues?

2008-01-16 Thread Tim Cussins
Hi all, I'm having some trouble updating my mono checkout. It looks like /tmp is full (on the server)... $ svn co svn://anonsvn.mono-project.com/source/trunk/mono/ svn: Can't find a temporary directory Cheers, Tim ___ Mono-devel-list mailing

[Mono-dev] [ARM] Argument corruption problem

2008-01-15 Thread Tim Cussins
Hi all! I'm having a pretty strange issue running mono on armel, hopefully someone can steer me in the right direction. I've been looking at building mono for the Nokia N800, hopefully so we can get a System.Windows.Forms based app up and running. Using the latest releases (mono-1.2.6

Re: [Mono-dev] [ARM] Argument corruption problem

2008-01-15 Thread Tim Cussins
On Tue, 15 Jan 2008 21:04:02 +0100, Zoltan Varga [EMAIL PROTECTED] said: Hey, This is now fixed in SVN: http://lists.ximian.com/pipermail/mono-patches/2008-January/107821.html Awesome - I'll give it burl first thing tomorrow. Cheers, Tim ___