We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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
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
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?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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?
The text was updated successfully, but these errors were encountered: