$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
From: Simon Richter (Simon.Richter_at_[hidden])
Date: 2019-12-06 10:34:08
Hi,
> Not all the libraries build in arm64, (but the libs I need did build fine).
Did you build them on an arm64 system, or use a cross-compiler?
For me, building with
vcvarsall.bat amd64
bootstrap.bat
vcvarsall.bat amd64_arm64
b2 architecture=arm address-model=64 ...
hangs, as the build process attempts to execute an arm64 binary, which
opens a dialog "not a valid Win32 application" and waits for the user to
acknowledge.
Simon