microsoft / vcpkg

C++ Library Manager for Windows, Linux, and MacOS
MIT License
23.22k stars 6.4k forks source link

[boost-regex] Build error #33289

Closed shuaigeGoku closed 3 months ago

shuaigeGoku commented 1 year ago

Copy issue body from C:/dev/vcpkg/installed/vcpkg/issue_body.md

FrankXie05 commented 1 year ago

Please provide the error log. @shuaigeGoku

shuaigeGoku commented 1 year ago
PS C:\dev\vcpkg>  .\vcpkg.exe install cgal
Computing installation plan...
The following packages will be built and installed:
  * boost-accumulators:x64-windows -> 1.82.0#2
  * boost-algorithm:x64-windows -> 1.82.0#2
  * boost-align:x64-windows -> 1.82.0#2
  * boost-any:x64-windows -> 1.82.0#2
  * boost-atomic:x64-windows -> 1.82.0#3
  * boost-bimap:x64-windows -> 1.82.0#2
  * boost-callable-traits:x64-windows -> 1.82.0#2
  * boost-chrono:x64-windows -> 1.82.0#2
  * boost-container:x64-windows -> 1.82.0#2
  * boost-date-time:x64-windows -> 1.82.0#2
  * boost-dynamic-bitset:x64-windows -> 1.82.0#2
  * boost-endian:x64-windows -> 1.82.0#2
  * boost-exception:x64-windows -> 1.82.0#2
  * boost-filesystem:x64-windows -> 1.82.0#2
  * boost-foreach:x64-windows -> 1.82.0#2
  * boost-format:x64-windows -> 1.82.0#2
  * boost-geometry:x64-windows -> 1.82.0#2
  * boost-graph:x64-windows -> 1.82.0#2
  * boost-heap:x64-windows -> 1.82.0#2
  * boost-interval:x64-windows -> 1.82.0#2
  * boost-intrusive:x64-windows -> 1.82.0#2
  * boost-iostreams[bzip2,core,lzma,zlib,zstd]:x64-windows -> 1.82.0#2
  * boost-lambda:x64-windows -> 1.82.0#2
  * boost-lexical-cast:x64-windows -> 1.82.0#2
  * boost-logic:x64-windows -> 1.82.0#2
  * boost-math:x64-windows -> 1.82.0#2
  * boost-multi-array:x64-windows -> 1.82.0#2
  * boost-multi-index:x64-windows -> 1.82.0#2
  * boost-multiprecision:x64-windows -> 1.82.0#2
  * boost-phoenix:x64-windows -> 1.82.0#2
  * boost-polygon:x64-windows -> 1.82.0#2
  * boost-pool:x64-windows -> 1.82.0#2
  * boost-property-map:x64-windows -> 1.82.0#2
  * boost-property-tree:x64-windows -> 1.82.0#2
  * boost-proto:x64-windows -> 1.82.0#2
  * boost-ptr-container:x64-windows -> 1.82.0#2
  * boost-qvm:x64-windows -> 1.82.0#2
  * boost-random:x64-windows -> 1.82.0#2
  * boost-range:x64-windows -> 1.82.0#2
  * boost-ratio:x64-windows -> 1.82.0#2
  * boost-rational:x64-windows -> 1.82.0#2
  * boost-regex:x64-windows -> 1.82.0#2
  * boost-serialization:x64-windows -> 1.82.0#2
  * boost-spirit:x64-windows -> 1.82.0#2
  * boost-system:x64-windows -> 1.82.0#2
  * boost-thread:x64-windows -> 1.82.0#2
  * boost-tokenizer:x64-windows -> 1.82.0#2
  * boost-tti:x64-windows -> 1.82.0#2
  * boost-type-index:x64-windows -> 1.82.0#2
  * boost-ublas:x64-windows -> 1.82.0#3
  * boost-units:x64-windows -> 1.82.0#2
  * boost-unordered:x64-windows -> 1.82.0#2
  * boost-variant:x64-windows -> 1.82.0#2
  * boost-variant2:x64-windows -> 1.82.0#2
  * boost-winapi:x64-windows -> 1.82.0#2
  * boost-xpressive:x64-windows -> 1.82.0#2
  * bzip2[core,tool]:x64-windows -> 1.0.8#5
    cgal:x64-windows -> 5.6
  * gmp:x64-windows -> 6.2.1#21
  * liblzma:x64-windows -> 5.4.3#1
  * mpfr:x64-windows -> 4.2.0#1
  * vcpkg-cmake-config:x64-windows -> 2022-02-06#1
  * zlib:x64-windows -> 1.2.13
  * zstd:x64-windows -> 1.5.5
Additional packages (*) will be modified to complete this operation.
Detecting compiler hash for triplet x64-windows...
-- Automatically setting HTTP(S)_PROXY environment variables to "127.0.0.1:7890".
Restored 1 package(s) from C:\Users\李炳豪\AppData\Local\vcpkg\archives in 18.7 ms. Use --debug to see more details.
Installing 1/64 boost-regex:x64-windows...
Building boost-regex:x64-windows...
-- Using cached boostorg-regex-boost-1.82.0.tar.gz.
-- Cleaning sources at C:/dev/vcpkg/buildtrees/boost-regex/src/ost-1.82.0-aceb223f87.clean. Use --editable to skip cleaning for the packages you specify.
-- Extracting source C:/dev/vcpkg/downloads/boostorg-regex-boost-1.82.0.tar.gz
-- Using source at C:/dev/vcpkg/buildtrees/boost-regex/src/ost-1.82.0-aceb223f87.clean
-- Including C:/dev/vcpkg/ports/boost-regex/b2-options.cmake
-- Getting CMake variables for x64-windows
-- Configuring x64-windows
-- Building x64-windows-dbg
CMake Error at scripts/cmake/vcpkg_execute_build_process.cmake:134 (message):
    Command failed: C:/dev/vcpkg/downloads/tools/cmake-3.27.1-windows/cmake-3.27.1-windows-i386/bin/cmake.exe --build . --config Debug --target install -- -v -j17
    Working Directory: C:/dev/vcpkg/buildtrees/boost-regex/x64-windows-dbg
    See logs for more information:
      C:\dev\vcpkg\buildtrees\boost-regex\install-x64-windows-dbg-out.log

Call Stack (most recent call first):
  installed/x64-windows/share/vcpkg-cmake/vcpkg_cmake_build.cmake:74 (vcpkg_execute_build_process)
  installed/x64-windows/share/vcpkg-cmake/vcpkg_cmake_install.cmake:16 (vcpkg_cmake_build)
  installed/x64-windows/share/boost-build/boost-modular-build.cmake:139 (vcpkg_cmake_install)
  ports/boost-regex/portfile.cmake:12 (boost_modular_build)
  scripts/ports.cmake:147 (include)

error: building boost-regex:x64-windows failed with: BUILD_FAILED
Elapsed time to handle boost-regex:x64-windows: 3 s
FrankXie05 commented 1 year ago

Please provide this error log C:\dev\vcpkg\buildtrees\boost-regex\install-x64-windows-dbg-out.log. :)

shuaigeGoku commented 1 year ago

install-x64-windows-dbg-out.log

github-actions[bot] commented 1 year ago

This is an automated message. Per our repo policy, stale issues get closed if there has been no activity in the past 28 days. The issue will be automatically closed in 14 days. If you wish to keep this issue open, please add a new comment.

github-actions[bot] commented 1 year ago

This is an automated message. Per our repo policy, stale issues get closed if there has been no activity in the past 28 days. The issue will be automatically closed in 14 days. If you wish to keep this issue open, please add a new comment.

github-actions[bot] commented 12 months ago

This is an automated message. Per our repo policy, stale issues get closed if there has been no activity in the past 28 days. The issue will be automatically closed in 14 days. If you wish to keep this issue open, please add a new comment.

lylong94 commented 9 months ago

@FrankXie05 I meet the same problem. Is there any solution to solve this?

FrankXie05 commented 9 months ago

@lylong94

[1] msvc-141/debug/address-model-64/architecture-x86/threadapi-win32/threading-multi
...skipped <pC:\dev\vcpkg\buildtrees\boost-regex\x64-windows-dbg\boost\build\4a0b98286dcb24041e334dac7d09e0e9>posix_api.obj for lack of <pC:\dev\vcpkg\buildtrees\boost-regex\x64-windows-dbg\boost\standalone\msvc\519b4a0bf9288c9063da17bc674d7350>msvc-setup.nup...

The log shows: You seem to be missing or not correctly identifying the msvc tool-setup. Can you check it manually? C:\dev\vcpkg\buildtrees\boost-regex\x64-windows-dbg\boost\standalone\msvc\519b4a0bf9288c9063da17bc674d7350>msvc-setup It should be msvc-setup.bat. 🧐 image

lylong94 commented 9 months ago

image Yes, the file is lost

FrankXie05 commented 9 months ago

@lylong94 Which version of vs are you installing? Do you have the corresponding toolset installed?

lylong94 commented 9 months ago

vs2022 This is message in my log file.

Host Environment

Host: x64-windows
Compiler: MSVC 19.38.33134.0
vcpkg-tool version: 2023-12-12-1c9ec1978a6b0c2b39c9e9554a96e3e275f7556e
vcpkg-scripts version: https://github.com/microsoft/vcpkg/commit/83444c57754d01d584a4a371a070c5147e8a5aae 2024-01-10 (2 weeks ago)
FrankXie05 commented 9 months ago

You need install MSVC v143 x64/x86 build tools. In fact, there is a more hacker approach. You can try to manually create an msvc-setup.bat(No need to write anything) in the folder \vcpkg\buildtrees\boost-regex\x64-windows-dbg\boost\standalone\msvc.

lylong94 commented 9 months ago

Well, create msvc-setup.bat is not work. I will try install build tools

FrankXie05 commented 9 months ago

I will try install build tools

Refer to: https://github.com/microsoft/vcpkg-tool/pull/314

lylong94 commented 9 months ago

@FrankXie05 There is what I have installed. image image image image It still not work.


I add set(VCPKG_PLATFORM_TOOLSET v143) to file vcpkg\triplets\x64-windows.cmake, the log shows it still use compiler Compiler: MSVC 19.38.33134.0.

What did I missed?

lylong94 commented 9 months ago

This is my log. Package: boost-regex:x64-windows@1.83.0

Host Environment

To Reproduce

vcpkg install boost-regex Failure logs

-- Using cached boostorg-regex-boost-1.83.0.tar.gz.
-- Cleaning sources at E:/Microsoft Visual Studio/VC/vcpkg/buildtrees/boost-regex/src/ost-1.83.0-4f302d8536.clean. Use --editable to skip cleaning for the packages you specify.
-- Extracting source E:/Microsoft Visual Studio/VC/vcpkg/downloads/boostorg-regex-boost-1.83.0.tar.gz
-- Using source at E:/Microsoft Visual Studio/VC/vcpkg/buildtrees/boost-regex/src/ost-1.83.0-4f302d8536.clean
-- Including E:/Microsoft Visual Studio/VC/vcpkg/ports/boost-regex/b2-options.cmake
-- Found external ninja('1.11.0').
-- Getting CMake variables for x64-windows
-- Configuring x64-windows
-- Building x64-windows-dbg
CMake Error at scripts/cmake/vcpkg_execute_build_process.cmake:134 (message):
    Command failed: E:/Qt5.15/Tools/CMake_64/bin/cmake.exe --build . --config Debug --target install -- -v -j17
    Working Directory: E:/Microsoft Visual Studio/VC/vcpkg/buildtrees/boost-regex/x64-windows-dbg
    See logs for more information:
      E:\Microsoft Visual Studio\VC\vcpkg\buildtrees\boost-regex\install-x64-windows-dbg-out.log

Call Stack (most recent call first):
  installed/x64-windows/share/vcpkg-cmake/vcpkg_cmake_build.cmake:74 (vcpkg_execute_build_process)
  installed/x64-windows/share/vcpkg-cmake/vcpkg_cmake_install.cmake:16 (vcpkg_cmake_build)
  installed/x64-windows/share/boost-build/boost-modular-build.cmake:139 (vcpkg_cmake_install)
  ports/boost-regex/portfile.cmake:12 (boost_modular_build)
  scripts/ports.cmake:170 (include)
