ccminer.cpp: In function void* miner_thread(void*):
ccminer.cpp:1852:12: error: Sleep was not declared in this scope
Sleep(1);
^
Makefile:1836: recipe for target 'ccminer-ccminer.o' failed
linux not compile on ubuntu
Replace Sleep with usleep
I made a pull request to fix this but for some reason sp didn't want to merge it.