Skip to content

build: configure error related to boost:process when cross-compiling to windows #22319

@jarolrod

Description

@jarolrod

When trying to cross-compile for Windows on Ubuntu 20.04.2 LTS I ran into the following configuration error:

checking for Boost Process... configure: error: Boost::Process is required for external signer support, but not available!

Steps to reproduce:

  1. depends build for windows
     cd depends && make -jN HOST=x86_64-w64-mingw32
    
  2. After work is built, try to configure:
      cd .. && ./autogen.sh && CONFIG_SITE=$PWD/depends/x86_64-w64-mingw32/share/config.site ./configure
    
  3. Run into configuration error

System:

  • reproduced on VM with Ubuntu 20.04.2 LTS and desktop with Arch Linux

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions