Re: [Mono-dev] Building mono with android ndk standalone toolchain (android ndk r8e)

2013-05-10 Thread Jonathan Pryor
On May 8, 2013, at 4:29 PM, Jeremy Bell bell.jer...@gmail.com wrote: So, it looks like HAVE_SGEN_GC is not defined, but should be? Have I missed a step somewhere? Yes, it should be. From the commit message you mention: The Android NDK/bionic is interesting, in that it's lacking header files

Re: [Mono-dev] Building mono with android ndk standalone toolchain (android ndk r8e)

2013-05-10 Thread Jeremy Bell
Thanks Jonathan. I was aware that Boehm was broken, and so I added --with-sgen=yes and --disable-boehm as noted (though it looks like the configure line in my email was missing the options - sorry for the confusion). I've also tried adding --with-gc=none instead of --disable-boehm, and in

[Mono-dev] Building mono with android ndk standalone toolchain (android ndk r8e)

2013-05-08 Thread Jeremy Bell
I'm attempting to build mono using the ndk standalone toolchain from the android ndk (version r8e), but I am unable to complete the build. I setup my standalone environment like so: export SYSROOT=/home/jeremybell/Desktop/android-ndk-r8e/platforms/android-14/arch-arm