compile error in Archlinux.
cpu : AMD Athlon(tm) II X3 440 Processor
display card: microstar hd7850
driver: catalyst 14.1
g++ -c -static -Wall -Wextra -std=c++0x -O2 -fomit-frame-pointer -march=native -I/usr/local/include -I/usr/include -IxptMiner/includes/ xptMiner/main.cpp -o xptMiner/main.o
In file included from xptMiner/global.h:77:0,
from xptMiner/main.cpp:1:
xptMiner/OpenCLObjects.h:77:9: error: extra qualification 'OpenCLKernel::' on member 'getPreferredWorkGroupSize' [-fpermissive]
size_t OpenCLKernel::getPreferredWorkGroupSize(OpenCLDevice* device);
^
Makefile:93: recipe for target 'xptMiner/main.o' failed
make: *** [xptMiner/main.o] Error 1
Whoops, looks like one of my tweaks broke something. I pushed a fix to github, you should be good to go.