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
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).
Most helpful comment
We should make
makejust work (see #58), or else switch to a different build system entirely (#1129).