Re: [Mono-dev] /mono/mini/main.c build error: depends on HAVE_SGEN_GC define, making it impossible to compile for sgen

2013-05-23 Thread Jeremy Bell
These: export SYSROOT=$NDK/platforms/android-14/arch-arm export PATH=$NDK_STANDALONE/bin:$PATH export CC=arm-linux-androideabi-gcc export CXX=arm-linux-androideabi-g++ export AR=arm-linux-androideabi-ar export AS=arm-linux-androideabi-as export CPP=arm-linux-androideabi-cpp export LD=arm-linux-andr

Re: [Mono-dev] /mono/mini/main.c build error: depends on HAVE_SGEN_GC define, making it impossible to compile for sgen

2013-05-23 Thread Zoltan Varga
Hi, buildver.h is always built unless some configure flag disables it. What configure arguments are you using ? Zoltan On Thu, May 23, 2013 at 5:01 PM, Jeremy Bell wrote: > At some point between branch mono-2-10-9 and branch master, a change was > made to /mono/mini/main.c: > > bra

Re: [Mono-dev] /mono/mini/main.c build error: depends on HAVE_SGEN_GC define, making it impossible to compile for sgen

2013-05-23 Thread Jeremy Bell
Thanks! I assumed I was moving to mono 3 by moving to the master branch on git (I'm building from git). Is this not correct? Or am I missing some configuration step? This issue is actually in the master branch (the mono-2-10-9 branch builds just fine), which I assume is where the latest development

Re: [Mono-dev] /mono/mini/main.c build error: depends on HAVE_SGEN_GC define, making it impossible to compile for sgen

2013-05-23 Thread Rodrigo Kumpera
mini.c should not have this. All files in mini should no longer depends on either defines. But please move to mono 3.0 as 2.10 is not longer been actively maintained. On Thu, May 23, 2013 at 11:01 AM, Jeremy Bell wrote: > At some point between branch mono-2-10-9 and branch master, a change was

[Mono-dev] /mono/mini/main.c build error: depends on HAVE_SGEN_GC define, making it impossible to compile for sgen

2013-05-23 Thread Jeremy Bell
At some point between branch mono-2-10-9 and branch master, a change was made to /mono/mini/main.c: branch mono-2-10-9: main.c: #include #include "mini.h" #ifndef HOST_WIN32 #include "buildver.h" #endif branch master: #include #include "mini.h" #ifndef HOST_WIN32 #ifdef HAVE_SGEN_GC #include

[Mono-dev] Fwd: Re: Mono on Solaris

2013-05-23 Thread Burkhard Linke
Forgot the CC to the list Original Message Subject:Re: [Mono-dev] Mono on Solaris Date: Thu, 23 May 2013 15:16:46 +0200 From: Burkhard Linke To: Matt Clay Hi, On 05/21/2013 07:56 PM, Matt Clay wrote: Hi, Does anyone still maintain support for Mono on

Re: [Mono-dev] Mono on Solaris

2013-05-23 Thread Colin MacKenzie
Hi Matt, I just tried 2 months ago to get it compiled on Solaris 10. I had a very difficult time even though I am pretty used to compiling my own packages. Testing new builds on Sol10 just doesn't seem a priority and I had to deal with mutually exclusive builds, a lot of out of date info on the