There is a bug at bugs.gentoo about a compilation error with CGG-9.2. It seems there is a missing include file?
/var/tmp/portage/dev-util/edb-debugger-1.0.0-r2/work/edb-debugger-1.0.0/src/ByteShiftArray.cpp:83:15: error: ‘INT_MAX’ was not declared in this scope
83 | Q_ASSERT(i < INT_MAX);
| ^~~~~~~
/var/tmp/portage/dev-util/edb-debugger-1.0.0-r2/work/edb-debugger-1.0.0/src/ByteShiftArray.cpp:20:1: note: ‘INT_MAX’ is defined in header ‘<climits>’; did you forget to ‘#include <climits>’?
There is a bug at bugs.gentoo about a compilation error with CGG-9.2. It seems there is a missing include file?
(https://bugs.gentoo.org/701112)