burst-miner icon indicating copy to clipboard operation
burst-miner copied to clipboard

Problems compiling in debian

Open enavarrocu opened this issue 10 years ago • 0 comments

When I tried to compile I got:

src/Miner.cpp: In member function 'void Burst::Miner::nonceSubmitterThread()': src/Miner.cpp:155:9: error: 'sleep_for' is not a member of 'std::this_thread' make: *** [bin/Miner.o] Error 1

I solved adding -D_GLIBCXX_USE_NANOSLEEP to the CFLAGS in the Make file.

enavarrocu avatar Oct 14 '14 16:10 enavarrocu