Seems like a regression introduced in 2.1.8 with this commit: a964322.
The error I'm getting:
src/segment-map.c:42:35: error: variable length array declaration not allowed at file scope
static _Atomic(mi_segmap_part_t*) mi_segment_map[MI_SEGMENT_MAP_MAX_PARTS]; // = { NULL, .. }
MI_SEGMENT_MAP_MAX_PARTS seems to be expanded to this:
((((4294967295U))/((8*((1<<(2))*(1024UL)-128))*((1UL<<(7+(13+(2)))))))+1)
LMK if you need more information.
Seems like a regression introduced in 2.1.8 with this commit: a964322.
The error I'm getting:
MI_SEGMENT_MAP_MAX_PARTSseems to be expanded to this:LMK if you need more information.