Hi,
I try to compile teng template engine from the source from the cvs head repository with a g++-4.1 on a ubuntu machine. The compilation seems to succeed but when i comes to the yacc call it fails:
/bin/bash ../ylwrap tengsyntax.yy y.tab.c tengsyntax.cc y.tab.h tengsyntax.h y.output tengsyntax.output -- byacc
byacc: e - line 41 of "/tmp/teng/src/tengsyntax.yy", syntax error
%name-prefix="tengSyntax_"
^
make[1]: *** [tengsyntax.cc] Error 1
make[1]: Leaving directory `/tmp/teng/src'
make: *** [all-recursive] Error 1
I use Berkley Yacc (yacc - 1.9 20050813)
mfg, Roland (semsemilla@gmx.at)
Logged In: YES
user_id=1539059
Originator: NO
The syntax use GNU specific extensions. Use bison instead. I will alter the Manual to contain this problem.