The new NDK (native development kit) for Android came out recently, plus other recent GCC changes got me motivated to update my C++ toolchain for Android. Now most of the hacks (not all) that I used to have to do are all gone. I don't have to hunt through the huge SDK for obscure header files, and I can build G++ 4.5.x from svn on the NDK with full Bionic support, bionic being the hardware aware C library for Android. Full details here: http://wiki.gnashdev.org/Building_for_Android.
Also as of revno #12031, Gnash has a new --with-android-ndk= option to point to the root of the Android NDK. I'm currently building Gnash using this: ../trunk/configure --enable-gui=sdl --build=i686-pc-linux-gnu --host=arm-linux-eabi --prefix=/usr/local/android-arm --enable-media=none --with-top-level=/usr/local/android-arm/sysroot/usr --disable-jemalloc --with-android=/opt/android-ndk-r3/build/platforms/android-5/arch-arm - rob - _______________________________________________ Gnash-dev mailing list Gnash-dev@gnu.org http://lists.gnu.org/mailman/listinfo/gnash-dev