On my system, the backends-lib does not compile due to a missing include to stdint.h in Channel.h (required for uint64_t):
My system uses gcc version 15.2.1 (20250813). It may be setup incorrectly, such that the typedefs for uint64_t and similar are unknown. Still, I'd suggest to include stdint.h here instead of stdbool.h.
On my system, the backends-lib does not compile due to a missing include to
stdint.hinChannel.h(required foruint64_t):SoftwareEval-Backends/include/api/softwareEval-backends/Channel.h
Line 21 in 37f72ef
My system uses gcc version 15.2.1 (20250813). It may be setup incorrectly, such that the typedefs for
uint64_tand similar are unknown. Still, I'd suggest to includestdint.hhere instead ofstdbool.h.