I always have an issue when I run " make " after renamed bitcoin to quantacoin , for ex :
make
Making all in src
make[1]: Entering directory '/home/ibrahim/Quantacoin/src'
make[2]: Entering directory '/home/ibrahim/Quantacoin/src'
make[3]: Entering directory '/home/ibrahim/Quantacoin'
make[3]: Nothing to be done for 'src/config/quantacoin-config.h.in'.
make[3]: Leaving directory '/home/ibrahim/Quantacoin'
make[3]: Entering directory '/home/ibrahim/Quantacoin'
make[3]: Nothing to be done for 'src/config/quantacoin-config.h'.
make[3]: Leaving directory '/home/ibrahim/Quantacoin'
make[2]: *** No rule to make target 'script/quantacoinconsensus.cpp', needed by 'script/libquantacoinconsensus_la-quantacoinconsensus.lo'. Stop.
make[2]: Leaving directory '/home/ibrahim/Quantacoin/src'
Makefile:13164: recipe for target 'all-recursive' failed
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory '/home/ibrahim/Quantacoin/src'
Makefile:775: recipe for target 'all-recursive' failed
make: *** [all-recursive] Error 1
line number 9 :
make[2]: *** No rule to make target 'script/quantacoinconsensus.cpp', needed by 'script/libquantacoinconsensus_la-quantacoinconsensus.lo'. Stop.
I tried :
mv src/script/bitcoinconsensus.cpp src/script/quantacoinconsensus.cpp
but I got :
mv: cannot stat 'src/script/bitcoinconsensus.cpp': No such file or directory
any idea what is the problem and how can I fix it ?