On Fri, Aug 31, 2012 at 11:15 PM, Xavier Bachelot <[email protected]> wrote: > Hi, > > libaacs 0.5.0 builds fine with bison 2.5 but doesn't with bison 2.6.1. > > libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -std=c99 > -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112L -Wall -Wdisabled-optimization > -Wpointer-arith -Wredundant-decls -Wcast-qual -Wwrite-strings > -Wtype-limits -Wundef -Wextra -Winline -O3 -fomit-frame-pointer -g -I.. > -Ifile -Ilibaacs -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions > -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -c > keydbcfg-lexer.c -fPIC -DPIC -o .libs/keydbcfg-lexer.o > In file included from keydbcfg-lexer.l:21:0: > keydbcfg-parser.h:132:37: error: unknown type name 'dk_list' > keydbcfg-parser.h:132:54: error: unknown type name 'pk_list' > keydbcfg-parser.h:132:71: error: unknown type name 'cert_list' > keydbcfg-parser.h:132:89: error: unknown type name 'title_entry_list' > keydbcfg-parser.h:132:115: error: unknown type name 'digit_key_pair_list' > make[4]: *** [keydbcfg-lexer.lo] Error 1 > > > Regards, > Xavier > _______________________________________________ > libaacs-devel mailing list > [email protected] > http://mailman.videolan.org/listinfo/libaacs-devel
Hi, I had to use "byacc" last time, it worked pretty well! Regards, -- Hugo Beauzée-Luyssen mail: [email protected] skype: beauze.h _______________________________________________ libaacs-devel mailing list [email protected] http://mailman.videolan.org/listinfo/libaacs-devel
