|
December 16, 2011, 12:15:43 AM |
|
(Posting here 'cause I'm still trapped in "Newbies") According to the ufasoft miner webpage, compiling is now supported on 64-bit linux
After trying and failing with the previous release I downloaded the latest source and tried to get it built...
I get the following errors:
In file included from ./el/libext/ext-cpp.h:92, from ./el/libext.h:1523, from ./el/ext.h:23, from src/bitcoin-miner.cpp:14: ./el/libext/exthelpers.h:914: error: only declarations of constructors can be âexplicitâ In file included from ./el/libext/ext-cpp.h:906, from ./el/libext.h:1523, from ./el/ext.h:23, from src/bitcoin-miner.cpp:14: ./el/libext/ext-base.h:450: error: only declarations of constructors can be âexplicitâ In file included from ./el/libext/ext-cpp.h:920, from ./el/libext.h:1523, from ./el/ext.h:23, from src/bitcoin-miner.cpp:14: ./el/libext/ext-fw.h:1093: error: only declarations of constructors can be âexplicitâ In file included from src/bitcoin-miner.cpp:20: src/miner.h:54: error: only declarations of constructors can be âexplicitâ
I'm using Ubuntu Server 10.04 64bit
|