Re: [hackers] Compiling stali

From: Harald Weber <harald.h.weber_AT_gmail.com>
Date: Fri, 11 Dec 2015 12:50:35 +0100

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 <garbeam_AT_gmail.com> wrote:
> On 11 December 2015 at 12:20, Harald Weber <harald.h.weber_AT_gmail.com> 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
>
Received on Fri Dec 11 2015 - 12:50:35 CET

This archive was generated by hypermail 2.3.0 : Fri Dec 11 2015 - 13:00:17 CET