Post
Topic
Board Mining software (miners)
Re: CGMINER GPU FPGA overc monit fanspd RPC stratum linux/windows/osx/mip/r-pi 2.8.4
by
wind
on 18/10/2012, 11:31:40 UTC
again 2.8.4 doesn't compile on Windows with opencl enabled Smiley
Commenting this code in configure.ac solves the problem  Smiley
Code:
if test "x$AMDAPPSDKROOT" != x; then
OPENCL_FLAGS="-I$AMDAPPSDKROOT/include $OPENCL_FLAGS"
OPENCL_LIBS="-L$AMDAPPSDKROOT/lib/$ARCH_DIR $OPENCL_LIBS"
fi