We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Current behavior: Build fails with various compiler errors related to ABI changes from later versions of Boost, Protobuf, and miniupnpc.
Expected behavior Build succeeds after applying patches from upstream Dogecoin and Bitcoin
Many of the above patches (or fixes) are already in Dogecoin master branch
Steps to reproduce: Attempt to build Pepecoin using modern versions of miniupnpc (>=2.2.8), protobuf (24.x), and Boost (>=1.74.0)
Screenshots N/a
Pepecoin Core version 1.0.1
Machine specs
Extra information
The following commit is the full set of patching I did to allow it to build on FreeBSD tuaris/FreeBSD-Coin-Ports@1cad04c
The text was updated successfully, but these errors were encountered:
Did you check against dev-1.1.0 branch? Seems like lots of dogecoin patches have been pulled in.
Sorry, something went wrong.
Can confirm that compiling branch 1.1.0-dev on Arch Linux fails as well, due to the same issues related to miniupnp and protobuf.
1.1.0-dev
One possible solution is applying the following patch, which includes changes similar to dogecoin/dogecoin#3589 (use c++17) and bitcoin/bitcoin#30283 (fix miniupnp function signature).
No branches or pull requests
Bug Report
Current behavior:
Build fails with various compiler errors related to ABI changes from later versions of Boost, Protobuf, and miniupnpc.
Expected behavior
Build succeeds after applying patches from upstream Dogecoin and Bitcoin
Many of the above patches (or fixes) are already in Dogecoin master branch
Steps to reproduce:
Attempt to build Pepecoin using modern versions of miniupnpc (>=2.2.8), protobuf (24.x), and Boost (>=1.74.0)
Screenshots
N/a
Pepecoin Core version
1.0.1
Machine specs
Extra information
The following commit is the full set of patching I did to allow it to build on FreeBSD
tuaris/FreeBSD-Coin-Ports@1cad04c
The text was updated successfully, but these errors were encountered: