Probably yacc will be installed with below command (use sudo as per ur needs)
apt-get install bison On Wed, Sep 8, 2010 at 2:22 PM, Jinson <[email protected]> wrote: > * > Can somebody help me....Tried to compile the svn version of Gateway from > https://svn.kannel.org/gateway/trunk > > Makefile:336: .depend: No such file or directory > yacc -d -p ws_yy_ wmlscript/wsgram.y && mv y.tab.c wmlscript/wsgram.c > /bin/bash: yacc: command not found > make: *** [wmlscript/wsgram.c] Error 127 > > * > > > > On Wed, Sep 8, 2010 at 5:44 PM, Jinson <[email protected]> wrote: > >> I got it >> >> svn co https://svn.kannel.org/gateway/trunk >> >> Let me try with this... :) >> -------- >> * >> * >> >> On Wed, Sep 8, 2010 at 5:43 PM, Jinson <[email protected]> wrote: >> >>> Can you share the svn url for Kannel >>> >>> svn co https://svn.kannel.org/<project>/trunk >>> >>> I can see smppbox and sqlbox >>> -------- >>> *Thanks & Regards >>> ** >>> >>> Jinson >>> * >>> >>> >>> On Wed, Sep 8, 2010 at 5:39 PM, Alejandro Guerrieri < >>> [email protected]> wrote: >>> >>>> Latest SqlBox requires the SVN version of Kannel (to support meta-data). >>>> >>>> Regards, >>>> >>>> Alex >>>> >>>> >>>> On Wed, Sep 8, 2010 at 2:05 PM, Jinson <[email protected]> wrote: >>>> >>>>> Hello, >>>>> >>>>> I was trying to install SQLBox with Kannel 1.4.3 >>>>> >>>>> Getting the following error when I run *make* >>>>> * >>>>> * >>>>> * >>>>> * >>>>> * >>>>> sqlbox_mysql.c: In function ‘mysql_fetch_msg’: >>>>> sqlbox_mysql.c:143: error: ‘struct sms’ has no member named ‘meta_data’ >>>>> sqlbox_mysql.c: In function ‘mysql_save_msg’: >>>>> sqlbox_mysql.c:207: error: ‘struct sms’ has no member named ‘meta_data’ >>>>> make[2]: *** [sqlbox_mysql.o] Error 1 >>>>> make[2]: Leaving directory `/home/jins/Kannel/sqlbox/gw' >>>>> make[1]: *** [all-recursive] Error 1 >>>>> make[1]: Leaving directory `/home/jins/Kannel/sqlbox' >>>>> make: *** [all] Error 2 >>>>> >>>>> >>>>> Can Somebody help... >>>>> * >>>>> >>>>> -------- >>>>> *Thanks & Regards >>>>> ** >>>>> >>>>> JInson >>>>> * >>>>> >>>> >>>> >>> >> >