E:\Microsoft Visual Studio\VC\vcpkg\buildtrees\boost-regex\install-x64-windows-dbg-out.log ``` Change Dir: 'E:/Microsoft Visual Studio/VC/vcpkg/buildtrees/boost-regex/x64-windows-dbg' Run Build Command(s): "E:/Microsoft Visual Studio/Common7/IDE/CommonExtensions/Microsoft/CMake/Ninja/ninja.exe" -v -v -j17 install [1/2] cmd.exe /C "cd /D "E:\Microsoft Visual Studio\VC\vcpkg\buildtrees\boost-regex\src\ost-1.83.0-4f302d8536.clean\build" && "E:\Microsoft Visual Studio\VC\vcpkg\installed\x64-windows\tools\boost-build\b2.exe" toolset=msvc "--user-config=E:/Microsoft Visual Studio/VC/vcpkg/buildtrees/boost-regex/x64-windows-dbg/user-config.jam" "--stagedir=E:/Microsoft Visual Studio/VC/vcpkg/buildtrees/boost-regex/x64-windows-dbg/stage" "--build-dir=E:/Microsoft Visual Studio/VC/vcpkg/buildtrees/boost-regex/x64-windows-dbg" runtime-link=shared link=shared address-model=64 architecture=x86 target-os=windows threadapi=win32 variant=debug --disable-icu --disable-icu --with-atomic --with-random --with-date_time --with-filesystem --with-system --with-thread --with-chrono -j 17 "-sBOOST_ROOT=E:/Microsoft Visual Studio/VC/vcpkg/installed/x64-windows/tools/boost-build" "-sBOOST_BUILD_PATH=E:/Microsoft Visual Studio/VC/vcpkg/installed/x64-windows/tools/boost-build" --debug-configuration --debug-building --debug-generators --ignore-site-config --hash -q debug-symbols=on -d +2 threading=multi stage" FAILED: CMakeFiles/boost E:/Microsoft Visual Studio/VC/vcpkg/buildtrees/boost-regex/x64-windows-dbg/CMakeFiles/boost cmd.exe /C "cd /D "E:\Microsoft Visual Studio\VC\vcpkg\buildtrees\boost-regex\src\ost-1.83.0-4f302d8536.clean\build" && "E:\Microsoft Visual Studio\VC\vcpkg\installed\x64-windows\tools\boost-build\b2.exe" toolset=msvc "--user-config=E:/Microsoft Visual Studio/VC/vcpkg/buildtrees/boost-regex/x64-windows-dbg/user-config.jam" "--stagedir=E:/Microsoft Visual Studio/VC/vcpkg/buildtrees/boost-regex/x64-windows-dbg/stage" "--build-dir=E:/Microsoft Visual Studio/VC/vcpkg/buildtrees/boost-regex/x64-windows-dbg" runtime-link=shared link=shared address-model=64 architecture=x86 target-os=windows threadapi=win32 variant=debug --disable-icu --disable-icu --with-atomic --with-random --with-date_time --with-filesystem --with-system --with-thread --with-chrono -j 17 "-sBOOST_ROOT=E:/Microsoft Visual Studio/VC/vcpkg/installed/x64-windows/tools/boost-build" "-sBOOST_BUILD_PATH=E:/Microsoft Visual Studio/VC/vcpkg/installed/x64-windows/tools/boost-build" --debug-configuration --debug-building --debug-generators --ignore-site-config --hash -q debug-symbols=on -d +2 threading=multi stage" notice: loading B2 from E:/Microsoft Visual Studio/VC/vcpkg/installed/x64-windows/tools/boost-build/src/kernel/bootstrap.jam notice: Site configuration files will be ignored due to the notice: --ignore-site-config command-line option. notice: Loading explicitly specified user configuration file: E:\Microsoft Visual Studio\VC\vcpkg\buildtrees\boost-regex\x64-windows-dbg\user-config.jam notice: Searching 'E:\Microsoft Visual Studio\VC\vcpkg\buildtrees\boost-regex\x64-windows-dbg' for user-config configuration file 'user-config.jam'. notice: Loading user-config configuration file 'user-config.jam' from 'E:/Microsoft Visual Studio/VC/vcpkg/buildtrees/boost-regex/x64-windows-dbg'. notice: [msvc-cfg] msvc-14.3 detected, command: 'E:\Microsoft Visual Studio\VC\Tools\MSVC\14.38.33130\bin\Hostx64\x64\cl.exe' notice: will use 'E:/Microsoft Visual Studio/VC/Tools/MSVC/14.38.33130/bin/Hostx64/x64/cl.exe' for msvc, condition msvc-143 notice: [msvc-cfg] condition: 'msvc-143/x86/32', setup: 'E:/Microsoft Visual Studio/VC/vcpkg/installed/x64-windows/share/boost-build/nothing.bat x86' notice: [msvc-cfg] condition: 'msvc-143//32', setup: 'E:/Microsoft Visual Studio/VC/vcpkg/installed/x64-windows/share/boost-build/nothing.bat x86' notice: [msvc-cfg] condition: 'msvc-143/x86/64', setup: 'E:/Microsoft Visual Studio/VC/vcpkg/installed/x64-windows/share/boost-build/nothing.bat amd64' notice: [msvc-cfg] condition: 'msvc-143//64', setup: 'E:/Microsoft Visual Studio/VC/vcpkg/installed/x64-windows/share/boost-build/nothing.bat amd64' notice: [msvc-cfg] condition: 'msvc-143/x86/', setup: 'E:/Microsoft Visual Studio/VC/vcpkg/installed/x64-windows/share/boost-build/nothing.bat amd64' notice: [msvc-cfg] condition: 'msvc-143//', setup: 'E:/Microsoft Visual Studio/VC/vcpkg/installed/x64-windows/share/boost-build/nothing.bat amd64' notice: [msvc-cfg] condition: 'msvc-143/ia64/64', setup: 'E:/Microsoft Visual Studio/VC/vcpkg/installed/x64-windows/share/boost-build/nothing.bat x86_ia64' notice: [msvc-cfg] condition: 'msvc-143/ia64/', setup: 'E:/Microsoft Visual Studio/VC/vcpkg/installed/x64-windows/share/boost-build/nothing.bat x86_ia64' notice: [msvc-cfg] condition: 'msvc-143/arm/32', setup: 'E:/Microsoft Visual Studio/VC/vcpkg/installed/x64-windows/share/boost-build/nothing.bat x86_arm' notice: [msvc-cfg] condition: 'msvc-143/arm/64', setup: 'E:/Microsoft Visual Studio/VC/vcpkg/installed/x64-windows/share/boost-build/nothing.bat x86_arm64' Building target '../build/stage' Build request: object(property-set)@399 64 x86 on shared shared windows win32 multi msvc debug Command line free features: Target requirements: -machine:x64 -nologo BOOST_ALL_NO_LIB=1 false ../include&&/E:/Microsoft Visual Studio/VC/vcpkg/installed/x64-windows/include -machine:x64 -nologo -debug -INCREMENTAL /E:/Microsoft Visual Studio/VC/vcpkg/buildtrees/boost-regex/x64-windows-dbg/stage/lib threading:runtime-link threading:toolset @Jamfile%Jamfile.tag msvc,shared:multi @Jamfile%Jamfile.stage-translate-path all Common properties: 64 x86 -machine:x64 -nologo off off object on BOOST_ALL_NO_LIB=1 linker on on off false windows ../include&&/E:/Microsoft Visual Studio/VC/vcpkg/installed/x64-windows/include off off shared -machine:x64 -nologo -debug -INCREMENTAL /E:/Microsoft Visual Studio/VC/vcpkg/buildtrees/boost-regex/x64-windows-dbg/stage/lib yes yes off NT on on off threading:runtime-link threading:toolset auto on on shared native off false project-relative @Jamfile%Jamfile.tag windows on win32 multi 143 msvc @Jamfile%Jamfile.stage-translate-path console debug off off all desktop Building target '../build/boost_regex' Build request: object(property-set)@406 64 x86 off off object on linker on on off off shared yes yes off NT on on off on on shared native off windows on win32 multi 143 msvc debug off off all desktop Command line free features: Target requirements: -machine:x64 -nologo BOOST_ALL_NO_LIB=1 ../include&&/E:/Microsoft Visual Studio/VC/vcpkg/installed/x64-windows/include shared:BOOST_REGEX_DYN_LINK=1 -machine:x64 -nologo -debug -INCREMENTAL define:link link:toolset threading:runtime-link threading:toolset @Jamfile%Jamfile.tag gcc-cygwin:static msvc,shared:multi all Common properties: 64 x86 -machine:x64 -nologo off off object on BOOST_ALL_NO_LIB=1 BOOST_REGEX_DYN_LINK=1 linker on on off true windows ../include&&/E:/Microsoft Visual Studio/VC/vcpkg/installed/x64-windows/include off off shared -machine:x64 -nologo -debug -INCREMENTAL yes yes off NT on on off define:link link:toolset threading:runtime-link threading:toolset auto on on shared native off false project-relative @Jamfile%Jamfile.tag windows on win32 multi 143 msvc console debug off off all desktop Building target '../build/icu_options' Build request: object(property-set)@406 64 x86 off off object on linker on on off off shared yes yes off NT on on off on on shared native off windows on win32 multi 143 msvc debug off off all desktop Command line free features: Target requirements: -machine:x64 -nologo BOOST_ALL_NO_LIB=1 ../include&&/E:/Microsoft Visual Studio/VC/vcpkg/installed/x64-windows/include -machine:x64 -nologo -debug -INCREMENTAL threading:runtime-link threading:toolset @Jamfile%Jamfile.tag msvc,shared:multi all Common properties: 64 x86 -machine:x64 -nologo off off object on BOOST_ALL_NO_LIB=1 linker on on off true windows ../include&&/E:/Microsoft Visual Studio/VC/vcpkg/installed/x64-windows/include off off shared -machine:x64 -nologo -debug -INCREMENTAL yes yes off NT on on off threading:runtime-link threading:toolset auto on on shared native off false project-relative @Jamfile%Jamfile.tag windows on win32 multi 143 msvc console debug off off all desktop Usage requirements for icu_options: Build properties: 64 x86 -machine:x64 -nologo off off object on BOOST_ALL_NO_LIB=1 linker on on off true windows ../include&&/E:/Microsoft Visual Studio/VC/vcpkg/installed/x64-windows/include off off shared -machine:x64 -nologo -debug -INCREMENTAL yes yes off NT on on off threading:runtime-link threading:toolset auto on on shared native off false project-relative @Jamfile%Jamfile.tag windows on win32 multi 143 msvc console debug off off all desktop Building target '../build/has_icu' Build request: object(property-set)@426 64 x86 win32 multi 143 msvc debug Command line free features: Target requirements: -machine:x64 -nologo BOOST_ALL_NO_LIB=1 ../include&&/E:/Microsoft Visual Studio/VC/vcpkg/installed/x64-windows/include -machine:x64 -nologo -debug -INCREMENTAL threading:runtime-link threading:toolset @Jamfile%Jamfile.tag msvc,shared:multi all Common properties: 64 x86 -machine:x64 -nologo off off object on BOOST_ALL_NO_LIB=1 linker on on off true windows ../include&&/E:/Microsoft Visual Studio/VC/vcpkg/installed/x64-windows/include off off shared -machine:x64 -nologo -debug -INCREMENTAL yes yes off NT on on off threading:runtime-link threading:toolset auto on on shared native off false project-relative @Jamfile%Jamfile.tag windows on win32 multi 143 msvc console debug off off all desktop Usage requirements for has_icu: Build properties: 64 x86 -machine:x64 -nologo off off object on BOOST_ALL_NO_LIB=1 linker on on off true windows ../include&&/E:/Microsoft Visual Studio/VC/vcpkg/installed/x64-windows/include off off shared -machine:x64 -nologo -debug -INCREMENTAL yes yes off NT on on off threading:runtime-link threading:toolset auto on on shared native off false project-relative @Jamfile%Jamfile.tag windows on win32 multi 143 msvc console debug off off all desktop *** construct EXE from { has_icu_test.cpp.CPP } properties: 64 x86 -machine:x64 -nologo off off object on BOOST_ALL_NO_LIB=1 linker on on off true windows ../include&&/E:/Microsoft Visual Studio/VC/vcpkg/installed/x64-windows/include off off shared -machine:x64 -nologo -debug -INCREMENTAL EXE yes yes off NT on on off threading:runtime-link threading:toolset auto on on shared native off false project-relative @Jamfile%Jamfile.tag windows on win32 multi 143 msvc console debug off off all desktop find-viable-generators target-type= EXE property-set= trying type EXE there are generators for this type trying generator msvc.link ( OBJ SEARCHED_LIB STATIC_LIB IMPORT_LIB -> EXE ) is viable *** 1 viable generators ** generator msvc.link composing: true *** construct OBJ from { has_icu_test.cpp.CPP } ... Skipped 276 lines ... ** generator 'msvc.compile.c' pruned ** generator 'msvc.compile.rc' pruned ** generator 'msvc.compile.asm' pruned ** generator 'msvc.compile.c.pch' pruned ** generator 'msvc.compile.c++.pch' pruned *** construct SEARCHED_LIB from { ../src/static_mutex.cpp.CPP } properties: 64 x86 -machine:x64 -nologo off off object on BOOST_ALL_NO_LIB=1 BOOST_REGEX_DYN_LINK=1 linker on on off true windows ../include&&/E:/Microsoft Visual Studio/VC/vcpkg/installed/x64-windows/include off off shared -machine:x64 -nologo -debug -INCREMENTAL LIB yes yes off NT on on off define:link link link:toolset threading:runtime-link threading:toolset auto on on shared native off false project-relative @Jamfile%Jamfile.tag windows on win32 multi 143 msvc console debug off off all desktop *** 1 viable generators returned generator searched-lib-generator spawned *** construct STATIC_LIB from { ../src/static_mutex.cpp.CPP } properties: 64 x86 -machine:x64 -nologo off off object on BOOST_ALL_NO_LIB=1 BOOST_REGEX_DYN_LINK=1 linker on on off true windows ../include&&/E:/Microsoft Visual Studio/VC/vcpkg/installed/x64-windows/include off off shared -machine:x64 -nologo -debug -INCREMENTAL LIB yes yes off NT on on off define:link link link:toolset threading:runtime-link threading:toolset auto on on shared native off false project-relative @Jamfile%Jamfile.tag windows on win32 multi 143 msvc console debug off off all desktop *** 1 viable generators ** generator msvc.archive composing: true returned generator msvc.archive spawned *** construct IMPORT_LIB from { ../src/static_mutex.cpp.CPP } properties: 64 x86 -machine:x64 -nologo off off object on BOOST_ALL_NO_LIB=1 BOOST_REGEX_DYN_LINK=1 linker on on off true windows ../include&&/E:/Microsoft Visual Studio/VC/vcpkg/installed/x64-windows/include off off shared -machine:x64 -nologo -debug -INCREMENTAL LIB yes yes off NT on on off define:link link link:toolset threading:runtime-link threading:toolset auto on on shared native off false project-relative @Jamfile%Jamfile.tag windows on win32 multi 143 msvc console debug off off all desktop generator msvc.link.dll is active, discaring *** 0 viable generators *** construct OBJ from { ../src/wide_posix_api.cpp.CPP } properties: 64 x86 -machine:x64 -nologo off off object on BOOST_ALL_NO_LIB=1 BOOST_REGEX_DYN_LINK=1 linker on on off true windows ../include&&/E:/Microsoft Visual Studio/VC/vcpkg/installed/x64-windows/include off off shared -machine:x64 -nologo -debug -INCREMENTAL LIB yes yes off NT on on off define:link link link:toolset threading:runtime-link threading:toolset auto on on shared native off false project-relative @Jamfile%Jamfile.tag windows on win32 multi 143 msvc console debug off off all desktop *** 6 viable generators ** generator msvc.compile.c++ composing: SUCCESS: [ address-model address-sanitizer architecture asynch-exceptions cflags compileflags cxxflags cxxstd debug-store debug-symbols define exception-handling extern-c-nothrow force-include include inlining instruction-set lto mc-input-encoding mc-output-encoding mc-set-customer-bit optimization pch pch-file pch-header pch-source response-file rtti runtime-debugging runtime-link threading toolset toolset-msvc:version undef user-interface warnings warnings-as-errors windows-api ] { msvc%msvc.compile.c++-wide_posix_api.obj.OBJ { ../src/wide_posix_api.cpp.CPP } } returned [ address-model address-sanitizer architecture asynch-exceptions cflags compileflags cxxflags cxxstd debug-store debug-symbols define exception-handling extern-c-nothrow force-include include inlining instruction-set lto mc-input-encoding mc-output-encoding mc-set-customer-bit optimization pch pch-file pch-header pch-source response-file rtti runtime-debugging runtime-link threading toolset toolset-msvc:version undef user-interface warnings warnings-as-errors windows-api ] { msvc%msvc.compile.c++-wide_posix_api.obj.OBJ { ../src/wide_posix_api.cpp.CPP } } generator msvc.compile.c++ spawned { msvc%msvc.compile.c++-wide_posix_api.obj.OBJ { ../src/wide_posix_api.cpp.CPP } } with usage requirements: [ address-model address-sanitizer architecture asynch-exceptions cflags compileflags cxxflags cxxstd debug-store debug-symbols define exception-handling extern-c-nothrow force-include include inlining instruction-set lto mc-input-encoding mc-output-encoding mc-set-customer-bit optimization pch pch-file pch-header pch-source response-file rtti runtime-debugging runtime-link threading toolset toolset-msvc:version undef user-interface warnings warnings-as-errors windows-api ] ** generator 'msvc.compile.c' pruned ** generator 'msvc.compile.rc' pruned ** generator 'msvc.compile.asm' pruned ** generator 'msvc.compile.c.pch' pruned ** generator 'msvc.compile.c++.pch' pruned *** construct SEARCHED_LIB from { ../src/wide_posix_api.cpp.CPP } properties: 64 x86 -machine:x64 -nologo off off object on BOOST_ALL_NO_LIB=1 BOOST_REGEX_DYN_LINK=1 linker on on off true windows ../include&&/E:/Microsoft Visual Studio/VC/vcpkg/installed/x64-windows/include off off shared -machine:x64 -nologo -debug -INCREMENTAL LIB yes yes off NT on on off define:link link link:toolset threading:runtime-link threading:toolset auto on on shared native off false project-relative @Jamfile%Jamfile.tag windows on win32 multi 143 msvc console debug off off all desktop *** 1 viable generators returned generator searched-lib-generator spawned *** construct STATIC_LIB from { ../src/wide_posix_api.cpp.CPP } properties: 64 x86 -machine:x64 -nologo off off object on BOOST_ALL_NO_LIB=1 BOOST_REGEX_DYN_LINK=1 linker on on off true windows ../include&&/E:/Microsoft Visual Studio/VC/vcpkg/installed/x64-windows/include off off shared -machine:x64 -nologo -debug -INCREMENTAL LIB yes yes off NT on on off define:link link link:toolset threading:runtime-link threading:toolset auto on on shared native off false project-relative @Jamfile%Jamfile.tag windows on win32 multi 143 msvc console debug off off all desktop *** 1 viable generators ** generator msvc.archive composing: true returned generator msvc.archive spawned *** construct IMPORT_LIB from { ../src/wide_posix_api.cpp.CPP } properties: 64 x86 -machine:x64 -nologo off off object on BOOST_ALL_NO_LIB=1 BOOST_REGEX_DYN_LINK=1 linker on on off true windows ../include&&/E:/Microsoft Visual Studio/VC/vcpkg/installed/x64-windows/include off off shared -machine:x64 -nologo -debug -INCREMENTAL LIB yes yes off NT on on off define:link link link:toolset threading:runtime-link threading:toolset auto on on shared native off false project-relative @Jamfile%Jamfile.tag windows on win32 multi 143 msvc console debug off off all desktop generator msvc.link.dll is active, discaring *** 0 viable generators SUCCESS: [ address-model address-sanitizer architecture debug-store debug-symbols def-file embed-manifest embed-manifest-file embed-manifest-via find-shared-library find-static-library library-file library-path link linkflags lto main-target-type response-file runtime-debugging runtime-link suppress-import-lib toolset toolset-msvc:version user-interface windows-api ] { msvc%msvc.link.dll-boost_regex-vc143-mt-gd-x64-1_83.dll.SHARED_LIB { msvc%msvc.compile.c++-posix_api.obj.OBJ { ../src/posix_api.cpp.CPP } } { msvc%msvc.compile.c++-regex.obj.OBJ { ../src/regex.cpp.CPP } } { msvc%msvc.compile.c++-regex_debug.obj.OBJ { ../src/regex_debug.cpp.CPP } } { msvc%msvc.compile.c++-static_mutex.obj.OBJ { ../src/static_mutex.cpp.CPP } } { msvc%msvc.compile.c++-wide_posix_api.obj.OBJ { ../src/wide_posix_api.cpp.CPP } } } { msvc%msvc.link.dll-boost_regex-vc143-mt-gd-x64-1_83.lib.IMPORT_LIB { msvc%msvc.compile.c++-posix_api.obj.OBJ { ../src/posix_api.cpp.CPP } } { msvc%msvc.compile.c++-regex.obj.OBJ { ../src/regex.cpp.CPP } } { msvc%msvc.compile.c++-regex_debug.obj.OBJ { ../src/regex_debug.cpp.CPP } } { msvc%msvc.compile.c++-static_mutex.obj.OBJ { ../src/static_mutex.cpp.CPP } } { msvc%msvc.compile.c++-wide_posix_api.obj.OBJ { ../src/wide_posix_api.cpp.CPP } } } { msvc%msvc.link.dll-boost_regex-vc143-mt-gd-x64-1_83.pdb.PDB { msvc%msvc.compile.c++-posix_api.obj.OBJ { ../src/posix_api.cpp.CPP } } { msvc%msvc.compile.c++-regex.obj.OBJ { ../src/regex.cpp.CPP } } { msvc%msvc.compile.c++-regex_debug.obj.OBJ { ../src/regex_debug.cpp.CPP } } { msvc%msvc.compile.c++-static_mutex.obj.OBJ { ../src/static_mutex.cpp.CPP } } { msvc%msvc.compile.c++-wide_posix_api.obj.OBJ { ../src/wide_posix_api.cpp.CPP } } } returned [ address-model address-sanitizer architecture asynch-exceptions cflags compileflags cxxflags cxxstd debug-store debug-symbols def-file define embed-manifest embed-manifest-file embed-manifest-via exception-handling extern-c-nothrow find-shared-library find-static-library force-include include inlining instruction-set library-file library-path link linkflags lto main-target-type mc-input-encoding mc-output-encoding mc-set-customer-bit optimization pch pch-file pch-header pch-source response-file rtti runtime-debugging runtime-link suppress-import-lib threading toolset toolset-msvc:version undef user-interface warnings warnings-as-errors windows-api /E:/Microsoft Visual Studio/VC/vcpkg/buildtrees/boost-regex/x64-windows-dbg/boost/build/17a8c9ca3b8927c9ea3f9b7cab707861 ] { msvc%msvc.link.dll-boost_regex-vc143-mt-gd-x64-1_83.dll.SHARED_LIB { msvc%msvc.compile.c++-posix_api.obj.OBJ { ../src/posix_api.cpp.CPP } } { msvc%msvc.compile.c++-regex.obj.OBJ { ../src/regex.cpp.CPP } } { msvc%msvc.compile.c++-regex_debug.obj.OBJ { ../src/regex_debug.cpp.CPP } } { msvc%msvc.compile.c++-static_mutex.obj.OBJ { ../src/static_mutex.cpp.CPP } } { msvc%msvc.compile.c++-wide_posix_api.obj.OBJ { ../src/wide_posix_api.cpp.CPP } } } { msvc%msvc.link.dll-boost_regex-vc143-mt-gd-x64-1_83.lib.IMPORT_LIB { msvc%msvc.compile.c++-posix_api.obj.OBJ { ../src/posix_api.cpp.CPP } } { msvc%msvc.compile.c++-regex.obj.OBJ { ../src/regex.cpp.CPP } } { msvc%msvc.compile.c++-regex_debug.obj.OBJ { ../src/regex_debug.cpp.CPP } } { msvc%msvc.compile.c++-static_mutex.obj.OBJ { ../src/static_mutex.cpp.CPP } } { msvc%msvc.compile.c++-wide_posix_api.obj.OBJ { ../src/wide_posix_api.cpp.CPP } } } { msvc%msvc.link.dll-boost_regex-vc143-mt-gd-x64-1_83.pdb.PDB { msvc%msvc.compile.c++-posix_api.obj.OBJ { ../src/posix_api.cpp.CPP } } { msvc%msvc.compile.c++-regex.obj.OBJ { ../src/regex.cpp.CPP } } { msvc%msvc.compile.c++-regex_debug.obj.OBJ { ../src/regex_debug.cpp.CPP } } { msvc%msvc.compile.c++-static_mutex.obj.OBJ { ../src/static_mutex.cpp.CPP } } { msvc%msvc.compile.c++-wide_posix_api.obj.OBJ { ../src/wide_posix_api.cpp.CPP } } } generator msvc.link.dll spawned { msvc%msvc.link.dll-boost_regex-vc143-mt-gd-x64-1_83.dll.SHARED_LIB { msvc%msvc.compile.c++-posix_api.obj.OBJ { ../src/posix_api.cpp.CPP } } { msvc%msvc.compile.c++-regex.obj.OBJ { ../src/regex.cpp.CPP } } { msvc%msvc.compile.c++-regex_debug.obj.OBJ { ../src/regex_debug.cpp.CPP } } { msvc%msvc.compile.c++-static_mutex.obj.OBJ { ../src/static_mutex.cpp.CPP } } { msvc%msvc.compile.c++-wide_posix_api.obj.OBJ { ../src/wide_posix_api.cpp.CPP } } } { msvc%msvc.link.dll-boost_regex-vc143-mt-gd-x64-1_83.lib.IMPORT_LIB { msvc%msvc.compile.c++-posix_api.obj.OBJ { ../src/posix_api.cpp.CPP } } { msvc%msvc.compile.c++-regex.obj.OBJ { ../src/regex.cpp.CPP } } { msvc%msvc.compile.c++-regex_debug.obj.OBJ { ../src/regex_debug.cpp.CPP } } { msvc%msvc.compile.c++-static_mutex.obj.OBJ { ../src/static_mutex.cpp.CPP } } { msvc%msvc.compile.c++-wide_posix_api.obj.OBJ { ../src/wide_posix_api.cpp.CPP } } } { msvc%msvc.link.dll-boost_regex-vc143-mt-gd-x64-1_83.pdb.PDB { msvc%msvc.compile.c++-posix_api.obj.OBJ { ../src/posix_api.cpp.CPP } } { msvc%msvc.compile.c++-regex.obj.OBJ { ../src/regex.cpp.CPP } } { msvc%msvc.compile.c++-regex_debug.obj.OBJ { ../src/regex_debug.cpp.CPP } } { msvc%msvc.compile.c++-static_mutex.obj.OBJ { ../src/static_mutex.cpp.CPP } } { msvc%msvc.compile.c++-wide_posix_api.obj.OBJ { ../src/wide_posix_api.cpp.CPP } } } with usage requirements: [ address-model address-sanitizer architecture asynch-exceptions cflags compileflags cxxflags cxxstd debug-store debug-symbols def-file define embed-manifest embed-manifest-file embed-manifest-via exception-handling extern-c-nothrow find-shared-library find-static-library force-include include inlining instruction-set library-file library-path link linkflags lto main-target-type mc-input-encoding mc-output-encoding mc-set-customer-bit optimization pch pch-file pch-header pch-source response-file rtti runtime-debugging runtime-link suppress-import-lib threading toolset toolset-msvc:version undef user-interface warnings warnings-as-errors windows-api /E:/Microsoft Visual Studio/VC/vcpkg/buildtrees/boost-regex/x64-windows-dbg/boost/build/17a8c9ca3b8927c9ea3f9b7cab707861 ] returned [ address-model address-sanitizer architecture asynch-exceptions cflags compileflags cxxflags cxxstd debug-store debug-symbols def-file define embed-manifest embed-manifest-file embed-manifest-via exception-handling extern-c-nothrow find-shared-library find-static-library force-include include inlining instruction-set library-file library-path link linkflags lto main-target-type mc-input-encoding mc-output-encoding mc-set-customer-bit optimization pch pch-file pch-header pch-source response-file rtti runtime-debugging runtime-link suppress-import-lib threading toolset toolset-msvc:version undef user-interface warnings warnings-as-errors windows-api /E:/Microsoft Visual Studio/VC/vcpkg/buildtrees/boost-regex/x64-windows-dbg/boost/build/17a8c9ca3b8927c9ea3f9b7cab707861 ] { msvc%msvc.link.dll-boost_regex-vc143-mt-gd-x64-1_83.dll.SHARED_LIB { msvc%msvc.compile.c++-posix_api.obj.OBJ { ../src/posix_api.cpp.CPP } } { msvc%msvc.compile.c++-regex.obj.OBJ { ../src/regex.cpp.CPP } } { msvc%msvc.compile.c++-regex_debug.obj.OBJ { ../src/regex_debug.cpp.CPP } } { msvc%msvc.compile.c++-static_mutex.obj.OBJ { ../src/static_mutex.cpp.CPP } } { msvc%msvc.compile.c++-wide_posix_api.obj.OBJ { ../src/wide_posix_api.cpp.CPP } } } { msvc%msvc.link.dll-boost_regex-vc143-mt-gd-x64-1_83.lib.IMPORT_LIB { msvc%msvc.compile.c++-posix_api.obj.OBJ { ../src/posix_api.cpp.CPP } } { msvc%msvc.compile.c++-regex.obj.OBJ { ../src/regex.cpp.CPP } } { msvc%msvc.compile.c++-regex_debug.obj.OBJ { ../src/regex_debug.cpp.CPP } } { msvc%msvc.compile.c++-static_mutex.obj.OBJ { ../src/static_mutex.cpp.CPP } } { msvc%msvc.compile.c++-wide_posix_api.obj.OBJ { ../src/wide_posix_api.cpp.CPP } } } { msvc%msvc.link.dll-boost_regex-vc143-mt-gd-x64-1_83.pdb.PDB { msvc%msvc.compile.c++-posix_api.obj.OBJ { ../src/posix_api.cpp.CPP } } { msvc%msvc.compile.c++-regex.obj.OBJ { ../src/regex.cpp.CPP } } { msvc%msvc.compile.c++-regex_debug.obj.OBJ { ../src/regex_debug.cpp.CPP } } { msvc%msvc.compile.c++-static_mutex.obj.OBJ { ../src/static_mutex.cpp.CPP } } { msvc%msvc.compile.c++-wide_posix_api.obj.OBJ { ../src/wide_posix_api.cpp.CPP } } } generator builtin.lib-generator spawned { msvc%msvc.link.dll-boost_regex-vc143-mt-gd-x64-1_83.dll.SHARED_LIB { msvc%msvc.compile.c++-posix_api.obj.OBJ { ../src/posix_api.cpp.CPP } } { msvc%msvc.compile.c++-regex.obj.OBJ { ../src/regex.cpp.CPP } } { msvc%msvc.compile.c++-regex_debug.obj.OBJ { ../src/regex_debug.cpp.CPP } } { msvc%msvc.compile.c++-static_mutex.obj.OBJ { ../src/static_mutex.cpp.CPP } } { msvc%msvc.compile.c++-wide_posix_api.obj.OBJ { ../src/wide_posix_api.cpp.CPP } } } { msvc%msvc.link.dll-boost_regex-vc143-mt-gd-x64-1_83.lib.IMPORT_LIB { msvc%msvc.compile.c++-posix_api.obj.OBJ { ../src/posix_api.cpp.CPP } } { msvc%msvc.compile.c++-regex.obj.OBJ { ../src/regex.cpp.CPP } } { msvc%msvc.compile.c++-regex_debug.obj.OBJ { ../src/regex_debug.cpp.CPP } } { msvc%msvc.compile.c++-static_mutex.obj.OBJ { ../src/static_mutex.cpp.CPP } } { msvc%msvc.compile.c++-wide_posix_api.obj.OBJ { ../src/wide_posix_api.cpp.CPP } } } { msvc%msvc.link.dll-boost_regex-vc143-mt-gd-x64-1_83.pdb.PDB { msvc%msvc.compile.c++-posix_api.obj.OBJ { ../src/posix_api.cpp.CPP } } { msvc%msvc.compile.c++-regex.obj.OBJ { ../src/regex.cpp.CPP } } { msvc%msvc.compile.c++-regex_debug.obj.OBJ { ../src/regex_debug.cpp.CPP } } { msvc%msvc.compile.c++-static_mutex.obj.OBJ { ../src/static_mutex.cpp.CPP } } { msvc%msvc.compile.c++-wide_posix_api.obj.OBJ { ../src/wide_posix_api.cpp.CPP } } } with usage requirements: [ address-model address-sanitizer architecture asynch-exceptions cflags compileflags cxxflags cxxstd debug-store debug-symbols def-file define embed-manifest embed-manifest-file embed-manifest-via exception-handling extern-c-nothrow find-shared-library find-static-library force-include include inlining instruction-set library-file library-path link linkflags lto main-target-type mc-input-encoding mc-output-encoding mc-set-customer-bit optimization pch pch-file pch-header pch-source response-file rtti runtime-debugging runtime-link suppress-import-lib threading toolset toolset-msvc:version undef user-interface warnings warnings-as-errors windows-api /E:/Microsoft Visual Studio/VC/vcpkg/buildtrees/boost-regex/x64-windows-dbg/boost/build/17a8c9ca3b8927c9ea3f9b7cab707861 ] Usage requirements from boost_regex: address-model address-sanitizer architecture asynch-exceptions cxxstd cxxstd-dialect debug-store debug-symbols deduced-address-model deduced-architecture embed-manifest embed-manifest-via exception-handling extern-c-nothrow inlining instruction-set link lto lto-mode optimization pch rtti runtime-debugging runtime-link segmented-stacks threading toolset toolset-msvc:vendor toolset-msvc:version variant warnings warnings-as-errors windows-api /E:/Microsoft Visual Studio/VC/vcpkg/buildtrees/boost-regex/x64-windows-dbg/boost/build/17a8c9ca3b8927c9ea3f9b7cab707861 Usage requirements for stage: address-model address-sanitizer architecture asynch-exceptions cxxstd cxxstd-dialect debug-store debug-symbols deduced-address-model deduced-architecture embed-manifest embed-manifest-via exception-handling extern-c-nothrow inlining instruction-set link lto lto-mode optimization pch rtti runtime-debugging runtime-link segmented-stacks threading toolset toolset-msvc:vendor toolset-msvc:version variant warnings warnings-as-errors windows-api /E:/Microsoft Visual Studio/VC/vcpkg/buildtrees/boost-regex/x64-windows-dbg/boost/build/17a8c9ca3b8927c9ea3f9b7cab707861 Build properties: 64 x86 -machine:x64 -nologo off off object on BOOST_ALL_NO_LIB=1 linker on on off false windows ../include&&/E:/Microsoft Visual Studio/VC/vcpkg/installed/x64-windows/include off off shared -machine:x64 -nologo -debug -INCREMENTAL /E:/Microsoft Visual Studio/VC/vcpkg/buildtrees/boost-regex/x64-windows-dbg/stage/lib yes yes off NT on on off address-model address-sanitizer architecture asynch-exceptions cxxstd cxxstd-dialect debug-store debug-symbols deduced-address-model deduced-architecture embed-manifest embed-manifest-via exception-handling extern-c-nothrow inlining instruction-set link lto lto-mode optimization pch rtti runtime-debugging runtime-link segmented-stacks threading threading:runtime-link threading:toolset toolset toolset-msvc:vendor toolset-msvc:version variant warnings warnings-as-errors windows-api auto on on shared native off false project-relative @Jamfile%Jamfile.tag windows on win32 multi 143 msvc @Jamfile%Jamfile.stage-translate-path console debug off off all desktop /E:/Microsoft Visual Studio/VC/vcpkg/buildtrees/boost-regex/x64-windows-dbg/boost/build/17a8c9ca3b8927c9ea3f9b7cab707861 *** construct INSTALLED_SHARED_LIB from { msvc%msvc.link.dll-boost_regex-vc143-mt-gd-x64-1_83.dll.SHARED_LIB { msvc%msvc.compile.c++-posix_api.obj.OBJ { ../src/posix_api.cpp.CPP } } { msvc%msvc.compile.c++-regex.obj.OBJ { ../src/regex.cpp.CPP } } { msvc%msvc.compile.c++-regex_debug.obj.OBJ { ../src/regex_debug.cpp.CPP } } { msvc%msvc.compile.c++-static_mutex.obj.OBJ { ../src/static_mutex.cpp.CPP } } { msvc%msvc.compile.c++-wide_posix_api.obj.OBJ { ../src/wide_posix_api.cpp.CPP } } } properties: 64 x86 -machine:x64 -nologo off off object on BOOST_ALL_NO_LIB=1 BOOST_REGEX_DYN_LINK=1 linker on on off true windows ../include&&/E:/Microsoft Visual Studio/VC/vcpkg/installed/x64-windows/include off off shared -machine:x64 -nologo -debug -INCREMENTAL /E:/Microsoft Visual Studio/VC/vcpkg/buildtrees/boost-regex/x64-windows-dbg/stage/lib LIB yes yes off NT on on off address-model address-sanitizer architecture asynch-exceptions cflags compileflags cxxflags cxxstd debug-store debug-symbols def-file define define:link embed-manifest embed-manifest-file embed-manifest-via exception-handling extern-c-nothrow find-shared-library find-static-library force-include include inlining instruction-set library-file library-path link link:toolset linkflags lto main-target-type mc-input-encoding mc-output-encoding mc-set-customer-bit optimization pch pch-file pch-header pch-source response-file rtti runtime-debugging runtime-link suppress-import-lib threading threading:runtime-link threading:toolset toolset toolset-msvc:version undef user-interface warnings warnings-as-errors windows-api auto on on shared native off false project-relative windows on win32 multi 143 msvc console debug off off all desktop find-viable-generators target-type= INSTALLED_SHARED_LIB property-set= msvc-143/debug/address-model-64/architecture-x86/threading-multi trying type INSTALLED_SHARED_LIB there are generators for this type trying generator install-shared-lib ( SHARED_LIB -> INSTALLED_SHARED_LIB ) is viable *** 1 viable generators returned { common%common.copy-boost_regex-vc143-mt-gd-x64-1_83.dll.SHARED_LIB { msvc%msvc.link.dll-boost_regex-vc143-mt-gd-x64-1_83.dll.SHARED_LIB { msvc%msvc.compile.c++-posix_api.obj.OBJ { ../src/posix_api.cpp.CPP } } { msvc%msvc.compile.c++-regex.obj.OBJ { ../src/regex.cpp.CPP } } { msvc%msvc.compile.c++-regex_debug.obj.OBJ { ../src/regex_debug.cpp.CPP } } { msvc%msvc.compile.c++-static_mutex.obj.OBJ { ../src/static_mutex.cpp.CPP } } { msvc%msvc.compile.c++-wide_posix_api.obj.OBJ { ../src/wide_posix_api.cpp.CPP } } } } generator install-shared-lib spawned { common%common.copy-boost_regex-vc143-mt-gd-x64-1_83.dll.SHARED_LIB { msvc%msvc.link.dll-boost_regex-vc143-mt-gd-x64-1_83.dll.SHARED_LIB { msvc%msvc.compile.c++-posix_api.obj.OBJ { ../src/posix_api.cpp.CPP } } { msvc%msvc.compile.c++-regex.obj.OBJ { ../src/regex.cpp.CPP } } { msvc%msvc.compile.c++-regex_debug.obj.OBJ { ../src/regex_debug.cpp.CPP } } { msvc%msvc.compile.c++-static_mutex.obj.OBJ { ../src/static_mutex.cpp.CPP } } { msvc%msvc.compile.c++-wide_posix_api.obj.OBJ { ../src/wide_posix_api.cpp.CPP } } } } with usage requirements: [ ] Usage requirements from stage: address-model address-sanitizer architecture asynch-exceptions cxxstd cxxstd-dialect debug-store debug-symbols deduced-address-model deduced-architecture embed-manifest embed-manifest-via exception-handling extern-c-nothrow inlining instruction-set link lto lto-mode optimization pch rtti runtime-debugging runtime-link segmented-stacks threading toolset toolset-msvc:vendor toolset-msvc:version variant warnings warnings-as-errors windows-api /E:/Microsoft Visual Studio/VC/vcpkg/buildtrees/boost-regex/x64-windows-dbg/boost/build/17a8c9ca3b8927c9ea3f9b7cab707861 [1] msvc-143/debug/address-model-64/architecture-x86/threadapi-win32/threading-multi ...skipped posix_api.obj for lack of msvc-setup.nup... ...skipped regex.obj for lack of msvc-setup.nup... ...skipped regex_debug.obj for lack of msvc-setup.nup... ...skipped static_mutex.obj for lack of msvc-setup.nup... ...skipped wide_posix_api.obj for lack of msvc-setup.nup... ...skipped boost_regex-vc143-mt-gd-x64-1_83.dll for lack of posix_api.obj... ...skipped boost_regex-vc143-mt-gd-x64-1_83.lib for lack of posix_api.obj... ...skipped boost_regex-vc143-mt-gd-x64-1_83.pdb for lack of posix_api.obj... common.mkdir E:\Microsoft Visual Studio\VC\vcpkg\buildtrees\boost-regex\x64-windows-dbg\stage if not exist "E:\Microsoft Visual Studio\VC\vcpkg\buildtrees\boost-regex\x64-windows-dbg\stage" mkdir "E:\Microsoft Visual Studio\VC\vcpkg\buildtrees\boost-regex\x64-windows-dbg\stage" common.mkdir E:\Microsoft Visual Studio\VC\vcpkg\buildtrees\boost-regex\x64-windows-dbg\stage\lib if not exist "E:\Microsoft Visual Studio\VC\vcpkg\buildtrees\boost-regex\x64-windows-dbg\stage\lib" mkdir "E:\Microsoft Visual Studio\VC\vcpkg\buildtrees\boost-regex\x64-windows-dbg\stage\lib" ...skipped boost_regex-vc143-mt-gd-x64-1_83.dll for lack of boost_regex-vc143-mt-gd-x64-1_83.dll... ...skipped boost_regex-vc143-mt-gd-x64-1_83.lib for lack of boost_regex-vc143-mt-gd-x64-1_83.lib... ...skipped boost_regex-vc143-mt-gd-x64-1_83.pdb for lack of boost_regex-vc143-mt-gd-x64-1_83.pdb... ninja: build stopped: subcommand failed. ```
FrankXie05 commented 9 months ago

