On Thu, Sep 15, 2016 at 8:36 AM, Chris Angelico rosuav@gmail.com wrote:
On Thu, Sep 15, 2016 at 8:34 AM, Pontus Östlund pontus@roxen.com wrote:
Does anyone know how to solve this?
make[2]: *** No rule to make target '/home/poppa/src/pike-git/devel/src/hashtable.h', needed by 'cpp.o'. Stop. Makefile:149: recipe for target '_make_in_builddir' failed make[1]: *** [_make_in_builddir] Error 2 Makefile:66: recipe for target 'compile' failed make: *** [compile] Error 2
It seems to have happend after commit dcf57dec52f15cda0dc07bbaf2198a250b37030c
Do you still get the issue if you "rm -rf *; git checkout -f" and rebuild from scratch? Every once in a while, something breaks in the build, and old files get left behind or something.
I say this because I successfully built just fine with 500a1055ee4b5596436c9ac3f8bf6312a0c5e551.
ChrisA