Discussion:
gateway-1.4.4 error after running sudo make
Angela Kiama
2018-07-25 14:35:44 UTC
Permalink
Hello,

Kindly assist I get the following error after running sudo make.

cc -std=gnu99 -D_REENTRANT=1 -I. -Igw -g -O2 -D_XOPEN_SOURCE=600
-D_BSD_SOURCE -D_LARGE_FILES= -I/usr/include/libxml2 -o wmlscript/wsgram.o
-c wmlscript/wsgram.c
y.tab.c:350: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:1510: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
make: *** [wmlscript/wsgram.o] Error 1
Martin Atukunda
2018-08-03 06:11:41 UTC
Permalink
Hi all,

this error is also in the recently released gateway-1.4.5

Cheers,

- Martin -
Post by Angela Kiama
Hello,
Kindly assist I get the following error after running sudo make.
cc -std=gnu99 -D_REENTRANT=1 -I. -Igw -g -O2 -D_XOPEN_SOURCE=600
-D_BSD_SOURCE -D_LARGE_FILES= -I/usr/include/libxml2 -o wmlscript/wsgram.o
-c wmlscript/wsgram.c
y.tab.c:350:5: error: conflicting types for ‘ws_yy_parse’
./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:1510:1: note: in expansion of macro ‘yyparse’
./wmlscript/wsint.h:296:5: note: previous declaration of ‘ws_yy_parse’ was
here
int ws_yy_parse(void *context);
^
wmlscript/wsgram.y:122:23: error: ‘pctx’ undeclared (first use in this
function)
^
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
Manas Mohanty
2018-08-03 09:27:44 UTC
Permalink
Install bison-2.5
Post by Martin Atukunda
Hi all,
this error is also in the recently released gateway-1.4.5
Cheers,
- Martin -
Post by Angela Kiama
Hello,
Kindly assist I get the following error after running sudo make.
cc -std=gnu99 -D_REENTRANT=1 -I. -Igw -g -O2 -D_XOPEN_SOURCE=600
-D_BSD_SOURCE -D_LARGE_FILES= -I/usr/include/libxml2 -o wmlscript/wsgram.o
-c wmlscript/wsgram.c
y.tab.c:350:5: error: conflicting types for ‘ws_yy_parse’
./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:1510:1: note: in expansion of macro ‘yyparse’
./wmlscript/wsint.h:296:5: note: previous declaration of ‘ws_yy_parse’
was here
int ws_yy_parse(void *context);
^
wmlscript/wsgram.y:122:23: error: ‘pctx’ undeclared (first use in this
function)
^
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
r***@chimit.nl
2018-08-07 22:34:41 UTC
Permalink
I think you need to install a dependency. Probably bison.



== Rene



Van: devel <devel-***@kannel.org> Namens Martin Atukunda
Verzonden: vrijdag 3 augustus 2018 08:12
Aan: ***@gmail.com
CC: Kannel Devel List <***@kannel.org>
Onderwerp: Re: gateway-1.4.4 error after running sudo make



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 <***@gmail.com <mailto:***@gmail.com> > wrote:

Hello,



Kindly assist I get the following error after running sudo make.



cc -std=gnu99 -D_REENTRANT=1 -I. -Igw -g -O2 -D_XOPEN_SOURCE=600 -D_BSD_SOURCE -D_LARGE_FILES= -I/usr/include/libxml2 -o wmlscript/wsgram.o -c wmlscript/wsgram.c

y.tab.c:350: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:1510: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

make: *** [wmlscript/wsgram.o] Error 1
Martin Atukunda
2018-08-11 18:39:48 UTC
Permalink
I have bison 3.0.4 installed. I am using the latest version available in
Debian Sid.

-- 8< --
***@lxtima:~$ bison --version
bison (GNU Bison) 3.0.4
-- >8 --

Cheers,

- Martin -
Post by r***@chimit.nl
I think you need to install a dependency. Probably bison.
== Rene
*Verzonden:* vrijdag 3 augustus 2018 08:12
*Onderwerp:* Re: gateway-1.4.4 error after running sudo make
Hi all,
this error is also in the recently released gateway-1.4.5
Cheers,
- Martin -
Hello,
Kindly assist I get the following error after running sudo make.
cc -std=gnu99 -D_REENTRANT=1 -I. -Igw -g -O2 -D_XOPEN_SOURCE=600
-D_BSD_SOURCE -D_LARGE_FILES= -I/usr/include/libxml2 -o wmlscript/wsgram.o
-c wmlscript/wsgram.c
y.tab.c:350:5: error: conflicting types for ‘ws_yy_parse’
./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:1510:1: note: in expansion of macro ‘yyparse’
./wmlscript/wsint.h:296:5: note: previous declaration of ‘ws_yy_parse’ was here
int ws_yy_parse(void *context);
^
wmlscript/wsgram.y:122:23: error: ‘pctx’ undeclared (first use in this function)
^
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
Continue reading on narkive:
Search results for 'gateway-1.4.4 error after running sudo make' (Questions and Answers)
6
replies
is there something i can download to hack my wifi password?
started 2014-01-03 10:13:50 UTC
computer networking
Loading...