24 Nov
2021
24 Nov
'21
9:01 a.m.
On Nov 24, 2021, at 5:21 AM, Thor Spruyt <thor.spruyt@telenet.be> wrote:
However, I now get the following error after running make:
src/main/modules.c: In function ?load_byserver?: src/main/modules.c:1387:3: error: ?subcs? undeclared (first use in this function) 1387 | subcs = cf_section_sub_find_name2(cs, "cache", "load"); | ^~~~~ src/main/modules.c:1387:3: note: each undeclared identifier is reported only once for each function it appears in make: *** [scripts/boiler.mk:644: build/objs/src/main/modules.lo] Error 1
Already fixed in commit b2860aecbb8 Alan DeKok.