I am getting the following error when attempting the compile Kamailio on Sun 4140 (Intel) running Solaris 10 . Has anyone encountered this error before?
cfg.lex: In function `yylex':
cfg.lex:557: error: `yylval' undeclared (first use in this function)
cfg.lex:557: error: (Each undeclared identifier is reported only once
cfg.lex:557: error: for each function it appears in.)
cfg.lex:557: error: `FORWARD' undeclared (first use in this function)
cfg.lex:558: error: `FORWARD_TCP' undeclared (first use in this function)
cfg.lex:559: error: `FORWARD_TLS' undeclared (first use in this function)
cfg.lex:560: error: `FORWARD_SCTP' undeclared (first use in this function)
cfg.lex:561: error: `FORWARD_UDP' undeclared (first use in this function)
cfg.lex:562: error: `DROP' undeclared (first use in this function)
cfg.lex:563: error: `EXIT' undeclared (first use in this function)
cfg.lex:564: error: `RETURN' undeclared (first use in this function)
cfg.lex:565: error: `BREAK' undeclared (first use in this function)
cfg.lex:566: error: `SEND' undeclared (first use in this function)
cfg.lex:567: error: `SEND_TCP' undeclared (first use in this function)
cfg.lex:568: error: `LOG_TOK' undeclared (first use in this function)
cfg.lex:569: error: `ERROR' undeclared (first use in this function)
cfg.lex:570: error: `SETFLAG' undeclared (first use in this function)
<Truncated cgf.lex errors>
gmake: *** [lex.yy.o] Error 1
Thanks,
-Christa