// , Does this require the boost libs?
I got the following error upon attempting the installation instructions:
nb@nathanforhire:~/proj$ mkdir gamerholiccoin
nb@nathanforhire:~/proj$ cd gamerholiccoin/
nb@nathanforhire:~/proj/gamerholiccoin$ ls
nb@nathanforhire:~/proj/gamerholiccoin$ git clone git@github.com:blocktech/GamerHolicCoin.git
Cloning into 'GamerHolicCoin'...
remote: Counting objects: 1254, done.
remote: Total 1254 (delta 0), reused 0 (delta 0), pack-reused 1254
Receiving objects: 100% (1254/1254), 5.52 MiB | 1.07 MiB/s, done.
Resolving deltas: 100% (572/572), done.
Checking connectivity... done.
nb@nathanforhire:~/proj/gamerholiccoin$ cd GamerHolicCoin/
nb@nathanforhire:~/proj/gamerholiccoin/GamerHolicCoin$ cd src/
nb@nathanforhire:~/proj/gamerholiccoin/GamerHolicCoin/src$ make -f makefile.unix # HEADLESS GAMERHOLICCOIN
g++ -c -O2 -pthread -Wall -Wextra -Wno-ignored-qualifiers -Wformat -Wformat-security -Wno-unused-parameter -g -DBOOST_SPIRIT_THREADSAFE -I/home/nb/proj/gamerholiccoin/GamerHolicCoin/src -I/home/nb/proj/gamerholiccoin/GamerHolicCoin/src/obj -DUSE_UPNP=0 -DUSE_IPV6=1 -I/home/nb/proj/gamerholiccoin/GamerHolicCoin/src/leveldb/include -I/home/nb/proj/gamerholiccoin/GamerHolicCoin/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:6:53: fatal error: boost/algorithm/string/classification.hpp: No such file or directory
compilation terminated.
makefile.unix:157: recipe for target 'obj/alert.o' failed
make: *** [obj/alert.o] Error 1
nb@nathanforhire:~/proj/gamerholiccoin/GamerHolicCoin/src$ make -f makefile.unix # HEADLESS GAMERHOLICCOIN
How can I resolve this? Is this expected?
// , Does this require the
boostlibs?I got the following error upon attempting the installation instructions:
How can I resolve this? Is this expected?