uint256.h:16:19: fatal error: gmpxx.h: No such file or directoryIn file included from cuda_mul.cu:48:0:
uint256.h:16:19: fatal error: gmpxx.h: No such file or directory
Install the development library for gmp. Exact instructions depend on your linux distribution.
I realize you're not CudaMiner support so don't need to reply, but used these instructions, on Ubuntu 14.04
http://ubuntuforums.org/showthread.php?t=1043547and got:
make[2]: Leaving directory `/home/CudaMiner'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/CudaMiner'
make: *** [all] Error 2
I'm able to compile all other Linux CudaMiners, is why I brought up this being an obscure install, I guess it needs something I've never had to use before up until now.