Closed allesklaar closed 4 years ago
Thanks for the report. I'll added the upstream fix for this in the 0.18 and master branch, please pull changes and run make again.
@Bushstar It builds fine again as of master/762e5313eecdbfad9cdc46e9f7bd984024c9c6c9. Thanks.
I am facing same problem as poster, anyone can give some advice to fix it?
thanks!
use the commit master/762e5313eecdbfad9cdc46e9f7bd984024c9c6c9 acording to Bushstar it compiles with that commit.
Also please notice, that the current version of the wallet is 19.3. Unless you have special reasons, please use 19.3
use the commit master/762e5313eecdbfad9cdc46e9f7bd984024c9c6c9 acording to Bushstar it compiles with that commit.
Also please notice, that the current version of the wallet is 19.3. Unless you have special reasons, please use 19.3
Hi, thanks for your reply,
May I ask, how you do that?
I am completely noob at this
thanks in advance
The problem was a missing...
#include <deque>
This is now present in httpserver.cpp in 0.18, 0.19 and the latest master so should not result in the exact same error unless using old source. Do git pull and make sure your branch is up to date with the branch on GitHub. If you still have trouble then paste the error message here.
The problem was a missing...
#include <deque>
This is now present in httpserver.cpp in 0.18, 0.19 and the latest master so should not result in the exact same error unless using old source. Do git pull and make sure your branch is up to date with the branch on GitHub. If you still have trouble then paste the error message here.
Hi again, my problem is the next that I am facing: https://bitcointalk.org/index.php?topic=5318643.new I forgot that I posted it into BitCoinTalk
Before doing pull, i want to finishing creating the project
error message is shown in the link that i pasted
Thanks, kind regards
Git status: ┌──(root💀kali)-[/home/kali/XXXXXXXX] └─# git status 2 ⨯ On branch 1.0 nothing to commit, working tree clean
Is this related to Feathercoin?
Anyway this is the fix you are looking for, you need to add the missing include in that file.
This is Arch Linux, last updated on 14.03.2020.
git checkout v0.18.3
./autogen.sh && ./configure --with-incompatible-bdb && make -j3
Failed build output: