When trying to compile batman-adv revision 1489 checked out from Subversion I get a failure if I activate debugging by editing the appropriate line in Makefile.kbuild. The error is:
CC [M] /home/gus/src/batman/svn-trunk/batman-adv-kernelland/originator.o /home/gus/src/batman/svn-trunk/batman-adv-kernelland/originator.c: In function ‘purge_orig_neigbours’: /home/gus/src/batman/svn-trunk/batman-adv-kernelland/originator.c:182: error: ‘orig_str’ undeclared (first use in this function) /home/gus/src/batman/svn-trunk/batman-adv-kernelland/originator.c:182: error: (Each undeclared identifier is reported only once /home/gus/src/batman/svn-trunk/batman-adv-kernelland/originator.c:182: error: for each function it appears in.) make[2]: *** [/home/gus/src/batman/svn-trunk/batman-adv-kernelland/originator.o] Error 1 make[1]: *** [_module_/home/gus/src/batman/svn-trunk/batman-adv-kernelland] Error 2 make[1]: Leaving directory `/usr/src/kernels/2.6.30.9-99.fc11.i686.PAE' make: *** [all] Error 2
This was caused by revision 1488 and the originator.c file.
I've looked at the Trac system on the web site and it doesn't appear that the ticket system gets used much, if at all. Should I also post this to the Trac system or is this the right way to do this?
Gus