0
sudo apt update sudo apt upgrade sudo apt install build-essential libtool autotools-dev automake pkg-config bsdmainutils curl git installed all the dependencies in dependencies.md sudo apt install nsis git clone https://github.com/bitcoin/bitcoin.git cd bitcoin sudo apt install g++-mingw-w64-x86-64-posix PATH=$(echo "$PATH" | sed -e 's/:/mnt.*//g') cd depends make HOST=x86_64-w64-mingw32 -j9 cd .. ./autogen.sh CONFIG_SITE=$PWD/depends/x86_64-w64-mingw32/share/config.site ./configure --prefix=/ make -j9 

For Linux, the build was successful and the QT wallet is working correctly, but when I tried to build for Windows, the problem started with several errors in notificator.cpp, which is located in the qt folder.

Machine specifications

Debian bookworm LXQT Release: 12 AMD Ryzen 7 3800X RAM 32GB HDD 2TB version of Bitcoin Core is latestenter image description here

8
  • Hi Nobody, this is a question and answer platform. What’s your question? If you want to file a bug, it might be better directed at the Bitcoin Core repository Commented Mar 20, 2024 at 17:10
  • I already did this, but after a few minutes they closed the issue without giving any solution. Commented Mar 20, 2024 at 17:26
  • Assuming that you are talking about github.com/bitcoin/bitcoin/issues/29682, it looks like the people responding to your issue indicate that you are not following the instructions for cross-compiling for the version of Bitcoin Core you were trying to compile. What happens when you try to follow the documentation? Commented Mar 20, 2024 at 17:46
  • I actually built with posix and with win32 and got the same errors, but the build was successful for Linux, by the way, I build & cross compiled successfully other POW Kawpow, Progpowz, Heavyhash but for BTC I got these errors Commented Mar 20, 2024 at 17:53
  • 1
    You really clarified things to me and what I should do. I'll do all what you said. Thank you so much Commented Mar 20, 2024 at 18:31

0

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.