Thank you for replying sir, i did the solution that you suggested but stumble to another error
In file included from aodv/aodv_logs.cc:31:0:
./aodv/aodv.h:235:25: error: variable or field ‘nsaddr_t’ declared void
void nsaddr_t attack_dst; // attacking node
^
./aodv/aodv.h:235:25: error: expected ‘;’ at end of member declaration
./aodv/aodv.h:235:34: error: ‘attack_dst’ does not name a type
void nsaddr_t attack_dst; // attacking node
^
make: *** [Makefile:97: aodv/aodv_logs.o] Error 1
i try to fix on line 237 of my aodv.h but still error :
i change from " nsaddr_t attack_dst; " to :
void nsaddr_t attack_dst;