I try to build the SER using gmake, after resolving some dependency issue, the script can run but finally got a error as follows.
yacc -d -b cfg cfg.y conflicts: 1 shift/reduce gmake: *** [cfg.tab.c] Broken Pipe
What is the problem?
On Monday 01 November 2010, Ivan Yiu wrote:
I try to build the SER using gmake, after resolving some dependency issue, the script can run but finally got a error as follows.
yacc -d -b cfg cfg.y conflicts: 1 shift/reduce gmake: *** [cfg.tab.c] Broken Pipe
What is the problem?
Hi Ivan,
have you tried a new version, e.g. one of the (kamailio) 3.1.x or 3.0.x or the sr master branch? I think there were a few fixes related to solaris, for example one solaris yacc fix which somehow seems related.
Cheers,
Henning