id summary reporter owner description type status milestone component version severity resolution keywords cc 8552 Error compiling libboost_thread for android Radke Daniel James "'''System configuration''': Ubuntu 12.04, android-ndk-r8e, Android 4.0.3 level 15 on device, gcc android4.6 (but this also applies to Windows 7 with minGw) '''Setup''': Most parts of boost build as expected, after invoking {{{ ./bootstrap.sh --with-libraries=thread,signals,serialization,test,regex,system,date_time,exception,filesystem,math ./bjam --without-python --without-serialization toolset=gcc-android4.6 link=static runtime-link=static target-os=linux --stagedir=android --prefix=$MYDIR install }}} '''Expected behaviour''': After this compilation there should be a libboost_thread.a binary in the specified prefix. '''Observed behaviour''': When compiling, the gcc fails with {{{ ./boost/functional/hash/extensions.hpp:257:34: error: no matching function for call to 'hash_value(wchar_t const&' }}} '''Comment''': I will attach the whole log of a compile {{{--with-thread}}} to this report, as well as my user-config.jam. " Bugs closed Boost 1.63.0 hash Boost 1.53.0 Problem fixed