Re: Android NDK - libobjc2

2013-03-12 Thread Emmanuel Maillard
Hi, Using an explicit cast to pthread_mutex_t in INIT_LOCK is the fix i used, to solve the error while cross-compiling for Android. Cheers Emmanuel Le 11 mars 2013 à 09:06, David Chisnall a écrit : > Hi Ivan, > > First, one caveat: ARM exceptions are still broken with LLVM, so should be > c

Re: gnustep-base cross compile for Android

2013-03-12 Thread Emmanuel Maillard
Hello Ivan, There is the script and patches i use to cross compile libobjc2, gnustep-make-2.6.2, gnustep-base-1.24.0 with libxml2 and libffi on Mac OS X. (You need to install autoconf and automake on Mac OS before running script.) I will review all patches for gnustep with current SVN code and