Open zoldur opened 6 years ago
Hi,
Trying to compile the new wallet version I get the following error:
g++ -c -O2 -pthread -Wall -Wextra -Wno-ignored-qualifiers -Wformat -Wformat-security -Wno-unused-parameter -Wunused-function -Wunused-variable -fpermissive -Wconversion-null -g -DBOOST_SPIRIT_THREADSAFE -I/root/Bytepay/src -I/root/Bytepay/src/obj -DUSE_UPNP=0 -DENABLE_WALLET -I/root/Bytepay/src/secp256k1/include -I/root/Bytepay/src/leveldb/include -I/root/Bytepay/src/leveldb/helpers -fno-stack-protector -fstack-protector-all -Wstack-protector -D_FORTIFY_SOURCE=2 -MMD -MF obj/support/cleanse.d -o obj/support/cleanse.o support/cleanse.cpp support/cleanse.cpp:13:1: fatal error: opening dependency file obj/support/cleanse.d: No such file or directory
Create empty folder >src/obj/support
can you make a script for "dummies" like me to compile this? thanks
Hi,
Trying to compile the new wallet version I get the following error: