On Thu, 2017-10-19 at 16:58 +0000, Adel Boutros wrote: > Hello Alan and Andrew, > > > Indeed, in the attached log, I am just showing you the latest failure > I had which is a unit test failing. As for the previous errors, I was > able to fix them by adding "-pthread" and "-DBUILD_RUBY=NO" to my > build script.
Ok I can see you already did what I suggested (not a patch) and set CMAKE_C_FLAGS="-m64 -D_REENTRANT". [I guess that these flags are default for the system compiler.] BTW You shouldn't need to set --std=c++11 in the CXX flags anymore as the build should detect and do that itself now. Andrew --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
