Thanks for your support, Paananen
I probe to swap the -i parameters in src/Makefile, but the same problem
continues.
all the error mesages are about the file "src/conf_yacc.y", i look at
this and see that many statements (coinciding with the lines of the
errors) ends with '};' and others whith '}' whithout the semicolon
(';'). I fix it, and all is done
this is a diff of both files, conf_yacc.y.bk is de original:
src/aide-0.9/src# diff conf_yacc.y.bk conf_yacc.y
245c245
< }
---
> };
249c249
< }
---
> };
...
...
Best regards, Oscar