Closed yairchu closed 3 years ago
Both src_linear.c and src_zoh.c include config.h, and config.h includes stdbool.h if it is detected by cmake or configure: does your configure or cmake not detect presence of stdbool.h?
Hmm, after a git clean -fdx
it does work with either configure
and cmake
, so I'll close this.
Hi @yairchu , thanks for report anyway :smile:
@sezero , thanks for help.
Since 4ff9f4afdaa258 compilation failed due to "true" and "false" being undeclared:
(on macOS 11.4 on an M1 Macbook Pro)