Compilation fails on certain ARM devices using GCC. This is due to an issue with rapidjson.
The fix is fairly easy, and is detailed at Tencent/rapidjson#517 (comment). You just need to change the default CMake flags to have it ignore the warnings.
Relevant log here
Compilation fails on certain ARM devices using GCC. This is due to an issue with rapidjson.
The fix is fairly easy, and is detailed at Tencent/rapidjson#517 (comment). You just need to change the default CMake flags to have it ignore the warnings.
Relevant log here