haven-protocol-org / haven-main

Haven is an untraceable cryptocurrency with a mix of standard market pricing and real world asset-pegged value storage. It achieves this via a “mint and burn” process within a single blockchain.
https://havenprotocol.org
Other
39 stars 25 forks source link

boost-1.81.0 support. #55

Open amano-kenji opened 1 year ago

amano-kenji commented 1 year ago
/var/tmp/portage/net-p2p/haven-main-3.0.5/work/haven-main-3.0.5/src/common/threadpool.h:88:10: error: ‘deque’ in namespace ‘std’ does not name a template type
   88 |     std::deque<entry> queue;
      |          ^~~~~
/var/tmp/portage/net-p2p/haven-main-3.0.5/work/haven-main-3.0.5/src/common/dns_utils.cpp:522:8: error: ‘deque’ is not a member of ‘std’
  522 |   std::deque<bool> avail(dns_urls.size(), false), valid(dns_urls.size(), false);
      |        ^~~~~

There are more errors, but the errors are caused by boost-1.81.0.

amano-kenji commented 1 year ago

boost-1.80.0 is being phased out on gentoo linux.