On Mon, Dec 11, 2017 at 2:02 PM, Peter Dimov via Boost
Olaf van der Spek wrote:
Windows 7 x64 MSVC 15.5.1
PS C:\vc\boost_1_66_0> ./b2 Performing configuration checks
- 32-bit : no - 64-bit : no - arm : no - mips1 : no - power : no - sparc : no - x86 : no - combined : no
My guess is that the compiler doesn't work. My next guess is that you need to delete b2*.cmd from %tmp%.
That's better, thanks. PS C:\vc\boost_1_66_0> ./b2 ...found 1 target... ...updating 1 target... msvc.write-setup-script C:\Users\Olaf\AppData\Local\Temp\b2_msvc_14.1_vcvars32_.cmd ...updated 1 target... ...found 1 target... ...updating 1 target... msvc.write-setup-script C:\Users\Olaf\AppData\Local\Temp\b2_msvc_14.1_vcvarsx86_amd64_.cmd ...updated 1 target... Performing configuration checks - 32-bit : yes - arm : no - mips1 : no - power : no - sparc : no - x86 : yes Building the Boost C++ Libraries. -- Olaf