Boost-for-Android icon indicating copy to clipboard operation
Boost-for-Android copied to clipboard

Android port of Boost C++ Libraries

Results 95 Boost-for-Android issues
Sort by recently updated
recently updated
newest added

Trying to build newest version with NDK r8e. Getting this error In file included from jni/boost/include/boost-1_53/boost/mpl/and.hpp:42:0, from jni/boost/include/boost-1_53/boost/regex/v4/regex_format.hpp:32, from jni/boost/include/boost-1_53/boost/regex/v4/regex.hpp:79, from jni/boost/include/boost-1_53/boost/regex.hpp:31, from jni/wahet.cpp:28: jni/boost/include/boost-1_53/boost/mpl/aux_/include_preprocessed.hpp:37:90: fatal error: boost/mpl/aux_/preprocessed/gcc/and.hpp: No such...

android source version: 4.1 throw many of errors: fatal error: cstddef: No such file or directory

I'm building on Windows and no matter how many hours I spend on this thing, I can't get it to build boost. It also looks for the toolchain in the...

See discussion on http://stackoverflow.com/questions/17953646/why-does-boostthread-specific-ptr-freezes-android-ndk-after-a-few-seconds. I reverted to 1.49 and it works just fine. Maybe something needs to be patched in boost?!?!? If I find the problem I'll fork and push...

I am trying to build it on windows7 64 bit with Cygwin installed and Android-ndk-r8, but getting the following error message. **CONSOLE** ``` admin@admin-PC /cygdrive/c/users/admin/Downloads/Boost-for-Android-master $ sh build-android.sh To follow...

Hi, i suppose that i cannot run the .so libraries compiled for linux x86 on the emulator, so i tried to compile on linux the libraries for x86 for Android...

Hi I tried enabling boost locale for android by changing line 72 in build-android.sh: LIBRARIES=--with-libraries=date_time,filesystem,program_options,regex,signals,system,thread,iostreams,locale bjam also tries to build this but: - iconv (libc) : no - iconv (separate)...

Hi there, I have been trying to install boost libraries for android on Mac OSX Lion (64-bit). I followed this link:- https://github.com/MysticTreeGames/Boost-for-Android/issues/27 and I come across the same issues. I...

(Only valid when @inetic's shared library solution is incorporated) Android does not support versioning in SONAMES (https://code.google.com/p/android/issues/detail?id=55868, https://groups.google.com/d/msg/android-ndk/_UhNpRJlA1k/hbryqzEgN94J) so it would be good if they somehow could be modified when...

Hi everyone! I'm trying to build Boost 1.53 with using NDK 8e I got an error: Building boost for android build-android.sh: line 309: ./bjam: No such file or directory build-android.sh:...