Hi,
root@Pablo:/home/pablo/Desktop/batman# make gcc -Wall -O0 -g3 -c -o batman.o batman.c batman.c: En la función `send_outstanding_packets': batman.c:889: error: error sintáctico before '<<' token batman.c:894: error: error sintáctico before '>>' token
which version are you trying to compile ? From which source ? In the current SVN this error doesn't exist. But it looks like a typical SVN <> make problem: Did you checkout the source code more than once and altered your local copy ? May be you just deleted some whitespace or so ?! SVN would recognize your changes and tries to merge the code.
This looks like that: <<<<<<< .mine ... ======= ...
> .r2
Try a fresh checkout from here: svn co https://dev.open-mesh.net/svn/batman/ or the stable release http://downloads.open-mesh.net/batman/batman-0.1.tgz
Regards, Marek