HI all, I've now downloaded and $make latest batman-adv trunk from $svn co http://downloads.open-mesh.net/svn/batman/trunk/batman-adv-kernelland/ I have issues with batctl trunk: $svn co http://downloads.open-mesh.net/svn/batman/trunk/batctl/
Download is ok but when i fire $ make
root@francesco-desktop:/home/francesco/batctl# make make -j 1 batctl make[1]: Entering directory `/home/francesco/batctl' CC main.o In file included from main.c:34: tcpdump.h:23:25: error: list-batman.h: No such file or directory In file included from main.c:34: tcpdump.h:33: error: field ‘list’ has incomplete type In file included from main.c:35: bisect.h:30: error: field ‘event_list’ has incomplete type bisect.h:31: error: field ‘rt_table_list’ has incomplete type bisect.h:36: error: field ‘list’ has incomplete type bisect.h:47: error: field ‘list’ has incomplete type bisect.h:65: error: field ‘list’ has incomplete type make[1]: *** [main.o] Error 1 make[1]: Leaving directory `/home/francesco/batctl' make: *** [all] Error 2
I suppose there was no need to uninstall old batctl i did compiled..or not?
Thanks.