swig
swig copied to clipboard
Make Not Working
Hello Everyone!
I clone swig from github, and then follow the process to install mentioned in here:
https://swig.org/svn.html
When I run the make command, I get this error:
ali@WSU-UIAssist-Ali:~/swig$ make make[1]: Entering directory '/home/ali/swig/Source' /bin/bash ../Tools/config/ylwrap CParse/parser.y y.tab.c CParse/parser.c y.tab.h
echo CParse/parser.c | sed -e s/cc$/hh/ -e s/cpp$/hpp/ -e s/cxx$/hxx/ -e s/c++$/h++/ -e s/c$/h/y.output CParse/parser.output -- yacc -d ../Tools/config/ylwrap: line 176: yacc: command not found make[1]: *** [Makefile:1001: CParse/parser.c] Error 127 make[1]: Leaving directory '/home/ali/swig/Source' make: *** [Makefile:36: source] Error 2
Any leads on how I can resolve this?