gateway-1.4.4 error after running sudo make

Angela Kiama <[email protected]> Wed, 25 Jul 2018 17:35:44 +0300
Newsgroups gmane.comp.mobile.kannel.devel
Message-ID <CACvUmxmOfWgo2RsAMrMYJHo00LiR8tM4UyE5doy8Eu8r0LXPqQ@mail.gmail.com>
--00000000000035736e0571d3cbde
Content-Type: text/plain; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable

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/wsgram.=
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_par=
se=E2=80=99 was
here
 int ws_yy_parse(void *context);
     ^
wmlscript/wsgram.c:63:25: error: conflicting types for =E2=80=98ws_yy_parse=
=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_par=
se=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 (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
make: *** [wmlscript/wsgram.o] Error 1

--00000000000035736e0571d3cbde
Content-Type: text/html; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable

<div dir=3D"ltr">Hello,<div><br></div><div>Kindly assist I get the followin=
g error after running sudo make.</div><div><br></div><div><div>cc -std=3Dgn=
u99 -D_REENTRANT=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/w=
sgram.c</div><div>y.tab.c:350:5: error: conflicting types for =E2=80=98ws_y=
y_parse=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=98=
ws_yy_parse=E2=80=99 was here</div><div>=C2=A0int ws_yy_parse(void *context=
);</div><div>=C2=A0 =C2=A0 =C2=A0^</div><div>wmlscript/wsgram.c:63:25: erro=
r: conflicting types for =E2=80=98ws_yy_parse=E2=80=99</div><div>=C2=A0#def=
ine 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=98=
yyparse=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=98=
ws_yy_parse=E2=80=99 was here</div><div>=C2=A0int ws_yy_parse(void *context=
);</div><div>=C2=A0 =C2=A0 =C2=A0^</div><div>wmlscript/wsgram.y: In functio=
n =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><div>wmlscript/wsgram.y:122:23: note: each undeclared identifier is re=
ported only once for each function it appears in</div><div>make: *** [wmlsc=
ript/wsgram.o] Error 1</div></div><div><br></div></div>

--00000000000035736e0571d3cbde--