Boost-for-Android
Boost-for-Android copied to clipboard
Android port of Boost C++ Libraries
GitHub actions has update the Android NDK version to 23.2. With the following command: ``` ./build-android.sh $ANDROID_NDK_HOME --arch=x86_64 --with-libraries=date_time,filesystem,system,regex,chrono,atomic,thread,random,program_options --boost=1.74.0 ``` I am getting the error: ``` Building boost version:...
Hi, I am trying to build NDK and I can't. I have a boost folder inside jni with libs and include. My Android.mk looks like this: ``` LOCAL_PATH := $(call...
I see the following error when building Boost 1.78.0 thought the build seems to finish. error: No best alternative for libs/context/build/asm_sources ------------------------------ Building boost version: 1.78.0 Detected Android NDK version...
When I compile it with NDK23, it shows follow messages: Building boost version: 1.76.0 Detected Android NDK version 23.0 Building with TOOLSET=clang CONFIG_VARIANT=ndk23 CXXPATH=/mnt/d/Android/Linux/android-ndk-r23-beta6/toolchains/llvm/prebuilt/linux-x86_64/bin/clang++ CFLAGS= CXXFLAGS= Performing boost bootstrap Could...
D:\Download\boost_android\Boost-for-Android-master>build-android.bat D:/Download/AndroidNDK/android-ndk-r18b MSYS found. Running ./build-android.sh expr: warning: unportable BRE: `^\\([^\\-].*\\)$': using `^' as the first character of the basic regular expression is not portable; it is being ignored To...
``#include "boost/locale.hpp" hello i build boost success but i build project faild .but i use filesystem good In function `utf8ToLocal(std::__ndk1::basic_string const&)': IRtekFileSDK.cpp:(.text+0x3d4): undefined reference to `boost::locale::util::get_system_locale(bool)' IRtekFileSDK.cpp:(.text+0x3dc): undefined reference to...
something like this would work ```CMAKE # this exports two variables, BOOST_INCLUDE, and BOOST_LIBRARY add_subdirectory(Boost-for-Android) include_directories(${BOOST_INCLUDE}) add_library(GLIS STATIC shm.cpp ashmem.cpp) # link with BOOST target_link_libraries(GLIS log freetype glm EGL GLESv3...
Here's my command: ``` ./build-android.sh ~/android-ndk-r20b/ --boost=1.68.0 --with-libraries=system,thread --arch=armeabi-v7a ``` Here's output: ``` To follow build in another terminal, please use: tail -F /home/haed/boost-for-android/Boost-for-Android/logs/myst-log-15584.log Building boost version: 1.68.0 Cleaning: boost_1_68_0...
HI: I have found that this project is only for "--boost=" boost_version "Boost version to be used, one of {1.78.0 1.76.0 1.74.0, 1.73.0, 1.71.0, 1.70.0, 1.69.0, 1.68.0, 1.67.0, 1.66.0, 1.65.1,...
https://stackoverflow.com/a/33418689/14085239 how to build-boost-without-version-number-suffixes