On Fri, Jan 13, 2017 at 8:06 AM, Martin Jansa <[email protected]> wrote: > Fails to build here with: > > rapidjson/1.0.2-r0/git/test/unittest/unittest.h > <https://anaconda.lgsvl.com/jenkins/job/webos-pro-jansa-master-test-dependencies-qemux86/ws/build/BUILD/work/qemux86-webos-linux/rapidjson/1.0.2-r0/git/test/unittest/unittest.h>>:92:83: > error: throw will always call terminate() [-Werror=terminate] > | #define RAPIDJSON_ASSERT(x) if (!(x)) throw > AssertException(RAPIDJSON_STRINGIFY(x)) > | >
It looks like the unit tests somehow got enabled in your build, perhaps because gtest sources were found on host? I'll send a v3 which disables unit tests explicitly to make that deterministic. -- _______________________________________________ Openembedded-devel mailing list [email protected] http://lists.openembedded.org/mailman/listinfo/openembedded-devel
