Hi,
I am trying to compile the Fastcoin daemon on Debian but I am running into the following error:
root@WIL-BLD01:~/fastcoin/src# make -f makefile.unix
g++ -c -O2 -pthread -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -g -DBOOST_SPIRIT_THREADSAFE -D_FILE_OFFSET_BITS=64 -I/root/fastcoin/src -I/root/fastcoin/src/obj -DUSE_IPV6=1 -I/root/fastcoin/src/leveldb/include -I/root/fastcoin/src/leveldb/helpers -DHAVE_BUILD_INFO -fno-stack-protector -fstack-protector-all -Wstack-protector -D_FORTIFY_SOURCE=2 -MMD -MF obj/alert.d -o obj/alert.o alert.cpp
alert.cpp:266:1: fatal error: opening dependency file obj/alert.d: No such file or directory
compilation terminated.
make: *** [obj/alert.o] Error 1
What's causing this?
Thanks,
James