i have fixed the same problem by installing all the needed packages, deleting the gateway-1.4.4 and starting the whole thing from scratch, re running ./configure is not enough, so it looks. At first I was lacking byacc and bison Regards
On Fri, Aug 8, 2014 at 7:44 AM, Hanh Le Bich <hanhmi...@gmail.com> wrote: > Many thanks Stipe. > I've created new issue in the bug report. It's weird that have never got > this with SVN versions. > Anyway, i've been successful to compile on another machine with bison > version 2.5 (the fail one has bison version 3.0.2), remain resource are > same, because they are 2 VM on a same physical server, also OS. > > Regards, > Hanh. > > > On Fri, Aug 8, 2014 at 4:30 PM, Hanh Le Bich <hanhmi...@gmail.com> wrote: > >> Hello, >> >> I have got error when do "make", please help. >> >> app@application:/usr/src/gateway-1.4.4$ sudo make -j 24 >> ... >> gcc -std=gnu99 -D_REENTRANT=1 -I. -Igw -g -O2 -D_XOPEN_SOURCE=600 >> -D_BSD_SOURCE -D_LARGE_FILES= -I/usr/include/libxml2 >> -I/usr/local/lib/include -I/usr/include/mysql -o gw/bearerbox.o -c >> gw/bearerbox.c >> gcc -std=gnu99 -D_REENTRANT=1 -I. -Igw -g -O2 -D_XOPEN_SOURCE=600 >> -D_BSD_SOURCE -D_LARGE_FILES= -I/usr/include/libxml2 >> -I/usr/local/lib/include -I/usr/include/mysql -o gw/smsbox.o -c gw/smsbox.c >> y.tab.c:348:5: error: conflicting types for ‘ws_yy_parse’ >> In file included from wmlscript/wsgram.y:15:0: >> ./wmlscript/wsint.h:296:5: note: previous declaration of >> ‘ws_yy_parse’ was here >> int ws_yy_parse(void *context); >> ^ >> wmlscript/wsgram.c:63:25: error: conflicting types for ‘ws_yy_parse’ >> #define yyparse ws_yy_parse >> ^ >> y.tab.c:1508:1: note: in expansion of macro ‘yyparse’ >> In file included from wmlscript/wsgram.y:15:0: >> ./wmlscript/wsint.h:296:5: note: previous declaration of >> ‘ws_yy_parse’ was here >> int ws_yy_parse(void *context); >> ^ >> wmlscript/wsgram.y: In function ‘ws_yy_parse’: >> wmlscript/wsgram.y:122:23: error: ‘pctx’ undeclared (first use in >> this function) >> { ws_error_syntax(pctx, @1.first_line); } >> ^ >> wmlscript/wsgram.y:122:23: note: each undeclared identifier is reported >> only once for each function it appears in >> In file included from wmlscript/wslexer.c:72:0: >> y.tab.h:262:5: error: conflicting types for ‘ws_yy_parse’ >> In file included from wmlscript/wslexer.c:70:0: >> wmlscript/wsint.h:296:5: note: previous declaration of ‘ws_yy_parse’ >> was here >> int ws_yy_parse(void *context); >> ^ >> In file included from wmlscript/wsstree.c:72:0: >> y.tab.h:262:5: error: conflicting types for ‘ws_yy_parse’ >> In file included from wmlscript/wsstree.c:71:0: >> wmlscript/wsint.h:296:5: note: previous declaration of ‘ws_yy_parse’ >> was here >> int ws_yy_parse(void *context); >> ^ >> Makefile:231: recipe for target 'wmlscript/wsgram.o' failed >> make: *** [wmlscript/wsgram.o] Error 1 >> make: *** Waiting for unfinished jobs.... >> Makefile:231: recipe for target 'wmlscript/wslexer.o' failed >> make: *** [wmlscript/wslexer.o] Error 1 >> Makefile:231: recipe for target 'wmlscript/wsstree.o' failed >> make: *** [wmlscript/wsstree.o] Error 1 >> app@application:/usr/src/gateway-1.4.4$ >> >> >>> Message: 1 >>> Date: Mon, 04 Aug 2014 15:53:42 +0200 >>> From: Stipe Tolj <st...@kannel.org> >>> To: annou...@kannel.org, "de...@kannel.org" <de...@kannel.org>, >>> kannel users <users@kannel.org> >>> Subject: [ANNOUNCE] Kannel 1.4.4 stable release available >>> Message-ID: <53df9066.6020...@kannel.org> >>> Content-Type: text/plain; charset="iso-8859-15"; Format="flowed" >>> >>> The Kannel Group is pleased to announce the availability of Kannel 1.4.4 >>> stable release via our web site at URL >>> >>> http://www.kannel.org/download.shtml >>> >>> Please find attached the NEWS file section for the 1.4.4 stable release. >>> >>> Best Regards, >>> Stipe Tolj >>> >>> -- >>> ------------------------------------------------------------------- >>> K?lner Landstrasse 419 >>> 40589 D?sseldorf, NRW, Germany >>> >>> tolj.org system architecture Kannel Software Foundation (KSF) >>> http://www.tolj.org/ http://www.kannel.org/ >>> >>> mailto:st_{at}_tolj.org mailto:stolj_{at}_kannel.org >>> ------------------------------------------------------------------- >>> >> >> Regards, >> Hanh. >> > >