Post
Topic
Board Announcements (Altcoins)
Re: [ANN][SPA] SpainCoin: freedom for Spain, LAUNCHED!
by
cr1776
on 16/03/2014, 15:46:26 UTC
I was going to add spaincoin to p2pool.com, but am getting an error during make, see below.  Anyone else seeing this?  (I cloned it from github without issue, but haven't seen this error before when building other coins.)  If we can get passed this, then we'll be able to add it.

Running Ubuntu with many other coins on here.
Thanks

Code:
user:~/spaincoin/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/home/user1/spaincoin/src -I/home/user1/spaincoin/src/obj -DUSE_UPNP=0 -DUSE_IPV6=1 -I/home/user1/spaincoin/src/leveldb/include -I/home/user1/spaincoin/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:258:1: fatal error: opening dependency file obj/alert.d: No such file or directory
 }
 ^
compilation terminated.
make: *** [obj/alert.o] Error 1