I'm building ortools v9.0 release in cloud desktop which has RHEL6, I'm using GCC-12, make 4.3, cmake 3.24, swig 3.0. I'm able to compile third_party, but build is failing at python. Following is the error and I'm not sure what problem is - is there any missing dependencies ? - (I have not find any luck on google also by searching the error msg)
-------------------------
In file included from /local/home/user/Temp/new_workspace/build/Or-tools/Or-tools-9.0/build/private/src/dependencies/install/include/absl/base/macros.h:34,
from /local/home/user/Temp/new_workspace/build/Or-tools/Or-tools-9.0/build/private/src/dependencies/install/include/absl/algorithm/container.h:54,
from /local/home/user/Temp/new_workspace/build/Or-tools/Or-tools-9.0/build/private/src/dependencies/install/include/absl/container/flat_hash_map.h:38,
from ./ortools/graph/topologicalsorter.h:67,
from ./ortools/graph/topologicalsorter.cc:14:
/local/home/user/Temp/new_workspace/build/Or-tools/Or-tools-9.0/build/private/src/dependencies/install/include/absl/base/attributes.h:425:30: error: standard attributes in middle of decl-specifiers
425 | #define ABSL_MUST_USE_RESULT [[nodiscard]]
Thanks,
Vinay