Post
Topic
Board Announcements (Altcoins)
Re: Sucre (SUCR) X11 based cryptocurrency POW, Masternode, Private and Instant Send
by
pickleRick
on 30/12/2017, 06:08:20 UTC
When building on Mac, I'm getting several errors like so:

In file included from /usr/local/include/boost/multi_index/ordered_index.hpp:17:
/usr/local/include/boost/multi_index/detail/ord_index_impl.hpp:1172:25: error:
      no matching function for call to object of type 'const key_compare' (aka
      'const CompareTxMemPoolEntryByScore')
    return y==header()||comp_(key(v),key(y->value()));

The comp_(key(v)....  function is the reason for the error.