The existing Bitcoin ABC code would not compile on macOS. It appears to be related to Boost. Adding "const" to a few lines in miner.h and txmempool.h allowed the build process to proceed. This change is consistent with a change performed on Bitcoin Core (https://github.com/bitcoin/bitcoin/pull/12032/files). Make boost::multi_index comparators const.
Details
Details
- Reviewers
deadalnix BMahon9 - Group Reviewers
Restricted Owners Package (Owns No Changed Paths) Restricted Project - Commits
- rSTAGING539160cd04ce: Updated to allow macOS build
rABC539160cd04ce: Updated to allow macOS build
Confirm the changes allow the build process to proceed as desired on Linux/Windows
Diff Detail
Diff Detail
- Repository
- rABC Bitcoin ABC
- Branch
- master
- Lint
Lint Passed - Unit
No Test Coverage - Build Status
Buildable 1467 Build 1467: arc lint + arc unit