servalproject / serval-dna

The Serval Project's core daemon that implements Distributed Numbering Architecture (DNA), MDP, VoMP, Rhizome, MeshMS, etc.
http://servalproject.org
Other
170 stars 81 forks source link

Developement branch no longer builds #138

Closed CryptoCopter closed 6 years ago

CryptoCopter commented 6 years ago

As of commit c2103e3b86a1032264845d0b80f6712d65004c48 the developement branch fails to build with the following error:

overlay_mdp.c: In function ‘mdp_interface_packet’:
overlay_mdp.c:1442:78: error: ‘state’ undeclared (first use in this function); did you mean ‘stat’?
  struct network_destination *destination = create_unicast_destination(&addr, state->interface);
                                                                              ^~~~~
                                                                              stat
overlay_mdp.c:1442:78: note: each undeclared identifier is reported only once for each function it appears in
make: *** [Makefile:336: objs_servald/overlay_mdp.o] Error 1