Either way, you're missing the Boost libraries and that's why the compilation is failing. On Ubuntu you can install them with apt-get install libboost-system-dev libboost-filesystem-dev libboost-program-options-dev libboost-thread-dev.
But MinGW does not have apt, so are you sure you're not actually compiling Core from inside WSL Ubuntu?
I use digitalocean droplet server with ubuntu18.04 to compile this.
cd MCOIN
when I try to command make
this error happen
I try to command make -mt
error gone
but I dont know it is correct answer ot not.
I already install
Install the required dependencies.
sudo apt-get install build-essential libboost-filesystem-dev libboost-program-options-dev libboost-thread-dev libdb-dev libdb++-dev libminiupnpc-dev libssl1.0-dev
Required dependencies to compile the QT wallet.
sudo apt-get install libboost-all-dev qt5-default libqt5gui5 libqt5core5a libqt5dbus5 qttools5-dev qttools5-dev-tools libprotobuf-dev protobuf-compiler libqrencode-dev
from link https://www.walletbuilders.com/learning-center/article/how-do-i-compile-a-daemon-for-ubuntu-server-1804-scrypt-powpos
Thanks your reply.
help for more solution