Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Build error on Fedora 40: ReentrantLock.h:22:1: error: expected class-name before ‘{’ token #717

Open
peacechen opened this issue Dec 18, 2024 · 5 comments

Comments

@peacechen
Copy link

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.

@goatpig
Copy link
Owner

goatpig commented Dec 19, 2024

What branch are you trying to build?

@peacechen
Copy link
Author

peacechen commented Dec 19, 2024

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

@goatpig
Copy link
Owner

goatpig commented Dec 20, 2024

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.

@peacechen
Copy link
Author

Thanks for the explanation. Good info to include in the Readme

@goatpig
Copy link
Owner

goatpig commented Dec 21, 2024

Right maybe I should update the README in dev. Will do when I'm back from xmass holidays trip.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants