Build error on Fedora 40: ReentrantLock.h:22:1: error: expected class-name before ‘{’ token
BitcoinArmory/cppForSwig/ReentrantLock.h needs the import added:
#include <stdexcept>
Getting past that, there are incompatibilities with the Python 3 lib installed on Fedora 40.
What branch are you trying to build?
The latest release: 0.96.5
Edit: I see that the dev branch has this change. The build instructions say to pull from a tag. Should update that to dev instead
Development takes place in dev, there's not stable revision yet worthy of tag. capnp is the current feature branch, it comes with up to date build instructions. loading_wallets is the current bleeding edge branch.
Thanks for the explanation. Good info to include in the Readme
Right maybe I should update the README in dev. Will do when I'm back from xmass holidays trip.
README names the development and release branches, closing this issue.