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? RIch