Post
Topic
Board Mining (Altcoins)
Re: [MTC] High Performance GPU Miner for Metiscoin (Updated - 12 Feb 2014)
by
gigawatt
on 14/02/2014, 14:07:39 UTC
compile error in Archlinux.

cpu : AMD Athlon(tm) II X3 440 Processor
display card: microstar hd7850
driver: catalyst 14.1

Quote
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.