id summary reporter owner description type status milestone component version severity resolution keywords cc 8497 lexical_cast doesn't compile with Android NDK toolchain viktor.govako@… John Maddock "Trying to compile lexical_cast with the Android NDK r8d. #include #include #include int main() { uint64_t x = 1; std::string s = boost::lexical_cast(x); return 0; } Shows error in boost/detail/endian.hpp ""The file boost/detail/endian.hpp needs to be set up for your CPU type.""" Bugs closed Boost 1.54.0 config Boost 1.53.0 Problem fixed