|
From: Jun. T <tak...@kb...> - 2025-05-20 14:24:34
|
If configured without --enable-function-block, build fails as
internal.c:98:35: error: expression is not assignable
98 | evaluate_inside_functionblock = FALSE;
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^
Either add '#ifdef USE_FUNCTIONBLOCKS' to this line, or modify
datablock.h so that evaluate_inside_functionblock is always a variable.
|