[Devel] compile error on cvs version
tele
tele at plexia.com
Tue Feb 6 09:37:25 CET 2007
Dear all,
this morning i've get cvs version with
cvs -z3
-d:pserver:anonymous at openser.cvs.sourceforge.net:/cvsroot/openser co
sip-server
during compile i get this error:
cfg.y: In function `yyparse':
cfg.y:1418: error: syntax error before '}' token
cfg.y:1602: error: syntax error before '}' token
gmake: *** [cfg.tab.o] Error 1
i'm using freebsd 6.1 and the flex version is 2.5.4.
I've edited the cfg.y
1418 exp_elem: exp_cond {$$=$1 }
1602 | exp_cond { $$= $1 }
and simply add the missing ";"
1418 exp_elem: exp_cond {$$=$1; }
1602 | exp_cond { $$= $1; }
just for information.
:tele
More information about the Devel
mailing list