What did I missed?

The version of MSVC should only be up to 17.8. You don't need to set VCPKG_PLATFORM_TOOLSET. image

lylong94 commented 9 months ago

image With the MSVC v143 latest, it still not work. I try to remove the latest MSVC v143, and vcpkg unable to find instance. image

FrankXie05 commented 9 months ago

E:\Microsoft Visual Studio\VC\vcpkg\buildtrees\boost-regex\install-x64-windows-dbg-out.log Did you add spaces to your path manually?

lylong94 commented 9 months ago

I git clone vcpkg into a new dir without space, it still not work. Package: boost-regex:x64-windows@1.84.0

Host Environment

To Reproduce

vcpkg install boost-regex Failure logs

-- Using cached boostorg-regex-boost-1.84.0.tar.gz.
-- Cleaning sources at E:/vcpkg/buildtrees/boost-regex/src/ost-1.84.0-36fba3ea30.clean. Use --editable to skip cleaning for the packages you specify.
-- Extracting source E:/vcpkg/downloads/boostorg-regex-boost-1.84.0.tar.gz
-- Using source at E:/vcpkg/buildtrees/boost-regex/src/ost-1.84.0-36fba3ea30.clean
-- Including E:/vcpkg/ports/boost-regex/b2-options.cmake
-- Found external ninja('1.11.0').
-- Getting CMake variables for x64-windows
CMake Error at scripts/cmake/vcpkg_execute_required_process.cmake:112 (message):
    Command failed: "E:/Microsoft Visual Studio/Common7/IDE/CommonExtensions/Microsoft/CMake/Ninja/ninja.exe" -v
    Working Directory: E:/vcpkg/buildtrees/boost-regex/x64-windows-rel/vcpkg-parallel-configure
    Error code: 1
    See logs for more information:
      E:\vcpkg\buildtrees\boost-regex\cmake-get-vars-x64-windows-dbg-CMakeCache.txt.log
      E:\vcpkg\buildtrees\boost-regex\cmake-get-vars-x64-windows-rel-CMakeCache.txt.log
      E:\vcpkg\buildtrees\boost-regex\cmake-get-vars-x64-windows-out.log

