Post
Topic
Board CPU/GPU Bitcoin mining hardware
Re: Ufasoft Miner Thread - SSE2-optimized for Intel CPUs, version 0.7 (2011-April)
by
aeMaeth
on 25/04/2011, 07:46:16 UTC
Version 0.7 released.
Supports Long polling Protocol
Some bugs fixed

Just tried to compile this on Linux x86-64.
It dumps a ton of warning and fails with the following errors:

Code:
el/inc/../libext/ext-fw.h:924: error: cast from ‘void*’ to ‘int’ loses precision
bitcoin-sha256.h:52: error: ‘_rotr’ was not declared in this scope

I have the same error

Code:
In file included from bitcoin-miner.cpp:33:
bitcoin-sha256.h: In function ‘Ext::UInt32 Rotr32(Ext::UInt32, int)’:
bitcoin-sha256.h:50: error: ‘_rotr’ was not declared in this scope
make: *** [bitcoin-miner.o] Error 1