sipa / bitcoin-seeder

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

compiler error

eMosbat opened this issue · comments

commented

I get this error in debian 8

make

gcc -pthread -std=c99 -O3 -g0 -march=native dns.c -Wall -c -o dns.o
g++ -std=c++11 -pthread -O3 -g0 -march=native -Wall -Wno-unused -Wno-sign-compare -Wno-reorder -Wno-comment -c -o bitcoin.o bitcoin.cpp
g++ -std=c++11 -pthread -O3 -g0 -march=native -Wall -Wno-unused -Wno-sign-compare -Wno-reorder -Wno-comment -c -o netbase.o netbase.cpp
In file included from /usr/include/boost/mpl/aux_/na_assert.hpp:23:0,
from /usr/local/include/boost/mpl/arg.hpp:25,
from /usr/local/include/boost/mpl/placeholders.hpp:24,
from /usr/local/include/boost/iterator/iterator_categories.hpp:17,
from /usr/local/include/boost/iterator/iterator_adaptor.hpp:14,
from /usr/local/include/boost/iterator/transform_iterator.hpp:12,
from /usr/include/boost/algorithm/string/case_conv.hpp:17,
from netbase.cpp:14:
/usr/local/include/boost/mpl/assert.hpp:28:41: fatal error: boost/mpl/aux_/config/gpu.hpp: No such file or directory
#include <boost/mpl/aux_/config/gpu.hpp>
^
compilation terminated.
Makefile:8: recipe for target 'netbase.o' failed
make: *** [netbase.o] Error 1