fdm icon indicating copy to clipboard operation
fdm copied to clipboard

yacc dependency missing

Open bbbrumley opened this issue 3 years ago • 0 comments

$ make
/bin/bash ./etc/ylwrap parse.y y.tab.c parse.c y.tab.h `echo parse.c | sed -e s/cc$/hh/ -e s/cpp$/hpp/ -e s/cxx$/hxx/ -e s/c++$/h++/ -e s/c$/h/` y.output parse.output -- yacc  -d
./etc/ylwrap: line 176: yacc: command not found
Makefile:675: recipe for target 'parse.c' failed
make: *** [parse.c] Error 127

I reckon this should be handled at the autoconf stage.

bbbrumley avatar Aug 07 '22 10:08 bbbrumley