When trying to cross-compile for Windows on Ubuntu 20.04.2 LTS I ran into the following configuration error:
0checking for Boost Process... configure: error: Boost::Process is required for external signer support, but not available!
Steps to reproduce:
- depends build for windows
0 cd depends && make -jN HOST=x86_64-w64-mingw32
- After work is built, try to configure:
0 cd .. && ./autogen.sh && CONFIG_SITE=$PWD/depends/x86_64-w64-mingw32/share/config.site ./configure
- Run into configuration error
System:
- reproduced on VM with Ubuntu 20.04.2 LTS and desktop with Arch Linux