Boost logo

Boost :

From: Peter Dimov (pdimov_at_[hidden])
Date: 2021-01-03 18:12:46


Antony Polukhin wrote:
> I see a bunch of CI failures https://apolukhin.github.io/en/developer.html
> for different versions of MSVC. There are some complains on 'cl':
>
> compile-c-c++
> ..\..\..\bin.v2\libs\type_index\test\track_13621.test\msvc-9.0\release\threading-multi\track_13621.obj
> 'cl' is not recognized as an internal or external command, operable
> program or batch file.

You need to pass address-model=32. The default is now 64 bit (inferred from
PROCESSOR_ARCHITECTURE=AMD64 AFAICS), and not all Appveyor MSVC versions
support 64 bit.


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk