Can't build on Redhat 7.0/i386
Status: Alpha
Brought to you by:
tekno
On a Redhat 7.0/i386 system, I get the following message trying to build from source:
~/Rabbit2000/COOK-1.0> make
cd src ; make cook
make[1]: Entering directory `/home/mcneight/Rabbit2000/COOK-1.0/src'
yacc -d dgparse.y
yacc: e - line 43 of "dgparse.y", syntax error
%expect 1
^
make[1]: *** [dgparse.o] Error 1
make[1]: Leaving directory `/home/mcneight/Rabbit2000/COOK-1.0/src'
make: *** [cook] Error 2
Logged In: YES
user_id=42708
I haven't got RH7, but the %expect line is only to keep yacc quiet
when it finds the shift/reduce conflict. You can omit the %expect
line without affecting the validity of the parser. You will see yacc
complain about the S/R conflict though...