Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[mongo-cxx-driver] Build error on x64-windows #43513

Open
agent00097 opened this issue Jan 28, 2025 · 1 comment
Open

[mongo-cxx-driver] Build error on x64-windows #43513

agent00097 opened this issue Jan 28, 2025 · 1 comment
Assignees
Labels
category:question This issue is a question

Comments

@agent00097
Copy link

Package: mongo-cxx-driver:[email protected]

Host Environment

  • Host: x64-windows
  • Compiler: MSVC 19.41.34123.0
  • vcpkg-tool version: 2024-03-14-7d353e869753e5609a1f1a057df3db8fd356e49d
    vcpkg-scripts version: a34c873 2024-03-22 (10 months ago)

To Reproduce

vcpkg install mongo-cxx-driver
Failure logs

-- Downloading https://github.com/mongodb/mongo-cxx-driver/archive/r3.10.1.tar.gz -> mongodb-mongo-cxx-driver-r3.10.1.tar.gz...
-- Extracting source C:/data/vcpkg/downloads/mongodb-mongo-cxx-driver-r3.10.1.tar.gz
-- Applying patch fix-dependencies.patch
-- Using source at C:/data/vcpkg/buildtrees/mongo-cxx-driver/src/r3.10.1-9867d4173c.clean
CMake Warning (dev) at scripts/cmake/vcpkg_find_acquire_program.cmake:70 (cmake_parse_arguments):
  The INTERPRETER keyword was followed by an empty string or no value at all.
  Policy CMP0174 is not set, so cmake_parse_arguments() will unset the
  arg_INTERPRETER variable rather than setting it to an empty string.
Call Stack (most recent call first):
  scripts/cmake/vcpkg_find_acquire_program.cmake:143 (z_vcpkg_find_acquire_program_find_internal)
  installed/x64-windows/share/vcpkg-cmake/vcpkg_cmake_configure.cmake:104 (vcpkg_find_acquire_program)
  ports/mongo-cxx-driver/portfile.cmake:22 (vcpkg_cmake_configure)
  scripts/ports.cmake:175 (include)
This warning is for project developers.  Use -Wno-dev to suppress it.

CMake Warning (dev) at scripts/cmake/vcpkg_find_acquire_program.cmake:30 (cmake_parse_arguments):
  The INTERPRETER keyword was followed by an empty string or no value at all.
  Policy CMP0174 is not set, so cmake_parse_arguments() will unset the
  arg_INTERPRETER variable rather than setting it to an empty string.
Call Stack (most recent call first):
  scripts/cmake/vcpkg_find_acquire_program.cmake:149 (z_vcpkg_find_acquire_program_find_external)
  installed/x64-windows/share/vcpkg-cmake/vcpkg_cmake_configure.cmake:104 (vcpkg_find_acquire_program)
  ports/mongo-cxx-driver/portfile.cmake:22 (vcpkg_cmake_configure)
  scripts/ports.cmake:175 (include)
This warning is for project developers.  Use -Wno-dev to suppress it.

-- Found external ninja('1.11.0').
-- Configuring x64-windows
-- Building x64-windows-dbg
CMake Error at scripts/cmake/vcpkg_execute_build_process.cmake:134 (message):
    Command failed: "C:/Program Files/CMake/bin/cmake.exe" --build . --config Debug --target install -- -v -j17
    Working Directory: C:/data/vcpkg/buildtrees/mongo-cxx-driver/x64-windows-dbg
    See logs for more information:
      C:\data\vcpkg\buildtrees\mongo-cxx-driver\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)
  ports/mongo-cxx-driver/portfile.cmake:36 (vcpkg_cmake_install)
  scripts/ports.cmake:175 (include)



C:\data\vcpkg\buildtrees\mongo-cxx-driver\install-x64-windows-dbg-out.log
Change Dir: 'C:/data/vcpkg/buildtrees/mongo-cxx-driver/x64-windows-dbg'

