When attempting to cross-compile for linux (x86_64-pc-linux-gnu) on macOS 11.2, I get the following error:
install: /Users/xyz/Code/bitcoin/depends/work/build/x86_64-pc-linux-gnu/freetype/2.7.1-9c18085ceb3/objs/.libs/libfreetype.so.6.13.0: No such file or directory
make[1]: *** [install] Error 71
make: *** [/Users/xyz/Code/bitcoin/depends/work/staging/x86_64-pc-linux-gnu/freetype/2.7.1-9c18085ceb3/.stamp_staged] Error 2
To reproduce:
- Clone master on an intel macOS 11.2 machine
- run make depends with the following parameters:
make HOST=x86_64-pc-linux-gnu -jx - Get the reported error when building
System information
Bitcoin Core Version: master branch off github Machine: 2020 Intel Macbook Pro running macOS 11.2