Boost-for-Android
Boost-for-Android copied to clipboard
Does not compile with ndk8b
With the latest version of the ndk, the script does not yet work. The standard compiler was changed to be 4.6 - the script does not yet take that into account.
I will do the as soon as possible.
You need to update the script build-android.sh like this:
8)
- CXXPATH=$AndroidNDKRoot/toolchains/arm-linux-androideabi-4.4.3/prebuilt/$Platfrom/bin/arm-linux-androideabi-g++
+ CXXPATH=$AndroidNDKRoot/toolchains/arm-linux-androideabi-4.6/prebuilt/$Platfrom/bin/arm-linux-androideabi-g++
CXXFLAGS="-I$AndroidNDKRoot/platforms/android-9/arch-arm/usr/include \
- -I$AndroidNDKRoot/sources/cxx-stl/gnu-libstdc++/include \
- -I$AndroidNDKRoot/sources/cxx-stl/gnu-libstdc++/libs/armeabi/include"
+ -I$AndroidNDKRoot/sources/cxx-stl/gnu-libstdc++/4.6/include \
+ -I$AndroidNDKRoot/sources/cxx-stl/gnu-libstdc++/4.6/libs/armeabi/include"
I will have a look at the change-set as soon as possible. Thx for the work!!
Cheers, Moss
On Tue, Oct 23, 2012 at 2:24 AM, tsug [email protected] wrote:
You need to update the script build-android.sh like this:
8)
CXXPATH=$AndroidNDKRoot/toolchains/arm-linux-androideabi-4.4.3/prebuilt/$Platfrom/bin/arm-linux-androideabi-g++CXXPATH=$AndroidNDKRoot/toolchains/arm-linux-androideabi-4.6/prebuilt/$Platfrom/bin/arm-linux-androideabi-g++ CXXFLAGS="-I$AndroidNDKRoot/platforms/android-9/arch-arm/usr/include - -I$AndroidNDKRoot/sources/cxx-stl/gnu-libstdc++/include - -I$AndroidNDKRoot/sources/cxx-stl/gnu-libstdc++/libs/armeabi/include"-I$AndroidNDKRoot/sources/cxx-stl/gnu-libstdc++/4.6/include \-I$AndroidNDKRoot/sources/cxx-stl/gnu-libstdc++/4.6/libs/armeabi/include"— Reply to this email directly or view it on GitHubhttps://github.com/MysticTreeGames/Boost-for-Android/issues/13#issuecomment-9685877.
Moritz Wundke www.MysticTreeGames.com www.DarkCultureGames.com http://www.darkculturegames.com/
No worries, thank you for the harder work :)
Confimed, the modification by tsug fixes building on ndk-8b, please apply :-)
Ok nice to here it :D. Ill integrate the changes in the main branch as soon as possible. Again thx :D
Cheers, Moss
On Wed, Oct 24, 2012 at 1:58 PM, Christian Beier [email protected]:
Confimed, the modification by tsug fixes building on ndk-8b, please apply :-)
— Reply to this email directly or view it on GitHubhttps://github.com/MysticTreeGames/Boost-for-Android/issues/13#issuecomment-9736643.
Moritz Wundke www.MysticTreeGames.com www.DarkCultureGames.com http://www.darkculturegames.com/
I fixed it in Pull Request/Issue #15.
Cool, I'll check it once I'm at home :D
On Mon, Nov 12, 2012 at 12:14 PM, LCID Fire [email protected]:
I fixed it in Issue 15.
— Reply to this email directly or view it on GitHubhttps://github.com/MysticTreeGames/Boost-for-Android/issues/13#issuecomment-10283833.
Moritz Wundke www.MysticTreeGames.com www.DarkCultureGames.com http://www.darkculturegames.com/