Call Stack (most recent call first):
  installed/x64-windows/share/vcpkg-cmake/vcpkg_cmake_configure.cmake:252 (vcpkg_execute_required_process)
  installed/x64-windows/share/vcpkg-cmake-get-vars/vcpkg_cmake_get_vars.cmake:15 (vcpkg_cmake_configure)
  installed/x64-windows/share/boost-build/boost-modular-build.cmake:111 (vcpkg_cmake_get_vars)
  ports/boost-regex/portfile.cmake:12 (boost_modular_build)
  scripts/ports.cmake:170 (include)
E:\vcpkg\buildtrees\boost-regex\cmake-get-vars-x64-windows-out.log ``` [1/2] "E:/Qt5.15/Tools/CMake_64/bin/cmake.exe" -E chdir "../../x64-windows-dbg" "E:/Qt5.15/Tools/CMake_64/bin/cmake.exe" "E:/vcpkg/installed/x64-windows/share/vcpkg-cmake-get-vars/cmake_get_vars" "-G" "Ninja" "-DCMAKE_BUILD_TYPE=Debug" "-DCMAKE_INSTALL_PREFIX=E:/vcpkg/packages/boost-regex_x64-windows/debug" "-DFETCHCONTENT_FULLY_DISCONNECTED=ON" "-DCMAKE_MAKE_PROGRAM=E:/Microsoft Visual Studio/Common7/IDE/CommonExtensions/Microsoft/CMake/Ninja/ninja.exe" "-DBUILD_SHARED_LIBS=ON" "-DVCPKG_CHAINLOAD_TOOLCHAIN_FILE=E:/vcpkg/scripts/toolchains/windows.cmake" "-DVCPKG_TARGET_TRIPLET=x64-windows" "-DVCPKG_SET_CHARSET_FLAG=ON" "-DVCPKG_PLATFORM_TOOLSET=v143" "-DCMAKE_EXPORT_NO_PACKAGE_REGISTRY=ON" "-DCMAKE_FIND_PACKAGE_NO_PACKAGE_REGISTRY=ON" "-DCMAKE_FIND_PACKAGE_NO_SYSTEM_PACKAGE_REGISTRY=ON" "-DCMAKE_INSTALL_SYSTEM_RUNTIME_LIBS_SKIP=TRUE" "-DCMAKE_VERBOSE_MAKEFILE=ON" "-DVCPKG_APPLOCAL_DEPS=OFF" "-DCMAKE_TOOLCHAIN_FILE=E:/vcpkg/scripts/buildsystems/vcpkg.cmake" "-DCMAKE_ERROR_ON_ABSOLUTE_INSTALL_DESTINATION=ON" "-DVCPKG_CXX_FLAGS=" "-DVCPKG_CXX_FLAGS_RELEASE=" "-DVCPKG_CXX_FLAGS_DEBUG=" "-DVCPKG_C_FLAGS=" "-DVCPKG_C_FLAGS_RELEASE=" "-DVCPKG_C_FLAGS_DEBUG=" "-DVCPKG_CRT_LINKAGE=dynamic" "-DVCPKG_LINKER_FLAGS=" "-DVCPKG_LINKER_FLAGS_RELEASE=" "-DVCPKG_LINKER_FLAGS_DEBUG=" "-DVCPKG_TARGET_ARCHITECTURE=x64" "-DCMAKE_INSTALL_LIBDIR:STRING=lib" "-DCMAKE_INSTALL_BINDIR:STRING=bin" "-D_VCPKG_ROOT_DIR=E:/vcpkg" "-D_VCPKG_INSTALLED_DIR=E:/vcpkg/installed" "-DVCPKG_MANIFEST_INSTALL=OFF" "-DVCPKG_OUTPUT_FILE:PATH=E:/vcpkg/buildtrees/boost-regex/cmake-get-vars-x64-windows-dbg.cmake.log" FAILED: ../../x64-windows-dbg/CMakeCache.txt "E:/Qt5.15/Tools/CMake_64/bin/cmake.exe" -E chdir "../../x64-windows-dbg" "E:/Qt5.15/Tools/CMake_64/bin/cmake.exe" "E:/vcpkg/installed/x64-windows/share/vcpkg-cmake-get-vars/cmake_get_vars" "-G" "Ninja" "-DCMAKE_BUILD_TYPE=Debug" "-DCMAKE_INSTALL_PREFIX=E:/vcpkg/packages/boost-regex_x64-windows/debug" "-DFETCHCONTENT_FULLY_DISCONNECTED=ON" "-DCMAKE_MAKE_PROGRAM=E:/Microsoft Visual Studio/Common7/IDE/CommonExtensions/Microsoft/CMake/Ninja/ninja.exe" "-DBUILD_SHARED_LIBS=ON" "-DVCPKG_CHAINLOAD_TOOLCHAIN_FILE=E:/vcpkg/scripts/toolchains/windows.cmake" "-DVCPKG_TARGET_TRIPLET=x64-windows" "-DVCPKG_SET_CHARSET_FLAG=ON" "-DVCPKG_PLATFORM_TOOLSET=v143" "-DCMAKE_EXPORT_NO_PACKAGE_REGISTRY=ON" "-DCMAKE_FIND_PACKAGE_NO_PACKAGE_REGISTRY=ON" "-DCMAKE_FIND_PACKAGE_NO_SYSTEM_PACKAGE_REGISTRY=ON" "-DCMAKE_INSTALL_SYSTEM_RUNTIME_LIBS_SKIP=TRUE" "-DCMAKE_VERBOSE_MAKEFILE=ON" "-DVCPKG_APPLOCAL_DEPS=OFF" "-DCMAKE_TOOLCHAIN_FILE=E:/vcpkg/scripts/buildsystems/vcpkg.cmake" "-DCMAKE_ERROR_ON_ABSOLUTE_INSTALL_DESTINATION=ON" "-DVCPKG_CXX_FLAGS=" "-DVCPKG_CXX_FLAGS_RELEASE=" "-DVCPKG_CXX_FLAGS_DEBUG=" "-DVCPKG_C_FLAGS=" "-DVCPKG_C_FLAGS_RELEASE=" "-DVCPKG_C_FLAGS_DEBUG=" "-DVCPKG_CRT_LINKAGE=dynamic" "-DVCPKG_LINKER_FLAGS=" "-DVCPKG_LINKER_FLAGS_RELEASE=" "-DVCPKG_LINKER_FLAGS_DEBUG=" "-DVCPKG_TARGET_ARCHITECTURE=x64" "-DCMAKE_INSTALL_LIBDIR:STRING=lib" "-DCMAKE_INSTALL_BINDIR:STRING=bin" "-D_VCPKG_ROOT_DIR=E:/vcpkg" "-D_VCPKG_INSTALLED_DIR=E:/vcpkg/installed" "-DVCPKG_MANIFEST_INSTALL=OFF" "-DVCPKG_OUTPUT_FILE:PATH=E:/vcpkg/buildtrees/boost-regex/cmake-get-vars-x64-windows-dbg.cmake.log" -- The C compiler identification is MSVC 19.38.33134.0 -- The CXX compiler identification is MSVC 19.38.33134.0 -- Detecting C compiler ABI info -- Detecting C compiler ABI info - failed -- Check for working C compiler: E:/Microsoft Visual Studio/VC/Tools/MSVC/14.38.33130/bin/Hostx64/x64/cl.exe -- Check for working C compiler: E:/Microsoft Visual Studio/VC/Tools/MSVC/14.38.33130/bin/Hostx64/x64/cl.exe - broken CMake Error at E:/Qt5.15/Tools/CMake_64/share/cmake-3.27/Modules/CMakeTestCCompiler.cmake:67 (message): The C compiler "E:/Microsoft Visual Studio/VC/Tools/MSVC/14.38.33130/bin/Hostx64/x64/cl.exe" is not able to compile a simple test program. It fails with the following output: Change Dir: 'E:/vcpkg/buildtrees/boost-regex/x64-windows-dbg/CMakeFiles/CMakeScratch/TryCompile-hvv9jv' Run Build Command(s): "E:/Microsoft Visual Studio/Common7/IDE/CommonExtensions/Microsoft/CMake/Ninja/ninja.exe" -v cmTC_6ff98 [1/2] E:\MICROS~2\VC\Tools\MSVC\1438~1.331\bin\Hostx64\x64\cl.exe /nologo /nologo /DWIN32 /D_WINDOWS /W3 /utf-8 /MP /D_DEBUG /MDd /Z7 /Ob0 /Od /RTC1 -MDd /showIncludes /FoCMakeFiles\cmTC_6ff98.dir\testCCompiler.c.obj /FdCMakeFiles\cmTC_6ff98.dir\ /FS -c E:\vcpkg\buildtrees\boost-regex\x64-windows-dbg\CMakeFiles\CMakeScratch\TryCompile-hvv9jv\testCCompiler.c FAILED: CMakeFiles/cmTC_6ff98.dir/testCCompiler.c.obj E:\MICROS~2\VC\Tools\MSVC\1438~1.331\bin\Hostx64\x64\cl.exe /nologo /nologo /DWIN32 /D_WINDOWS /W3 /utf-8 /MP /D_DEBUG /MDd /Z7 /Ob0 /Od /RTC1 -MDd /showIncludes /FoCMakeFiles\cmTC_6ff98.dir\testCCompiler.c.obj /FdCMakeFiles\cmTC_6ff98.dir\ /FS -c E:\vcpkg\buildtrees\boost-regex\x64-windows-dbg\CMakeFiles\CMakeScratch\TryCompile-hvv9jv\testCCompiler.c cl : Command line error D8050 : cannot execute 'E:\MICROS~2\VC\Tools\MSVC\1438~1.331\bin\Hostx64\x64\c1.dll': failed to get command line into debug records ninja: build stopped: subcommand failed. CMake will not be able to correctly generate this project. Call Stack (most recent call first): CMakeLists.txt:15 (project) -- Configuring incomplete, errors occurred! [2/2] "E:/Qt5.15/Tools/CMake_64/bin/cmake.exe" -E chdir ".." "E:/Qt5.15/Tools/CMake_64/bin/cmake.exe" "E:/vcpkg/installed/x64-windows/share/vcpkg-cmake-get-vars/cmake_get_vars" "-G" "Ninja" "-DCMAKE_BUILD_TYPE=Release" "-DCMAKE_INSTALL_PREFIX=E:/vcpkg/packages/boost-regex_x64-windows" "-DFETCHCONTENT_FULLY_DISCONNECTED=ON" "-DCMAKE_MAKE_PROGRAM=E:/Microsoft Visual Studio/Common7/IDE/CommonExtensions/Microsoft/CMake/Ninja/ninja.exe" "-DBUILD_SHARED_LIBS=ON" "-DVCPKG_CHAINLOAD_TOOLCHAIN_FILE=E:/vcpkg/scripts/toolchains/windows.cmake" "-DVCPKG_TARGET_TRIPLET=x64-windows" "-DVCPKG_SET_CHARSET_FLAG=ON" "-DVCPKG_PLATFORM_TOOLSET=v143" "-DCMAKE_EXPORT_NO_PACKAGE_REGISTRY=ON" "-DCMAKE_FIND_PACKAGE_NO_PACKAGE_REGISTRY=ON" "-DCMAKE_FIND_PACKAGE_NO_SYSTEM_PACKAGE_REGISTRY=ON" "-DCMAKE_INSTALL_SYSTEM_RUNTIME_LIBS_SKIP=TRUE" "-DCMAKE_VERBOSE_MAKEFILE=ON" "-DVCPKG_APPLOCAL_DEPS=OFF" "-DCMAKE_TOOLCHAIN_FILE=E:/vcpkg/scripts/buildsystems/vcpkg.cmake" "-DCMAKE_ERROR_ON_ABSOLUTE_INSTALL_DESTINATION=ON" "-DVCPKG_CXX_FLAGS=" "-DVCPKG_CXX_FLAGS_RELEASE=" "-DVCPKG_CXX_FLAGS_DEBUG=" "-DVCPKG_C_FLAGS=" "-DVCPKG_C_FLAGS_RELEASE=" "-DVCPKG_C_FLAGS_DEBUG=" "-DVCPKG_CRT_LINKAGE=dynamic" "-DVCPKG_LINKER_FLAGS=" "-DVCPKG_LINKER_FLAGS_RELEASE=" "-DVCPKG_LINKER_FLAGS_DEBUG=" "-DVCPKG_TARGET_ARCHITECTURE=x64" "-DCMAKE_INSTALL_LIBDIR:STRING=lib" "-DCMAKE_INSTALL_BINDIR:STRING=bin" "-D_VCPKG_ROOT_DIR=E:/vcpkg" "-D_VCPKG_INSTALLED_DIR=E:/vcpkg/installed" "-DVCPKG_MANIFEST_INSTALL=OFF" "-DVCPKG_OUTPUT_FILE:PATH=E:/vcpkg/buildtrees/boost-regex/cmake-get-vars-x64-windows-rel.cmake.log" FAILED: ../CMakeCache.txt "E:/Qt5.15/Tools/CMake_64/bin/cmake.exe" -E chdir ".." "E:/Qt5.15/Tools/CMake_64/bin/cmake.exe" "E:/vcpkg/installed/x64-windows/share/vcpkg-cmake-get-vars/cmake_get_vars" "-G" "Ninja" "-DCMAKE_BUILD_TYPE=Release" "-DCMAKE_INSTALL_PREFIX=E:/vcpkg/packages/boost-regex_x64-windows" "-DFETCHCONTENT_FULLY_DISCONNECTED=ON" "-DCMAKE_MAKE_PROGRAM=E:/Microsoft Visual Studio/Common7/IDE/CommonExtensions/Microsoft/CMake/Ninja/ninja.exe" "-DBUILD_SHARED_LIBS=ON" "-DVCPKG_CHAINLOAD_TOOLCHAIN_FILE=E:/vcpkg/scripts/toolchains/windows.cmake" "-DVCPKG_TARGET_TRIPLET=x64-windows" "-DVCPKG_SET_CHARSET_FLAG=ON" "-DVCPKG_PLATFORM_TOOLSET=v143" "-DCMAKE_EXPORT_NO_PACKAGE_REGISTRY=ON" "-DCMAKE_FIND_PACKAGE_NO_PACKAGE_REGISTRY=ON" "-DCMAKE_FIND_PACKAGE_NO_SYSTEM_PACKAGE_REGISTRY=ON" "-DCMAKE_INSTALL_SYSTEM_RUNTIME_LIBS_SKIP=TRUE" "-DCMAKE_VERBOSE_MAKEFILE=ON" "-DVCPKG_APPLOCAL_DEPS=OFF" "-DCMAKE_TOOLCHAIN_FILE=E:/vcpkg/scripts/buildsystems/vcpkg.cmake" "-DCMAKE_ERROR_ON_ABSOLUTE_INSTALL_DESTINATION=ON" "-DVCPKG_CXX_FLAGS=" "-DVCPKG_CXX_FLAGS_RELEASE=" "-DVCPKG_CXX_FLAGS_DEBUG=" "-DVCPKG_C_FLAGS=" "-DVCPKG_C_FLAGS_RELEASE=" "-DVCPKG_C_FLAGS_DEBUG=" "-DVCPKG_CRT_LINKAGE=dynamic" "-DVCPKG_LINKER_FLAGS=" "-DVCPKG_LINKER_FLAGS_RELEASE=" "-DVCPKG_LINKER_FLAGS_DEBUG=" "-DVCPKG_TARGET_ARCHITECTURE=x64" "-DCMAKE_INSTALL_LIBDIR:STRING=lib" "-DCMAKE_INSTALL_BINDIR:STRING=bin" "-D_VCPKG_ROOT_DIR=E:/vcpkg" "-D_VCPKG_INSTALLED_DIR=E:/vcpkg/installed" "-DVCPKG_MANIFEST_INSTALL=OFF" "-DVCPKG_OUTPUT_FILE:PATH=E:/vcpkg/buildtrees/boost-regex/cmake-get-vars-x64-windows-rel.cmake.log" -- The C compiler identification is MSVC 19.38.33134.0 -- The CXX compiler identification is MSVC 19.38.33134.0 -- Detecting C compiler ABI info -- Detecting C compiler ABI info - failed -- Check for working C compiler: E:/Microsoft Visual Studio/VC/Tools/MSVC/14.38.33130/bin/Hostx64/x64/cl.exe -- Check for working C compiler: E:/Microsoft Visual Studio/VC/Tools/MSVC/14.38.33130/bin/Hostx64/x64/cl.exe - broken CMake Error at E:/Qt5.15/Tools/CMake_64/share/cmake-3.27/Modules/CMakeTestCCompiler.cmake:67 (message): The C compiler "E:/Microsoft Visual Studio/VC/Tools/MSVC/14.38.33130/bin/Hostx64/x64/cl.exe" is not able to compile a simple test program. It fails with the following output: Change Dir: 'E:/vcpkg/buildtrees/boost-regex/x64-windows-rel/CMakeFiles/CMakeScratch/TryCompile-ydsgnm' Run Build Command(s): "E:/Microsoft Visual Studio/Common7/IDE/CommonExtensions/Microsoft/CMake/Ninja/ninja.exe" -v cmTC_3e63f [1/2] E:\MICROS~2\VC\Tools\MSVC\1438~1.331\bin\Hostx64\x64\cl.exe /nologo /nologo /DWIN32 /D_WINDOWS /W3 /utf-8 /MP /D_DEBUG /MDd /Z7 /Ob0 /Od /RTC1 -MDd /showIncludes /FoCMakeFiles\cmTC_3e63f.dir\testCCompiler.c.obj /FdCMakeFiles\cmTC_3e63f.dir\ /FS -c E:\vcpkg\buildtrees\boost-regex\x64-windows-rel\CMakeFiles\CMakeScratch\TryCompile-ydsgnm\testCCompiler.c FAILED: CMakeFiles/cmTC_3e63f.dir/testCCompiler.c.obj E:\MICROS~2\VC\Tools\MSVC\1438~1.331\bin\Hostx64\x64\cl.exe /nologo /nologo /DWIN32 /D_WINDOWS /W3 /utf-8 /MP /D_DEBUG /MDd /Z7 /Ob0 /Od /RTC1 -MDd /showIncludes /FoCMakeFiles\cmTC_3e63f.dir\testCCompiler.c.obj /FdCMakeFiles\cmTC_3e63f.dir\ /FS -c E:\vcpkg\buildtrees\boost-regex\x64-windows-rel\CMakeFiles\CMakeScratch\TryCompile-ydsgnm\testCCompiler.c cl : Command line error D8050 : cannot execute 'E:\MICROS~2\VC\Tools\MSVC\1438~1.331\bin\Hostx64\x64\c1.dll': failed to get command line into debug records ninja: build stopped: subcommand failed. CMake will not be able to correctly generate this project. Call Stack (most recent call first): CMakeLists.txt:15 (project) -- Configuring incomplete, errors occurred! ninja: build stopped: subcommand failed. ```
E:\vcpkg\buildtrees\boost-regex\cmake-get-vars-x64-windows-rel-CMakeCache.txt.log ``` # This is the CMakeCache file. # For build in directory: e:/vcpkg/buildtrees/boost-regex/x64-windows-rel # It was generated by CMake: E:/Qt5.15/Tools/CMake_64/bin/cmake.exe # You can edit this file to change values found and used by cmake. # If you do not want to change any of the values, simply exit the editor. # If you do want to change a value, simply edit, save, and exit the editor. # The syntax for the file is as follows: # KEY:TYPE=VALUE # KEY is the name of a variable in the cache. # TYPE is a hint to GUIs for the type of VALUE, DO NOT EDIT TYPE!. # VALUE is the current value for the KEY. ######################## # EXTERNAL cache entries ######################## //No help, variable specified on the command line. BUILD_SHARED_LIBS:UNINITIALIZED=ON //Path to a program. CMAKE_AR:FILEPATH=E:/Microsoft Visual Studio/VC/Tools/MSVC/14.38.33130/bin/Hostx64/x64/lib.exe //Choose the type of build, options are: None Debug Release RelWithDebInfo // MinSizeRel ... CMAKE_BUILD_TYPE:STRING=Release CMAKE_CROSSCOMPILING:STRING=OFF //CXX compiler CMAKE_CXX_COMPILER:FILEPATH=E:/Microsoft Visual Studio/VC/Tools/MSVC/14.38.33130/bin/Hostx64/x64/cl.exe CMAKE_CXX_FLAGS:STRING=' /nologo /DWIN32 /D_WINDOWS /W3 /utf-8 /GR /EHsc /MP ' CMAKE_CXX_FLAGS_DEBUG:STRING='/D_DEBUG /MDd /Z7 /Ob0 /Od /RTC1 ' CMAKE_CXX_FLAGS_RELEASE:STRING='/MD /O2 /Oi /Gy /DNDEBUG /Z7 ' //C compiler CMAKE_C_COMPILER:FILEPATH=E:/Microsoft Visual Studio/VC/Tools/MSVC/14.38.33130/bin/Hostx64/x64/cl.exe CMAKE_C_FLAGS:STRING=' /nologo /DWIN32 /D_WINDOWS /W3 /utf-8 /MP ' CMAKE_C_FLAGS_DEBUG:STRING='/D_DEBUG /MDd /Z7 /Ob0 /Od /RTC1 ' //Flags used by the C compiler during MINSIZEREL builds. CMAKE_C_FLAGS_MINSIZEREL:STRING=/O1 /Ob1 /DNDEBUG CMAKE_C_FLAGS_RELEASE:STRING='/MD /O2 /Oi /Gy /DNDEBUG /Z7 ' //Flags used by the C compiler during RELWITHDEBINFO builds. CMAKE_C_FLAGS_RELWITHDEBINFO:STRING=/Zi /O2 /Ob1 /DNDEBUG //Libraries linked by default with all C applications. CMAKE_C_STANDARD_LIBRARIES:STRING=kernel32.lib user32.lib gdi32.lib winspool.lib shell32.lib ole32.lib oleaut32.lib uuid.lib comdlg32.lib advapi32.lib //No help, variable specified on the command line. CMAKE_ERROR_ON_ABSOLUTE_INSTALL_DESTINATION:UNINITIALIZED=ON //Flags used by the linker during all build types. CMAKE_EXE_LINKER_FLAGS:STRING=/machine:x64 //Flags used by the linker during DEBUG builds. CMAKE_EXE_LINKER_FLAGS_DEBUG:STRING=/nologo /debug /INCREMENTAL //Flags used by the linker during MINSIZEREL builds. CMAKE_EXE_LINKER_FLAGS_MINSIZEREL:STRING=/INCREMENTAL:NO CMAKE_EXE_LINKER_FLAGS_RELEASE:STRING='/nologo /DEBUG /INCREMENTAL:NO /OPT:REF /OPT:ICF ' //Flags used by the linker during RELWITHDEBINFO builds. CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO:STRING=/debug /INCREMENTAL //Enable/Disable output of compile commands during generation. CMAKE_EXPORT_COMPILE_COMMANDS:BOOL= //No help, variable specified on the command line. CMAKE_EXPORT_NO_PACKAGE_REGISTRY:UNINITIALIZED=ON //No help, variable specified on the command line. CMAKE_FIND_PACKAGE_NO_PACKAGE_REGISTRY:UNINITIALIZED=ON //No help, variable specified on the command line. CMAKE_FIND_PACKAGE_NO_SYSTEM_PACKAGE_REGISTRY:UNINITIALIZED=ON //Value Computed by CMake. CMAKE_FIND_PACKAGE_REDIRECTS_DIR:STATIC=E:/vcpkg/buildtrees/boost-regex/x64-windows-rel/CMakeFiles/pkgRedirects //No help, variable specified on the command line. CMAKE_INSTALL_BINDIR:STRING=bin //No help, variable specified on the command line. CMAKE_INSTALL_LIBDIR:STRING=lib //Install path prefix, prepended onto install directories. CMAKE_INSTALL_PREFIX:PATH=E:/vcpkg/packages/boost-regex_x64-windows //No help, variable specified on the command line. CMAKE_INSTALL_SYSTEM_RUNTIME_LIBS_SKIP:UNINITIALIZED=TRUE //Path to a program. CMAKE_LINKER:FILEPATH=E:/Microsoft Visual Studio/VC/Tools/MSVC/14.38.33130/bin/Hostx64/x64/link.exe //make program CMAKE_MAKE_PROGRAM:FILEPATH=E:/Microsoft Visual Studio/Common7/IDE/CommonExtensions/Microsoft/CMake/Ninja/ninja.exe //Flags used by the linker during the creation of modules during // all build types. CMAKE_MODULE_LINKER_FLAGS:STRING=/machine:x64 //Flags used by the linker during the creation of modules during // DEBUG builds. CMAKE_MODULE_LINKER_FLAGS_DEBUG:STRING=/nologo /debug /INCREMENTAL //Flags used by the linker during the creation of modules during // MINSIZEREL builds. CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL:STRING=/INCREMENTAL:NO CMAKE_MODULE_LINKER_FLAGS_RELEASE:STRING='/nologo /DEBUG /INCREMENTAL:NO /OPT:REF /OPT:ICF ' //Flags used by the linker during the creation of modules during // RELWITHDEBINFO builds. CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO:STRING=/debug /INCREMENTAL CMAKE_MSVC_RUNTIME_LIBRARY:STRING=MultiThreaded$<$:Debug>$<$:DLL> //Path to a program. CMAKE_MT:FILEPATH=C:/Program Files (x86)/Windows Kits/10/bin/10.0.22621.0/x64/mt.exe //Value Computed by CMake CMAKE_PROJECT_DESCRIPTION:STATIC= //Value Computed by CMake CMAKE_PROJECT_HOMEPAGE_URL:STATIC= //Value Computed by CMake CMAKE_PROJECT_NAME:STATIC=get_cmake_vars //RC compiler CMAKE_RC_COMPILER:FILEPATH=C:/Program Files (x86)/Windows Kits/10/bin/10.0.22621.0/x64/rc.exe CMAKE_RC_FLAGS:STRING=-c65001 /DWIN32 //Flags for Windows Resource Compiler during DEBUG builds. CMAKE_RC_FLAGS_DEBUG:STRING=-D_DEBUG //Flags for Windows Resource Compiler during MINSIZEREL builds. CMAKE_RC_FLAGS_MINSIZEREL:STRING= //Flags for Windows Resource Compiler during RELEASE builds. CMAKE_RC_FLAGS_RELEASE:STRING= //Flags for Windows Resource Compiler during RELWITHDEBINFO builds. CMAKE_RC_FLAGS_RELWITHDEBINFO:STRING= //Flags used by the linker during the creation of shared libraries // during all build types. CMAKE_SHARED_LINKER_FLAGS:STRING=/machine:x64 //Flags used by the linker during the creation of shared libraries // during DEBUG builds. CMAKE_SHARED_LINKER_FLAGS_DEBUG:STRING=/nologo /debug /INCREMENTAL //Flags used by the linker during the creation of shared libraries // during MINSIZEREL builds. CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL:STRING=/INCREMENTAL:NO CMAKE_SHARED_LINKER_FLAGS_RELEASE:STRING='/nologo /DEBUG /INCREMENTAL:NO /OPT:REF /OPT:ICF ' //Flags used by the linker during the creation of shared libraries // during RELWITHDEBINFO builds. CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO:STRING=/debug /INCREMENTAL //If set, runtime paths are not added when installing shared libraries, // but are added when building. CMAKE_SKIP_INSTALL_RPATH:BOOL=NO //If set, runtime paths are not added when using shared libraries. CMAKE_SKIP_RPATH:BOOL=NO //Flags used by the linker during the creation of static libraries // during all build types. CMAKE_STATIC_LINKER_FLAGS:STRING=/machine:x64 //Flags used by the linker during the creation of static libraries // during DEBUG builds. CMAKE_STATIC_LINKER_FLAGS_DEBUG:STRING=/nologo //Flags used by the linker during the creation of static libraries // during MINSIZEREL builds. CMAKE_STATIC_LINKER_FLAGS_MINSIZEREL:STRING= //Flags used by the linker during the creation of static libraries // during RELEASE builds. CMAKE_STATIC_LINKER_FLAGS_RELEASE:STRING=/nologo //Flags used by the linker during the creation of static libraries // during RELWITHDEBINFO builds. CMAKE_STATIC_LINKER_FLAGS_RELWITHDEBINFO:STRING= CMAKE_SYSTEM_NAME:STRING=Windows CMAKE_SYSTEM_PROCESSOR:STRING=AMD64 CMAKE_SYSTEM_VERSION:STRING=10.0.22621 //The CMake toolchain file CMAKE_TOOLCHAIN_FILE:FILEPATH=E:/vcpkg/scripts/buildsystems/vcpkg.cmake //If this value is on, makefiles will be generated without the // .SILENT directive, and all commands will be echoed to the console // during the make. This is useful for debugging only. With Visual // Studio IDE projects all commands are done without /nologo. CMAKE_VERBOSE_MAKEFILE:BOOL=ON //No help, variable specified on the command line. FETCHCONTENT_FULLY_DISCONNECTED:UNINITIALIZED=ON //Automatically copy dependencies into the output directory for // executables. VCPKG_APPLOCAL_DEPS:BOOL=OFF //No help, variable specified on the command line. VCPKG_CHAINLOAD_TOOLCHAIN_FILE:UNINITIALIZED=E:/vcpkg/scripts/toolchains/windows.cmake //No help, variable specified on the command line. VCPKG_CRT_LINKAGE:UNINITIALIZED=dynamic //No help, variable specified on the command line. VCPKG_CXX_FLAGS:UNINITIALIZED= //No help, variable specified on the command line. VCPKG_CXX_FLAGS_DEBUG:UNINITIALIZED= //No help, variable specified on the command line. VCPKG_CXX_FLAGS_RELEASE:UNINITIALIZED= //No help, variable specified on the command line. VCPKG_C_FLAGS:UNINITIALIZED= //No help, variable specified on the command line. VCPKG_C_FLAGS_DEBUG:UNINITIALIZED= //No help, variable specified on the command line. VCPKG_C_FLAGS_RELEASE:UNINITIALIZED= //The directory which contains the installed libraries for each // triplet VCPKG_INSTALLED_DIR:PATH=E:/vcpkg/installed //Languages to enables for this project VCPKG_LANGUAGES:STRING=C;CXX //No help, variable specified on the command line. VCPKG_LINKER_FLAGS:UNINITIALIZED= //No help, variable specified on the command line. VCPKG_LINKER_FLAGS_DEBUG:UNINITIALIZED= //No help, variable specified on the command line. VCPKG_LINKER_FLAGS_RELEASE:UNINITIALIZED= //The path to the vcpkg manifest directory. VCPKG_MANIFEST_DIR:PATH= //Use manifest mode, as opposed to classic mode. VCPKG_MANIFEST_MODE:BOOL=OFF //No help, variable specified on the command line. VCPKG_OUTPUT_FILE:PATH=E:/vcpkg/buildtrees/boost-regex/cmake-get-vars-x64-windows-rel.cmake.log //No help, variable specified on the command line. VCPKG_PLATFORM_TOOLSET:UNINITIALIZED=v143 //Appends the vcpkg paths to CMAKE_PREFIX_PATH, CMAKE_LIBRARY_PATH // and CMAKE_FIND_ROOT_PATH so that vcpkg libraries/packages are // found after toolchain/system libraries/packages. VCPKG_PREFER_SYSTEM_LIBS:BOOL=OFF //Enable the setup of CMAKE_PROGRAM_PATH to vcpkg paths VCPKG_SETUP_CMAKE_PROGRAM_PATH:BOOL=ON //No help, variable specified on the command line. VCPKG_SET_CHARSET_FLAG:UNINITIALIZED=ON //No help, variable specified on the command line. VCPKG_TARGET_ARCHITECTURE:UNINITIALIZED=x64 //Vcpkg target triplet (ex. x86-windows) VCPKG_TARGET_TRIPLET:STRING=x64-windows //Trace calls to find_package() VCPKG_TRACE_FIND_PACKAGE:BOOL=OFF //Enables messages from the VCPKG toolchain for debugging purposes. VCPKG_VERBOSE:BOOL=OFF //(experimental) Automatically copy dependencies into the install // target directory for executables. Requires CMake 3.14. X_VCPKG_APPLOCAL_DEPS_INSTALL:BOOL=OFF //(experimental) Add USES_TERMINAL to VCPKG_APPLOCAL_DEPS to force // serialization. X_VCPKG_APPLOCAL_DEPS_SERIALIZED:BOOL=OFF //The directory which contains the installed libraries for each // triplet _VCPKG_INSTALLED_DIR:PATH=E:/vcpkg/installed //No help, variable specified on the command line. _VCPKG_ROOT_DIR:UNINITIALIZED=E:/vcpkg //Value Computed by CMake get_cmake_vars_BINARY_DIR:STATIC=E:/vcpkg/buildtrees/boost-regex/x64-windows-rel //Value Computed by CMake get_cmake_vars_IS_TOP_LEVEL:STATIC=ON //Value Computed by CMake get_cmake_vars_SOURCE_DIR:STATIC=E:/vcpkg/installed/x64-windows/share/vcpkg-cmake-get-vars/cmake_get_vars ######################## # INTERNAL cache entries ######################## //ADVANCED property for variable: CMAKE_AR CMAKE_AR-ADVANCED:INTERNAL=1 //This is the directory where this CMakeCache.txt was created CMAKE_CACHEFILE_DIR:INTERNAL=e:/vcpkg/buildtrees/boost-regex/x64-windows-rel //Major version of cmake used to create the current loaded cache CMAKE_CACHE_MAJOR_VERSION:INTERNAL=3 //Minor version of cmake used to create the current loaded cache CMAKE_CACHE_MINOR_VERSION:INTERNAL=27 //Patch version of cmake used to create the current loaded cache CMAKE_CACHE_PATCH_VERSION:INTERNAL=7 //Path to CMake executable. CMAKE_COMMAND:INTERNAL=E:/Qt5.15/Tools/CMake_64/bin/cmake.exe //Path to cpack program executable. CMAKE_CPACK_COMMAND:INTERNAL=E:/Qt5.15/Tools/CMake_64/bin/cpack.exe //Path to ctest program executable. CMAKE_CTEST_COMMAND:INTERNAL=E:/Qt5.15/Tools/CMake_64/bin/ctest.exe //ADVANCED property for variable: CMAKE_CXX_COMPILER CMAKE_CXX_COMPILER-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_C_COMPILER CMAKE_C_COMPILER-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_C_FLAGS CMAKE_C_FLAGS-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_C_FLAGS_DEBUG CMAKE_C_FLAGS_DEBUG-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_C_FLAGS_MINSIZEREL CMAKE_C_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_C_FLAGS_RELEASE CMAKE_C_FLAGS_RELEASE-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_C_FLAGS_RELWITHDEBINFO CMAKE_C_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_C_STANDARD_LIBRARIES CMAKE_C_STANDARD_LIBRARIES-ADVANCED:INTERNAL=1 //Path to cache edit program executable. CMAKE_EDIT_COMMAND:INTERNAL=E:/Qt5.15/Tools/CMake_64/bin/cmake-gui.exe //Executable file format CMAKE_EXECUTABLE_FORMAT:INTERNAL=Unknown //ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS CMAKE_EXE_LINKER_FLAGS-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_DEBUG CMAKE_EXE_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_MINSIZEREL CMAKE_EXE_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_RELEASE CMAKE_EXE_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_EXPORT_COMPILE_COMMANDS CMAKE_EXPORT_COMPILE_COMMANDS-ADVANCED:INTERNAL=1 //Name of external makefile project generator. CMAKE_EXTRA_GENERATOR:INTERNAL= //Name of generator. CMAKE_GENERATOR:INTERNAL=Ninja //Generator instance identifier. CMAKE_GENERATOR_INSTANCE:INTERNAL= //Name of generator platform. CMAKE_GENERATOR_PLATFORM:INTERNAL= //Name of generator toolset. CMAKE_GENERATOR_TOOLSET:INTERNAL= //Source directory with the top level CMakeLists.txt file for this // project CMAKE_HOME_DIRECTORY:INTERNAL=E:/vcpkg/installed/x64-windows/share/vcpkg-cmake-get-vars/cmake_get_vars //ADVANCED property for variable: CMAKE_LINKER CMAKE_LINKER-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS CMAKE_MODULE_LINKER_FLAGS-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_DEBUG CMAKE_MODULE_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_RELEASE CMAKE_MODULE_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_MT CMAKE_MT-ADVANCED:INTERNAL=1 //number of local generators CMAKE_NUMBER_OF_MAKEFILES:INTERNAL=1 //Platform information initialized CMAKE_PLATFORM_INFO_INITIALIZED:INTERNAL=1 //noop for ranlib CMAKE_RANLIB:INTERNAL=: //ADVANCED property for variable: CMAKE_RC_COMPILER CMAKE_RC_COMPILER-ADVANCED:INTERNAL=1 CMAKE_RC_COMPILER_WORKS:INTERNAL=1 //ADVANCED property for variable: CMAKE_RC_FLAGS CMAKE_RC_FLAGS-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_RC_FLAGS_DEBUG CMAKE_RC_FLAGS_DEBUG-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_RC_FLAGS_MINSIZEREL CMAKE_RC_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_RC_FLAGS_RELEASE CMAKE_RC_FLAGS_RELEASE-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_RC_FLAGS_RELWITHDEBINFO CMAKE_RC_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1 //Path to CMake installation. CMAKE_ROOT:INTERNAL=E:/Qt5.15/Tools/CMake_64/share/cmake-3.27 //ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS CMAKE_SHARED_LINKER_FLAGS-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_DEBUG CMAKE_SHARED_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_RELEASE CMAKE_SHARED_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_SKIP_INSTALL_RPATH CMAKE_SKIP_INSTALL_RPATH-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_SKIP_RPATH CMAKE_SKIP_RPATH-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS CMAKE_STATIC_LINKER_FLAGS-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_DEBUG CMAKE_STATIC_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_MINSIZEREL CMAKE_STATIC_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_RELEASE CMAKE_STATIC_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_RELWITHDEBINFO CMAKE_STATIC_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_TOOLCHAIN_FILE CMAKE_TOOLCHAIN_FILE-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_VERBOSE_MAKEFILE CMAKE_VERBOSE_MAKEFILE-ADVANCED:INTERNAL=1 //Install the dependencies listed in your manifest: //\n If this is off, you will have to manually install your dependencies. //\n See https://github.com/microsoft/vcpkg/tree/master/docs/specifications/manifests.md // for more info. //\n VCPKG_MANIFEST_INSTALL:INTERNAL=OFF //ADVANCED property for variable: VCPKG_VERBOSE VCPKG_VERBOSE-ADVANCED:INTERNAL=1 //Making sure VCPKG_MANIFEST_MODE doesn't change Z_VCPKG_CHECK_MANIFEST_MODE:INTERNAL=OFF //Vcpkg root directory Z_VCPKG_ROOT_DIR:INTERNAL=E:/vcpkg ```
E:\vcpkg\buildtrees\boost-regex\cmake-get-vars-x64-windows-dbg-CMakeCache.txt.log ``` # This is the CMakeCache file. # For build in directory: e:/vcpkg/buildtrees/boost-regex/x64-windows-dbg # It was generated by CMake: E:/Qt5.15/Tools/CMake_64/bin/cmake.exe # You can edit this file to change values found and used by cmake. # If you do not want to change any of the values, simply exit the editor. # If you do want to change a value, simply edit, save, and exit the editor. # The syntax for the file is as follows: # KEY:TYPE=VALUE # KEY is the name of a variable in the cache. # TYPE is a hint to GUIs for the type of VALUE, DO NOT EDIT TYPE!. # VALUE is the current value for the KEY. ######################## # EXTERNAL cache entries ######################## //No help, variable specified on the command line. BUILD_SHARED_LIBS:UNINITIALIZED=ON //Path to a program. CMAKE_AR:FILEPATH=E:/Microsoft Visual Studio/VC/Tools/MSVC/14.38.33130/bin/Hostx64/x64/lib.exe //Choose the type of build, options are: None Debug Release RelWithDebInfo // MinSizeRel ... CMAKE_BUILD_TYPE:STRING=Debug CMAKE_CROSSCOMPILING:STRING=OFF //CXX compiler CMAKE_CXX_COMPILER:FILEPATH=E:/Microsoft Visual Studio/VC/Tools/MSVC/14.38.33130/bin/Hostx64/x64/cl.exe CMAKE_CXX_FLAGS:STRING=' /nologo /DWIN32 /D_WINDOWS /W3 /utf-8 /GR /EHsc /MP ' CMAKE_CXX_FLAGS_DEBUG:STRING='/D_DEBUG /MDd /Z7 /Ob0 /Od /RTC1 ' CMAKE_CXX_FLAGS_RELEASE:STRING='/MD /O2 /Oi /Gy /DNDEBUG /Z7 ' //C compiler CMAKE_C_COMPILER:FILEPATH=E:/Microsoft Visual Studio/VC/Tools/MSVC/14.38.33130/bin/Hostx64/x64/cl.exe CMAKE_C_FLAGS:STRING=' /nologo /DWIN32 /D_WINDOWS /W3 /utf-8 /MP ' CMAKE_C_FLAGS_DEBUG:STRING='/D_DEBUG /MDd /Z7 /Ob0 /Od /RTC1 ' //Flags used by the C compiler during MINSIZEREL builds. CMAKE_C_FLAGS_MINSIZEREL:STRING=/O1 /Ob1 /DNDEBUG CMAKE_C_FLAGS_RELEASE:STRING='/MD /O2 /Oi /Gy /DNDEBUG /Z7 ' //Flags used by the C compiler during RELWITHDEBINFO builds. CMAKE_C_FLAGS_RELWITHDEBINFO:STRING=/Zi /O2 /Ob1 /DNDEBUG //Libraries linked by default with all C applications. CMAKE_C_STANDARD_LIBRARIES:STRING=kernel32.lib user32.lib gdi32.lib winspool.lib shell32.lib ole32.lib oleaut32.lib uuid.lib comdlg32.lib advapi32.lib //No help, variable specified on the command line. CMAKE_ERROR_ON_ABSOLUTE_INSTALL_DESTINATION:UNINITIALIZED=ON //Flags used by the linker during all build types. CMAKE_EXE_LINKER_FLAGS:STRING=/machine:x64 //Flags used by the linker during DEBUG builds. CMAKE_EXE_LINKER_FLAGS_DEBUG:STRING=/nologo /debug /INCREMENTAL //Flags used by the linker during MINSIZEREL builds. CMAKE_EXE_LINKER_FLAGS_MINSIZEREL:STRING=/INCREMENTAL:NO CMAKE_EXE_LINKER_FLAGS_RELEASE:STRING='/nologo /DEBUG /INCREMENTAL:NO /OPT:REF /OPT:ICF ' //Flags used by the linker during RELWITHDEBINFO builds. CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO:STRING=/debug /INCREMENTAL //Enable/Disable output of compile commands during generation. CMAKE_EXPORT_COMPILE_COMMANDS:BOOL= //No help, variable specified on the command line. CMAKE_EXPORT_NO_PACKAGE_REGISTRY:UNINITIALIZED=ON //No help, variable specified on the command line. CMAKE_FIND_PACKAGE_NO_PACKAGE_REGISTRY:UNINITIALIZED=ON //No help, variable specified on the command line. CMAKE_FIND_PACKAGE_NO_SYSTEM_PACKAGE_REGISTRY:UNINITIALIZED=ON //Value Computed by CMake. CMAKE_FIND_PACKAGE_REDIRECTS_DIR:STATIC=E:/vcpkg/buildtrees/boost-regex/x64-windows-dbg/CMakeFiles/pkgRedirects //No help, variable specified on the command line. CMAKE_INSTALL_BINDIR:STRING=bin //No help, variable specified on the command line. CMAKE_INSTALL_LIBDIR:STRING=lib //Install path prefix, prepended onto install directories. CMAKE_INSTALL_PREFIX:PATH=E:/vcpkg/packages/boost-regex_x64-windows/debug //No help, variable specified on the command line. CMAKE_INSTALL_SYSTEM_RUNTIME_LIBS_SKIP:UNINITIALIZED=TRUE //Path to a program. CMAKE_LINKER:FILEPATH=E:/Microsoft Visual Studio/VC/Tools/MSVC/14.38.33130/bin/Hostx64/x64/link.exe //make program CMAKE_MAKE_PROGRAM:FILEPATH=E:/Microsoft Visual Studio/Common7/IDE/CommonExtensions/Microsoft/CMake/Ninja/ninja.exe //Flags used by the linker during the creation of modules during // all build types. CMAKE_MODULE_LINKER_FLAGS:STRING=/machine:x64 //Flags used by the linker during the creation of modules during // DEBUG builds. CMAKE_MODULE_LINKER_FLAGS_DEBUG:STRING=/nologo /debug /INCREMENTAL //Flags used by the linker during the creation of modules during // MINSIZEREL builds. CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL:STRING=/INCREMENTAL:NO CMAKE_MODULE_LINKER_FLAGS_RELEASE:STRING='/nologo /DEBUG /INCREMENTAL:NO /OPT:REF /OPT:ICF ' //Flags used by the linker during the creation of modules during // RELWITHDEBINFO builds. CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO:STRING=/debug /INCREMENTAL CMAKE_MSVC_RUNTIME_LIBRARY:STRING=MultiThreaded$<$:Debug>$<$:DLL> //Path to a program. CMAKE_MT:FILEPATH=C:/Program Files (x86)/Windows Kits/10/bin/10.0.22621.0/x64/mt.exe //Value Computed by CMake CMAKE_PROJECT_DESCRIPTION:STATIC= //Value Computed by CMake CMAKE_PROJECT_HOMEPAGE_URL:STATIC= //Value Computed by CMake CMAKE_PROJECT_NAME:STATIC=get_cmake_vars //RC compiler CMAKE_RC_COMPILER:FILEPATH=C:/Program Files (x86)/Windows Kits/10/bin/10.0.22621.0/x64/rc.exe CMAKE_RC_FLAGS:STRING=-c65001 /DWIN32 //Flags for Windows Resource Compiler during DEBUG builds. CMAKE_RC_FLAGS_DEBUG:STRING=-D_DEBUG //Flags for Windows Resource Compiler during MINSIZEREL builds. CMAKE_RC_FLAGS_MINSIZEREL:STRING= //Flags for Windows Resource Compiler during RELEASE builds. CMAKE_RC_FLAGS_RELEASE:STRING= //Flags for Windows Resource Compiler during RELWITHDEBINFO builds. CMAKE_RC_FLAGS_RELWITHDEBINFO:STRING= //Flags used by the linker during the creation of shared libraries // during all build types. CMAKE_SHARED_LINKER_FLAGS:STRING=/machine:x64 //Flags used by the linker during the creation of shared libraries // during DEBUG builds. CMAKE_SHARED_LINKER_FLAGS_DEBUG:STRING=/nologo /debug /INCREMENTAL //Flags used by the linker during the creation of shared libraries // during MINSIZEREL builds. CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL:STRING=/INCREMENTAL:NO CMAKE_SHARED_LINKER_FLAGS_RELEASE:STRING='/nologo /DEBUG /INCREMENTAL:NO /OPT:REF /OPT:ICF ' //Flags used by the linker during the creation of shared libraries // during RELWITHDEBINFO builds. CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO:STRING=/debug /INCREMENTAL //If set, runtime paths are not added when installing shared libraries, // but are added when building. CMAKE_SKIP_INSTALL_RPATH:BOOL=NO //If set, runtime paths are not added when using shared libraries. CMAKE_SKIP_RPATH:BOOL=NO //Flags used by the linker during the creation of static libraries // during all build types. CMAKE_STATIC_LINKER_FLAGS:STRING=/machine:x64 //Flags used by the linker during the creation of static libraries // during DEBUG builds. CMAKE_STATIC_LINKER_FLAGS_DEBUG:STRING=/nologo //Flags used by the linker during the creation of static libraries // during MINSIZEREL builds. CMAKE_STATIC_LINKER_FLAGS_MINSIZEREL:STRING= //Flags used by the linker during the creation of static libraries // during RELEASE builds. CMAKE_STATIC_LINKER_FLAGS_RELEASE:STRING=/nologo //Flags used by the linker during the creation of static libraries // during RELWITHDEBINFO builds. CMAKE_STATIC_LINKER_FLAGS_RELWITHDEBINFO:STRING= CMAKE_SYSTEM_NAME:STRING=Windows CMAKE_SYSTEM_PROCESSOR:STRING=AMD64 CMAKE_SYSTEM_VERSION:STRING=10.0.22621 //The CMake toolchain file CMAKE_TOOLCHAIN_FILE:FILEPATH=E:/vcpkg/scripts/buildsystems/vcpkg.cmake //If this value is on, makefiles will be generated without the // .SILENT directive, and all commands will be echoed to the console // during the make. This is useful for debugging only. With Visual // Studio IDE projects all commands are done without /nologo. CMAKE_VERBOSE_MAKEFILE:BOOL=ON //No help, variable specified on the command line. FETCHCONTENT_FULLY_DISCONNECTED:UNINITIALIZED=ON //Automatically copy dependencies into the output directory for // executables. VCPKG_APPLOCAL_DEPS:BOOL=OFF //No help, variable specified on the command line. VCPKG_CHAINLOAD_TOOLCHAIN_FILE:UNINITIALIZED=E:/vcpkg/scripts/toolchains/windows.cmake //No help, variable specified on the command line. VCPKG_CRT_LINKAGE:UNINITIALIZED=dynamic //No help, variable specified on the command line. VCPKG_CXX_FLAGS:UNINITIALIZED= //No help, variable specified on the command line. VCPKG_CXX_FLAGS_DEBUG:UNINITIALIZED= //No help, variable specified on the command line. VCPKG_CXX_FLAGS_RELEASE:UNINITIALIZED= //No help, variable specified on the command line. VCPKG_C_FLAGS:UNINITIALIZED= //No help, variable specified on the command line. VCPKG_C_FLAGS_DEBUG:UNINITIALIZED= //No help, variable specified on the command line. VCPKG_C_FLAGS_RELEASE:UNINITIALIZED= //The directory which contains the installed libraries for each // triplet VCPKG_INSTALLED_DIR:PATH=E:/vcpkg/installed //Languages to enables for this project VCPKG_LANGUAGES:STRING=C;CXX //No help, variable specified on the command line. VCPKG_LINKER_FLAGS:UNINITIALIZED= //No help, variable specified on the command line. VCPKG_LINKER_FLAGS_DEBUG:UNINITIALIZED= //No help, variable specified on the command line. VCPKG_LINKER_FLAGS_RELEASE:UNINITIALIZED= //The path to the vcpkg manifest directory. VCPKG_MANIFEST_DIR:PATH= //Use manifest mode, as opposed to classic mode. VCPKG_MANIFEST_MODE:BOOL=OFF //No help, variable specified on the command line. VCPKG_OUTPUT_FILE:PATH=E:/vcpkg/buildtrees/boost-regex/cmake-get-vars-x64-windows-dbg.cmake.log //No help, variable specified on the command line. VCPKG_PLATFORM_TOOLSET:UNINITIALIZED=v143 //Appends the vcpkg paths to CMAKE_PREFIX_PATH, CMAKE_LIBRARY_PATH // and CMAKE_FIND_ROOT_PATH so that vcpkg libraries/packages are // found after toolchain/system libraries/packages. VCPKG_PREFER_SYSTEM_LIBS:BOOL=OFF //Enable the setup of CMAKE_PROGRAM_PATH to vcpkg paths VCPKG_SETUP_CMAKE_PROGRAM_PATH:BOOL=ON //No help, variable specified on the command line. VCPKG_SET_CHARSET_FLAG:UNINITIALIZED=ON //No help, variable specified on the command line. VCPKG_TARGET_ARCHITECTURE:UNINITIALIZED=x64 //Vcpkg target triplet (ex. x86-windows) VCPKG_TARGET_TRIPLET:STRING=x64-windows //Trace calls to find_package() VCPKG_TRACE_FIND_PACKAGE:BOOL=OFF //Enables messages from the VCPKG toolchain for debugging purposes. VCPKG_VERBOSE:BOOL=OFF //(experimental) Automatically copy dependencies into the install // target directory for executables. Requires CMake 3.14. X_VCPKG_APPLOCAL_DEPS_INSTALL:BOOL=OFF //(experimental) Add USES_TERMINAL to VCPKG_APPLOCAL_DEPS to force // serialization. X_VCPKG_APPLOCAL_DEPS_SERIALIZED:BOOL=OFF //The directory which contains the installed libraries for each // triplet _VCPKG_INSTALLED_DIR:PATH=E:/vcpkg/installed //No help, variable specified on the command line. _VCPKG_ROOT_DIR:UNINITIALIZED=E:/vcpkg //Value Computed by CMake get_cmake_vars_BINARY_DIR:STATIC=E:/vcpkg/buildtrees/boost-regex/x64-windows-dbg //Value Computed by CMake get_cmake_vars_IS_TOP_LEVEL:STATIC=ON //Value Computed by CMake get_cmake_vars_SOURCE_DIR:STATIC=E:/vcpkg/installed/x64-windows/share/vcpkg-cmake-get-vars/cmake_get_vars ######################## # INTERNAL cache entries ######################## //ADVANCED property for variable: CMAKE_AR CMAKE_AR-ADVANCED:INTERNAL=1 //This is the directory where this CMakeCache.txt was created CMAKE_CACHEFILE_DIR:INTERNAL=e:/vcpkg/buildtrees/boost-regex/x64-windows-dbg //Major version of cmake used to create the current loaded cache CMAKE_CACHE_MAJOR_VERSION:INTERNAL=3 //Minor version of cmake used to create the current loaded cache CMAKE_CACHE_MINOR_VERSION:INTERNAL=27 //Patch version of cmake used to create the current loaded cache CMAKE_CACHE_PATCH_VERSION:INTERNAL=7 //Path to CMake executable. CMAKE_COMMAND:INTERNAL=E:/Qt5.15/Tools/CMake_64/bin/cmake.exe //Path to cpack program executable. CMAKE_CPACK_COMMAND:INTERNAL=E:/Qt5.15/Tools/CMake_64/bin/cpack.exe //Path to ctest program executable. CMAKE_CTEST_COMMAND:INTERNAL=E:/Qt5.15/Tools/CMake_64/bin/ctest.exe //ADVANCED property for variable: CMAKE_CXX_COMPILER CMAKE_CXX_COMPILER-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_C_COMPILER CMAKE_C_COMPILER-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_C_FLAGS CMAKE_C_FLAGS-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_C_FLAGS_DEBUG CMAKE_C_FLAGS_DEBUG-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_C_FLAGS_MINSIZEREL CMAKE_C_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_C_FLAGS_RELEASE CMAKE_C_FLAGS_RELEASE-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_C_FLAGS_RELWITHDEBINFO CMAKE_C_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_C_STANDARD_LIBRARIES CMAKE_C_STANDARD_LIBRARIES-ADVANCED:INTERNAL=1 //Path to cache edit program executable. CMAKE_EDIT_COMMAND:INTERNAL=E:/Qt5.15/Tools/CMake_64/bin/cmake-gui.exe //Executable file format CMAKE_EXECUTABLE_FORMAT:INTERNAL=Unknown //ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS CMAKE_EXE_LINKER_FLAGS-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_DEBUG CMAKE_EXE_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_MINSIZEREL CMAKE_EXE_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_RELEASE CMAKE_EXE_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_EXPORT_COMPILE_COMMANDS CMAKE_EXPORT_COMPILE_COMMANDS-ADVANCED:INTERNAL=1 //Name of external makefile project generator. CMAKE_EXTRA_GENERATOR:INTERNAL= //Name of generator. CMAKE_GENERATOR:INTERNAL=Ninja //Generator instance identifier. CMAKE_GENERATOR_INSTANCE:INTERNAL= //Name of generator platform. CMAKE_GENERATOR_PLATFORM:INTERNAL= //Name of generator toolset. CMAKE_GENERATOR_TOOLSET:INTERNAL= //Source directory with the top level CMakeLists.txt file for this // project CMAKE_HOME_DIRECTORY:INTERNAL=E:/vcpkg/installed/x64-windows/share/vcpkg-cmake-get-vars/cmake_get_vars //ADVANCED property for variable: CMAKE_LINKER CMAKE_LINKER-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS CMAKE_MODULE_LINKER_FLAGS-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_DEBUG CMAKE_MODULE_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_RELEASE CMAKE_MODULE_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_MT CMAKE_MT-ADVANCED:INTERNAL=1 //number of local generators CMAKE_NUMBER_OF_MAKEFILES:INTERNAL=1 //Platform information initialized CMAKE_PLATFORM_INFO_INITIALIZED:INTERNAL=1 //noop for ranlib CMAKE_RANLIB:INTERNAL=: //ADVANCED property for variable: CMAKE_RC_COMPILER CMAKE_RC_COMPILER-ADVANCED:INTERNAL=1 CMAKE_RC_COMPILER_WORKS:INTERNAL=1 //ADVANCED property for variable: CMAKE_RC_FLAGS CMAKE_RC_FLAGS-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_RC_FLAGS_DEBUG CMAKE_RC_FLAGS_DEBUG-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_RC_FLAGS_MINSIZEREL CMAKE_RC_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_RC_FLAGS_RELEASE CMAKE_RC_FLAGS_RELEASE-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_RC_FLAGS_RELWITHDEBINFO CMAKE_RC_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1 //Path to CMake installation. CMAKE_ROOT:INTERNAL=E:/Qt5.15/Tools/CMake_64/share/cmake-3.27 //ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS CMAKE_SHARED_LINKER_FLAGS-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_DEBUG CMAKE_SHARED_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_RELEASE CMAKE_SHARED_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_SKIP_INSTALL_RPATH CMAKE_SKIP_INSTALL_RPATH-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_SKIP_RPATH CMAKE_SKIP_RPATH-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS CMAKE_STATIC_LINKER_FLAGS-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_DEBUG CMAKE_STATIC_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_MINSIZEREL CMAKE_STATIC_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_RELEASE CMAKE_STATIC_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_RELWITHDEBINFO CMAKE_STATIC_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_TOOLCHAIN_FILE CMAKE_TOOLCHAIN_FILE-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_VERBOSE_MAKEFILE CMAKE_VERBOSE_MAKEFILE-ADVANCED:INTERNAL=1 //Install the dependencies listed in your manifest: //\n If this is off, you will have to manually install your dependencies. //\n See https://github.com/microsoft/vcpkg/tree/master/docs/specifications/manifests.md // for more info. //\n VCPKG_MANIFEST_INSTALL:INTERNAL=OFF //ADVANCED property for variable: VCPKG_VERBOSE VCPKG_VERBOSE-ADVANCED:INTERNAL=1 //Making sure VCPKG_MANIFEST_MODE doesn't change Z_VCPKG_CHECK_MANIFEST_MODE:INTERNAL=OFF //Vcpkg root directory Z_VCPKG_ROOT_DIR:INTERNAL=E:/vcpkg ```
FrankXie05 commented 9 months ago

