Hello Rich, Have you install bison development library ? if not then please install and then try.
libbison-dev Regards Juned On Fri, Nov 27, 2015 at 11:37 AM, Richard Ng <r...@solistech.com> wrote: > Perhaps I need to step through this all again. > > From a fresh install of Jessie I installed the following: > > libxml2 > libxml2-dev > build-dep bison > bison 2.5.1 (previously tried 2.5 but had the exact same error) > byacc > > I also ran ap-get build-dep kannel. Perhaps the build-dep did not install > everything that was needed? > > -----Original Message----- > From: users [mailto:users-boun...@kannel.org] On Behalf Of Milan P. Stanic > Sent: Thursday, November 26, 2015 9:23 AM > To: users@kannel.org > Subject: Re: Kannel Make issue on Debian Jessie > > On Thu, 2015-11-26 at 07:33, Richard Ng wrote: > > I'm trying to install kannel 1.4.4 on Debian Jessie and running into > > the following error: > > > > 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/include/openssl -I/usr/include/mysql -o wmlscript/wslexer.o -c > > wmlscript/wslexer.c > > > > wmlscript/wslexer.c:221:32: error: unknown type name 'YYLTYPE' > > > > int ws_yy_lex(YYSTYPE *yylval, YYLTYPE *yylloc, void *context) > > > > Makefile:231: recipe for target 'wmlscript/wslexer.o' failed > > > > make: *** [wmlscript/wslexer.o] Error 1 > > > > anyone have an idea how to fix this? > > Do you have installed all needed development packages for Kannel? > Bison/Flex? > > > >