bmx-routing / bmx7

BMX7 / SEMTOR Securely Entrusted Mesh Routing Protocol
GNU General Public License v2.0
63 stars 15 forks source link

table plugin build fail. #54

Closed db4rne closed 6 months ago

db4rne commented 4 years ago

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

axn commented 6 months ago

Can't reproduce. For me it compiles in debian and openwrt. Please reopen if still exists