I can execute the provided executable of yacc in bin/hbase/yacc. If I change the config.mk to use the systems yacc i get the a similar message as warning. YACC = /usr/bin/yacc
Errors: awkgram.y: warning: conflicts: 43 shift/reduce conflicts [-Wconflicts-sr] awkgram.y: warning: conflicts: 85 shift/reduce conflicts [-Wconflicts-sr] Maybe its not the source of the error? On Fri, Dec 11, 2015 at 12:23 PM, Anselm R Garbe <[email protected]> wrote: > On 11 December 2015 at 12:20, Harald Weber <[email protected]> wrote: >> Yes I installed build-essential, flex and bison on the current debian live >> cd. >> flex 2.5.39 >> bison 3.0.2 > > Did you touch config.mk? It ought to use > > YACC = $(ROOT)/bin/hbase/yacc/yacc > > Can you check if hbase/yacc/yacc is working for you? > > -Anselm >
