Menu

#1 Can't build on Redhat 7.0/i386

open
None
5
2001-05-10
2000-12-18
No

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

Discussion

  • Stephen J. Hardy

    • assigned_to: nobody --> tekno
     
  • Stephen J. Hardy

    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...

     

Log in to post a comment.

MongoDB Logo MongoDB