Hello,
thanks for reporting, should be fixed on CVS now.
Cheers,
Daniel
On 02/06/07 10:37, tele wrote:
Dear all,
this morning i've get cvs version with
cvs -z3
-d:pserver:[EMAIL PROTECTED]:/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
_______________________________________________
Devel mailing list
[email protected]
http://openser.org/cgi-bin/mailman/listinfo/devel
_______________________________________________
Devel mailing list
[email protected]
http://openser.org/cgi-bin/mailman/listinfo/devel