Re: [CMake] Android NDK, clang, and ODR violations

2017-07-27 Thread Christopher Broadbent
On 28/07/2017 02:28, Dan Albert wrote: (in case threading doesn't work since I'm not a list member and can't reply to the original message: https://cmake.org/pipermail/cmake/2017-July/065886.html) I'm pretty sure -Wl,--detect-odr-violations is just giving you false positives. Note that the wa

[CMake] Android NDK, clang, and ODR violations

2017-07-26 Thread Christopher Broadbent
I'm in the progress of updating some code to clang in the NDK (since they are not longer supporting GCC), and getting some ODR errors which seem to be caused by a bad link configuration. The generated executables / shared libraries seem to link to both the selected standard library, and libstd