Author

Topic: Altcoin creation error (Read 2549 times)

legendary
Activity: 996
Merit: 1013
full member
Activity: 378
Merit: 102
April 18, 2014, 08:12:20 PM
#2
Do you have libboost installed?
newbie
Activity: 4
Merit: 0
April 18, 2014, 06:56:30 PM
#1
I am following this guide: https://andarazoroflove.org/how-to-create-alt-coin-scrypt-clones-for-fun-and-profit-bitcoin-litecoin-secrets-exposed/

Im at this part:
First Build
Now that you have a fresh copy with all of your cut and pasting uploaded to Github, we’re ready to build a copy of our command line only version of the coin:

 barcoin% cd src/
 barcoin/src% make -f makefile.osx USE_UPNP=- (or makefile.unix if you're on Linux/BSD/etc)


I am getting Error 1
Here is exactly what it says:
Quote
/bin/sh ../share/genbuild.sh obj/build.h
g++ -c -O2 -pthread -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -g -DUSE_IPV6 -DBOOST_SPIRIT_THREADSAFE -I/home/pi/flamecoin/src -I/home/pi/flamecoin/src/obj -DHAVE_BUILD_INFO -fno-stack-protector -fstack-protector-all -Wstack-protector -D_FORTIFY_SOURCE=2  -MMD -MF obj/checkpoints.d -o obj/checkpoints.o checkpoints.cpp
checkpoints.cpp:6:59: fatal error: boost/assign/list_of.hpp: No such file or directory
compilation terminated.
make: *** [obj/checkpoints.o] Error 1

I am doing this on a Raspberry Pi
My github repo is https://github.com/flamecoin/flamecoin

Thanks!
Jump to: