…/…/libraries/AP_Math/AP_Math.h:29:15: error: ‘enable_if’ in namespace ‘std’ does not name a template type
typename std::enable_if<std::is_integral<typename std::common_type<Arithmetic1, Arithmetic2>::type>::value ,bool>::type
I have recloned the repository, checked the environment (ubuntu 18.04) numerous times, tried ./waf distclean. Reran the install_prereqs_ubuntu.sh script, checking for any clues. I’m sure it’s my environment but I can’t find it.
64 bit ubuntu, I checked out 3.6.2 , ran git submodule update, waf distclean, waf copter. I have the correct gcc-arm-none-eabi compiler, env is set correctly. I’m totally stumped.
I started over with 3.6.0 and finally got a clean compile. I have no idea what happened, or if 3.6.2 will compile. I have tried to research the actual error but I don’t know enough about using templates in c++ to understand the problem.