Re: gateway-1.4.4 error after running sudo make
Manas Mohanty <[email protected]> Fri, 3 Aug 2018 14:57:44 +0530
| Newsgroups | gmane.comp.mobile.kannel.devel |
|---|---|
| Message-ID | <CAGrq9aiuuzmbH4+TWFw5bMkvfEH=b-fjO=oCuzyu8zbaKC84Hw@mail.gmail.com> |
--0000000000000cb05c0572848b32 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Install bison-2.5 On Fri, Aug 3, 2018 at 11:43 AM Martin Atukunda <[email protected]> wrote: > Hi all, > > this error is also in the recently released gateway-1.4.5 > > Cheers, > > - Martin - > > > On Wed, 25 Jul 2018 at 17:36, Angela Kiama <[email protected]> wrote: > >> Hello, >> >> Kindly assist I get the following error after running sudo make. >> >> cc -std=3Dgnu99 -D_REENTRANT=3D1 -I. -Igw -g -O2 -D_XOPEN_SOURCE=3D600 >> -D_BSD_SOURCE -D_LARGE_FILES=3D -I/usr/include/libxml2 -o wmlscript/wsgr= am.o >> -c wmlscript/wsgram.c >> y.tab.c:350:5: error: conflicting types for =E2=80=98ws_yy_parse=E2=80= =99 >> In file included from wmlscript/wsgram.y:15:0: >> ./wmlscript/wsint.h:296:5: note: previous declaration of =E2=80=98ws_yy_= parse=E2=80=99 >> was here >> int ws_yy_parse(void *context); >> ^ >> wmlscript/wsgram.c:63:25: error: conflicting types for =E2=80=98ws_yy_pa= rse=E2=80=99 >> #define yyparse ws_yy_parse >> ^ >> y.tab.c:1510:1: note: in expansion of macro =E2=80=98yyparse=E2=80=99 >> In file included from wmlscript/wsgram.y:15:0: >> ./wmlscript/wsint.h:296:5: note: previous declaration of =E2=80=98ws_yy_= parse=E2=80=99 >> was here >> int ws_yy_parse(void *context); >> ^ >> wmlscript/wsgram.y: In function =E2=80=98ws_yy_parse=E2=80=99: >> wmlscript/wsgram.y:122:23: error: =E2=80=98pctx=E2=80=99 undeclared (fir= st 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 >> make: *** [wmlscript/wsgram.o] Error 1 >> >> --0000000000000cb05c0572848b32 Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable <div dir=3D"ltr">Install bison-2.5<br></div><br><div class=3D"gmail_quote">= <div dir=3D"ltr">On Fri, Aug 3, 2018 at 11:43 AM Martin Atukunda <<a hre= f=3D"mailto:[email protected]">[email protected]</a>> wrote:<br></div><b= lockquote class=3D"gmail_quote" style=3D"margin:0 0 0 .8ex;border-left:1px = #ccc solid;padding-left:1ex"><div dir=3D"ltr"><div>Hi all, <br></div><div><= br></div><div>this error is also in the recently released gateway-1.4.5</di= v><div><br></div><div><div><div dir=3D"ltr" class=3D"m_3309367447819841369g= mail_signature" data-smartmail=3D"gmail_signature"><div dir=3D"ltr">Cheers,= <br><br>- Martin -<br></div></div></div><br></div></div><br><div class=3D"g= mail_quote"><div dir=3D"ltr">On Wed, 25 Jul 2018 at 17:36, Angela Kiama <= ;<a href=3D"mailto:[email protected]" target=3D"_blank">njerikiama@gmail= .com</a>> wrote:<br></div><blockquote class=3D"gmail_quote" style=3D"mar= gin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir=3D"ltr= ">Hello,<div><br></div><div>Kindly assist I get the following error after r= unning sudo make.</div><div><br></div><div><div>cc -std=3Dgnu99 -D_REENTRAN= T=3D1 -I. -Igw -g -O2 -D_XOPEN_SOURCE=3D600 -D_BSD_SOURCE -D_LARGE_FILES=3D= -I/usr/include/libxml2 -o wmlscript/wsgram.o -c wmlscript/wsgram.c</div><d= iv>y.tab.c:350:5: error: conflicting types for =E2=80=98ws_yy_parse=E2=80= =99</div><div>In file included from wmlscript/wsgram.y:15:0:</div><div>./wm= lscript/wsint.h:296:5: note: previous declaration of =E2=80=98ws_yy_parse= =E2=80=99 was here</div><div>=C2=A0int ws_yy_parse(void *context);</div><di= v>=C2=A0 =C2=A0 =C2=A0^</div><div>wmlscript/wsgram.c:63:25: error: conflict= ing types for =E2=80=98ws_yy_parse=E2=80=99</div><div>=C2=A0#define yyparse= =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0ws_yy_parse</div><div>=C2=A0 =C2=A0 =C2= =A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0^<= /div><div>y.tab.c:1510:1: note: in expansion of macro =E2=80=98yyparse=E2= =80=99</div><div>In file included from wmlscript/wsgram.y:15:0:</div><div>.= /wmlscript/wsint.h:296:5: note: previous declaration of =E2=80=98ws_yy_pars= e=E2=80=99 was here</div><div>=C2=A0int ws_yy_parse(void *context);</div><d= iv>=C2=A0 =C2=A0 =C2=A0^</div><div>wmlscript/wsgram.y: In function =E2=80= =98ws_yy_parse=E2=80=99:</div><div>wmlscript/wsgram.y:122:23: error: =E2=80= =98pctx=E2=80=99 undeclared (first use in this function)</div><div>=C2=A0 = =C2=A0{ ws_error_syntax(pctx, @1.first_line); }</div><div>=C2=A0 =C2=A0 =C2= =A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0^</div><d= iv>wmlscript/wsgram.y:122:23: note: each undeclared identifier is reported = only once for each function it appears in</div><div>make: *** [wmlscript/ws= gram.o] Error 1</div></div><div><br></div></div> </blockquote></div> </blockquote></div> --0000000000000cb05c0572848b32--