When I try to build the table plugin in Arch linux, i get the following error:
../../redist.c:76:17: error: ‘struct avl_node’ has no member named ‘right’
76 | p->more = (ran->right ? YES : NO);
| ^~
../../redist.c: In function ‘redist_rm_overlapping’:
I don't quite get why it shouldn't have that member, since CFLAGS += -DAVL_5XLINKED is set in Common.mk
When I try to build the table plugin in Arch linux, i get the following error:
I don't quite get why it shouldn't have that member, since
CFLAGS += -DAVL_5XLINKED
is set in Common.mk