Hi guys!
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
Regards ----------------------------- Pontus Östlund Developer • Roxen AB +46 70-662 81 69
www.roxen.com http://www.roxen.com/ | twitter.com/roxen https://twitter.com/roxen
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.
ChrisA
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
15 sep. 2016 kl. 00:36 skrev Chris Angelico rosuav@gmail.com:
On Thu, Sep 15, 2016 at 8:36 AM, Chris Angelico <rosuav@gmail.com mailto: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.
That did it! Thanks a bunch :)
# Pontus
pike-devel@lists.lysator.liu.se