cbuchner1 / CudaMiner

a CUDA accelerated litecoin mining application based on pooler's CPU miner
Other
688 stars 303 forks source link

Linux fails to build on 9eb44d0a24ec8e8ee381739cfd5c804bc3653637 #94

Closed ril3y closed 10 years ago

ril3y commented 10 years ago

It appears that commenting out line 876 through 879 in cpu-miner.c allows for the program to compiler after that. See below.

//case ALGO_KECCAK: // rc = scanhash_keccak(thr_id, work.data, work.target, // max_nonce, &tv_start, &tv_end, &hashes_done); // break;

https://github.com/cbuchner1/CudaMiner/commit/9eb44d0a24ec8e8ee381739cfd5c804bc3653637

cbuchner1 commented 10 years ago

and one more person who didn't run ./autogen.sh - see INSTALL file

2014-02-11 5:53 GMT+01:00 ril3y notifications@github.com:

It appears that commenting out line 876 through 879 in cpu-miner.c allows for the program to compiler after that. See below.

//case ALGO_KECCAK: // rc = scanhash_keccak(thr_id, work.data, work.target, // max_nonce, &tv_start, &tv_end, &hashes_done); // break;

9eb44d0https://github.com/cbuchner1/CudaMiner/commit/9eb44d0a24ec8e8ee381739cfd5c804bc3653637

Reply to this email directly or view it on GitHubhttps://github.com/cbuchner1/CudaMiner/issues/94 .

ril3y commented 10 years ago

Doh! thanks. At least this way there will be some error terms for future idiots to google on! Sorry.