andmarti1424 / sc-im

sc-im - Spreadsheet Calculator Improvised -- An ncurses spreadsheet program for terminal
Other
4.77k stars 201 forks source link

Cannot make/build project #870

Closed marrs closed 4 months ago

marrs commented 4 months ago

I tried compiling this project today and it worked fine until I did a make -C src clean. Now it won't compile when I run make -C src. I just get the following error:

yacc -d gram.y
make: yacc: No such file or directory
make: *** [Makefile:204: y.tab.c] Error 127
marrs commented 4 months ago

This might be related: https://tracker.debian.org/pkg/sc-im

andmarti1424 commented 4 months ago

Please check if you have yacc / bison installed on your distribution.

marrs commented 4 months ago

That did it. thanks