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.
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 127Please let me know if it is an easy fix.