-
Notifications
You must be signed in to change notification settings - Fork 3
Home
Ariel Malka edited this page May 28, 2015
·
15 revisions
Topics
Reference
- Getting Started on Unix Variants
- Cinder & the Boost Libraries
- MysticTreeGames / Boost-for-Android
- Using Boost Build with Emscripten
- Initial post on emscripten-discuss
Notes
- The patches applied to 1.53 and 1.55 are from the Boost-for-Android repository.
- However, the following defines are not declared:
-
_REENTRANTand_GLIBCXX__PTHREADS: it is apparently enough to declare them upfront (i.e. when building.) -
BOOST_ASIO_DISABLE_STD_ATOMIC: the issue should be solved when building using NDK r10e, GCC 4.9 and android-16.
-
- TODO: verify further (e.g. via issue 42735.)
- However, the following defines are not declared:
- The patches (pre)applied to 1.58 are from Crystax.
- TODO: test further.