remove the latest MSVC v143

We need this MSVC.

lylong94 commented 9 months ago

image Yes, there it is.

FrankXie05 commented 9 months ago

See https://github.com/microsoft/vcpkg/issues/36152

FrankXie05 commented 9 months ago

BTW, I can't reproduce it locally. It seems that I need to take a closer look at how msvc-setup.bat is generated. Maybe asking the upstream might help. 🧐

lylong94 commented 9 months ago

Will it help if I reinstall vs2022?:(

lylong94 commented 9 months ago

Or vs2019?

FrankXie05 commented 9 months ago

Will it help if I reinstall vs2022?:(

Maybe.

Or vs2019?

I recommend 2022.

FrankXie05 commented 9 months ago

We have not encountered such a problem, and there are indeed many situations for files. For example: firewall settings lead to file deletion, vpn failure, process jam background killing causes files to fail to be generated, etc. . . 🤐

lylong94 commented 9 months ago

OK, I try it later. BTW, I successfully installed boost. Is there any way to make vcpkg recognize it?

FrankXie05 commented 9 months ago

What's the meaning? Use it via vcpkg?

lylong94 commented 9 months ago

VS and vcpkg use local boost as dependence to build project or install lib. Let's skip install boost throgh vcpkg.

lylong94 commented 8 months ago

So, finally I solved the problem. Today I re-install vs2022(with no space in path), vcpkg, and install independent cmake. The last step I tried is change the user name under C:\Users from chinese to english. Then it works. I don’t know if it’s because of the username, but can give it a try.

FrankXie05 commented 3 months ago

This issue hasn’t been updated for a long time; if it is still an issue, please ping me and I will reopen this issue.