Bitcoin Forum

Alternate cryptocurrencies => Altcoin Discussion => Topic started by: Vopemz on April 18, 2014, 10:56:30 PM



Title: Altcoin creation error
Post by: Vopemz on April 18, 2014, 10:56:30 PM
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!


Title: Re: Altcoin creation error
Post by: xbudahx on April 19, 2014, 12:12:20 AM
Do you have libboost installed?


Title: Re: Altcoin creation error
Post by: YarkoL on April 19, 2014, 10:03:11 AM
Faulty dependencies.

http://bitcoin.stackexchange.com/questions/3148/g-problem-compiling-litecoind-on-ubuntu-server-i386