gcc - how to compile boost_thread for android NDK? -
i have neeed create threads , preferring use boost threads! firstly possible android-ndk ? if so, started include boost_thread sources in project. referred stackoverflow posts found need define these boost_thread_build_lib, boost_regex_no_lib defining these prevented me getting link error asking "libboost_thread_*.lib"
however asking "libboost_data_time_*.lib" should define ? , else need source compiled in project. know can't use boost.build won't suit need (compiler varies).
you can define boost_all_no_lib turn on boost_*_no_lib options.
Comments
Post a Comment