Zcash: Makefile:3130: recipe for target 'libbitcoin_server_a-pow.o' failed

Created on 22 Mar 2017  Â·  3Comments  Â·  Source: zcash/zcash

Building from master fails due to Rust related errors

r_a-pow.o `test -f 'pow.cpp' || echo './'`pow.cpp
pow.cpp:20:26: fatal error: librustzcash.h: No such file or directory
compilation terminated.
Makefile:3130: recipe for target 'libbitcoin_server_a-pow.o' failed
make[2]: *** [libbitcoin_server_a-pow.o] Error 1
make[2]: *** Waiting for unfinished jobs....
mv -f .deps/libbitcoin_server_a-init.Tpo .deps/libbitcoin_server_a-init.Po
mv -f .deps/libbitcoin_server_a-net.Tpo .deps/libbitcoin_server_a-net.Po
mv -f .deps/libbitcoin_server_a-main.Tpo .deps/libbitcoin_server_a-main.Po
make[2]: Leaving directory '/home/aayan/zcash/src'
Makefile:5052: recipe for target 'all-recursive' failed
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory '/home/aayan/zcash/src'
Makefile:621: recipe for target 'all-recursive' failed
make: *** [all-recursive] Error 1

Most helpful comment

We should make make just work (see #58), or else switch to a different build system entirely (#1129).

All 3 comments

Are you building with ./zcutil/build.sh? A dependency was added so you cannot just run make again.

Hmm, I downloaded the repo again instead of using git pull and it seems to work now

We should make make just work (see #58), or else switch to a different build system entirely (#1129).

Was this page helpful?
0 / 5 - 0 ratings

Related issues

nathan-at-least picture nathan-at-least  Â·  3Comments

ruyichang picture ruyichang  Â·  3Comments

solardiz picture solardiz  Â·  4Comments

xuzhiping7 picture xuzhiping7  Â·  4Comments

str4d picture str4d  Â·  4Comments