Is there an existing issue for this?
- I have searched the existing issues
Current behaviour
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
selected the ‘posix’ variant for both. sudo update-alternatives –config x86_64-w64-mingw32-g++ sudo update-alternatives –config x86_64-w64-mingw32-gcc
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
Expected behaviour
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.
Steps to reproduce
Relevant log output
No response
How did you obtain Bitcoin Core
Compiled from source
What version of Bitcoin Core are you using?
latest
Operating system and version
Debian bookworm
Machine specifications
Debian bookworm LXQT Release: 12 AMD Ryzen 7 3800X RAM 32GB HDD 2TB