Skip to content
New issue

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

It doesn't compile on Ubuntu 16.04 #52

Open
cibersheep opened this issue Feb 9, 2017 · 3 comments
Open

It doesn't compile on Ubuntu 16.04 #52

cibersheep opened this issue Feb 9, 2017 · 3 comments

Comments

@cibersheep
Copy link

After installing `sudo apt install gtk-doc-tools``` to satisfy autgen.sh
After configure, make throws out this error and stops the compilation

make[4]: entering in folder '[...]/Chimara/interpreters/nitfol'
  MAKEINFO nitfol.info
  CC       nitfol_la-automap.lo
  CC       nitfol_la-debug.lo
  CC       nitfol_la-decode.lo
  CC       nitfol_la-errmesg.lo
  CC       nitfol_la-globals.lo
  CC       nitfol_la-hash.lo
  CC       nitfol_la-iff.lo
  CC       nitfol_la-infix.lo
  YACC     inform.c
../../ylwrap: línea 175: yacc: couldn't find the command
Makefile:870: instructions for objective 'inform.c' failed
make[4]: *** [inform.c] Error 127
make[4]: going out from folder '[...]/Chimara/interpreters/nitfol'
Makefile:497: instructions for objective 'all' failed
make[3]: *** [all] Error 2
make[3]: going out from folder '[...]/Chimara/interpreters/nitfol'
Makefile:413:  instructions for objective 'all-recursive' failed 
make[2]: *** [all-recursive] Error 1
make[2]: going out from folder '[...]/Chimara/interpreters'
Makefile:571: instructions for objective 'all-recursive' failed 
make[1]: *** [all-recursive] Error 1
make[1]: going out from folder '[...]/Chimara'
Makefile:455: instructions for objective 'all' failed 
make: *** [all] Error 2
@ptomato
Copy link
Member

ptomato commented Feb 10, 2017

Thanks for reporting this! Do you have the yacc program installed? Find out which package to install using apt-file search /usr/bin/yacc.

@cibersheep
Copy link
Author

Thank you!
You are right, I didn't have yacc installed. So, I installed bison... now compiling

@ptomato
Copy link
Member

ptomato commented Feb 11, 2017

Strange, because ./configure should be checking for yacc ... what is actually the text at line 175 of teh file ylwrap?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants