[Mono-dev] Question about issue building basic.exe and mscorlib paths

2014-03-02 Thread Alex J Lennon
Hi, I'm updating a recipe for Yocto/Openembedded layer, meta-mono, which cross-compiles Mono 3.2.8 for embedded Linux targets. I am using an Ubuntu 12.04 LTS host for build and previously this has worked well with the default mono support available in precise, version 2.10 I think. (NB the

Re: [Mono-dev] Question about issue building basic.exe and mscorlib paths

2014-03-02 Thread Zoltan Varga
Hi, mono requires an existing mono installation to work, and will only fall back to monolite if it is missing. If you want it to use monolite, then remove the existing mono installation from the PATH. Zoltan On Sun, Mar 2, 2014 at 8:24 AM, Alex J Lennon

[Mono-dev] Microsoft search for developers to create cross-platform opensource gaming-framework

2014-03-02 Thread theUser BL
Based on this job-presentation https://careers.microsoft.com/jobdetails.aspx?jid=137128pp=VR ( here a screenshot: of it http://www.wpcentral.com/sites/wpcentral.com/files/field/image/2014/03/Job_descrip.JPG?itok=wh_tTec2 ) some news sides like

[Mono-dev] Library path bug in Makefile?

2014-03-02 Thread Edward Ned Harvey (mono)
I had a problem, and I figured it out, thanks to this page: http://www.cc.dtu.dk/?page_id=304 I have a system with mono built as follows: ./configure --prefix=/usr/local/mono-3.2.8 make echo echo Done echo followed by sudo make install echo echo Ok Ok Ok echo I would expect,

Re: [Mono-dev] StackOverflow in System.Array.Clear

2014-03-02 Thread Juan Cristóbal Olivares
Hey lambdalice: I just tried your example with a current version from git (ff9d20) and it works perfectly :) Try it and let us know if it's solved for you too. Regards, On Sun, Feb 9, 2014 at 11:43 AM, lambdalice marisac...@gmail.com wrote: Thanks Nikita, I've just done it:

Re: [Mono-dev] Access violation

2014-03-02 Thread Juan Cristóbal Olivares
Can you provide a small test? On Wed, Feb 26, 2014 at 2:23 PM, Elmar Haneke el...@haneke.de wrote: Hi all, In my application I do get an strange access violation error from an native-code DLL I'm calling. The same code does work with mono 3.0.x The Error does happen with precompiled