Failed to build on Ubuntu Hirsute 21.04 #79
Labels
No labels
bug
duplicate
enhancement
help wanted
invalid
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
Core-Wallets/monacoin#79
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
I tried to build Monacoin on Ubuntu Hirsute 21.04 (PPA), but I got the following error.
The complete build log can be found at here.
The error message says the std::deque is declared in <deque>, but this header file is not included in the source file.
It can be solved by just adding the "#include <deque>" directive.
This issue is also reported in the Litecoin repo https://github.com/litecoin-project/litecoin/issues/632 and was solved by the PR https://github.com/litecoin-project/litecoin/pull/643.
(In addition to this, the repo is not maintained for more than two years.
You should catch up to the upstream repo, or may cause a significant security defect.)
Just a quick note but this statement isn't entirely accurate. I don't know what the timeline for a release is like for this branch, though.
https://github.com/monacoinproject/monacoin/tree/base-0.18
Thanks for the report !!
I'll test it here as well.