<xmp>HI,
I am getting the following error while compiling latest asterisk code...
Please help me....

error:->

if [ -d CVS ] && ! [ -f .version ]; then echo CVS-HEAD-09/15/04-12:10:54 > .version; fi 
bison ast_expr.y --name-prefix=ast_yy -o ast_expr.c
ast_expr.y:110: unrecognized: %locations
ast_expr.y:110:    Skipping to next %
ast_expr.y:141: invalid @-construct
ast_expr.y:141: $. is invalid
ast_expr.y:141: invalid @-construct
ast_expr.y:141: $. is invalid
.....
.....
ast_expr.y:155: $. is invalid
ast_expr.y:155: invalid @-construct
ast_expr.y:155: $. is invalid
make: *** [ast_expr.c] Error 1


Thanks
Santosh Bettad</xmp>