[Devel] compile error on cvs version

Daniel-Constantin Mierla daniel at voice-system.ro
Tue Feb 6 12:32:20 CET 2007


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: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
>
>
> _______________________________________________
> Devel mailing list
> Devel at openser.org
> http://openser.org/cgi-bin/mailman/listinfo/devel
>
>   



More information about the Devel mailing list