There was an issue with my bison install..a valid PATH was missing. I added the path and now this issue is fixed.
Thanks -----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?