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

Circular Buffer Issues (all builds and NDK versions)

Open seanh1986 opened this issue 5 years ago • 0 comments

I have been experimenting with different boost build versions and different android NDK versions to try and get boost::circular_buffer to work properly without much luck.

I have experimented with building my own, but have also experimented with using the prebuilt releases (e.g., https://github.com/dec1/Boost-for-Android/releases).

In each case, I am getting situations similar to this: image

I have experimented with various different built configurations but my current setup is the following.

CMake: 3.14.4 Android NDK: 19c Android Gradle Plugin version: 3.4.1 Gradle version: 5.1.1 C++ compiler: Clang C++ version: 14 (also tried 17) OS: Windows

Note that I can import boost::circular_buffer and use various different methods but some of the boost classes themselves seem to me missing imports

Any help is greatly appreciated!

seanh1986 avatar May 30 '19 19:05 seanh1986