Post
Topic
Board Announcements (Altcoins)
Re: ANN: Introducing YoShit Coin - Scrypt
by
BDave88
on 01/08/2017, 18:22:09 UTC
If you get the following error when installing the Linux wallet after using
Code:
make -f makefile.unix
Code:
alert.cpp:273:1: fatal error: opening dependency file obj/alert.d: No such file or directory
 }
 ^
compilation terminated.
makefile.unix:175: recipe for target 'obj/alert.o' failed
make: *** [obj/alert.o] Error 1

You will need to create the obj folder with below code

Code:
mkdir -p obj/zerocoin && chmod +x leveldb/build_detect_platform
then:
Code:
make -f makefile.unix

I hope this helps.  Roll Eyes Grin