Try  installing all dependencies like

yum install openssl openssl-devel ncurses-devel
yum groupinstall 'Development tools' -y
yum install openssl-devel openjade jadetex docbook-style-dsssl
texlive-dvips transfig ImageMagick libxml2-devel bison-devel byacc
texlive-collection-xetex -y
yum -y install pcre-devel
yum -y install gsoap-devel
yum -y install autoconf automake make
yum -y install wget git patch svn
yum -y install  psmisc
yum -y install perl-Tk perl-Digest-MD5
yum -y install texlive-devel
yum -y install texlive-*

Regards
Mesbah

On Mon, Jan 16, 2023 at 4:09 PM mahesh Lavanam <mah...@metamorphsystems.com>
wrote:

> Hi,
>
> Trying to install Kannel 1.4.5 on CentOS 7, seeing below error while
> running make
>
> gcc -std=gnu99 -D_REENTRANT=1 -I. -Igw -g -O2 -D_XOPEN_SOURCE=600
> -D_BSD_SOURCE -D_DEFAULT_SOURCE -D_LARGE_FILES= -I/usr/include/libxml2 -o
> wmlscript/wslexer.o -c wmlscript/wslexer.c
> In file included from wmlscript/wslexer.c:72:0:
> y.tab.h:264: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);
>      ^
> make: *** [wmlscript/wslexer.o] Error 1
>
> Tried with bison 3.0.4 & 2.5, in both seeing above error, even with 1.4.4
> too.
>
> Can anyone please help me with this.
>
> Thanks,
> Mahesh
>

Reply via email to