Skip to content
Ariel Malka edited this page May 28, 2015 · 15 revisions

Topics

Reference

Notes

  • The patches applied to 1.53 and 1.55 are from the Boost-for-Android repository.
    • However, the following defines are not declared:
      • _REENTRANT and _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.)
  • The patches (pre)applied to 1.58 are from Crystax.
    • TODO: test further.

Clone this wiki locally