$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: Osman Zakir (osmanzakir90_at_[hidden])
Date: 2020-08-12 22:39:58
I tried to build Boost version 1.73.0 with clang-cl.exe but ran into trouble. I've attached my project-config.jam file to this message for you guys to review, as well as the config.log file which shows the output for the run.
The command I ran on the command line when invoking b2 was
"b2 --build-type=complete address-model=64 install"
But I saw in the output that the address model and architecture wasn't set and it seemed to think I was building for Linux. What went wrong?