Re: [Mono-dev] Compiling with NaCl support

2011-02-18 Thread C.Rivlaldo
Hello! We want to port our 3d engine to NaCl. But we have tried to compie Mono on Linux, but still cannot compile it. Because we haven't good expirience at Linux. May be some kind person can give us compiled binaries of Mono? Thank you! -- View this message in context:

Re: [Mono-dev] Compiling with NaCl support

2011-02-15 Thread C.Rivlaldo
Hello! Because I don't want to create a new topic, I would like to ask here. Is it possible to compile Mono for NaCl at Windows with Cygwin? Of course with using nacl-gcc and etc. If it's possible, what shell I do, excerpter configuring with --enable-nacl option? -- View this message in

Re: [Mono-dev] Compiling with NaCl support

2010-08-18 Thread Miguel de Icaza
(The README says to use --enable-nacl and configure.in mentions --enabled-nacl-codegen, so I used both.) Although we do have that flag, I do not think that anyone outside of Google has ever tried it, or know how this fits with the rest of Native Client. I would love to get a sample file

Re: [Mono-dev] Compiling with NaCl support

2010-08-17 Thread Raja R Harinath
Hi, Kannan Goundan kan...@cakoose.com writes: I'm not too familiar with this stuff.  How do I cross compile Mono?  I tried adding --target=i386-unknown-linux to my ./autogen.sh invocation, but I got the same error as before. Well, we don't support JITing to a different architecture from the

Re: [Mono-dev] Compiling with NaCl support

2010-08-17 Thread Kannan Goundan
On Mon, Aug 16, 2010 at 23:44, Raja R Harinath harin...@hurrynot.org wrote: Kannan Goundan kan...@cakoose.com writes: I'm not too familiar with this stuff.  How do I cross compile Mono?  I tried adding --target=i386-unknown-linux to my ./autogen.sh invocation, but I got the same error as

Re: [Mono-dev] Compiling with NaCl support

2010-08-17 Thread Raja R Harinath
Hi, Kannan Goundan kan...@cakoose.com writes: On Mon, Aug 16, 2010 at 23:44, Raja R Harinath harin...@hurrynot.org wrote: Kannan Goundan kan...@cakoose.com writes: I'm not too familiar with this stuff.  How do I cross compile Mono?  I tried adding --target=i386-unknown-linux to my

[Mono-dev] Compiling with NaCl support

2010-08-16 Thread Kannan Goundan
I wanted to experiment a bit with Mono's NaCl support, but I can't get it to compile. Any hints? (The README says to use --enable-nacl and configure.in mentions --enabled-nacl-codegen, so I used both.) 1. I'm on Ubuntu 10.04, amd64. 2. I got Mono trunk from GitHub. 3. ./autogen.sh

Re: [Mono-dev] Compiling with NaCl support

2010-08-16 Thread Geoff Norton
NACL is only being developed on 32-bit x86 currently. -g On 2010-08-16, at 8:34 PM, Kannan Goundan wrote: I wanted to experiment a bit with Mono's NaCl support, but I can't get it to compile. Any hints? (The README says to use --enable-nacl and configure.in mentions

Re: [Mono-dev] Compiling with NaCl support

2010-08-16 Thread Kannan Goundan
Is there any way to use my 64-bit host machine to generate 32-bit NaCl modules? On Mon, Aug 16, 2010 at 17:39, Geoff Norton gnor...@novell.com wrote: NACL is only being developed on 32-bit x86 currently. -g On 2010-08-16, at 8:34 PM, Kannan Goundan wrote: I wanted to experiment a bit with

Re: [Mono-dev] Compiling with NaCl support

2010-08-16 Thread Geoff Norton
Cross compile mono for 32-bits? -g On 2010-08-16, at 9:02 PM, Kannan Goundan wrote: Is there any way to use my 64-bit host machine to generate 32-bit NaCl modules? On Mon, Aug 16, 2010 at 17:39, Geoff Norton gnor...@novell.com wrote: NACL is only being developed on 32-bit x86 currently.

Re: [Mono-dev] Compiling with NaCl support

2010-08-16 Thread Kannan Goundan
I'm not too familiar with this stuff. How do I cross compile Mono? I tried adding --target=i386-unknown-linux to my ./autogen.sh invocation, but I got the same error as before. Do I need to create a 32-bit VM (for example, using Virtual Box) and build Mono in the VM? On Mon, Aug 16, 2010 at

Re: [Mono-dev] Compiling with NaCl support

2010-08-16 Thread Zoltan Varga
Hi, Try ./configure i686-linux-gnu On Tue, Aug 17, 2010 at 3:52 AM, Kannan Goundan kan...@cakoose.com wrote: I'm not too familiar with this stuff. How do I cross compile Mono? I tried adding --target=i386-unknown-linux to my ./autogen.sh invocation, but I got the same error as before.

Re: [Mono-dev] Compiling with NaCl support

2010-08-16 Thread Zoltan Varga
Hi, Sorry that not right. I personally use a 32 bit chroot under 64 bit linux. Zoltan On Tue, Aug 17, 2010 at 7:06 AM, Zoltan Varga var...@gmail.com wrote: Hi, Try ./configure i686-linux-gnu On Tue, Aug 17, 2010 at 3:52 AM, Kannan Goundan