Run Build Command(s): "C:/Program Files/Microsoft Visual Studio/2022/Community/Common7/IDE/CommonExtensions/Microsoft/CMake/Ninja/ninja.exe" -v -v -j17 install
[1/117] C:\Windows\system32\cmd.exe /C "cd /D C:\data\vcpkg\buildtrees\mongo-cxx-driver\x64-windows-dbg\src\bsoncxx\cmake && "C:\Program Files\CMake\bin\cmake.exe" -D src_dir=C:/data/vcpkg/buildtrees/mongo-cxx-driver/src/r3.10.1-9867d4173c.clean/src/bsoncxx/cmake -D bin_dir=C:/data/vcpkg/buildtrees/mongo-cxx-driver/x64-windows-dbg/src/bsoncxx/cmake -D prefix=C:/data/vcpkg/packages/mongo-cxx-driver_x64-windows/debug -D includedir=include -D libdir=lib -D output_name=bsoncxx-v_noabi-dhs-mdd -D version=3.10.1 -D is_static=0 -D libbson_req_abi_ver=1.0 -D libbson_req_ver=1.25.0 -D mnmlstc_enabled= -P C:/data/vcpkg/buildtrees/mongo-cxx-driver/src/r3.10.1-9867d4173c.clean/src/bsoncxx/cmake/generate-pc.cmake"
[2/117] C:\Windows\system32\cmd.exe /C "cd /D C:\data\vcpkg\buildtrees\mongo-cxx-driver\x64-windows-dbg\src\mongocxx\cmake && "C:\Program Files\CMake\bin\cmake.exe" -D src_dir=C:/data/vcpkg/buildtrees/mongo-cxx-driver/src/r3.10.1-9867d4173c.clean/src/mongocxx/cmake -D bin_dir=C:/data/vcpkg/buildtrees/mongo-cxx-driver/x64-windows-dbg/src/mongocxx/cmake -D prefix=C:/data/vcpkg/packages/mongo-cxx-driver_x64-windows/debug -D includedir=include -D libdir=lib -D output_name=mongocxx-v_noabi-dhs-mdd -D version=3.10.1 -D is_static=0 -D bsoncxx_name=bsoncxx -D libmongoc_req_abi_ver=1.0 -D libmongoc_req_ver=1.25.0 -P C:/data/vcpkg/buildtrees/mongo-cxx-driver/src/r3.10.1-9867d4173c.clean/src/mongocxx/cmake/generate-pc.cmake"
[3/117] C:\PROGRA~1\MIB055~1\2022\COMMUN~1\VC\Tools\MSVC\1441~1.341\bin\Hostx64\x64\cl.exe   /TP -DBSONCXX_EXPORT -DMONGO_CXX_DRIVER_COMPILING -IC:\data\vcpkg\buildtrees\mongo-cxx-driver\src\r3.10.1-9867d4173c.clean\src\bsoncxx\include\bsoncxx\v_noabi -IC:\data\vcpkg\buildtrees\mongo-cxx-driver\src\r3.10.1-9867d4173c.clean\src\bsoncxx\include -IC:\data\vcpkg\buildtrees\mongo-cxx-driver\src\r3.10.1-9867d4173c.clean\src\bsoncxx\lib\bsoncxx\v_noabi -IC:\data\vcpkg\buildtrees\mongo-cxx-driver\src\r3.10.1-9867d4173c.clean\src\bsoncxx\lib -IC:\data\vcpkg\buildtrees\mongo-cxx-driver\x64-windows-dbg\src\bsoncxx\lib\bsoncxx\v_noabi -IC:\data\vcpkg\buildtrees\mongo-cxx-driver\x64-windows-dbg\src\bsoncxx\lib -external:IC:\data\vcpkg\installed\x64-windows\include -external:W0 /nologo /DWIN32 /D_WINDOWS /W3 /utf-8 /GR /EHsc /MP  /D_DEBUG /MDd /Z7 /Ob0 /Od /RTC1  -std:c++17 -MDd /showIncludes /Fosrc\bsoncxx\CMakeFiles\bsoncxx_shared.dir\lib\bsoncxx\v_noabi\bsoncxx\private\itoa.cpp.obj /Fdsrc\bsoncxx\CMakeFiles\bsoncxx_shared.dir\ /FS -c C:\data\vcpkg\buildtrees\mongo-cxx-driver\src\r3.10.1-9867d4173c.clean\src\bsoncxx\lib\bsoncxx\v_noabi\bsoncxx\private\itoa.cpp
[4/117] C:/PROGRA~1/CMake/bin/cmcldeps.exe RC C:\data\vcpkg\buildtrees\mongo-cxx-driver\x64-windows-dbg\src\bsoncxx\bsoncxx.rc src\bsoncxx\CMakeFiles\bsoncxx_shared.dir\bsoncxx.rc.res.d src\bsoncxx\CMakeFiles\bsoncxx_shared.dir\bsoncxx.rc.res "Note: including file: " "C:/Program Files/Microsoft Visual Studio/2022/Community/VC/Tools/MSVC/14.41.34120/bin/Hostx64/x64/cl.exe" C:\PROGRA~2\WI3CF2~1\10\bin\100226~1.0\x64\rc.exe -DBSONCXX_EXPORT -DMONGO_CXX_DRIVER_COMPILING -I C:\data\vcpkg\buildtrees\mongo-cxx-driver\src\r3.10.1-9867d4173c.clean\src\bsoncxx\include\bsoncxx\v_noabi -I C:\data\vcpkg\buildtrees\mongo-cxx-driver\src\r3.10.1-9867d4173c.clean\src\bsoncxx\include -I C:\data\vcpkg\buildtrees\mongo-cxx-driver\src\r3.10.1-9867d4173c.clean\src\bsoncxx\lib\bsoncxx\v_noabi -I C:\data\vcpkg\buildtrees\mongo-cxx-driver\src\r3.10.1-9867d4173c.clean\src\bsoncxx\lib -I C:\data\vcpkg\buildtrees\mongo-cxx-driver\x64-windows-dbg\src\bsoncxx\lib\bsoncxx\v_noabi -I C:\data\vcpkg\buildtrees\mongo-cxx-driver\x64-windows-dbg\src\bsoncxx\lib -I C:\data\vcpkg\installed\x64-windows\include -c65001 /DWIN32 -D_DEBUG /fo src\bsoncxx\CMakeFiles\bsoncxx_shared.dir\bsoncxx.rc.res C:\data\vcpkg\buildtrees\mongo-cxx-driver\x64-windows-dbg\src\bsoncxx\bsoncxx.rc
[5/117] C:\PROGRA~1\MIB055~1\2022\COMMUN~1\VC\Tools\MSVC\1441~1.341\bin\Hostx64\x64\cl.exe   /TP -DBSONCXX_EXPORT -DMONGO_CXX_DRIVER_COMPILING -IC:\data\vcpkg\buildtrees\mongo-cxx-driver\src\r3.10.1-9867d4173c.clean\src\bsoncxx\include\bsoncxx\v_noabi -IC:\data\vcpkg\buildtrees\mongo-cxx-driver\src\r3.10.1-9867d4173c.clean\src\bsoncxx\include -IC:\data\vcpkg\buildtrees\mongo-cxx-driver\src\r3.10.1-9867d4173c.clean\src\bsoncxx\lib\bsoncxx\v_noabi -IC:\data\vcpkg\buildtrees\mongo-cxx-driver\src\r3.10.1-9867d4173c.clean\src\bsoncxx\lib -IC:\data\vcpkg\buildtrees\mongo-cxx-driver\x64-windows-dbg\src\bsoncxx\lib\bsoncxx\v_noabi -IC:\data\vcpkg\buildtrees\mongo-cxx-driver\x64-windows-dbg\src\bsoncxx\lib -external:IC:\data\vcpkg\installed\x64-windows\include -external:W0 /nologo /DWIN32 /D_WINDOWS /W3 /utf-8 /GR /EHsc /MP  /D_DEBUG /MDd /Z7 /Ob0 /Od /RTC1  -std:c++17 -MDd /showIncludes /Fosrc\bsoncxx\CMakeFiles\bsoncxx_shared.dir\lib\bsoncxx\v_noabi\bsoncxx\exception\error_code.cpp.obj /Fdsrc\bsoncxx\CMakeFiles\bsoncxx_shared.dir\ /FS -c C:\data\vcpkg\buildtrees\mongo-cxx-driver\src\r3.10.1-9867d4173c.clean\src\bsoncxx\lib\bsoncxx\v_noabi\bsoncxx\exception\error_code.cpp
[6/117] C:\PROGRA~1\MIB055~1\2022\COMMUN~1\VC\Tools\MSVC\1441~1.341\bin\Hostx64\x64\cl.exe   /TP -DBSONCXX_EXPORT -DMONGO_CXX_DRIVER_COMPILING -IC:\data\vcpkg\buildtrees\mongo-cxx-driver\src\r3.10.1-9867d4173c.clean\src\bsoncxx\include\bsoncxx\v_noabi -IC:\data\vcpkg\buildtrees\mongo-cxx-driver\src\r3.10.1-9867d4173c.clean\src\bsoncxx\include -IC:\data\vcpkg\buildtrees\mongo-cxx-driver\src\r3.10.1-9867d4173c.clean\src\bsoncxx\lib\bsoncxx\v_noabi -IC:\data\vcpkg\buildtrees\mongo-cxx-driver\src\r3.10.1-9867d4173c.clean\src\bsoncxx\lib -IC:\data\vcpkg\buildtrees\mongo-cxx-driver\x64-windows-dbg\src\bsoncxx\lib\bsoncxx\v_noabi -IC:\data\vcpkg\buildtrees\mongo-cxx-driver\x64-windows-dbg\src\bsoncxx\lib -external:IC:\data\vcpkg\installed\x64-windows\include -external:W0 /nologo /DWIN32 /D_WINDOWS /W3 /utf-8 /GR /EHsc /MP  /D_DEBUG /MDd /Z7 /Ob0 /Od /RTC1  -std:c++17 -MDd /showIncludes /Fosrc\bsoncxx\CMakeFiles\bsoncxx_shared.dir\lib\bsoncxx\v_noabi\bsoncxx\array\value.cpp.obj /Fdsrc\bsoncxx\CMakeFiles\bsoncxx_shared.dir\ /FS -c C:\data\vcpkg\buildtrees\mongo-cxx-driver\src\r3.10.1-9867d4173c.clean\src\bsoncxx\lib\bsoncxx\v_noabi\bsoncxx\array\value.cpp
[7/117] C:\PROGRA~1\MIB055~1\2022\COMMUN~1\VC\Tools\MSVC\1441~1.341\bin\Hostx64\x64\cl.exe   /TP -DBSONCXX_EXPORT -DMONGO_CXX_DRIVER_COMPILING -IC:\data\vcpkg\buildtrees\mongo-cxx-driver\src\r3.10.1-9867d4173c.clean\src\bsoncxx\include\bsoncxx\v_noabi -IC:\data\vcpkg\buildtrees\mongo-cxx-driver\src\r3.10.1-9867d4173c.clean\src\bsoncxx\include -IC:\data\vcpkg\buildtrees\mongo-cxx-driver\src\r3.10.1-9867d4173c.clean\src\bsoncxx\lib\bsoncxx\v_noabi -IC:\data\vcpkg\buildtrees\mongo-cxx-driver\src\r3.10.1-9867d4173c.clean\src\bsoncxx\lib -IC:\data\vcpkg\buildtrees\mongo-cxx-driver\x64-windows-dbg\src\bsoncxx\lib\bsoncxx\v_noabi -IC:\data\vcpkg\buildtrees\mongo-cxx-driver\x64-windows-dbg\src\bsoncxx\lib -external:IC:\data\vcpkg\installed\x64-windows\include -external:W0 /nologo /DWIN32 /D_WINDOWS /W3 /utf-8 /GR /EHsc /MP  /D_DEBUG /MDd /Z7 /Ob0 /Od /RTC1  -std:c++17 -MDd /showIncludes /Fosrc\bsoncxx\CMakeFiles\bsoncxx_shared.dir\lib\bsoncxx\v_noabi\bsoncxx\document\value.cpp.obj /Fdsrc\bsoncxx\CMakeFiles\bsoncxx_shared.dir\ /FS -c C:\data\vcpkg\buildtrees\mongo-cxx-driver\src\r3.10.1-9867d4173c.clean\src\bsoncxx\lib\bsoncxx\v_noabi\bsoncxx\document\value.cpp
[8/117] C:\PROGRA~1\MIB055~1\2022\COMMUN~1\VC\Tools\MSVC\1441~1.341\bin\Hostx64\x64\cl.exe   /TP -DBSONCXX_EXPORT -DMONGO_CXX_DRIVER_COMPILING -IC:\data\vcpkg\buildtrees\mongo-cxx-driver\src\r3.10.1-9867d4173c.clean\src\bsoncxx\include\bsoncxx\v_noabi -IC:\data\vcpkg\buildtrees\mongo-cxx-driver\src\r3.10.1-9867d4173c.clean\src\bsoncxx\include -IC:\data\vcpkg\buildtrees\mongo-cxx-driver\src\r3.10.1-9867d4173c.clean\src\bsoncxx\lib\bsoncxx\v_noabi -IC:\data\vcpkg\buildtrees\mongo-cxx-driver\src\r3.10.1-9867d4173c.clean\src\bsoncxx\lib -IC:\data\vcpkg\buildtrees\mongo-cxx-driver\x64-windows-dbg\src\bsoncxx\lib\bsoncxx\v_noabi -IC:\data\vcpkg\buildtrees\mongo-cxx-driver\x64-windows-dbg\src\bsoncxx\lib -external:IC:\data\vcpkg\installed\x64-windows\include -external:W0 /nologo /DWIN32 /D_WINDOWS /W3 /utf-8 /GR /EHsc /MP  /D_DEBUG /MDd /Z7 /Ob0 /Od /RTC1  -std:c++17 -MDd /showIncludes /Fosrc\bsoncxx\CMakeFiles\bsoncxx_shared.dir\lib\bsoncxx\v_noabi\bsoncxx\string\view_or_value.cpp.obj /Fdsrc\bsoncxx\CMakeFiles\bsoncxx_shared.dir\ /FS -c C:\data\vcpkg\buildtrees\mongo-cxx-driver\src\r3.10.1-9867d4173c.clean\src\bsoncxx\lib\bsoncxx\v_noabi\bsoncxx\string\view_or_value.cpp
[9/117] C:\PROGRA~1\MIB055~1\2022\COMMUN~1\VC\Tools\MSVC\1441~1.341\bin\Hostx64\x64\cl.exe   /TP -DBSONCXX_EXPORT -DMONGO_CXX_DRIVER_COMPILING -IC:\data\vcpkg\buildtrees\mongo-cxx-driver\src\r3.10.1-9867d4173c.clean\src\bsoncxx\include\bsoncxx\v_noabi -IC:\data\vcpkg\buildtrees\mongo-cxx-driver\src\r3.10.1-9867d4173c.clean\src\bsoncxx\include -IC:\data\vcpkg\buildtrees\mongo-cxx-driver\src\r3.10.1-9867d4173c.clean\src\bsoncxx\lib\bsoncxx\v_noabi -IC:\data\vcpkg\buildtrees\mongo-cxx-driver\src\r3.10.1-9867d4173c.clean\src\bsoncxx\lib -IC:\data\vcpkg\buildtrees\mongo-cxx-driver\x64-windows-dbg\src\bsoncxx\lib\bsoncxx\v_noabi -IC:\data\vcpkg\buildtrees\mongo-cxx-driver\x64-windows-dbg\src\bsoncxx\lib -external:IC:\data\vcpkg\installed\x64-windows\include -external:W0 /nologo /DWIN32 /D_WINDOWS /W3 /utf-8 /GR /EHsc /MP  /D_DEBUG /MDd /Z7 /Ob0 /Od /RTC1  -std:c++17 -MDd /showIncludes /Fosrc\bsoncxx\CMakeFiles\bsoncxx_shared.dir\lib\bsoncxx\v_noabi\bsoncxx\types.cpp.obj /Fdsrc\bsoncxx\CMakeFiles\bsoncxx_shared.dir\ /FS -c C:\data\vcpkg\buildtrees\mongo-cxx-driver\src\r3.10.1-9867d4173c.clean\src\bsoncxx\lib\bsoncxx\v_noabi\bsoncxx\types.cpp
[10/117] C:\PROGRA~1\MIB055~1\2022\COMMUN~1\VC\Tools\MSVC\1441~1.341\bin\Hostx64\x64\cl.exe   /TP -DBSONCXX_EXPORT -DMONGO_CXX_DRIVER_COMPILING -IC:\data\vcpkg\buildtrees\mongo-cxx-driver\src\r3.10.1-9867d4173c.clean\src\bsoncxx\include\bsoncxx\v_noabi -IC:\data\vcpkg\buildtrees\mongo-cxx-driver\src\r3.10.1-9867d4173c.clean\src\bsoncxx\include -IC:\data\vcpkg\buildtrees\mongo-cxx-driver\src\r3.10.1-9867d4173c.clean\src\bsoncxx\lib\bsoncxx\v_noabi -IC:\data\vcpkg\buildtrees\mongo-cxx-driver\src\r3.10.1-9867d4173c.clean\src\bsoncxx\lib -IC:\data\vcpkg\buildtrees\mongo-cxx-driver\x64-windows-dbg\src\bsoncxx\lib\bsoncxx\v_noabi -IC:\data\vcpkg\buildtrees\mongo-cxx-driver\x64-windows-dbg\src\bsoncxx\lib -external:IC:\data\vcpkg\installed\x64-windows\include -external:W0 /nologo /DWIN32 /D_WINDOWS /W3 /utf-8 /GR /EHsc /MP  /D_DEBUG /MDd /Z7 /Ob0 /Od /RTC1  -std:c++17 -MDd /showIncludes /Fosrc\bsoncxx\CMakeFiles\bsoncxx_shared.dir\lib\bsoncxx\v_noabi\bsoncxx\array\element.cpp.obj /Fdsrc\bsoncxx\CMakeFiles\bsoncxx_shared.dir\ /FS -c C:\data\vcpkg\buildtrees\mongo-cxx-driver\src\r3.10.1-9867d4173c.clean\src\bsoncxx\lib\bsoncxx\v_noabi\bsoncxx\array\element.cpp
[11/117] C:\PROGRA~1\MIB055~1\2022\COMMUN~1\VC\Tools\MSVC\1441~1.341\bin\Hostx64\x64\cl.exe   /TP -DBSONCXX_EXPORT -DMONGO_CXX_DRIVER_COMPILING -IC:\data\vcpkg\buildtrees\mongo-cxx-driver\src\r3.10.1-9867d4173c.clean\src\bsoncxx\include\bsoncxx\v_noabi -IC:\data\vcpkg\buildtrees\mongo-cxx-driver\src\r3.10.1-9867d4173c.clean\src\bsoncxx\include -IC:\data\vcpkg\buildtrees\mongo-cxx-driver\src\r3.10.1-9867d4173c.clean\src\bsoncxx\lib\bsoncxx\v_noabi -IC:\data\vcpkg\buildtrees\mongo-cxx-driver\src\r3.10.1-9867d4173c.clean\src\bsoncxx\lib -IC:\data\vcpkg\buildtrees\mongo-cxx-driver\x64-windows-dbg\src\bsoncxx\lib\bsoncxx\v_noabi -IC:\data\vcpkg\buildtrees\mongo-cxx-driver\x64-windows-dbg\src\bsoncxx\lib -external:IC:\data\vcpkg\installed\x64-windows\include -external:W0 /nologo /DWIN32 /D_WINDOWS /W3 /utf-8 /GR /EHsc /MP  /D_DEBUG /MDd /Z7 /Ob0 /Od /RTC1  -std:c++17 -MDd /showIncludes /Fosrc\bsoncxx\CMakeFiles\bsoncxx_shared.dir\lib\bsoncxx\v_noabi\bsoncxx\validate.cpp.obj /Fdsrc\bsoncxx\CMakeFiles\bsoncxx_shared.dir\ /FS -c C:\data\vcpkg\buildtrees\mongo-cxx-driver\src\r3.10.1-9867d4173c.clean\src\bsoncxx\lib\bsoncxx\v_noabi\bsoncxx\validate.cpp
[12/117] C:\PROGRA~1\MIB055~1\2022\COMMUN~1\VC\Tools\MSVC\1441~1.341\bin\Hostx64\x64\cl.exe   /TP -DBSONCXX_EXPORT -DMONGO_CXX_DRIVER_COMPILING -IC:\data\vcpkg\buildtrees\mongo-cxx-driver\src\r3.10.1-9867d4173c.clean\src\bsoncxx\include\bsoncxx\v_noabi -IC:\data\vcpkg\buildtrees\mongo-cxx-driver\src\r3.10.1-9867d4173c.clean\src\bsoncxx\include -IC:\data\vcpkg\buildtrees\mongo-cxx-driver\src\r3.10.1-9867d4173c.clean\src\bsoncxx\lib\bsoncxx\v_noabi -IC:\data\vcpkg\buildtrees\mongo-cxx-driver\src\r3.10.1-9867d4173c.clean\src\bsoncxx\lib -IC:\data\vcpkg\buildtrees\mongo-cxx-driver\x64-windows-dbg\src\bsoncxx\lib\bsoncxx\v_noabi -IC:\data\vcpkg\buildtrees\mongo-cxx-driver\x64-windows-dbg\src\bsoncxx\lib -external:IC:\data\vcpkg\installed\x64-windows\include -external:W0 /nologo /DWIN32 /D_WINDOWS /W3 /utf-8 /GR /EHsc /MP  /D_DEBUG /MDd /Z7 /Ob0 /Od /RTC1  -std:c++17 -MDd /showIncludes /Fosrc\bsoncxx\CMakeFiles\bsoncxx_shared.dir\lib\bsoncxx\v_noabi\bsoncxx\oid.cpp.obj /Fdsrc\bsoncxx\CMakeFiles\bsoncxx_shared.dir\ /FS -c C:\data\vcpkg\buildtrees\mongo-cxx-driver\src\r3.10.1-9867d4173c.clean\src\bsoncxx\lib\bsoncxx\v_noabi\bsoncxx\oid.cpp
C:\data\vcpkg\buildtrees\mongo-cxx-driver\src\r3.10.1-9867d4173c.clean\src\bsoncxx\include\bsoncxx\v_noabi\bsoncxx/exception/exception.hpp(30): warning C4275: non dll-interface class 'std::system_error' used as base for dll-interface class 'bsoncxx::v_noabi::exception'
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.41.34120\include\system_error(481): note: see declaration of 'std::system_error'
C:\data\vcpkg\buildtrees\mongo-cxx-driver\src\r3.10.1-9867d4173c.clean\src\bsoncxx\include\bsoncxx\v_noabi\bsoncxx/exception/exception.hpp(30): note: see declaration of 'bsoncxx::v_noabi::exception'
[13/117] C:\PROGRA~1\MIB055~1\2022\COMMUN~1\VC\Tools\MSVC\1441~1.341\bin\Hostx64\x64\cl.exe   /TP -DBSONCXX_EXPORT -DMONGO_CXX_DRIVER_COMPILING -IC:\data\vcpkg\buildtrees\mongo-cxx-driver\src\r3.10.1-9867d4173c.clean\src\bsoncxx\include\bsoncxx\v_noabi -IC:\data\vcpkg\buildtrees\mongo-cxx-driver\src\r3.10.1-9867d4173c.clean\src\bsoncxx\include -IC:\data\vcpkg\buildtrees\mongo-cxx-driver\src\r3.10.1-9867d4173c.clean\src\bsoncxx\lib\bsoncxx\v_noabi -IC:\data\vcpkg\buildtrees\mongo-cxx-driver\src\r3.10.1-9867d4173c.clean\src\bsoncxx\lib -IC:\data\vcpkg\buildtrees\mongo-cxx-driver\x64-windows-dbg\src\bsoncxx\lib\bsoncxx\v_noabi -IC:\data\vcpkg\buildtrees\mongo-cxx-driver\x64-windows-dbg\src\bsoncxx\lib -external:IC:\data\vcpkg\installed\x64-windows\include -external:W0 /nologo /DWIN32 /D_WINDOWS /W3 /utf-8 /GR /EHsc /MP  /D_DEBUG /MDd /Z7 /Ob0 /Od /RTC1  -std:c++17 -MDd /showIncludes /Fosrc\bsoncxx\CMakeFiles\bsoncxx_shared.dir\lib\bsoncxx\v_noabi\bsoncxx\decimal128.cpp.obj /Fdsrc\bsoncxx\CMakeFiles\bsoncxx_shared.dir\ /FS -c C:\data\vcpkg\buildtrees\mongo-cxx-driver\src\r3.10.1-9867d4173c.clean\src\bsoncxx\lib\bsoncxx\v_noabi\bsoncxx\decimal128.cpp
C:\data\vcpkg\buildtrees\mongo-cxx-driver\src\r3.10.1-9867d4173c.clean\src\bsoncxx\include\bsoncxx\v_noabi\bsoncxx/exception/exception.hpp(30): warning C4275: non dll-interface class 'std::system_error' used as base for dll-interface class 'bsoncxx::v_noabi::exception'
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.41.34120\include\system_error(481): note: see declaration of 'std::system_error'
C:\data\vcpkg\buildtrees\mongo-cxx-driver\src\r3.10.1-9867d4173c.clean\src\bsoncxx\include\bsoncxx\v_noabi\bsoncxx/exception/exception.hpp(30): note: see declaration of 'bsoncxx::v_noabi::exception'
[14/117] C:\PROGRA~1\MIB055~1\2022\COMMUN~1\VC\Tools\MSVC\1441~1.341\bin\Hostx64\x64\cl.exe   /TP -DBSONCXX_EXPORT -DMONGO_CXX_DRIVER_COMPILING -IC:\data\vcpkg\buildtrees\mongo-cxx-driver\src\r3.10.1-9867d4173c.clean\src\bsoncxx\include\bsoncxx\v_noabi -IC:\data\vcpkg\buildtrees\mongo-cxx-driver\src\r3.10.1-9867d4173c.clean\src\bsoncxx\include -IC:\data\vcpkg\buildtrees\mongo-cxx-driver\src\r3.10.1-9867d4173c.clean\src\bsoncxx\lib\bsoncxx\v_noabi -IC:\data\vcpkg\buildtrees\mongo-cxx-driver\src\r3.10.1-9867d4173c.clean\src\bsoncxx\lib -IC:\data\vcpkg\buildtrees\mongo-cxx-driver\x64-windows-dbg\src\bsoncxx\lib\bsoncxx\v_noabi -IC:\data\vcpkg\buildtrees\mongo-cxx-driver\x64-windows-dbg\src\bsoncxx\lib -external:IC:\data\vcpkg\installed\x64-windows\include -external:W0 /nologo /DWIN32 /D_WINDOWS /W3 /utf-8 /GR /EHsc /MP  /D_DEBUG /MDd /Z7 /Ob0 /Od /RTC1  -std:c++17 -MDd /showIncludes /Fosrc\bsoncxx\CMakeFiles\bsoncxx_shared.dir\lib\bsoncxx\v_noabi\bsoncxx\types\bson_value\view.cpp.obj /Fdsrc\bsoncxx\CMakeFiles\bsoncxx_shared.dir\ /FS -c C:\data\vcpkg\buildtrees\mongo-cxx-driver\src\r3.10.1-9867d4173c.clean\src\bsoncxx\lib\bsoncxx\v_noabi\bsoncxx\types\bson_value\view.cpp
C:\data\vcpkg\buildtrees\mongo-cxx-driver\src\r3.10.1-9867d4173c.clean\src\bsoncxx\include\bsoncxx\v_noabi\bsoncxx/exception/exception.hpp(30): warning C4275: non dll-interface class 'std::system_error' used as base for dll-interface class 'bsoncxx::v_noabi::exception'
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.41.34120\include\system_error(481): note: see declaration of 'std::system_error'
C:\data\vcpkg\buildtrees\mongo-cxx-driver\src\r3.10.1-9867d4173c.clean\src\bsoncxx\include\bsoncxx\v_noabi\bsoncxx/exception/exception.hpp(30): note: see declaration of 'bsoncxx::v_noabi::exception'
[15/117] C:\PROGRA~1\MIB055~1\2022\COMMUN~1\VC\Tools\MSVC\1441~1.341\bin\Hostx64\x64\cl.exe   /TP -DBSONCXX_EXPORT -DMONGO_CXX_DRIVER_COMPILING -IC:\data\vcpkg\buildtrees\mongo-cxx-driver\src\r3.10.1-9867d4173c.clean\src\bsoncxx\include\bsoncxx\v_noabi -IC:\data\vcpkg\buildtrees\mongo-cxx-driver\src\r3.10.1-9867d4173c.clean\src\bsoncxx\include -IC:\data\vcpkg\buildtrees\mongo-cxx-driver\src\r3.10.1-9867d4173c.clean\src\bsoncxx\lib\bsoncxx\v_noabi -IC:\data\vcpkg\buildtrees\mongo-cxx-driver\src\r3.10.1-9867d4173c.clean\src\bsoncxx\lib -IC:\data\vcpkg\buildtrees\mongo-cxx-driver\x64-windows-dbg\src\bsoncxx\lib\bsoncxx\v_noabi -IC:\data\vcpkg\buildtrees\mongo-cxx-driver\x64-windows-dbg\src\bsoncxx\lib -external:IC:\data\vcpkg\installed\x64-windows\include -external:W0 /nologo /DWIN32 /D_WINDOWS /W3 /utf-8 /GR /EHsc /MP  /D_DEBUG /MDd /Z7 /Ob0 /Od /RTC1  -std:c++17 -MDd /showIncludes /Fosrc\bsoncxx\CMakeFiles\bsoncxx_shared.dir\lib\bsoncxx\v_noabi\bsoncxx\document\view.cpp.obj /Fdsrc\bsoncxx\CMakeFiles\bsoncxx_shared.dir\ /FS -c C:\data\vcpkg\buildtrees\mongo-cxx-driver\src\r3.10.1-9867d4173c.clean\src\bsoncxx\lib\bsoncxx\v_noabi\bsoncxx\document\view.cpp
[16/117] C:\PROGRA~1\MIB055~1\2022\COMMUN~1\VC\Tools\MSVC\1441~1.341\bin\Hostx64\x64\cl.exe   /TP -DBSONCXX_EXPORT -DMONGO_CXX_DRIVER_COMPILING -IC:\data\vcpkg\buildtrees\mongo-cxx-driver\src\r3.10.1-9867d4173c.clean\src\bsoncxx\include\bsoncxx\v_noabi -IC:\data\vcpkg\buildtrees\mongo-cxx-driver\src\r3.10.1-9867d4173c.clean\src\bsoncxx\include -IC:\data\vcpkg\buildtrees\mongo-cxx-driver\src\r3.10.1-9867d4173c.clean\src\bsoncxx\lib\bsoncxx\v_noabi -IC:\data\vcpkg\buildtrees\mongo-cxx-driver\src\r3.10.1-9867d4173c.clean\src\bsoncxx\lib -IC:\data\vcpkg\buildtrees\mongo-cxx-driver\x64-windows-dbg\src\bsoncxx\lib\bsoncxx\v_noabi -IC:\data\vcpkg\buildtrees\mongo-cxx-driver\x64-windows-dbg\src\bsoncxx\lib -external:IC:\data\vcpkg\installed\x64-windows\include -external:W0 /nologo /DWIN32 /D_WINDOWS /W3 /utf-8 /GR /EHsc /MP  /D_DEBUG /MDd /Z7 /Ob0 /Od /RTC1  -std:c++17 -MDd /showIncludes /Fosrc\bsoncxx\CMakeFiles\bsoncxx_shared.dir\lib\bsoncxx\v_noabi\bsoncxx\json.cpp.obj /Fdsrc\bsoncxx\CMakeFiles\bsoncxx_shared.dir\ /FS -c C:\data\vcpkg\buildtrees\mongo-cxx-driver\src\r3.10.1-9867d4173c.clean\src\bsoncxx\lib\bsoncxx\v_noabi\bsoncxx\json.cpp
C:\data\vcpkg\buildtrees\mongo-cxx-driver\src\r3.10.1-9867d4173c.clean\src\bsoncxx\include\bsoncxx\v_noabi\bsoncxx/exception/exception.hpp(30): warning C4275: non dll-interface class 'std::system_error' used as base for dll-interface class 'bsoncxx::v_noabi::exception'
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.41.34120\include\system_error(481): note: see declaration of 'std::system_error'
C:\data\vcpkg\buildtrees\mongo-cxx-driver\src\r3.10.1-9867d4173c.clean\src\bsoncxx\include\bsoncxx\v_noabi\bsoncxx/exception/exception.hpp(30): note: see declaration of 'bsoncxx::v_noabi::exception'
...
Skipped 10 lines
...
C:\data\vcpkg\buildtrees\mongo-cxx-driver\src\r3.10.1-9867d4173c.clean\src\bsoncxx\include\bsoncxx\v_noabi\bsoncxx/exception/exception.hpp(30): warning C4275: non dll-interface class 'std::system_error' used as base for dll-interface class 'bsoncxx::v_noabi::exception'
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.41.34120\include\system_error(481): note: see declaration of 'std::system_error'
C:\data\vcpkg\buildtrees\mongo-cxx-driver\src\r3.10.1-9867d4173c.clean\src\bsoncxx\include\bsoncxx\v_noabi\bsoncxx/exception/exception.hpp(30): note: see declaration of 'bsoncxx::v_noabi::exception'
[21/117] C:\PROGRA~1\MIB055~1\2022\COMMUN~1\VC\Tools\MSVC\1441~1.341\bin\Hostx64\x64\cl.exe   /TP -DMONGOCXX_EXPORTS -DMONGO_CXX_DRIVER_COMPILING -IC:\data\vcpkg\buildtrees\mongo-cxx-driver\src\r3.10.1-9867d4173c.clean\src\mongocxx\include\mongocxx\v_noabi -IC:\data\vcpkg\buildtrees\mongo-cxx-driver\src\r3.10.1-9867d4173c.clean\src\mongocxx\include -IC:\data\vcpkg\buildtrees\mongo-cxx-driver\src\r3.10.1-9867d4173c.clean\src\mongocxx\lib\mongocxx\v_noabi -IC:\data\vcpkg\buildtrees\mongo-cxx-driver\src\r3.10.1-9867d4173c.clean\src\mongocxx\lib -IC:\data\vcpkg\buildtrees\mongo-cxx-driver\x64-windows-dbg\src\mongocxx\lib\mongocxx\v_noabi -IC:\data\vcpkg\buildtrees\mongo-cxx-driver\x64-windows-dbg\src\mongocxx\lib -IC:\data\vcpkg\buildtrees\mongo-cxx-driver\src\r3.10.1-9867d4173c.clean\src\bsoncxx\include\bsoncxx\v_noabi -IC:\data\vcpkg\buildtrees\mongo-cxx-driver\src\r3.10.1-9867d4173c.clean\src\bsoncxx\include -IC:\data\vcpkg\buildtrees\mongo-cxx-driver\src\r3.10.1-9867d4173c.clean\src\bsoncxx\lib\bsoncxx\v_noabi -IC:\data\vcpkg\buildtrees\mongo-cxx-driver\src\r3.10.1-9867d4173c.clean\src\bsoncxx\lib -IC:\data\vcpkg\buildtrees\mongo-cxx-driver\x64-windows-dbg\src\bsoncxx\lib\bsoncxx\v_noabi -IC:\data\vcpkg\buildtrees\mongo-cxx-driver\x64-windows-dbg\src\bsoncxx\lib -external:IC:\data\vcpkg\installed\x64-windows\include -external:W0 /nologo /DWIN32 /D_WINDOWS /W3 /utf-8 /GR /EHsc /MP  /D_DEBUG /MDd /Z7 /Ob0 /Od /RTC1  -std:c++17 -MDd /showIncludes /Fosrc\mongocxx\CMakeFiles\mongocxx_shared.dir\lib\mongocxx\v_noabi\mongocxx\cursor.cpp.obj /Fdsrc\mongocxx\CMakeFiles\mongocxx_shared.dir\ /FS -c C:\data\vcpkg\buildtrees\mongo-cxx-driver\src\r3.10.1-9867d4173c.clean\src\mongocxx\lib\mongocxx\v_noabi\mongocxx\cursor.cpp
[22/117] C:\PROGRA~1\MIB055~1\2022\COMMUN~1\VC\Tools\MSVC\1441~1.341\bin\Hostx64\x64\cl.exe   /TP -DMONGOCXX_EXPORTS -DMONGO_CXX_DRIVER_COMPILING -IC:\data\vcpkg\buildtrees\mongo-cxx-driver\src\r3.10.1-9867d4173c.clean\src\mongocxx\include\mongocxx\v_noabi -IC:\data\vcpkg\buildtrees\mongo-cxx-driver\src\r3.10.1-9867d4173c.clean\src\mongocxx\include -IC:\data\vcpkg\buildtrees\mongo-cxx-driver\src\r3.10.1-9867d4173c.clean\src\mongocxx\lib\mongocxx\v_noabi -IC:\data\vcpkg\buildtrees\mongo-cxx-driver\src\r3.10.1-9867d4173c.clean\src\mongocxx\lib -IC:\data\vcpkg\buildtrees\mongo-cxx-driver\x64-windows-dbg\src\mongocxx\lib\mongocxx\v_noabi -IC:\data\vcpkg\buildtrees\mongo-cxx-driver\x64-windows-dbg\src\mongocxx\lib -IC:\data\vcpkg\buildtrees\mongo-cxx-driver\src\r3.10.1-9867d4173c.clean\src\bsoncxx\include\bsoncxx\v_noabi -IC:\data\vcpkg\buildtrees\mongo-cxx-driver\src\r3.10.1-9867d4173c.clean\src\bsoncxx\include -IC:\data\vcpkg\buildtrees\mongo-cxx-driver\src\r3.10.1-9867d4173c.clean\src\bsoncxx\lib\bsoncxx\v_noabi -IC:\data\vcpkg\buildtrees\mongo-cxx-driver\src\r3.10.1-9867d4173c.clean\src\bsoncxx\lib -IC:\data\vcpkg\buildtrees\mongo-cxx-driver\x64-windows-dbg\src\bsoncxx\lib\bsoncxx\v_noabi -IC:\data\vcpkg\buildtrees\mongo-cxx-driver\x64-windows-dbg\src\bsoncxx\lib -external:IC:\data\vcpkg\installed\x64-windows\include -external:W0 /nologo /DWIN32 /D_WINDOWS /W3 /utf-8 /GR /EHsc /MP  /D_DEBUG /MDd /Z7 /Ob0 /Od /RTC1  -std:c++17 -MDd /showIncludes /Fosrc\mongocxx\CMakeFiles\mongocxx_shared.dir\lib\mongocxx\v_noabi\mongocxx\change_stream.cpp.obj /Fdsrc\mongocxx\CMakeFiles\mongocxx_shared.dir\ /FS -c C:\data\vcpkg\buildtrees\mongo-cxx-driver\src\r3.10.1-9867d4173c.clean\src\mongocxx\lib\mongocxx\v_noabi\mongocxx\change_stream.cpp
[23/117] C:\Windows\system32\cmd.exe /C "cd . && "C:\Program Files\CMake\bin\cmake.exe" -E vs_link_dll --msvc-ver=1941 --intdir=src\bsoncxx\CMakeFiles\bsoncxx_shared.dir --rc=C:\PROGRA~2\WI3CF2~1\10\bin\100226~1.0\x64\rc.exe --mt=C:\PROGRA~2\WI3CF2~1\10\bin\100226~1.0\x64\mt.exe --manifests  -- C:\PROGRA~1\MIB055~1\2022\COMMUN~1\VC\Tools\MSVC\1441~1.341\bin\Hostx64\x64\link.exe  src\bsoncxx\CMakeFiles\bsoncxx_shared.dir\lib\bsoncxx\v_noabi\bsoncxx\array\element.cpp.obj src\bsoncxx\CMakeFiles\bsoncxx_shared.dir\lib\bsoncxx\v_noabi\bsoncxx\array\value.cpp.obj src\bsoncxx\CMakeFiles\bsoncxx_shared.dir\lib\bsoncxx\v_noabi\bsoncxx\array\view.cpp.obj src\bsoncxx\CMakeFiles\bsoncxx_shared.dir\lib\bsoncxx\v_noabi\bsoncxx\builder\core.cpp.obj src\bsoncxx\CMakeFiles\bsoncxx_shared.dir\lib\bsoncxx\v_noabi\bsoncxx\decimal128.cpp.obj src\bsoncxx\CMakeFiles\bsoncxx_shared.dir\lib\bsoncxx\v_noabi\bsoncxx\document\element.cpp.obj src\bsoncxx\CMakeFiles\bsoncxx_shared.dir\lib\bsoncxx\v_noabi\bsoncxx\document\value.cpp.obj src\bsoncxx\CMakeFiles\bsoncxx_shared.dir\lib\bsoncxx\v_noabi\bsoncxx\document\view.cpp.obj src\bsoncxx\CMakeFiles\bsoncxx_shared.dir\lib\bsoncxx\v_noabi\bsoncxx\exception\error_code.cpp.obj src\bsoncxx\CMakeFiles\bsoncxx_shared.dir\lib\bsoncxx\v_noabi\bsoncxx\json.cpp.obj src\bsoncxx\CMakeFiles\bsoncxx_shared.dir\lib\bsoncxx\v_noabi\bsoncxx\oid.cpp.obj src\bsoncxx\CMakeFiles\bsoncxx_shared.dir\lib\bsoncxx\v_noabi\bsoncxx\private\itoa.cpp.obj src\bsoncxx\CMakeFiles\bsoncxx_shared.dir\lib\bsoncxx\v_noabi\bsoncxx\string\view_or_value.cpp.obj src\bsoncxx\CMakeFiles\bsoncxx_shared.dir\lib\bsoncxx\v_noabi\bsoncxx\types.cpp.obj src\bsoncxx\CMakeFiles\bsoncxx_shared.dir\lib\bsoncxx\v_noabi\bsoncxx\types\bson_value\value.cpp.obj src\bsoncxx\CMakeFiles\bsoncxx_shared.dir\lib\bsoncxx\v_noabi\bsoncxx\types\bson_value\view.cpp.obj src\bsoncxx\CMakeFiles\bsoncxx_shared.dir\lib\bsoncxx\v_noabi\bsoncxx\validate.cpp.obj src\bsoncxx\CMakeFiles\bsoncxx_shared.dir\bsoncxx.rc.res  /out:src\bsoncxx\bsoncxx-v_noabi-dhs-mdd.dll /implib:src\bsoncxx\bsoncxx-v_noabi-dhs-mdd.lib /pdb:src\bsoncxx\bsoncxx-v_noabi-dhs-mdd.pdb /dll /version:3.10 /machine:x64 /nologo    /debug /INCREMENTAL  C:\data\vcpkg\installed\x64-windows\debug\lib\bson-1.0.lib  ws2_32.lib  kernel32.lib user32.lib gdi32.lib winspool.lib shell32.lib ole32.lib oleaut32.lib uuid.lib comdlg32.lib advapi32.lib && cd ."
[24/117] C:\PROGRA~1\MIB055~1\2022\COMMUN~1\VC\Tools\MSVC\1441~1.341\bin\Hostx64\x64\cl.exe   /TP -DMONGOCXX_EXPORTS -DMONGO_CXX_DRIVER_COMPILING -IC:\data\vcpkg\buildtrees\mongo-cxx-driver\src\r3.10.1-9867d4173c.clean\src\mongocxx\include\mongocxx\v_noabi -IC:\data\vcpkg\buildtrees\mongo-cxx-driver\src\r3.10.1-9867d4173c.clean\src\mongocxx\include -IC:\data\vcpkg\buildtrees\mongo-cxx-driver\src\r3.10.1-9867d4173c.clean\src\mongocxx\lib\mongocxx\v_noabi -IC:\data\vcpkg\buildtrees\mongo-cxx-driver\src\r3.10.1-9867d4173c.clean\src\mongocxx\lib -IC:\data\vcpkg\buildtrees\mongo-cxx-driver\x64-windows-dbg\src\mongocxx\lib\mongocxx\v_noabi -IC:\data\vcpkg\buildtrees\mongo-cxx-driver\x64-windows-dbg\src\mongocxx\lib -IC:\data\vcpkg\buildtrees\mongo-cxx-driver\src\r3.10.1-9867d4173c.clean\src\bsoncxx\include\bsoncxx\v_noabi -IC:\data\vcpkg\buildtrees\mongo-cxx-driver\src\r3.10.1-9867d4173c.clean\src\bsoncxx\include -IC:\data\vcpkg\buildtrees\mongo-cxx-driver\src\r3.10.1-9867d4173c.clean\src\bsoncxx\lib\bsoncxx\v_noabi -IC:\data\vcpkg\buildtrees\mongo-cxx-driver\src\r3.10.1-9867d4173c.clean\src\bsoncxx\lib -IC:\data\vcpkg\buildtrees\mongo-cxx-driver\x64-windows-dbg\src\bsoncxx\lib\bsoncxx\v_noabi -IC:\data\vcpkg\buildtrees\mongo-cxx-driver\x64-windows-dbg\src\bsoncxx\lib -external:IC:\data\vcpkg\installed\x64-windows\include -external:W0 /nologo /DWIN32 /D_WINDOWS /W3 /utf-8 /GR /EHsc /MP  /D_DEBUG /MDd /Z7 /Ob0 /Od /RTC1  -std:c++17 -MDd /showIncludes /Fosrc\mongocxx\CMakeFiles\mongocxx_shared.dir\lib\mongocxx\v_noabi\mongocxx\events\heartbeat_failed_event.cpp.obj /Fdsrc\mongocxx\CMakeFiles\mongocxx_shared.dir\ /FS -c C:\data\vcpkg\buildtrees\mongo-cxx-driver\src\r3.10.1-9867d4173c.clean\src\mongocxx\lib\mongocxx\v_noabi\mongocxx\events\heartbeat_failed_event.cpp
FAILED: src/mongocxx/CMakeFiles/mongocxx_shared.dir/lib/mongocxx/v_noabi/mongocxx/events/heartbeat_failed_event.cpp.obj 
C:\PROGRA~1\MIB055~1\2022\COMMUN~1\VC\Tools\MSVC\1441~1.341\bin\Hostx64\x64\cl.exe   /TP -DMONGOCXX_EXPORTS -DMONGO_CXX_DRIVER_COMPILING -IC:\data\vcpkg\buildtrees\mongo-cxx-driver\src\r3.10.1-9867d4173c.clean\src\mongocxx\include\mongocxx\v_noabi -IC:\data\vcpkg\buildtrees\mongo-cxx-driver\src\r3.10.1-9867d4173c.clean\src\mongocxx\include -IC:\data\vcpkg\buildtrees\mongo-cxx-driver\src\r3.10.1-9867d4173c.clean\src\mongocxx\lib\mongocxx\v_noabi -IC:\data\vcpkg\buildtrees\mongo-cxx-driver\src\r3.10.1-9867d4173c.clean\src\mongocxx\lib -IC:\data\vcpkg\buildtrees\mongo-cxx-driver\x64-windows-dbg\src\mongocxx\lib\mongocxx\v_noabi -IC:\data\vcpkg\buildtrees\mongo-cxx-driver\x64-windows-dbg\src\mongocxx\lib -IC:\data\vcpkg\buildtrees\mongo-cxx-driver\src\r3.10.1-9867d4173c.clean\src\bsoncxx\include\bsoncxx\v_noabi -IC:\data\vcpkg\buildtrees\mongo-cxx-driver\src\r3.10.1-9867d4173c.clean\src\bsoncxx\include -IC:\data\vcpkg\buildtrees\mongo-cxx-driver\src\r3.10.1-9867d4173c.clean\src\bsoncxx\lib\bsoncxx\v_noabi -IC:\data\vcpkg\buildtrees\mongo-cxx-driver\src\r3.10.1-9867d4173c.clean\src\bsoncxx\lib -IC:\data\vcpkg\buildtrees\mongo-cxx-driver\x64-windows-dbg\src\bsoncxx\lib\bsoncxx\v_noabi -IC:\data\vcpkg\buildtrees\mongo-cxx-driver\x64-windows-dbg\src\bsoncxx\lib -external:IC:\data\vcpkg\installed\x64-windows\include -external:W0 /nologo /DWIN32 /D_WINDOWS /W3 /utf-8 /GR /EHsc /MP  /D_DEBUG /MDd /Z7 /Ob0 /Od /RTC1  -std:c++17 -MDd /showIncludes /Fosrc\mongocxx\CMakeFiles\mongocxx_shared.dir\lib\mongocxx\v_noabi\mongocxx\events\heartbeat_failed_event.cpp.obj /Fdsrc\mongocxx\CMakeFiles\mongocxx_shared.dir\ /FS -c C:\data\vcpkg\buildtrees\mongo-cxx-driver\src\r3.10.1-9867d4173c.clean\src\mongocxx\lib\mongocxx\v_noabi\mongocxx\events\heartbeat_failed_event.cpp
C:\data\vcpkg\buildtrees\mongo-cxx-driver\src\r3.10.1-9867d4173c.clean\src\mongocxx\include\mongocxx\v_noabi\mongocxx/events/heartbeat_failed_event.hpp(50): error C2039: 'string': is not a member of 'std'
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.41.34120\include\__msvc_string_view.hpp(22): note: see declaration of 'std'
C:\data\vcpkg\buildtrees\mongo-cxx-driver\src\r3.10.1-9867d4173c.clean\src\mongocxx\include\mongocxx\v_noabi\mongocxx/events/heartbeat_failed_event.hpp(50): error C3646: 'message': unknown override specifier
C:\data\vcpkg\buildtrees\mongo-cxx-driver\src\r3.10.1-9867d4173c.clean\src\mongocxx\include\mongocxx\v_noabi\mongocxx/events/heartbeat_failed_event.hpp(50): error C2059: syntax error: '('
C:\data\vcpkg\buildtrees\mongo-cxx-driver\src\r3.10.1-9867d4173c.clean\src\mongocxx\include\mongocxx\v_noabi\mongocxx/events/heartbeat_failed_event.hpp(50): error C2238: unexpected token(s) preceding ';'
C:\data\vcpkg\buildtrees\mongo-cxx-driver\src\r3.10.1-9867d4173c.clean\src\mongocxx\lib\mongocxx\v_noabi\mongocxx\events\heartbeat_failed_event.cpp(28): error C2039: 'message': is not a member of 'mongocxx::v_noabi::events::heartbeat_failed_event'
C:\data\vcpkg\buildtrees\mongo-cxx-driver\src\r3.10.1-9867d4173c.clean\src\mongocxx\include\mongocxx\v_noabi\mongocxx/events/heartbeat_failed_event.hpp(36): note: see declaration of 'mongocxx::v_noabi::events::heartbeat_failed_event'
C:\data\vcpkg\buildtrees\mongo-cxx-driver\src\r3.10.1-9867d4173c.clean\src\mongocxx\lib\mongocxx\v_noabi\mongocxx\events\heartbeat_failed_event.cpp(28): error C2270: 'message': modifiers not allowed on nonmember functions
C:\data\vcpkg\buildtrees\mongo-cxx-driver\src\r3.10.1-9867d4173c.clean\src\mongocxx\lib\mongocxx\v_noabi\mongocxx\events\heartbeat_failed_event.cpp(30): error C2065: '_failed_event': undeclared identifier
[25/117] C:\PROGRA~1\MIB055~1\2022\COMMUN~1\VC\Tools\MSVC\1441~1.341\bin\Hostx64\x64\cl.exe   /TP -DMONGOCXX_EXPORTS -DMONGO_CXX_DRIVER_COMPILING -IC:\data\vcpkg\buildtrees\mongo-cxx-driver\src\r3.10.1-9867d4173c.clean\src\mongocxx\include\mongocxx\v_noabi -IC:\data\vcpkg\buildtrees\mongo-cxx-driver\src\r3.10.1-9867d4173c.clean\src\mongocxx\include -IC:\data\vcpkg\buildtrees\mongo-cxx-driver\src\r3.10.1-9867d4173c.clean\src\mongocxx\lib\mongocxx\v_noabi -IC:\data\vcpkg\buildtrees\mongo-cxx-driver\src\r3.10.1-9867d4173c.clean\src\mongocxx\lib -IC:\data\vcpkg\buildtrees\mongo-cxx-driver\x64-windows-dbg\src\mongocxx\lib\mongocxx\v_noabi -IC:\data\vcpkg\buildtrees\mongo-cxx-driver\x64-windows-dbg\src\mongocxx\lib -IC:\data\vcpkg\buildtrees\mongo-cxx-driver\src\r3.10.1-9867d4173c.clean\src\bsoncxx\include\bsoncxx\v_noabi -IC:\data\vcpkg\buildtrees\mongo-cxx-driver\src\r3.10.1-9867d4173c.clean\src\bsoncxx\include -IC:\data\vcpkg\buildtrees\mongo-cxx-driver\src\r3.10.1-9867d4173c.clean\src\bsoncxx\lib\bsoncxx\v_noabi -IC:\data\vcpkg\buildtrees\mongo-cxx-driver\src\r3.10.1-9867d4173c.clean\src\bsoncxx\lib -IC:\data\vcpkg\buildtrees\mongo-cxx-driver\x64-windows-dbg\src\bsoncxx\lib\bsoncxx\v_noabi -IC:\data\vcpkg\buildtrees\mongo-cxx-driver\x64-windows-dbg\src\bsoncxx\lib -external:IC:\data\vcpkg\installed\x64-windows\include -external:W0 /nologo /DWIN32 /D_WINDOWS /W3 /utf-8 /GR /EHsc /MP  /D_DEBUG /MDd /Z7 /Ob0 /Od /RTC1  -std:c++17 -MDd /showIncludes /Fosrc\mongocxx\CMakeFiles\mongocxx_shared.dir\lib\mongocxx\v_noabi\mongocxx\events\command_failed_event.cpp.obj /Fdsrc\mongocxx\CMakeFiles\mongocxx_shared.dir\ /FS -c C:\data\vcpkg\buildtrees\mongo-cxx-driver\src\r3.10.1-9867d4173c.clean\src\mongocxx\lib\mongocxx\v_noabi\mongocxx\events\command_failed_event.cpp
[26/117] C:\PROGRA~1\MIB055~1\2022\COMMUN~1\VC\Tools\MSVC\1441~1.341\bin\Hostx64\x64\cl.exe   /TP -DMONGOCXX_EXPORTS -DMONGO_CXX_DRIVER_COMPILING -IC:\data\vcpkg\buildtrees\mongo-cxx-driver\src\r3.10.1-9867d4173c.clean\src\mongocxx\include\mongocxx\v_noabi -IC:\data\vcpkg\buildtrees\mongo-cxx-driver\src\r3.10.1-9867d4173c.clean\src\mongocxx\include -IC:\data\vcpkg\buildtrees\mongo-cxx-driver\src\r3.10.1-9867d4173c.clean\src\mongocxx\lib\mongocxx\v_noabi -IC:\data\vcpkg\buildtrees\mongo-cxx-driver\src\r3.10.1-9867d4173c.clean\src\mongocxx\lib -IC:\data\vcpkg\buildtrees\mongo-cxx-driver\x64-windows-dbg\src\mongocxx\lib\mongocxx\v_noabi -IC:\data\vcpkg\buildtrees\mongo-cxx-driver\x64-windows-dbg\src\mongocxx\lib -IC:\data\vcpkg\buildtrees\mongo-cxx-driver\src\r3.10.1-9867d4173c.clean\src\bsoncxx\include\bsoncxx\v_noabi -IC:\data\vcpkg\buildtrees\mongo-cxx-driver\src\r3.10.1-9867d4173c.clean\src\bsoncxx\include -IC:\data\vcpkg\buildtrees\mongo-cxx-driver\src\r3.10.1-9867d4173c.clean\src\bsoncxx\lib\bsoncxx\v_noabi -IC:\data\vcpkg\buildtrees\mongo-cxx-driver\src\r3.10.1-9867d4173c.clean\src\bsoncxx\lib -IC:\data\vcpkg\buildtrees\mongo-cxx-driver\x64-windows-dbg\src\bsoncxx\lib\bsoncxx\v_noabi -IC:\data\vcpkg\buildtrees\mongo-cxx-driver\x64-windows-dbg\src\bsoncxx\lib -external:IC:\data\vcpkg\installed\x64-windows\include -external:W0 /nologo /DWIN32 /D_WINDOWS /W3 /utf-8 /GR /EHsc /MP  /D_DEBUG /MDd /Z7 /Ob0 /Od /RTC1  -std:c++17 -MDd /showIncludes /Fosrc\mongocxx\CMakeFiles\mongocxx_shared.dir\lib\mongocxx\v_noabi\mongocxx\events\heartbeat_started_event.cpp.obj /Fdsrc\mongocxx\CMakeFiles\mongocxx_shared.dir\ /FS -c C:\data\vcpkg\buildtrees\mongo-cxx-driver\src\r3.10.1-9867d4173c.clean\src\mongocxx\lib\mongocxx\v_noabi\mongocxx\events\heartbeat_started_event.cpp
[27/117] C:\PROGRA~1\MIB055~1\2022\COMMUN~1\VC\Tools\MSVC\1441~1.341\bin\Hostx64\x64\cl.exe   /TP -DMONGOCXX_EXPORTS -DMONGO_CXX_DRIVER_COMPILING -IC:\data\vcpkg\buildtrees\mongo-cxx-driver\src\r3.10.1-9867d4173c.clean\src\mongocxx\include\mongocxx\v_noabi -IC:\data\vcpkg\buildtrees\mongo-cxx-driver\src\r3.10.1-9867d4173c.clean\src\mongocxx\include -IC:\data\vcpkg\buildtrees\mongo-cxx-driver\src\r3.10.1-9867d4173c.clean\src\mongocxx\lib\mongocxx\v_noabi -IC:\data\vcpkg\buildtrees\mongo-cxx-driver\src\r3.10.1-9867d4173c.clean\src\mongocxx\lib -IC:\data\vcpkg\buildtrees\mongo-cxx-driver\x64-windows-dbg\src\mongocxx\lib\mongocxx\v_noabi -IC:\data\vcpkg\buildtrees\mongo-cxx-driver\x64-windows-dbg\src\mongocxx\lib -IC:\data\vcpkg\buildtrees\mongo-cxx-driver\src\r3.10.1-9867d4173c.clean\src\bsoncxx\include\bsoncxx\v_noabi -IC:\data\vcpkg\buildtrees\mongo-cxx-driver\src\r3.10.1-9867d4173c.clean\src\bsoncxx\include -IC:\data\vcpkg\buildtrees\mongo-cxx-driver\src\r3.10.1-9867d4173c.clean\src\bsoncxx\lib\bsoncxx\v_noabi -IC:\data\vcpkg\buildtrees\mongo-cxx-driver\src\r3.10.1-9867d4173c.clean\src\bsoncxx\lib -IC:\data\vcpkg\buildtrees\mongo-cxx-driver\x64-windows-dbg\src\bsoncxx\lib\bsoncxx\v_noabi -IC:\data\vcpkg\buildtrees\mongo-cxx-driver\x64-windows-dbg\src\bsoncxx\lib -external:IC:\data\vcpkg\installed\x64-windows\include -external:W0 /nologo /DWIN32 /D_WINDOWS /W3 /utf-8 /GR /EHsc /MP  /D_DEBUG /MDd /Z7 /Ob0 /Od /RTC1  -std:c++17 -MDd /showIncludes /Fosrc\mongocxx\CMakeFiles\mongocxx_shared.dir\lib\mongocxx\v_noabi\mongocxx\events\command_succeeded_event.cpp.obj /Fdsrc\mongocxx\CMakeFiles\mongocxx_shared.dir\ /FS -c C:\data\vcpkg\buildtrees\mongo-cxx-driver\src\r3.10.1-9867d4173c.clean\src\mongocxx\lib\mongocxx\v_noabi\mongocxx\events\command_succeeded_event.cpp
[28/117] C:\PROGRA~1\MIB055~1\2022\COMMUN~1\VC\Tools\MSVC\1441~1.341\bin\Hostx64\x64\cl.exe   /TP -DMONGOCXX_EXPORTS -DMONGO_CXX_DRIVER_COMPILING -IC:\data\vcpkg\buildtrees\mongo-cxx-driver\src\r3.10.1-9867d4173c.clean\src\mongocxx\include\mongocxx\v_noabi -IC:\data\vcpkg\buildtrees\mongo-cxx-driver\src\r3.10.1-9867d4173c.clean\src\mongocxx\include -IC:\data\vcpkg\buildtrees\mongo-cxx-driver\src\r3.10.1-9867d4173c.clean\src\mongocxx\lib\mongocxx\v_noabi -IC:\data\vcpkg\buildtrees\mongo-cxx-driver\src\r3.10.1-9867d4173c.clean\src\mongocxx\lib -IC:\data\vcpkg\buildtrees\mongo-cxx-driver\x64-windows-dbg\src\mongocxx\lib\mongocxx\v_noabi -IC:\data\vcpkg\buildtrees\mongo-cxx-driver\x64-windows-dbg\src\mongocxx\lib -IC:\data\vcpkg\buildtrees\mongo-cxx-driver\src\r3.10.1-9867d4173c.clean\src\bsoncxx\include\bsoncxx\v_noabi -IC:\data\vcpkg\buildtrees\mongo-cxx-driver\src\r3.10.1-9867d4173c.clean\src\bsoncxx\include -IC:\data\vcpkg\buildtrees\mongo-cxx-driver\src\r3.10.1-9867d4173c.clean\src\bsoncxx\lib\bsoncxx\v_noabi -IC:\data\vcpkg\buildtrees\mongo-cxx-driver\src\r3.10.1-9867d4173c.clean\src\bsoncxx\lib -IC:\data\vcpkg\buildtrees\mongo-cxx-driver\x64-windows-dbg\src\bsoncxx\lib\bsoncxx\v_noabi -IC:\data\vcpkg\buildtrees\mongo-cxx-driver\x64-windows-dbg\src\bsoncxx\lib -external:IC:\data\vcpkg\installed\x64-windows\include -external:W0 /nologo /DWIN32 /D_WINDOWS /W3 /utf-8 /GR /EHsc /MP  /D_DEBUG /MDd /Z7 /Ob0 /Od /RTC1  -std:c++17 -MDd /showIncludes /Fosrc\mongocxx\CMakeFiles\mongocxx_shared.dir\lib\mongocxx\v_noabi\mongocxx\events\server_changed_event.cpp.obj /Fdsrc\mongocxx\CMakeFiles\mongocxx_shared.dir\ /FS -c C:\data\vcpkg\buildtrees\mongo-cxx-driver\src\r3.10.1-9867d4173c.clean\src\mongocxx\lib\mongocxx\v_noabi\mongocxx\events\server_changed_event.cpp
[29/117] C:\PROGRA~1\MIB055~1\2022\COMMUN~1\VC\Tools\MSVC\1441~1.341\bin\Hostx64\x64\cl.exe   /TP -DMONGOCXX_EXPORTS -DMONGO_CXX_DRIVER_COMPILING -IC:\data\vcpkg\buildtrees\mongo-cxx-driver\src\r3.10.1-9867d4173c.clean\src\mongocxx\include\mongocxx\v_noabi -IC:\data\vcpkg\buildtrees\mongo-cxx-driver\src\r3.10.1-9867d4173c.clean\src\mongocxx\include -IC:\data\vcpkg\buildtrees\mongo-cxx-driver\src\r3.10.1-9867d4173c.clean\src\mongocxx\lib\mongocxx\v_noabi -IC:\data\vcpkg\buildtrees\mongo-cxx-driver\src\r3.10.1-9867d4173c.clean\src\mongocxx\lib -IC:\data\vcpkg\buildtrees\mongo-cxx-driver\x64-windows-dbg\src\mongocxx\lib\mongocxx\v_noabi -IC:\data\vcpkg\buildtrees\mongo-cxx-driver\x64-windows-dbg\src\mongocxx\lib -IC:\data\vcpkg\buildtrees\mongo-cxx-driver\src\r3.10.1-9867d4173c.clean\src\bsoncxx\include\bsoncxx\v_noabi -IC:\data\vcpkg\buildtrees\mongo-cxx-driver\src\r3.10.1-9867d4173c.clean\src\bsoncxx\include -IC:\data\vcpkg\buildtrees\mongo-cxx-driver\src\r3.10.1-9867d4173c.clean\src\bsoncxx\lib\bsoncxx\v_noabi -IC:\data\vcpkg\buildtrees\mongo-cxx-driver\src\r3.10.1-9867d4173c.clean\src\bsoncxx\lib -IC:\data\vcpkg\buildtrees\mongo-cxx-driver\x64-windows-dbg\src\bsoncxx\lib\bsoncxx\v_noabi -IC:\data\vcpkg\buildtrees\mongo-cxx-driver\x64-windows-dbg\src\bsoncxx\lib -external:IC:\data\vcpkg\installed\x64-windows\include -external:W0 /nologo /DWIN32 /D_WINDOWS /W3 /utf-8 /GR /EHsc /MP  /D_DEBUG /MDd /Z7 /Ob0 /Od /RTC1  -std:c++17 -MDd /showIncludes /Fosrc\mongocxx\CMakeFiles\mongocxx_shared.dir\lib\mongocxx\v_noabi\mongocxx\events\heartbeat_succeeded_event.cpp.obj /Fdsrc\mongocxx\CMakeFiles\mongocxx_shared.dir\ /FS -c C:\data\vcpkg\buildtrees\mongo-cxx-driver\src\r3.10.1-9867d4173c.clean\src\mongocxx\lib\mongocxx\v_noabi\mongocxx\events\heartbeat_succeeded_event.cpp
[30/117] C:\PROGRA~1\MIB055~1\2022\COMMUN~1\VC\Tools\MSVC\1441~1.341\bin\Hostx64\x64\cl.exe   /TP -DMONGOCXX_EXPORTS -DMONGO_CXX_DRIVER_COMPILING -IC:\data\vcpkg\buildtrees\mongo-cxx-driver\src\r3.10.1-9867d4173c.clean\src\mongocxx\include\mongocxx\v_noabi -IC:\data\vcpkg\buildtrees\mongo-cxx-driver\src\r3.10.1-9867d4173c.clean\src\mongocxx\include -IC:\data\vcpkg\buildtrees\mongo-cxx-driver\src\r3.10.1-9867d4173c.clean\src\mongocxx\lib\mongocxx\v_noabi -IC:\data\vcpkg\buildtrees\mongo-cxx-driver\src\r3.10.1-9867d4173c.clean\src\mongocxx\lib -IC:\data\vcpkg\buildtrees\mongo-cxx-driver\x64-windows-dbg\src\mongocxx\lib\mongocxx\v_noabi -IC:\data\vcpkg\buildtrees\mongo-cxx-driver\x64-windows-dbg\src\mongocxx\lib -IC:\data\vcpkg\buildtrees\mongo-cxx-driver\src\r3.10.1-9867d4173c.clean\src\bsoncxx\include\bsoncxx\v_noabi -IC:\data\vcpkg\buildtrees\mongo-cxx-driver\src\r3.10.1-9867d4173c.clean\src\bsoncxx\include -IC:\data\vcpkg\buildtrees\mongo-cxx-driver\src\r3.10.1-9867d4173c.clean\src\bsoncxx\lib\bsoncxx\v_noabi -IC:\data\vcpkg\buildtrees\mongo-cxx-driver\src\r3.10.1-9867d4173c.clean\src\bsoncxx\lib -IC:\data\vcpkg\buildtrees\mongo-cxx-driver\x64-windows-dbg\src\bsoncxx\lib\bsoncxx\v_noabi -IC:\data\vcpkg\buildtrees\mongo-cxx-driver\x64-windows-dbg\src\bsoncxx\lib -external:IC:\data\vcpkg\installed\x64-windows\include -external:W0 /nologo /DWIN32 /D_WINDOWS /W3 /utf-8 /GR /EHsc /MP  /D_DEBUG /MDd /Z7 /Ob0 /Od /RTC1  -std:c++17 -MDd /showIncludes /Fosrc\mongocxx\CMakeFiles\mongocxx_shared.dir\lib\mongocxx\v_noabi\mongocxx\events\command_started_event.cpp.obj /Fdsrc\mongocxx\CMakeFiles\mongocxx_shared.dir\ /FS -c C:\data\vcpkg\buildtrees\mongo-cxx-driver\src\r3.10.1-9867d4173c.clean\src\mongocxx\lib\mongocxx\v_noabi\mongocxx\events\command_started_event.cpp
[31/117] C:\PROGRA~1\MIB055~1\2022\COMMUN~1\VC\Tools\MSVC\1441~1.341\bin\Hostx64\x64\cl.exe   /TP -DMONGOCXX_EXPORTS -DMONGO_CXX_DRIVER_COMPILING -IC:\data\vcpkg\buildtrees\mongo-cxx-driver\src\r3.10.1-9867d4173c.clean\src\mongocxx\include\mongocxx\v_noabi -IC:\data\vcpkg\buildtrees\mongo-cxx-driver\src\r3.10.1-9867d4173c.clean\src\mongocxx\include -IC:\data\vcpkg\buildtrees\mongo-cxx-driver\src\r3.10.1-9867d4173c.clean\src\mongocxx\lib\mongocxx\v_noabi -IC:\data\vcpkg\buildtrees\mongo-cxx-driver\src\r3.10.1-9867d4173c.clean\src\mongocxx\lib -IC:\data\vcpkg\buildtrees\mongo-cxx-driver\x64-windows-dbg\src\mongocxx\lib\mongocxx\v_noabi -IC:\data\vcpkg\buildtrees\mongo-cxx-driver\x64-windows-dbg\src\mongocxx\lib -IC:\data\vcpkg\buildtrees\mongo-cxx-driver\src\r3.10.1-9867d4173c.clean\src\bsoncxx\include\bsoncxx\v_noabi -IC:\data\vcpkg\buildtrees\mongo-cxx-driver\src\r3.10.1-9867d4173c.clean\src\bsoncxx\include -IC:\data\vcpkg\buildtrees\mongo-cxx-driver\src\r3.10.1-9867d4173c.clean\src\bsoncxx\lib\bsoncxx\v_noabi -IC:\data\vcpkg\buildtrees\mongo-cxx-driver\src\r3.10.1-9867d4173c.clean\src\bsoncxx\lib -IC:\data\vcpkg\buildtrees\mongo-cxx-driver\x64-windows-dbg\src\bsoncxx\lib\bsoncxx\v_noabi -IC:\data\vcpkg\buildtrees\mongo-cxx-driver\x64-windows-dbg\src\bsoncxx\lib -external:IC:\data\vcpkg\installed\x64-windows\include -external:W0 /nologo /DWIN32 /D_WINDOWS /W3 /utf-8 /GR /EHsc /MP  /D_DEBUG /MDd /Z7 /Ob0 /Od /RTC1  -std:c++17 -MDd /showIncludes /Fosrc\mongocxx\CMakeFiles\mongocxx_shared.dir\lib\mongocxx\v_noabi\mongocxx\events\server_closed_event.cpp.obj /Fdsrc\mongocxx\CMakeFiles\mongocxx_shared.dir\ /FS -c C:\data\vcpkg\buildtrees\mongo-cxx-driver\src\r3.10.1-9867d4173c.clean\src\mongocxx\lib\mongocxx\v_noabi\mongocxx\events\server_closed_event.cpp
[32/117] C:\PROGRA~1\MIB055~1\2022\COMMUN~1\VC\Tools\MSVC\1441~1.341\bin\Hostx64\x64\cl.exe   /TP -DMONGOCXX_EXPORTS -DMONGO_CXX_DRIVER_COMPILING -IC:\data\vcpkg\buildtrees\mongo-cxx-driver\src\r3.10.1-9867d4173c.clean\src\mongocxx\include\mongocxx\v_noabi -IC:\data\vcpkg\buildtrees\mongo-cxx-driver\src\r3.10.1-9867d4173c.clean\src\mongocxx\include -IC:\data\vcpkg\buildtrees\mongo-cxx-driver\src\r3.10.1-9867d4173c.clean\src\mongocxx\lib\mongocxx\v_noabi -IC:\data\vcpkg\buildtrees\mongo-cxx-driver\src\r3.10.1-9867d4173c.clean\src\mongocxx\lib -IC:\data\vcpkg\buildtrees\mongo-cxx-driver\x64-windows-dbg\src\mongocxx\lib\mongocxx\v_noabi -IC:\data\vcpkg\buildtrees\mongo-cxx-driver\x64-windows-dbg\src\mongocxx\lib -IC:\data\vcpkg\buildtrees\mongo-cxx-driver\src\r3.10.1-9867d4173c.clean\src\bsoncxx\include\bsoncxx\v_noabi -IC:\data\vcpkg\buildtrees\mongo-cxx-driver\src\r3.10.1-9867d4173c.clean\src\bsoncxx\include -IC:\data\vcpkg\buildtrees\mongo-cxx-driver\src\r3.10.1-9867d4173c.clean\src\bsoncxx\lib\bsoncxx\v_noabi -IC:\data\vcpkg\buildtrees\mongo-cxx-driver\src\r3.10.1-9867d4173c.clean\src\bsoncxx\lib -IC:\data\vcpkg\buildtrees\mongo-cxx-driver\x64-windows-dbg\src\bsoncxx\lib\bsoncxx\v_noabi -IC:\data\vcpkg\buildtrees\mongo-cxx-driver\x64-windows-dbg\src\bsoncxx\lib -external:IC:\data\vcpkg\installed\x64-windows\include -external:W0 /nologo /DWIN32 /D_WINDOWS /W3 /utf-8 /GR /EHsc /MP  /D_DEBUG /MDd /Z7 /Ob0 /Od /RTC1  -std:c++17 -MDd /showIncludes /Fosrc\mongocxx\CMakeFiles\mongocxx_shared.dir\lib\mongocxx\v_noabi\mongocxx\client_session.cpp.obj /Fdsrc\mongocxx\CMakeFiles\mongocxx_shared.dir\ /FS -c C:\data\vcpkg\buildtrees\mongo-cxx-driver\src\r3.10.1-9867d4173c.clean\src\mongocxx\lib\mongocxx\v_noabi\mongocxx\client_session.cpp
[33/117] C:\PROGRA~1\MIB055~1\2022\COMMUN~1\VC\Tools\MSVC\1441~1.341\bin\Hostx64\x64\cl.exe   /TP -DMONGOCXX_EXPORTS -DMONGO_CXX_DRIVER_COMPILING -IC:\data\vcpkg\buildtrees\mongo-cxx-driver\src\r3.10.1-9867d4173c.clean\src\mongocxx\include\mongocxx\v_noabi -IC:\data\vcpkg\buildtrees\mongo-cxx-driver\src\r3.10.1-9867d4173c.clean\src\mongocxx\include -IC:\data\vcpkg\buildtrees\mongo-cxx-driver\src\r3.10.1-9867d4173c.clean\src\mongocxx\lib\mongocxx\v_noabi -IC:\data\vcpkg\buildtrees\mongo-cxx-driver\src\r3.10.1-9867d4173c.clean\src\mongocxx\lib -IC:\data\vcpkg\buildtrees\mongo-cxx-driver\x64-windows-dbg\src\mongocxx\lib\mongocxx\v_noabi -IC:\data\vcpkg\buildtrees\mongo-cxx-driver\x64-windows-dbg\src\mongocxx\lib -IC:\data\vcpkg\buildtrees\mongo-cxx-driver\src\r3.10.1-9867d4173c.clean\src\bsoncxx\include\bsoncxx\v_noabi -IC:\data\vcpkg\buildtrees\mongo-cxx-driver\src\r3.10.1-9867d4173c.clean\src\bsoncxx\include -IC:\data\vcpkg\buildtrees\mongo-cxx-driver\src\r3.10.1-9867d4173c.clean\src\bsoncxx\lib\bsoncxx\v_noabi -IC:\data\vcpkg\buildtrees\mongo-cxx-driver\src\r3.10.1-9867d4173c.clean\src\bsoncxx\lib -IC:\data\vcpkg\buildtrees\mongo-cxx-driver\x64-windows-dbg\src\bsoncxx\lib\bsoncxx\v_noabi -IC:\data\vcpkg\buildtrees\mongo-cxx-driver\x64-windows-dbg\src\bsoncxx\lib -external:IC:\data\vcpkg\installed\x64-windows\include -external:W0 /nologo /DWIN32 /D_WINDOWS /W3 /utf-8 /GR /EHsc /MP  /D_DEBUG /MDd /Z7 /Ob0 /Od /RTC1  -std:c++17 -MDd /showIncludes /Fosrc\mongocxx\CMakeFiles\mongocxx_shared.dir\lib\mongocxx\v_noabi\mongocxx\bulk_write.cpp.obj /Fdsrc\mongocxx\CMakeFiles\mongocxx_shared.dir\ /FS -c C:\data\vcpkg\buildtrees\mongo-cxx-driver\src\r3.10.1-9867d4173c.clean\src\mongocxx\lib\mongocxx\v_noabi\mongocxx\bulk_write.cpp
[34/117] C:\PROGRA~1\MIB055~1\2022\COMMUN~1\VC\Tools\MSVC\1441~1.341\bin\Hostx64\x64\cl.exe   /TP -DMONGOCXX_EXPORTS -DMONGO_CXX_DRIVER_COMPILING -IC:\data\vcpkg\buildtrees\mongo-cxx-driver\src\r3.10.1-9867d4173c.clean\src\mongocxx\include\mongocxx\v_noabi -IC:\data\vcpkg\buildtrees\mongo-cxx-driver\src\r3.10.1-9867d4173c.clean\src\mongocxx\include -IC:\data\vcpkg\buildtrees\mongo-cxx-driver\src\r3.10.1-9867d4173c.clean\src\mongocxx\lib\mongocxx\v_noabi -IC:\data\vcpkg\buildtrees\mongo-cxx-driver\src\r3.10.1-9867d4173c.clean\src\mongocxx\lib -IC:\data\vcpkg\buildtrees\mongo-cxx-driver\x64-windows-dbg\src\mongocxx\lib\mongocxx\v_noabi -IC:\data\vcpkg\buildtrees\mongo-cxx-driver\x64-windows-dbg\src\mongocxx\lib -IC:\data\vcpkg\buildtrees\mongo-cxx-driver\src\r3.10.1-9867d4173c.clean\src\bsoncxx\include\bsoncxx\v_noabi -IC:\data\vcpkg\buildtrees\mongo-cxx-driver\src\r3.10.1-9867d4173c.clean\src\bsoncxx\include -IC:\data\vcpkg\buildtrees\mongo-cxx-driver\src\r3.10.1-9867d4173c.clean\src\bsoncxx\lib\bsoncxx\v_noabi -IC:\data\vcpkg\buildtrees\mongo-cxx-driver\src\r3.10.1-9867d4173c.clean\src\bsoncxx\lib -IC:\data\vcpkg\buildtrees\mongo-cxx-driver\x64-windows-dbg\src\bsoncxx\lib\bsoncxx\v_noabi -IC:\data\vcpkg\buildtrees\mongo-cxx-driver\x64-windows-dbg\src\bsoncxx\lib -external:IC:\data\vcpkg\installed\x64-windows\include -external:W0 /nologo /DWIN32 /D_WINDOWS /W3 /utf-8 /GR /EHsc /MP  /D_DEBUG /MDd /Z7 /Ob0 /Od /RTC1  -std:c++17 -MDd /showIncludes /Fosrc\mongocxx\CMakeFiles\mongocxx_shared.dir\lib\mongocxx\v_noabi\mongocxx\client.cpp.obj /Fdsrc\mongocxx\CMakeFiles\mongocxx_shared.dir\ /FS -c C:\data\vcpkg\buildtrees\mongo-cxx-driver\src\r3.10.1-9867d4173c.clean\src\mongocxx\lib\mongocxx\v_noabi\mongocxx\client.cpp
[35/117] C:\PROGRA~1\MIB055~1\2022\COMMUN~1\VC\Tools\MSVC\1441~1.341\bin\Hostx64\x64\cl.exe   /TP -DMONGOCXX_EXPORTS -DMONGO_CXX_DRIVER_COMPILING -IC:\data\vcpkg\buildtrees\mongo-cxx-driver\src\r3.10.1-9867d4173c.clean\src\mongocxx\include\mongocxx\v_noabi -IC:\data\vcpkg\buildtrees\mongo-cxx-driver\src\r3.10.1-9867d4173c.clean\src\mongocxx\include -IC:\data\vcpkg\buildtrees\mongo-cxx-driver\src\r3.10.1-9867d4173c.clean\src\mongocxx\lib\mongocxx\v_noabi -IC:\data\vcpkg\buildtrees\mongo-cxx-driver\src\r3.10.1-9867d4173c.clean\src\mongocxx\lib -IC:\data\vcpkg\buildtrees\mongo-cxx-driver\x64-windows-dbg\src\mongocxx\lib\mongocxx\v_noabi -IC:\data\vcpkg\buildtrees\mongo-cxx-driver\x64-windows-dbg\src\mongocxx\lib -IC:\data\vcpkg\buildtrees\mongo-cxx-driver\src\r3.10.1-9867d4173c.clean\src\bsoncxx\include\bsoncxx\v_noabi -IC:\data\vcpkg\buildtrees\mongo-cxx-driver\src\r3.10.1-9867d4173c.clean\src\bsoncxx\include -IC:\data\vcpkg\buildtrees\mongo-cxx-driver\src\r3.10.1-9867d4173c.clean\src\bsoncxx\lib\bsoncxx\v_noabi -IC:\data\vcpkg\buildtrees\mongo-cxx-driver\src\r3.10.1-9867d4173c.clean\src\bsoncxx\lib -IC:\data\vcpkg\buildtrees\mongo-cxx-driver\x64-windows-dbg\src\bsoncxx\lib\bsoncxx\v_noabi -IC:\data\vcpkg\buildtrees\mongo-cxx-driver\x64-windows-dbg\src\bsoncxx\lib -external:IC:\data\vcpkg\installed\x64-windows\include -external:W0 /nologo /DWIN32 /D_WINDOWS /W3 /utf-8 /GR /EHsc /MP  /D_DEBUG /MDd /Z7 /Ob0 /Od /RTC1  -std:c++17 -MDd /showIncludes /Fosrc\mongocxx\CMakeFiles\mongocxx_shared.dir\lib\mongocxx\v_noabi\mongocxx\client_encryption.cpp.obj /Fdsrc\mongocxx\CMakeFiles\mongocxx_shared.dir\ /FS -c C:\data\vcpkg\buildtrees\mongo-cxx-driver\src\r3.10.1-9867d4173c.clean\src\mongocxx\lib\mongocxx\v_noabi\mongocxx\client_encryption.cpp
[36/117] C:\PROGRA~1\MIB055~1\2022\COMMUN~1\VC\Tools\MSVC\1441~1.341\bin\Hostx64\x64\cl.exe   /TP -DMONGOCXX_EXPORTS -DMONGO_CXX_DRIVER_COMPILING -IC:\data\vcpkg\buildtrees\mongo-cxx-driver\src\r3.10.1-9867d4173c.clean\src\mongocxx\include\mongocxx\v_noabi -IC:\data\vcpkg\buildtrees\mongo-cxx-driver\src\r3.10.1-9867d4173c.clean\src\mongocxx\include -IC:\data\vcpkg\buildtrees\mongo-cxx-driver\src\r3.10.1-9867d4173c.clean\src\mongocxx\lib\mongocxx\v_noabi -IC:\data\vcpkg\buildtrees\mongo-cxx-driver\src\r3.10.1-9867d4173c.clean\src\mongocxx\lib -IC:\data\vcpkg\buildtrees\mongo-cxx-driver\x64-windows-dbg\src\mongocxx\lib\mongocxx\v_noabi -IC:\data\vcpkg\buildtrees\mongo-cxx-driver\x64-windows-dbg\src\mongocxx\lib -IC:\data\vcpkg\buildtrees\mongo-cxx-driver\src\r3.10.1-9867d4173c.clean\src\bsoncxx\include\bsoncxx\v_noabi -IC:\data\vcpkg\buildtrees\mongo-cxx-driver\src\r3.10.1-9867d4173c.clean\src\bsoncxx\include -IC:\data\vcpkg\buildtrees\mongo-cxx-driver\src\r3.10.1-9867d4173c.clean\src\bsoncxx\lib\bsoncxx\v_noabi -IC:\data\vcpkg\buildtrees\mongo-cxx-driver\src\r3.10.1-9867d4173c.clean\src\bsoncxx\lib -IC:\data\vcpkg\buildtrees\mongo-cxx-driver\x64-windows-dbg\src\bsoncxx\lib\bsoncxx\v_noabi -IC:\data\vcpkg\buildtrees\mongo-cxx-driver\x64-windows-dbg\src\bsoncxx\lib -external:IC:\data\vcpkg\installed\x64-windows\include -external:W0 /nologo /DWIN32 /D_WINDOWS /W3 /utf-8 /GR /EHsc /MP  /D_DEBUG /MDd /Z7 /Ob0 /Od /RTC1  -std:c++17 -MDd /showIncludes /Fosrc\mongocxx\CMakeFiles\mongocxx_shared.dir\lib\mongocxx\v_noabi\mongocxx\events\server_description.cpp.obj /Fdsrc\mongocxx\CMakeFiles\mongocxx_shared.dir\ /FS -c C:\data\vcpkg\buildtrees\mongo-cxx-driver\src\r3.10.1-9867d4173c.clean\src\mongocxx\lib\mongocxx\v_noabi\mongocxx\events\server_description.cpp
[37/117] C:\PROGRA~1\MIB055~1\2022\COMMUN~1\VC\Tools\MSVC\1441~1.341\bin\Hostx64\x64\cl.exe   /TP -DMONGOCXX_EXPORTS -DMONGO_CXX_DRIVER_COMPILING -IC:\data\vcpkg\buildtrees\mongo-cxx-driver\src\r3.10.1-9867d4173c.clean\src\mongocxx\include\mongocxx\v_noabi -IC:\data\vcpkg\buildtrees\mongo-cxx-driver\src\r3.10.1-9867d4173c.clean\src\mongocxx\include -IC:\data\vcpkg\buildtrees\mongo-cxx-driver\src\r3.10.1-9867d4173c.clean\src\mongocxx\lib\mongocxx\v_noabi -IC:\data\vcpkg\buildtrees\mongo-cxx-driver\src\r3.10.1-9867d4173c.clean\src\mongocxx\lib -IC:\data\vcpkg\buildtrees\mongo-cxx-driver\x64-windows-dbg\src\mongocxx\lib\mongocxx\v_noabi -IC:\data\vcpkg\buildtrees\mongo-cxx-driver\x64-windows-dbg\src\mongocxx\lib -IC:\data\vcpkg\buildtrees\mongo-cxx-driver\src\r3.10.1-9867d4173c.clean\src\bsoncxx\include\bsoncxx\v_noabi -IC:\data\vcpkg\buildtrees\mongo-cxx-driver\src\r3.10.1-9867d4173c.clean\src\bsoncxx\include -IC:\data\vcpkg\buildtrees\mongo-cxx-driver\src\r3.10.1-9867d4173c.clean\src\bsoncxx\lib\bsoncxx\v_noabi -IC:\data\vcpkg\buildtrees\mongo-cxx-driver\src\r3.10.1-9867d4173c.clean\src\bsoncxx\lib -IC:\data\vcpkg\buildtrees\mongo-cxx-driver\x64-windows-dbg\src\bsoncxx\lib\bsoncxx\v_noabi -IC:\data\vcpkg\buildtrees\mongo-cxx-driver\x64-windows-dbg\src\bsoncxx\lib -external:IC:\data\vcpkg\installed\x64-windows\include -external:W0 /nologo /DWIN32 /D_WINDOWS /W3 /utf-8 /GR /EHsc /MP  /D_DEBUG /MDd /Z7 /Ob0 /Od /RTC1  -std:c++17 -MDd /showIncludes /Fosrc\mongocxx\CMakeFiles\mongocxx_shared.dir\lib\mongocxx\v_noabi\mongocxx\events\server_opening_event.cpp.obj /Fdsrc\mongocxx\CMakeFiles\mongocxx_shared.dir\ /FS -c C:\data\vcpkg\buildtrees\mongo-cxx-driver\src\r3.10.1-9867d4173c.clean\src\mongocxx\lib\mongocxx\v_noabi\mongocxx\events\server_opening_event.cpp
[38/117] C:\PROGRA~1\MIB055~1\2022\COMMUN~1\VC\Tools\MSVC\1441~1.341\bin\Hostx64\x64\cl.exe   /TP -DMONGOCXX_EXPORTS -DMONGO_CXX_DRIVER_COMPILING -IC:\data\vcpkg\buildtrees\mongo-cxx-driver\src\r3.10.1-9867d4173c.clean\src\mongocxx\include\mongocxx\v_noabi -IC:\data\vcpkg\buildtrees\mongo-cxx-driver\src\r3.10.1-9867d4173c.clean\src\mongocxx\include -IC:\data\vcpkg\buildtrees\mongo-cxx-driver\src\r3.10.1-9867d4173c.clean\src\mongocxx\lib\mongocxx\v_noabi -IC:\data\vcpkg\buildtrees\mongo-cxx-driver\src\r3.10.1-9867d4173c.clean\src\mongocxx\lib -IC:\data\vcpkg\buildtrees\mongo-cxx-driver\x64-windows-dbg\src\mongocxx\lib\mongocxx\v_noabi -IC:\data\vcpkg\buildtrees\mongo-cxx-driver\x64-windows-dbg\src\mongocxx\lib -IC:\data\vcpkg\buildtrees\mongo-cxx-driver\src\r3.10.1-9867d4173c.clean\src\bsoncxx\include\bsoncxx\v_noabi -IC:\data\vcpkg\buildtrees\mongo-cxx-driver\src\r3.10.1-9867d4173c.clean\src\bsoncxx\include -IC:\data\vcpkg\buildtrees\mongo-cxx-driver\src\r3.10.1-9867d4173c.clean\src\bsoncxx\lib\bsoncxx\v_noabi -IC:\data\vcpkg\buildtrees\mongo-cxx-driver\src\r3.10.1-9867d4173c.clean\src\bsoncxx\lib -IC:\data\vcpkg\buildtrees\mongo-cxx-driver\x64-windows-dbg\src\bsoncxx\lib\bsoncxx\v_noabi -IC:\data\vcpkg\buildtrees\mongo-cxx-driver\x64-windows-dbg\src\bsoncxx\lib -external:IC:\data\vcpkg\installed\x64-windows\include -external:W0 /nologo /DWIN32 /D_WINDOWS /W3 /utf-8 /GR /EHsc /MP  /D_DEBUG /MDd /Z7 /Ob0 /Od /RTC1  -std:c++17 -MDd /showIncludes /Fosrc\mongocxx\CMakeFiles\mongocxx_shared.dir\lib\mongocxx\v_noabi\mongocxx\events\topology_changed_event.cpp.obj /Fdsrc\mongocxx\CMakeFiles\mongocxx_shared.dir\ /FS -c C:\data\vcpkg\buildtrees\mongo-cxx-driver\src\r3.10.1-9867d4173c.clean\src\mongocxx\lib\mongocxx\v_noabi\mongocxx\events\topology_changed_event.cpp
[39/117] C:\PROGRA~1\MIB055~1\2022\COMMUN~1\VC\Tools\MSVC\1441~1.341\bin\Hostx64\x64\cl.exe   /TP -DMONGOCXX_EXPORTS -DMONGO_CXX_DRIVER_COMPILING -IC:\data\vcpkg\buildtrees\mongo-cxx-driver\src\r3.10.1-9867d4173c.clean\src\mongocxx\include\mongocxx\v_noabi -IC:\data\vcpkg\buildtrees\mongo-cxx-driver\src\r3.10.1-9867d4173c.clean\src\mongocxx\include -IC:\data\vcpkg\buildtrees\mongo-cxx-driver\src\r3.10.1-9867d4173c.clean\src\mongocxx\lib\mongocxx\v_noabi -IC:\data\vcpkg\buildtrees\mongo-cxx-driver\src\r3.10.1-9867d4173c.clean\src\mongocxx\lib -IC:\data\vcpkg\buildtrees\mongo-cxx-driver\x64-windows-dbg\src\mongocxx\lib\mongocxx\v_noabi -IC:\data\vcpkg\buildtrees\mongo-cxx-driver\x64-windows-dbg\src\mongocxx\lib -IC:\data\vcpkg\buildtrees\mongo-cxx-driver\src\r3.10.1-9867d4173c.clean\src\bsoncxx\include\bsoncxx\v_noabi -IC:\data\vcpkg\buildtrees\mongo-cxx-driver\src\r3.10.1-9867d4173c.clean\src\bsoncxx\include -IC:\data\vcpkg\buildtrees\mongo-cxx-driver\src\r3.10.1-9867d4173c.clean\src\bsoncxx\lib\bsoncxx\v_noabi -IC:\data\vcpkg\buildtrees\mongo-cxx-driver\src\r3.10.1-9867d4173c.clean\src\bsoncxx\lib -IC:\data\vcpkg\buildtrees\mongo-cxx-driver\x64-windows-dbg\src\bsoncxx\lib\bsoncxx\v_noabi -IC:\data\vcpkg\buildtrees\mongo-cxx-driver\x64-windows-dbg\src\bsoncxx\lib -external:IC:\data\vcpkg\installed\x64-windows\include -external:W0 /nologo /DWIN32 /D_WINDOWS /W3 /utf-8 /GR /EHsc /MP  /D_DEBUG /MDd /Z7 /Ob0 /Od /RTC1  -std:c++17 -MDd /showIncludes /Fosrc\mongocxx\CMakeFiles\mongocxx_shared.dir\lib\mongocxx\v_noabi\mongocxx\database.cpp.obj /Fdsrc\mongocxx\CMakeFiles\mongocxx_shared.dir\ /FS -c C:\data\vcpkg\buildtrees\mongo-cxx-driver\src\r3.10.1-9867d4173c.clean\src\mongocxx\lib\mongocxx\v_noabi\mongocxx\database.cpp
[40/117] C:\PROGRA~1\MIB055~1\2022\COMMUN~1\VC\Tools\MSVC\1441~1.341\bin\Hostx64\x64\cl.exe   /TP -DMONGOCXX_EXPORTS -DMONGO_CXX_DRIVER_COMPILING -IC:\data\vcpkg\buildtrees\mongo-cxx-driver\src\r3.10.1-9867d4173c.clean\src\mongocxx\include\mongocxx\v_noabi -IC:\data\vcpkg\buildtrees\mongo-cxx-driver\src\r3.10.1-9867d4173c.clean\src\mongocxx\include -IC:\data\vcpkg\buildtrees\mongo-cxx-driver\src\r3.10.1-9867d4173c.clean\src\mongocxx\lib\mongocxx\v_noabi -IC:\data\vcpkg\buildtrees\mongo-cxx-driver\src\r3.10.1-9867d4173c.clean\src\mongocxx\lib -IC:\data\vcpkg\buildtrees\mongo-cxx-driver\x64-windows-dbg\src\mongocxx\lib\mongocxx\v_noabi -IC:\data\vcpkg\buildtrees\mongo-cxx-driver\x64-windows-dbg\src\mongocxx\lib -IC:\data\vcpkg\buildtrees\mongo-cxx-driver\src\r3.10.1-9867d4173c.clean\src\bsoncxx\include\bsoncxx\v_noabi -IC:\data\vcpkg\buildtrees\mongo-cxx-driver\src\r3.10.1-9867d4173c.clean\src\bsoncxx\include -IC:\data\vcpkg\buildtrees\mongo-cxx-driver\src\r3.10.1-9867d4173c.clean\src\bsoncxx\lib\bsoncxx\v_noabi -IC:\data\vcpkg\buildtrees\mongo-cxx-driver\src\r3.10.1-9867d4173c.clean\src\bsoncxx\lib -IC:\data\vcpkg\buildtrees\mongo-cxx-driver\x64-windows-dbg\src\bsoncxx\lib\bsoncxx\v_noabi -IC:\data\vcpkg\buildtrees\mongo-cxx-driver\x64-windows-dbg\src\bsoncxx\lib -external:IC:\data\vcpkg\installed\x64-windows\include -external:W0 /nologo /DWIN32 /D_WINDOWS /W3 /utf-8 /GR /EHsc /MP  /D_DEBUG /MDd /Z7 /Ob0 /Od /RTC1  -std:c++17 -MDd /showIncludes /Fosrc\mongocxx\CMakeFiles\mongocxx_shared.dir\lib\mongocxx\v_noabi\mongocxx\collection.cpp.obj /Fdsrc\mongocxx\CMakeFiles\mongocxx_shared.dir\ /FS -c C:\data\vcpkg\buildtrees\mongo-cxx-driver\src\r3.10.1-9867d4173c.clean\src\mongocxx\lib\mongocxx\v_noabi\mongocxx\collection.cpp
C:\data\vcpkg\buildtrees\mongo-cxx-driver\src\r3.10.1-9867d4173c.clean\src\bsoncxx\include\bsoncxx\v_noabi\bsoncxx/exception/exception.hpp(30): warning C4275: non dll-interface class 'std::system_error' used as base for dll-interface class 'bsoncxx::v_noabi::exception'
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.41.34120\include\system_error(481): note: see declaration of 'std::system_error'
C:\data\vcpkg\buildtrees\mongo-cxx-driver\src\r3.10.1-9867d4173c.clean\src\bsoncxx\include\bsoncxx\v_noabi\bsoncxx/exception/exception.hpp(30): note: see declaration of 'bsoncxx::v_noabi::exception'
ninja: build stopped: subcommand failed.
@jimwang118 jimwang118 added the category:question This issue is a question label Feb 5, 2025
@jimwang118
Copy link
Contributor

Please update the vcpkg version library to the latest one. The latest version does not reproduce the problem locally.

Image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
category:question This issue is a question
Projects
None yet
Development

No branches or pull requests

2 participants