Is the miner in the first page compatible with ypool (seems to have its own?)... and if yes, which is the fastest?
And a second question: If I replace g++ with clang++ I get this:
make
clang++ -c -Wall -Wextra -std=c++0x -O3 -march=native -fomit-frame-pointer -march=native -I/usr/local/include -I/usr/include -IxptMiner/includes/ -IxptMiner/OpenCL -I../gmp-5.1.3 xptMiner/ticker.cpp -o xptMiner/ticker.o
clang++ -c -Wall -Wextra -std=c++0x -O3 -march=native -fomit-frame-pointer -march=native -I/usr/local/include -I/usr/include -IxptMiner/includes/ -IxptMiner/OpenCL -I../gmp-5.1.3 xptMiner/main.cpp -o xptMiner/main.o
In file included from xptMiner/main.cpp:1:
xptMiner/global.h:4:10: fatal error: 'algorithm' file not found
#include
^
1 error generated.
make: *** [xptMiner/main.o] Error 1
...any ideas to fix it?