sam-gc/eagle-lang

Error in Build!

QuestionPython opened this issue · 0 comments

$ bison --version

bison (GNU Bison) 2.7
Written by Robert Corbett and Richard Stallman.

Copyright (C) 2012 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

$ make

bison -y -d -o src/grammar/eagle.tab.c src/grammar/eagle.y -v
src/grammar/eagle.y:71.1-11: error: invalid directive: ‘%precedence’
src/grammar/eagle.y:71.13-15: error: syntax error, unexpected identifier
Makefile:40: recipe for target 'guts' failed
make: *** [guts] Error 1