-
Notifications
You must be signed in to change notification settings - Fork 25
Open
Description
Description:
After i run command ".\b2 -j16 variant=release --build-dir=C:\gitP\boostorg\boost\amd64 libs\compatibility address-model=64", report error:
error: No best alternative for /C:/gitP/boostorg/boost/libs/mpi/build/boost_mpi with ms 64 x86 off pe <boost.beast.allow-deprecated>on <boost.beast.separate-compilation>on fcontext off object off linker on on off full hide static yes yes speed NT on on off off on off shared native off windows <testing.execute>on win32 multi toolset-msvc:version14.3 msvc release off hidden off on desktop x86_64
matched: (empty)
matched: (empty)
Reproduce steps:
- git -C "C:\gitP" clone --no-checkout https://github.com/boostorg/boost boostorg\boost
- git -C "C:\gitP\boostorg\boost" checkout b485d5f
- set VSCMD_SKIP_SENDTELEMETRY=1 & "C:\Program Files\Microsoft Visual Studio\2022\Enterprise\Common7\Tools\VsDevCmd.bat" -host_arch=amd64 -arch=amd64 & set CL= /Bcapture_repro C:\logs\Boost\preprocessed_repro_build & set LINK= /onfailrepro:C:\logs\Boost\link_repro_build
- set PATH=C:\Program Files\Microsoft Visual Studio\2022\Enterprise\Common7\IDE\CommonExtensions\Microsoft\CMake\CMake\bin;%PATH%
- set CL=/DBOOST_TIMER_ENABLE_DEPRECATED %CL%
- cd /d C:\gitP\boostorg\boost
- .\bootstrap 2>&1
- .\b2 headers variant=release --build-dir=C:\gitP\boostorg\boost\amd64 address-model=64 architecture=x86
- .\b2 variant=release --build-dir=C:\gitP\boostorg\boost\amd64 address-model=64 architecture=x86
- .\b2 -j16 variant=release --build-dir=C:\gitP\boostorg\boost\amd64 libs\compatibility address-model=64 2>&1
Metadata
Metadata
Assignees
Labels
No labels