jaeandersson / swig

SWIG is a software development tool that connects programs written in C and C++ with a variety of high-level programming languages.
http://www.swig.org
Other
23 stars 19 forks source link

Make Not Working #107

Open StormsHalted opened 2 years ago

StormsHalted commented 2 years ago

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