开始运行:
%comspec% /k "C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\VC\Auxiliary\Build\vcvarsamd64_x86.bat"
cd F:\boost_1_72_0
F:
bootstrap.bat

自动生成b2.exe,再执行
.\b2.exe --toolset=msvc-14.2 architecture=x86 address-model=32 link=static --build-type=complete --with-system --with-thread --with-date_time --with-filesystem --with-serialization
.\b2.exe --toolset=msvc-14.2 architecture=x86 address-model=32 link=static --build-type=complete --with-system --with-thread --with-random --with-filesystem --with-serialization
.\b2.exe --toolset=msvc-14.2 architecture=x86 address-model=32 link=static --build-type=complete --with-system --with-thread --with-regex --with-filesystem --with-serialization

执行完成自动生成文件:
F:\boost_1_72_0\stage\lib

 

 

VS2019 fatal error LNK1104: 无法打开文件“libboost_random-vc142-mt-gd-x32-1_72.lib”错误处理

相关文章:

  • 2021-07-04
  • 2022-02-04
  • 2021-08-08
  • 2022-12-23
  • 2021-09-21
  • 2021-12-17
  • 2021-09-17
  • 2021-06-20
猜你喜欢
  • 2021-06-16
  • 2021-11-10
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-11-24
  • 2021-12-14
相关资源
相似解决方案