Please help!
I get a very similar error, please see below. Please take a look at the compiler switches and tool chain.
Android NDK = Pkg.Revision = 18.1.506304
scons --debug=presub platform=android target=debug verbose=true
I get the same error with:
scons --debug=presub platform=android target=debug android_stl=true verbose=true
scons: Reading SConscript files ...
Building for Android (armv7) (with NEON)
Using NDK unified headers
Checking for C header file mntent.h... (cached) yes
scons: done reading SConscript files.
scons: Building targets ...
[ 24%] Building thirdparty/bullet/BulletInverseDynamics/IDMath.android.debug.armv7.neon.o with action:
$CXX -o $TARGET -c $CXXFLAGS $CCFLAGS $_CCCOMCOM $SOURCES
/home/stewart/Android/Sdk/ndk-bundle/toolchains/llvm/prebuilt/linux-x8664/bin/clang++ -o thirdparty/bullet/BulletInverseDynamics/IDMath.android.debug.armv7.neon.o -c -frtti -std=gnu++14 -w -Werror=return-type -DZSTDSTATICLINKINGONLY -DDEBUGMEMORYALLOC -DSCINAMESPACE -O0 -DDEBUG -UNDEBUG -DDEBUGENABLED -DDEBUGMEMORYENABLED -g -fno-limit-debug-info -isystem /home/stewart/Android/Sdk/ndk-bundle/sysroot/usr/include -isystem /home/stewart/Android/Sdk/ndk-bundle/sysroot/usr/include/arm-linux-androideabi -DANDROID_API=18 -fpic -ffunction-sections -funwind-tables -fstack-protector-strong -fvisibility=hidden -fno-strict-aliasing -DNOSTATVFS -DGLESENABLED -DARMARCH7 -DARMARCH7A -march=armv7-a -mfloat-abi=softfp -mfpu=neon -DARM_NEON -target armv7-none-linux-androideabi -fno-integrated-as -gcc-toolchain /home/stewart/Android/Sdk/ndk-bundle/toolchains/arm-linux-androideabi-4.9/prebuilt/linux-x8664 -isystem /home/stewart/Android/Sdk/ndk-bundle/sources/cxx-stl/llvm-libc++/include -isystem /home/stewart/Android/Sdk/ndk-bundle/sources/cxx-stl/llvm-libc++abi/include -DANDROIDENABLED -DUNIXENABLED -DNOFCNTL -DMPCFIXEDPOINT -DPTRCALLENABLED -DGDSCRIPTENABLED -DMINIZIPENABLED -DXMLENABLED -DMODULEBULLET_ENABLED -Icore -Icore/math -Ieditor -Idrivers -I. -Iplatform/android -Ithirdparty/zstd -Ithirdparty/zstd/common -Ithirdparty/zlib -Ithirdparty/bullet thirdparty/bullet/BulletInverseDynamics/IDMath.cpp
In file included from thirdparty/bullet/BulletInverseDynamics/IDMath.cpp:3:
/home/stewart/Android/Sdk/ndk-bundle/sources/cxx-stl/llvm-libc++/include/cmath:313:9: error: no member named 'signbit' in the global namespace
using ::signbit;