Post
Topic
Board Bitcoin Discussion
Re: Bitcoin Core 0.11.0 has been released
by
TurdHurdur
on 12/07/2015, 20:37:53 UTC
Any help with the following error I get on Debian 6 LTS when trying to build would be appreciated:

Code:
In file included from bitcoind.cpp:11:
scheduler.h:14:35: error: boost/chrono/chrono.hpp: No such file or directory
In file included from main.h:14,
                 from bitcoind.cpp:9:
chain.h: In member function ‘bool CBlockIndex::IsValid(BlockStatus) const’:
chain.h:260: warning: comparison between signed and unsigned integer expressions
chain.h: In member function ‘bool CBlockIndex::RaiseValidity(BlockStatus)’:
chain.h:270: warning: comparison between signed and unsigned integer expressions
In file included from bitcoind.cpp:11:
scheduler.h: At global scope:
scheduler.h:45: error: ‘boost::chrono’ has not been declared
scheduler.h:45: error: expected ‘,’ or ‘...’ before ‘t’
scheduler.h:70: error: ‘boost::chrono’ has not been declared
scheduler.h:70: error: expected ‘,’ or ‘...’ before ‘&’ token
scheduler.h:74: error: ‘chrono’ is not a member of ‘boost’
scheduler.h:74: error: ‘chrono’ is not a member of ‘boost’
scheduler.h:74: error: wrong number of template arguments (1, should be 4)
/usr/include/c++/4.4/bits/stl_multimap.h:86: error: provided for ‘template class std::multimap’
scheduler.h: In member function ‘bool CScheduler::shouldStop()’:
scheduler.h:80: error: request for member ‘empty’ in ‘((CScheduler*)this)->CScheduler::taskQueue’, which is of non-class type ‘int’
make[2]: *** [bitcoind-bitcoind.o] Error 1
make[2]: Leaving directory `/usr/local/src/bitcoin-0.11.0/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/usr/local/src/bitcoin-0.11.0/src'
make: *** [all-recursive] Error 1