-
Notifications
You must be signed in to change notification settings - Fork 2
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
Error when trying to install cleancall #4
Comments
Did you do the configure step prior to make?
|
Thanks for the answer--yes. And I got the following |
So it seems like that step failed. What operating system are you using? Might be related to not having autogen installed (See https://askubuntu.com/questions/27677/cannot-find-install-sh-install-sh-or-shtool-in-ac-aux/27679) |
Ubuntu. I will check it out. Thanks |
I followed this one (https://askubuntu.com/questions/27677/cannot-find-install-sh-install-sh-or-shtool-in-ac-aux) and worked. Thanks |
Hi there, I followed metageni to get it install, but it returns: Any suggestion to solve this? Thanks |
This is because there are version specific softlinks in the repository:
|
I got the following message after running
make
. It seems that the hard coded path/home/hmkang/code/working/cleancall/
is the problem.CDPATH="${ZSH_VERSION+.}:" && cd . && /bin/sh /home/hmkang/code/working/cleancall/missing --run aclocal-1.11 -I m4 /bin/sh: 0: Can't open /home/hmkang/code/working/cleancall/missing Makefile:270: recipe for target 'aclocal.m4' failed make: *** [aclocal.m4] Error 127
Please let me know if it is an easy fix.
The text was updated successfully, but these errors were encountered: