Building ceres alone is generally no problem, but when features like ceres[lapack] are required, things get more compilcated.
It can be built in the latest vcpkg version for the triplet x64-windows without overlays, but with them, it fails for both triplets I need. x64-win-llvm is shown below.
There was an error message about overloaded extern "C" functions, for which reason I tried the flag /Zc:externC- mentioned in the earlier issue, with no success. Now the error is one about confllicting types (oce const off), but it only occurs with the overlay.
Package: ceres[core,lapack]:x64-win-llvm@2.1.0#5
Host Environment
- Host: x64-windows
- Compiler: Clang 18.1.2
- vcpkg-tool version: 2024-03-14-7d353e869753e5609a1f1a057df3db8fd356e49d
vcpkg-scripts version: 52be198ec 2024-06-19 (3 hours ago)
To Reproduce
vcpkg --overlay-triplets=..\my-vcpkg-triplets --overlay-ports=..\my-vcpkg-ports install ceres[lapack]:x64-win-llvm
Failure logs
-- Using cached ceres-solver-ceres-solver-f68321e7de8929fbcdb95dd42877531e64f72f66.tar.gz.
-- Cleaning sources at C:/Code/vcpkg/buildtrees/ceres/src/1e64f72f66-a013de02a8.clean. Use --editable to skip cleaning for the packages you specify.
-- Extracting source C:/Code/vcpkg/downloads/ceres-solver-ceres-solver-f68321e7de8929fbcdb95dd42877531e64f72f66.tar.gz
-- Applying patch 0001_cmakelists_fixes.patch
-- Applying patch 0002_use_glog_target.patch
-- Applying patch 0003_fix_exported_ceres_config.patch
-- Applying patch find-package-required.patch
-- Using source at C:/Code/vcpkg/buildtrees/ceres/src/1e64f72f66-a013de02a8.clean
-- -DSCHUR_SPECIALIZATIONS=OFF
-- -DSUITESPARSE=OFF
-- -DCXSPARSE=OFF
-- -DLAPACK=ON
-- -DEIGENSPARSE=OFF
-- -DGFLAGS=OFF
-- -DCUDA=OFF
-- Configuring x64-win-llvm
CMake Warning at installed/x64-windows/share/vcpkg-cmake/vcpkg_cmake_configure.cmake:344 (message):
The following variables are not used in CMakeLists.txt:
LIB_SUFFIX
Please recheck them and remove the unnecessary options from the
`vcpkg_cmake_configure` call.
If these options should still be passed for whatever reason, please use the
`MAYBE_UNUSED_VARIABLES` argument.
Call Stack (most recent call first):
ports/ceres/portfile.cmake:53 (vcpkg_cmake_configure)
scripts/ports.cmake:191 (include)
-- Building x64-win-llvm-dbg
CMake Error at scripts/cmake/vcpkg_execute_build_process.cmake:134 (message):
Command failed: C:/Code/vcpkg/downloads/tools/cmake-3.29.2-windows/cmake-3.29.2-windows-i386/bin/cmake.exe --build . --config Debug --target install -- -v -j13
Working Directory: C:/Code/vcpkg/buildtrees/ceres/x64-win-llvm-dbg
See logs for more information:
C:\Code\vcpkg\buildtrees\ceres\install-x64-win-llvm-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/ceres/portfile.cmake:68 (vcpkg_cmake_install)
scripts/ports.cmake:191 (include)
C:\Code\vcpkg\buildtrees\ceres\install-x64-win-llvm-dbg-out.log
Change Dir: 'C:/Code/vcpkg/buildtrees/ceres/x64-win-llvm-dbg'
Run Build Command(s): C:/Code/vcpkg/downloads/tools/ninja/1.10.2-windows/ninja.exe -v -v -j13 install
[1/123] C:\PROGRA~1\LLVM\bin\clang-cl.exe /nologo -TP -DEIGEN_MPL2_ONLY -DGFLAGS_IS_A_DLL=1 -DGLOG_NO_ABBREVIATED_SEVERITIES -DGLOG_USE_GFLAGS -DGLOG_USE_GLOG_EXPORT -DNOMINMAX -D_USE_MATH_DEFINES -D_VARIADIC_MAX=10 -Dceres_EXPORTS -IC:\Code\vcpkg\buildtrees\ceres\src\1e64f72f66-a013de02a8.clean\include -IC:\Code\vcpkg\buildtrees\ceres\src\1e64f72f66-a013de02a8.clean\internal -IC:\Code\vcpkg\buildtrees\ceres\x64-win-llvm-dbg\include -imsvcC:\Code\vcpkg\installed\x64-win-llvm\include\eigen3 -imsvcC:\Code\vcpkg\installed\x64-win-llvm\include /nologo /EHsc /GR /DWIN32 /D_WIN64 /D_WIN32_WINNT=0x0A00 /DWINVER=0x0A00 /D_CRT_SECURE_NO_DEPRECATE /D_CRT_SECURE_NO_WARNINGS /D_CRT_NONSTDC_NO_DEPRECATE /D_ATL_SECURE_NO_DEPRECATE /D_SCL_SECURE_NO_WARNINGS /D_CRT_INTERNAL_NONSTDC_NAMES /D_CRT_DECLARE_NONSTDC_NAMES /D_FORCENAMELESSUNION -mcrc32 -msse4.2 -maes -mpclmul /utf-8 /WX- -Qunused-arguments -mllvm -inline-threshold=600 -Wno-return-type-c-linkage /Od /Ob0 /GS /RTC1 /FC /MDd /Z7 /Brepro /D_DEBUG /FC -MDd /wd4018 /wd4267 /wd4099 /wd4996 /wd4800 /wd4244 /wd4251 /bigobj -Wno-deprecated-declarations /Zc:__cplusplus /showIncludes /Fointernal\ceres\CMakeFiles\ceres_internal.dir\accelerate_sparse.cc.obj /Fdinternal\ceres\CMakeFiles\ceres_internal.dir\ -c -- C:\Code\vcpkg\buildtrees\ceres\src\1e64f72f66-a013de02a8.clean\internal\ceres\accelerate_sparse.cc
[2/123] C:\PROGRA~1\LLVM\bin\clang-cl.exe /nologo -TP -DEIGEN_MPL2_ONLY -DGFLAGS_IS_A_DLL=1 -DGLOG_NO_ABBREVIATED_SEVERITIES -DGLOG_USE_GFLAGS -DGLOG_USE_GLOG_EXPORT -DNOMINMAX -D_USE_MATH_DEFINES -D_VARIADIC_MAX=10 -Dceres_EXPORTS -IC:\Code\vcpkg\buildtrees\ceres\src\1e64f72f66-a013de02a8.clean\include -IC:\Code\vcpkg\buildtrees\ceres\src\1e64f72f66-a013de02a8.clean\internal -IC:\Code\vcpkg\buildtrees\ceres\x64-win-llvm-dbg\include -imsvcC:\Code\vcpkg\installed\x64-win-llvm\include\eigen3 -imsvcC:\Code\vcpkg\installed\x64-win-llvm\include /nologo /EHsc /GR /DWIN32 /D_WIN64 /D_WIN32_WINNT=0x0A00 /DWINVER=0x0A00 /D_CRT_SECURE_NO_DEPRECATE /D_CRT_SECURE_NO_WARNINGS /D_CRT_NONSTDC_NO_DEPRECATE /D_ATL_SECURE_NO_DEPRECATE /D_SCL_SECURE_NO_WARNINGS /D_CRT_INTERNAL_NONSTDC_NAMES /D_CRT_DECLARE_NONSTDC_NAMES /D_FORCENAMELESSUNION -mcrc32 -msse4.2 -maes -mpclmul /utf-8 /WX- -Qunused-arguments -mllvm -inline-threshold=600 -Wno-return-type-c-linkage /Od /Ob0 /GS /RTC1 /FC /MDd /Z7 /Brepro /D_DEBUG /FC -MDd /wd4018 /wd4267 /wd4099 /wd4996 /wd4800 /wd4244 /wd4251 /bigobj -Wno-deprecated-declarations /Zc:__cplusplus /showIncludes /Fointernal\ceres\CMakeFiles\ceres_internal.dir\block_random_access_matrix.cc.obj /Fdinternal\ceres\CMakeFiles\ceres_internal.dir\ -c -- C:\Code\vcpkg\buildtrees\ceres\src\1e64f72f66-a013de02a8.clean\internal\ceres\block_random_access_matrix.cc
[3/123] C:\PROGRA~1\LLVM\bin\clang-cl.exe /nologo -TP -DEIGEN_MPL2_ONLY -DGFLAGS_IS_A_DLL=1 -DGLOG_NO_ABBREVIATED_SEVERITIES -DGLOG_USE_GFLAGS -DGLOG_USE_GLOG_EXPORT -DNOMINMAX -D_USE_MATH_DEFINES -D_VARIADIC_MAX=10 -Dceres_EXPORTS -IC:\Code\vcpkg\buildtrees\ceres\src\1e64f72f66-a013de02a8.clean\include -IC:\Code\vcpkg\buildtrees\ceres\src\1e64f72f66-a013de02a8.clean\internal -IC:\Code\vcpkg\buildtrees\ceres\x64-win-llvm-dbg\include -imsvcC:\Code\vcpkg\installed\x64-win-llvm\include\eigen3 -imsvcC:\Code\vcpkg\installed\x64-win-llvm\include /nologo /EHsc /GR /DWIN32 /D_WIN64 /D_WIN32_WINNT=0x0A00 /DWINVER=0x0A00 /D_CRT_SECURE_NO_DEPRECATE /D_CRT_SECURE_NO_WARNINGS /D_CRT_NONSTDC_NO_DEPRECATE /D_ATL_SECURE_NO_DEPRECATE /D_SCL_SECURE_NO_WARNINGS /D_CRT_INTERNAL_NONSTDC_NAMES /D_CRT_DECLARE_NONSTDC_NAMES /D_FORCENAMELESSUNION -mcrc32 -msse4.2 -maes -mpclmul /utf-8 /WX- -Qunused-arguments -mllvm -inline-threshold=600 -Wno-return-type-c-linkage /Od /Ob0 /GS /RTC1 /FC /MDd /Z7 /Brepro /D_DEBUG /FC -MDd /wd4018 /wd4267 /wd4099 /wd4996 /wd4800 /wd4244 /wd4251 /bigobj -Wno-deprecated-declarations /Zc:__cplusplus /showIncludes /Fointernal\ceres\CMakeFiles\ceres_internal.dir\array_utils.cc.obj /Fdinternal\ceres\CMakeFiles\ceres_internal.dir\ -c -- C:\Code\vcpkg\buildtrees\ceres\src\1e64f72f66-a013de02a8.clean\internal\ceres\array_utils.cc
[4/123] C:\PROGRA~1\LLVM\bin\clang-cl.exe /nologo -TP -DEIGEN_MPL2_ONLY -DGFLAGS_IS_A_DLL=1 -DGLOG_NO_ABBREVIATED_SEVERITIES -DGLOG_USE_GFLAGS -DGLOG_USE_GLOG_EXPORT -DNOMINMAX -D_USE_MATH_DEFINES -D_VARIADIC_MAX=10 -Dceres_EXPORTS -IC:\Code\vcpkg\buildtrees\ceres\src\1e64f72f66-a013de02a8.clean\include -IC:\Code\vcpkg\buildtrees\ceres\src\1e64f72f66-a013de02a8.clean\internal -IC:\Code\vcpkg\buildtrees\ceres\x64-win-llvm-dbg\include -imsvcC:\Code\vcpkg\installed\x64-win-llvm\include\eigen3 -imsvcC:\Code\vcpkg\installed\x64-win-llvm\include /nologo /EHsc /GR /DWIN32 /D_WIN64 /D_WIN32_WINNT=0x0A00 /DWINVER=0x0A00 /D_CRT_SECURE_NO_DEPRECATE /D_CRT_SECURE_NO_WARNINGS /D_CRT_NONSTDC_NO_DEPRECATE /D_ATL_SECURE_NO_DEPRECATE /D_SCL_SECURE_NO_WARNINGS /D_CRT_INTERNAL_NONSTDC_NAMES /D_CRT_DECLARE_NONSTDC_NAMES /D_FORCENAMELESSUNION -mcrc32 -msse4.2 -maes -mpclmul /utf-8 /WX- -Qunused-arguments -mllvm -inline-threshold=600 -Wno-return-type-c-linkage /Od /Ob0 /GS /RTC1 /FC /MDd /Z7 /Brepro /D_DEBUG /FC -MDd /wd4018 /wd4267 /wd4099 /wd4996 /wd4800 /wd4244 /wd4251 /bigobj -Wno-deprecated-declarations /Zc:__cplusplus /showIncludes /Fointernal\ceres\CMakeFiles\ceres_internal.dir\thread_pool.cc.obj /Fdinternal\ceres\CMakeFiles\ceres_internal.dir\ -c -- C:\Code\vcpkg\buildtrees\ceres\src\1e64f72f66-a013de02a8.clean\internal\ceres\thread_pool.cc
[5/123] C:\PROGRA~1\LLVM\bin\clang-cl.exe /nologo -TP -DEIGEN_MPL2_ONLY -DGFLAGS_IS_A_DLL=1 -DGLOG_NO_ABBREVIATED_SEVERITIES -DGLOG_USE_GFLAGS -DGLOG_USE_GLOG_EXPORT -DNOMINMAX -D_USE_MATH_DEFINES -D_VARIADIC_MAX=10 -Dceres_EXPORTS -IC:\Code\vcpkg\buildtrees\ceres\src\1e64f72f66-a013de02a8.clean\include -IC:\Code\vcpkg\buildtrees\ceres\src\1e64f72f66-a013de02a8.clean\internal -IC:\Code\vcpkg\buildtrees\ceres\x64-win-llvm-dbg\include -imsvcC:\Code\vcpkg\installed\x64-win-llvm\include\eigen3 -imsvcC:\Code\vcpkg\installed\x64-win-llvm\include /nologo /EHsc /GR /DWIN32 /D_WIN64 /D_WIN32_WINNT=0x0A00 /DWINVER=0x0A00 /D_CRT_SECURE_NO_DEPRECATE /D_CRT_SECURE_NO_WARNINGS /D_CRT_NONSTDC_NO_DEPRECATE /D_ATL_SECURE_NO_DEPRECATE /D_SCL_SECURE_NO_WARNINGS /D_CRT_INTERNAL_NONSTDC_NAMES /D_CRT_DECLARE_NONSTDC_NAMES /D_FORCENAMELESSUNION -mcrc32 -msse4.2 -maes -mpclmul /utf-8 /WX- -Qunused-arguments -mllvm -inline-threshold=600 -Wno-return-type-c-linkage /Od /Ob0 /GS /RTC1 /FC /MDd /Z7 /Brepro /D_DEBUG /FC -MDd /wd4018 /wd4267 /wd4099 /wd4996 /wd4800 /wd4244 /wd4251 /bigobj -Wno-deprecated-declarations /Zc:__cplusplus /showIncludes /Fointernal\ceres\CMakeFiles\ceres_internal.dir\callbacks.cc.obj /Fdinternal\ceres\CMakeFiles\ceres_internal.dir\ -c -- C:\Code\vcpkg\buildtrees\ceres\src\1e64f72f66-a013de02a8.clean\internal\ceres\callbacks.cc
[6/123] C:\PROGRA~1\LLVM\bin\clang-cl.exe /nologo -TP -DEIGEN_MPL2_ONLY -DGFLAGS_IS_A_DLL=1 -DGLOG_NO_ABBREVIATED_SEVERITIES -DGLOG_USE_GFLAGS -DGLOG_USE_GLOG_EXPORT -DNOMINMAX -D_USE_MATH_DEFINES -D_VARIADIC_MAX=10 -Dceres_EXPORTS -IC:\Code\vcpkg\buildtrees\ceres\src\1e64f72f66-a013de02a8.clean\include -IC:\Code\vcpkg\buildtrees\ceres\src\1e64f72f66-a013de02a8.clean\internal -IC:\Code\vcpkg\buildtrees\ceres\x64-win-llvm-dbg\include -imsvcC:\Code\vcpkg\installed\x64-win-llvm\include\eigen3 -imsvcC:\Code\vcpkg\installed\x64-win-llvm\include /nologo /EHsc /GR /DWIN32 /D_WIN64 /D_WIN32_WINNT=0x0A00 /DWINVER=0x0A00 /D_CRT_SECURE_NO_DEPRECATE /D_CRT_SECURE_NO_WARNINGS /D_CRT_NONSTDC_NO_DEPRECATE /D_ATL_SECURE_NO_DEPRECATE /D_SCL_SECURE_NO_WARNINGS /D_CRT_INTERNAL_NONSTDC_NAMES /D_CRT_DECLARE_NONSTDC_NAMES /D_FORCENAMELESSUNION -mcrc32 -msse4.2 -maes -mpclmul /utf-8 /WX- -Qunused-arguments -mllvm -inline-threshold=600 -Wno-return-type-c-linkage /Od /Ob0 /GS /RTC1 /FC /MDd /Z7 /Brepro /D_DEBUG /FC -MDd /wd4018 /wd4267 /wd4099 /wd4996 /wd4800 /wd4244 /wd4251 /bigobj -Wno-deprecated-declarations /Zc:__cplusplus /showIncludes /Fointernal\ceres\CMakeFiles\ceres_internal.dir\parallel_for_cxx.cc.obj /Fdinternal\ceres\CMakeFiles\ceres_internal.dir\ -c -- C:\Code\vcpkg\buildtrees\ceres\src\1e64f72f66-a013de02a8.clean\internal\ceres\parallel_for_cxx.cc
[7/123] C:\PROGRA~1\LLVM\bin\clang-cl.exe /nologo -TP -DEIGEN_MPL2_ONLY -DGFLAGS_IS_A_DLL=1 -DGLOG_NO_ABBREVIATED_SEVERITIES -DGLOG_USE_GFLAGS -DGLOG_USE_GLOG_EXPORT -DNOMINMAX -D_USE_MATH_DEFINES -D_VARIADIC_MAX=10 -Dceres_EXPORTS -IC:\Code\vcpkg\buildtrees\ceres\src\1e64f72f66-a013de02a8.clean\include -IC:\Code\vcpkg\buildtrees\ceres\src\1e64f72f66-a013de02a8.clean\internal -IC:\Code\vcpkg\buildtrees\ceres\x64-win-llvm-dbg\include -imsvcC:\Code\vcpkg\installed\x64-win-llvm\include\eigen3 -imsvcC:\Code\vcpkg\installed\x64-win-llvm\include /nologo /EHsc /GR /DWIN32 /D_WIN64 /D_WIN32_WINNT=0x0A00 /DWINVER=0x0A00 /D_CRT_SECURE_NO_DEPRECATE /D_CRT_SECURE_NO_WARNINGS /D_CRT_NONSTDC_NO_DEPRECATE /D_ATL_SECURE_NO_DEPRECATE /D_SCL_SECURE_NO_WARNINGS /D_CRT_INTERNAL_NONSTDC_NAMES /D_CRT_DECLARE_NONSTDC_NAMES /D_FORCENAMELESSUNION -mcrc32 -msse4.2 -maes -mpclmul /utf-8 /WX- -Qunused-arguments -mllvm -inline-threshold=600 -Wno-return-type-c-linkage /Od /Ob0 /GS /RTC1 /FC /MDd /Z7 /Brepro /D_DEBUG /FC -MDd /wd4018 /wd4267 /wd4099 /wd4996 /wd4800 /wd4244 /wd4251 /bigobj -Wno-deprecated-declarations /Zc:__cplusplus /showIncludes /Fointernal\ceres\CMakeFiles\ceres_internal.dir\block_structure.cc.obj /Fdinternal\ceres\CMakeFiles\ceres_internal.dir\ -c -- C:\Code\vcpkg\buildtrees\ceres\src\1e64f72f66-a013de02a8.clean\internal\ceres\block_structure.cc
[8/123] C:\PROGRA~1\LLVM\bin\clang-cl.exe /nologo -TP -DEIGEN_MPL2_ONLY -DGFLAGS_IS_A_DLL=1 -DGLOG_NO_ABBREVIATED_SEVERITIES -DGLOG_USE_GFLAGS -DGLOG_USE_GLOG_EXPORT -DNOMINMAX -D_USE_MATH_DEFINES -D_VARIADIC_MAX=10 -Dceres_EXPORTS -IC:\Code\vcpkg\buildtrees\ceres\src\1e64f72f66-a013de02a8.clean\include -IC:\Code\vcpkg\buildtrees\ceres\src\1e64f72f66-a013de02a8.clean\internal -IC:\Code\vcpkg\buildtrees\ceres\x64-win-llvm-dbg\include -imsvcC:\Code\vcpkg\installed\x64-win-llvm\include\eigen3 -imsvcC:\Code\vcpkg\installed\x64-win-llvm\include /nologo /EHsc /GR /DWIN32 /D_WIN64 /D_WIN32_WINNT=0x0A00 /DWINVER=0x0A00 /D_CRT_SECURE_NO_DEPRECATE /D_CRT_SECURE_NO_WARNINGS /D_CRT_NONSTDC_NO_DEPRECATE /D_ATL_SECURE_NO_DEPRECATE /D_SCL_SECURE_NO_WARNINGS /D_CRT_INTERNAL_NONSTDC_NAMES /D_CRT_DECLARE_NONSTDC_NAMES /D_FORCENAMELESSUNION -mcrc32 -msse4.2 -maes -mpclmul /utf-8 /WX- -Qunused-arguments -mllvm -inline-threshold=600 -Wno-return-type-c-linkage /Od /Ob0 /GS /RTC1 /FC /MDd /Z7 /Brepro /D_DEBUG /FC -MDd /wd4018 /wd4267 /wd4099 /wd4996 /wd4800 /wd4244 /wd4251 /bigobj -Wno-deprecated-declarations /Zc:__cplusplus /showIncludes /Fointernal\ceres\CMakeFiles\ceres_internal.dir\compressed_col_sparse_matrix_utils.cc.obj /Fdinternal\ceres\CMakeFiles\ceres_internal.dir\ -c -- C:\Code\vcpkg\buildtrees\ceres\src\1e64f72f66-a013de02a8.clean\internal\ceres\compressed_col_sparse_matrix_utils.cc
[9/123] C:\PROGRA~1\LLVM\bin\clang-cl.exe /nologo -TP -DEIGEN_MPL2_ONLY -DGFLAGS_IS_A_DLL=1 -DGLOG_NO_ABBREVIATED_SEVERITIES -DGLOG_USE_GFLAGS -DGLOG_USE_GLOG_EXPORT -DNOMINMAX -D_USE_MATH_DEFINES -D_VARIADIC_MAX=10 -Dceres_EXPORTS -IC:\Code\vcpkg\buildtrees\ceres\src\1e64f72f66-a013de02a8.clean\include -IC:\Code\vcpkg\buildtrees\ceres\src\1e64f72f66-a013de02a8.clean\internal -IC:\Code\vcpkg\buildtrees\ceres\x64-win-llvm-dbg\include -imsvcC:\Code\vcpkg\installed\x64-win-llvm\include\eigen3 -imsvcC:\Code\vcpkg\installed\x64-win-llvm\include /nologo /EHsc /GR /DWIN32 /D_WIN64 /D_WIN32_WINNT=0x0A00 /DWINVER=0x0A00 /D_CRT_SECURE_NO_DEPRECATE /D_CRT_SECURE_NO_WARNINGS /D_CRT_NONSTDC_NO_DEPRECATE /D_ATL_SECURE_NO_DEPRECATE /D_SCL_SECURE_NO_WARNINGS /D_CRT_INTERNAL_NONSTDC_NAMES /D_CRT_DECLARE_NONSTDC_NAMES /D_FORCENAMELESSUNION -mcrc32 -msse4.2 -maes -mpclmul /utf-8 /WX- -Qunused-arguments -mllvm -inline-threshold=600 -Wno-return-type-c-linkage /Od /Ob0 /GS /RTC1 /FC /MDd /Z7 /Brepro /D_DEBUG /FC -MDd /wd4018 /wd4267 /wd4099 /wd4996 /wd4800 /wd4244 /wd4251 /bigobj -Wno-deprecated-declarations /Zc:__cplusplus /showIncludes /Fointernal\ceres\CMakeFiles\ceres_internal.dir\canonical_views_clustering.cc.obj /Fdinternal\ceres\CMakeFiles\ceres_internal.dir\ -c -- C:\Code\vcpkg\buildtrees\ceres\src\1e64f72f66-a013de02a8.clean\internal\ceres\canonical_views_clustering.cc
[10/123] C:\PROGRA~1\LLVM\bin\clang-cl.exe /nologo -TP -DEIGEN_MPL2_ONLY -DGFLAGS_IS_A_DLL=1 -DGLOG_NO_ABBREVIATED_SEVERITIES -DGLOG_USE_GFLAGS -DGLOG_USE_GLOG_EXPORT -DNOMINMAX -D_USE_MATH_DEFINES -D_VARIADIC_MAX=10 -Dceres_EXPORTS -IC:\Code\vcpkg\buildtrees\ceres\src\1e64f72f66-a013de02a8.clean\include -IC:\Code\vcpkg\buildtrees\ceres\src\1e64f72f66-a013de02a8.clean\internal -IC:\Code\vcpkg\buildtrees\ceres\x64-win-llvm-dbg\include -imsvcC:\Code\vcpkg\installed\x64-win-llvm\include\eigen3 -imsvcC:\Code\vcpkg\installed\x64-win-llvm\include /nologo /EHsc /GR /DWIN32 /D_WIN64 /D_WIN32_WINNT=0x0A00 /DWINVER=0x0A00 /D_CRT_SECURE_NO_DEPRECATE /D_CRT_SECURE_NO_WARNINGS /D_CRT_NONSTDC_NO_DEPRECATE /D_ATL_SECURE_NO_DEPRECATE /D_SCL_SECURE_NO_WARNINGS /D_CRT_INTERNAL_NONSTDC_NAMES /D_CRT_DECLARE_NONSTDC_NAMES /D_FORCENAMELESSUNION -mcrc32 -msse4.2 -maes -mpclmul /utf-8 /WX- -Qunused-arguments -mllvm -inline-threshold=600 -Wno-return-type-c-linkage /Od /Ob0 /GS /RTC1 /FC /MDd /Z7 /Brepro /D_DEBUG /FC -MDd /wd4018 /wd4267 /wd4099 /wd4996 /wd4800 /wd4244 /wd4251 /bigobj -Wno-deprecated-declarations /Zc:__cplusplus /showIncludes /Fointernal\ceres\CMakeFiles\ceres_internal.dir\block_random_access_dense_matrix.cc.obj /Fdinternal\ceres\CMakeFiles\ceres_internal.dir\ -c -- C:\Code\vcpkg\buildtrees\ceres\src\1e64f72f66-a013de02a8.clean\internal\ceres\block_random_access_dense_matrix.cc
[11/123] C:\PROGRA~1\LLVM\bin\clang-cl.exe /nologo -TP -DEIGEN_MPL2_ONLY -DGFLAGS_IS_A_DLL=1 -DGLOG_NO_ABBREVIATED_SEVERITIES -DGLOG_USE_GFLAGS -DGLOG_USE_GLOG_EXPORT -DNOMINMAX -D_USE_MATH_DEFINES -D_VARIADIC_MAX=10 -Dceres_EXPORTS -IC:\Code\vcpkg\buildtrees\ceres\src\1e64f72f66-a013de02a8.clean\include -IC:\Code\vcpkg\buildtrees\ceres\src\1e64f72f66-a013de02a8.clean\internal -IC:\Code\vcpkg\buildtrees\ceres\x64-win-llvm-dbg\include -imsvcC:\Code\vcpkg\installed\x64-win-llvm\include\eigen3 -imsvcC:\Code\vcpkg\installed\x64-win-llvm\include /nologo /EHsc /GR /DWIN32 /D_WIN64 /D_WIN32_WINNT=0x0A00 /DWINVER=0x0A00 /D_CRT_SECURE_NO_DEPRECATE /D_CRT_SECURE_NO_WARNINGS /D_CRT_NONSTDC_NO_DEPRECATE /D_ATL_SECURE_NO_DEPRECATE /D_SCL_SECURE_NO_WARNINGS /D_CRT_INTERNAL_NONSTDC_NAMES /D_CRT_DECLARE_NONSTDC_NAMES /D_FORCENAMELESSUNION -mcrc32 -msse4.2 -maes -mpclmul /utf-8 /WX- -Qunused-arguments -mllvm -inline-threshold=600 -Wno-return-type-c-linkage /Od /Ob0 /GS /RTC1 /FC /MDd /Z7 /Brepro /D_DEBUG /FC -MDd /wd4018 /wd4267 /wd4099 /wd4996 /wd4800 /wd4244 /wd4251 /bigobj -Wno-deprecated-declarations /Zc:__cplusplus /showIncludes /Fointernal\ceres\CMakeFiles\ceres_internal.dir\block_evaluate_preparer.cc.obj /Fdinternal\ceres\CMakeFiles\ceres_internal.dir\ -c -- C:\Code\vcpkg\buildtrees\ceres\src\1e64f72f66-a013de02a8.clean\internal\ceres\block_evaluate_preparer.cc
[12/123] C:\PROGRA~1\LLVM\bin\clang-cl.exe /nologo -TP -DEIGEN_MPL2_ONLY -DGFLAGS_IS_A_DLL=1 -DGLOG_NO_ABBREVIATED_SEVERITIES -DGLOG_USE_GFLAGS -DGLOG_USE_GLOG_EXPORT -DNOMINMAX -D_USE_MATH_DEFINES -D_VARIADIC_MAX=10 -Dceres_EXPORTS -IC:\Code\vcpkg\buildtrees\ceres\src\1e64f72f66-a013de02a8.clean\include -IC:\Code\vcpkg\buildtrees\ceres\src\1e64f72f66-a013de02a8.clean\internal -IC:\Code\vcpkg\buildtrees\ceres\x64-win-llvm-dbg\include -imsvcC:\Code\vcpkg\installed\x64-win-llvm\include\eigen3 -imsvcC:\Code\vcpkg\installed\x64-win-llvm\include /nologo /EHsc /GR /DWIN32 /D_WIN64 /D_WIN32_WINNT=0x0A00 /DWINVER=0x0A00 /D_CRT_SECURE_NO_DEPRECATE /D_CRT_SECURE_NO_WARNINGS /D_CRT_NONSTDC_NO_DEPRECATE /D_ATL_SECURE_NO_DEPRECATE /D_SCL_SECURE_NO_WARNINGS /D_CRT_INTERNAL_NONSTDC_NAMES /D_CRT_DECLARE_NONSTDC_NAMES /D_FORCENAMELESSUNION -mcrc32 -msse4.2 -maes -mpclmul /utf-8 /WX- -Qunused-arguments -mllvm -inline-threshold=600 -Wno-return-type-c-linkage /Od /Ob0 /GS /RTC1 /FC /MDd /Z7 /Brepro /D_DEBUG /FC -MDd /wd4018 /wd4267 /wd4099 /wd4996 /wd4800 /wd4244 /wd4251 /bigobj -Wno-deprecated-declarations /Zc:__cplusplus /showIncludes /Fointernal\ceres\CMakeFiles\ceres_internal.dir\block_jacobian_writer.cc.obj /Fdinternal\ceres\CMakeFiles\ceres_internal.dir\ -c -- C:\Code\vcpkg\buildtrees\ceres\src\1e64f72f66-a013de02a8.clean\internal\ceres\block_jacobian_writer.cc
[13/123] C:\PROGRA~1\LLVM\bin\clang-cl.exe /nologo -TP -DEIGEN_MPL2_ONLY -DGFLAGS_IS_A_DLL=1 -DGLOG_NO_ABBREVIATED_SEVERITIES -DGLOG_USE_GFLAGS -DGLOG_USE_GLOG_EXPORT -DNOMINMAX -D_USE_MATH_DEFINES -D_VARIADIC_MAX=10 -Dceres_EXPORTS -IC:\Code\vcpkg\buildtrees\ceres\src\1e64f72f66-a013de02a8.clean\include -IC:\Code\vcpkg\buildtrees\ceres\src\1e64f72f66-a013de02a8.clean\internal -IC:\Code\vcpkg\buildtrees\ceres\x64-win-llvm-dbg\include -imsvcC:\Code\vcpkg\installed\x64-win-llvm\include\eigen3 -imsvcC:\Code\vcpkg\installed\x64-win-llvm\include /nologo /EHsc /GR /DWIN32 /D_WIN64 /D_WIN32_WINNT=0x0A00 /DWINVER=0x0A00 /D_CRT_SECURE_NO_DEPRECATE /D_CRT_SECURE_NO_WARNINGS /D_CRT_NONSTDC_NO_DEPRECATE /D_ATL_SECURE_NO_DEPRECATE /D_SCL_SECURE_NO_WARNINGS /D_CRT_INTERNAL_NONSTDC_NAMES /D_CRT_DECLARE_NONSTDC_NAMES /D_FORCENAMELESSUNION -mcrc32 -msse4.2 -maes -mpclmul /utf-8 /WX- -Qunused-arguments -mllvm -inline-threshold=600 -Wno-return-type-c-linkage /Od /Ob0 /GS /RTC1 /FC /MDd /Z7 /Brepro /D_DEBUG /FC -MDd /wd4018 /wd4267 /wd4099 /wd4996 /wd4800 /wd4244 /wd4251 /bigobj -Wno-deprecated-declarations /Zc:__cplusplus /showIncludes /Fointernal\ceres\CMakeFiles\ceres_internal.dir\block_random_access_sparse_matrix.cc.obj /Fdinternal\ceres\CMakeFiles\ceres_internal.dir\ -c -- C:\Code\vcpkg\buildtrees\ceres\src\1e64f72f66-a013de02a8.clean\internal\ceres\block_random_access_sparse_matrix.cc
[14/123] C:\PROGRA~1\LLVM\bin\clang-cl.exe /nologo -TP -DEIGEN_MPL2_ONLY -DGFLAGS_IS_A_DLL=1 -DGLOG_NO_ABBREVIATED_SEVERITIES -DGLOG_USE_GFLAGS -DGLOG_USE_GLOG_EXPORT -DNOMINMAX -D_USE_MATH_DEFINES -D_VARIADIC_MAX=10 -Dceres_EXPORTS -IC:\Code\vcpkg\buildtrees\ceres\src\1e64f72f66-a013de02a8.clean\include -IC:\Code\vcpkg\buildtrees\ceres\src\1e64f72f66-a013de02a8.clean\internal -IC:\Code\vcpkg\buildtrees\ceres\x64-win-llvm-dbg\include -imsvcC:\Code\vcpkg\installed\x64-win-llvm\include\eigen3 -imsvcC:\Code\vcpkg\installed\x64-win-llvm\include /nologo /EHsc /GR /DWIN32 /D_WIN64 /D_WIN32_WINNT=0x0A00 /DWINVER=0x0A00 /D_CRT_SECURE_NO_DEPRECATE /D_CRT_SECURE_NO_WARNINGS /D_CRT_NONSTDC_NO_DEPRECATE /D_ATL_SECURE_NO_DEPRECATE /D_SCL_SECURE_NO_WARNINGS /D_CRT_INTERNAL_NONSTDC_NAMES /D_CRT_DECLARE_NONSTDC_NAMES /D_FORCENAMELESSUNION -mcrc32 -msse4.2 -maes -mpclmul /utf-8 /WX- -Qunused-arguments -mllvm -inline-threshold=600 -Wno-return-type-c-linkage /Od /Ob0 /GS /RTC1 /FC /MDd /Z7 /Brepro /D_DEBUG /FC -MDd /wd4018 /wd4267 /wd4099 /wd4996 /wd4800 /wd4244 /wd4251 /bigobj -Wno-deprecated-declarations /Zc:__cplusplus /showIncludes /Fointernal\ceres\CMakeFiles\ceres_internal.dir\context.cc.obj /Fdinternal\ceres\CMakeFiles\ceres_internal.dir\ -c -- C:\Code\vcpkg\buildtrees\ceres\src\1e64f72f66-a013de02a8.clean\internal\ceres\context.cc
[15/123] C:\PROGRA~1\LLVM\bin\clang-cl.exe /nologo -TP -DEIGEN_MPL2_ONLY -DGFLAGS_IS_A_DLL=1 -DGLOG_NO_ABBREVIATED_SEVERITIES -DGLOG_USE_GFLAGS -DGLOG_USE_GLOG_EXPORT -DNOMINMAX -D_USE_MATH_DEFINES -D_VARIADIC_MAX=10 -Dceres_EXPORTS -IC:\Code\vcpkg\buildtrees\ceres\src\1e64f72f66-a013de02a8.clean\include -IC:\Code\vcpkg\buildtrees\ceres\src\1e64f72f66-a013de02a8.clean\internal -IC:\Code\vcpkg\buildtrees\ceres\x64-win-llvm-dbg\include -imsvcC:\Code\vcpkg\installed\x64-win-llvm\include\eigen3 -imsvcC:\Code\vcpkg\installed\x64-win-llvm\include /nologo /EHsc /GR /DWIN32 /D_WIN64 /D_WIN32_WINNT=0x0A00 /DWINVER=0x0A00 /D_CRT_SECURE_NO_DEPRECATE /D_CRT_SECURE_NO_WARNINGS /D_CRT_NONSTDC_NO_DEPRECATE /D_ATL_SECURE_NO_DEPRECATE /D_SCL_SECURE_NO_WARNINGS /D_CRT_INTERNAL_NONSTDC_NAMES /D_CRT_DECLARE_NONSTDC_NAMES /D_FORCENAMELESSUNION -mcrc32 -msse4.2 -maes -mpclmul /utf-8 /WX- -Qunused-arguments -mllvm -inline-threshold=600 -Wno-return-type-c-linkage /Od /Ob0 /GS /RTC1 /FC /MDd /Z7 /Brepro /D_DEBUG /FC -MDd /wd4018 /wd4267 /wd4099 /wd4996 /wd4800 /wd4244 /wd4251 /bigobj -Wno-deprecated-declarations /Zc:__cplusplus /showIncludes /Fointernal\ceres\CMakeFiles\ceres_internal.dir\generated\partitioned_matrix_view_d_d_d.cc.obj /Fdinternal\ceres\CMakeFiles\ceres_internal.dir\ -c -- C:\Code\vcpkg\buildtrees\ceres\src\1e64f72f66-a013de02a8.clean\internal\ceres\generated\partitioned_matrix_view_d_d_d.cc
...
Skipped 19 lines
...
[35/123] C:\PROGRA~1\LLVM\bin\clang-cl.exe /nologo -TP -DEIGEN_MPL2_ONLY -DGFLAGS_IS_A_DLL=1 -DGLOG_NO_ABBREVIATED_SEVERITIES -DGLOG_USE_GFLAGS -DGLOG_USE_GLOG_EXPORT -DNOMINMAX -D_USE_MATH_DEFINES -D_VARIADIC_MAX=10 -Dceres_EXPORTS -IC:\Code\vcpkg\buildtrees\ceres\src\1e64f72f66-a013de02a8.clean\include -IC:\Code\vcpkg\buildtrees\ceres\src\1e64f72f66-a013de02a8.clean\internal -IC:\Code\vcpkg\buildtrees\ceres\x64-win-llvm-dbg\include -imsvcC:\Code\vcpkg\installed\x64-win-llvm\include\eigen3 -imsvcC:\Code\vcpkg\installed\x64-win-llvm\include /nologo /EHsc /GR /DWIN32 /D_WIN64 /D_WIN32_WINNT=0x0A00 /DWINVER=0x0A00 /D_CRT_SECURE_NO_DEPRECATE /D_CRT_SECURE_NO_WARNINGS /D_CRT_NONSTDC_NO_DEPRECATE /D_ATL_SECURE_NO_DEPRECATE /D_SCL_SECURE_NO_WARNINGS /D_CRT_INTERNAL_NONSTDC_NAMES /D_CRT_DECLARE_NONSTDC_NAMES /D_FORCENAMELESSUNION -mcrc32 -msse4.2 -maes -mpclmul /utf-8 /WX- -Qunused-arguments -mllvm -inline-threshold=600 -Wno-return-type-c-linkage /Od /Ob0 /GS /RTC1 /FC /MDd /Z7 /Brepro /D_DEBUG /FC -MDd /wd4018 /wd4267 /wd4099 /wd4996 /wd4800 /wd4244 /wd4251 /bigobj -Wno-deprecated-declarations /Zc:__cplusplus /showIncludes /Fointernal\ceres\CMakeFiles\ceres_internal.dir\dynamic_compressed_row_jacobian_writer.cc.obj /Fdinternal\ceres\CMakeFiles\ceres_internal.dir\ -c -- C:\Code\vcpkg\buildtrees\ceres\src\1e64f72f66-a013de02a8.clean\internal\ceres\dynamic_compressed_row_jacobian_writer.cc
[36/123] C:\PROGRA~1\LLVM\bin\clang-cl.exe /nologo -TP -DEIGEN_MPL2_ONLY -DGFLAGS_IS_A_DLL=1 -DGLOG_NO_ABBREVIATED_SEVERITIES -DGLOG_USE_GFLAGS -DGLOG_USE_GLOG_EXPORT -DNOMINMAX -D_USE_MATH_DEFINES -D_VARIADIC_MAX=10 -Dceres_EXPORTS -IC:\Code\vcpkg\buildtrees\ceres\src\1e64f72f66-a013de02a8.clean\include -IC:\Code\vcpkg\buildtrees\ceres\src\1e64f72f66-a013de02a8.clean\internal -IC:\Code\vcpkg\buildtrees\ceres\x64-win-llvm-dbg\include -imsvcC:\Code\vcpkg\installed\x64-win-llvm\include\eigen3 -imsvcC:\Code\vcpkg\installed\x64-win-llvm\include /nologo /EHsc /GR /DWIN32 /D_WIN64 /D_WIN32_WINNT=0x0A00 /DWINVER=0x0A00 /D_CRT_SECURE_NO_DEPRECATE /D_CRT_SECURE_NO_WARNINGS /D_CRT_NONSTDC_NO_DEPRECATE /D_ATL_SECURE_NO_DEPRECATE /D_SCL_SECURE_NO_WARNINGS /D_CRT_INTERNAL_NONSTDC_NAMES /D_CRT_DECLARE_NONSTDC_NAMES /D_FORCENAMELESSUNION -mcrc32 -msse4.2 -maes -mpclmul /utf-8 /WX- -Qunused-arguments -mllvm -inline-threshold=600 -Wno-return-type-c-linkage /Od /Ob0 /GS /RTC1 /FC /MDd /Z7 /Brepro /D_DEBUG /FC -MDd /wd4018 /wd4267 /wd4099 /wd4996 /wd4800 /wd4244 /wd4251 /bigobj -Wno-deprecated-declarations /Zc:__cplusplus /showIncludes /Fointernal\ceres\CMakeFiles\ceres_internal.dir\dynamic_compressed_row_sparse_matrix.cc.obj /Fdinternal\ceres\CMakeFiles\ceres_internal.dir\ -c -- C:\Code\vcpkg\buildtrees\ceres\src\1e64f72f66-a013de02a8.clean\internal\ceres\dynamic_compressed_row_sparse_matrix.cc
[37/123] C:\PROGRA~1\LLVM\bin\clang-cl.exe /nologo -TP -DEIGEN_MPL2_ONLY -DGFLAGS_IS_A_DLL=1 -DGLOG_NO_ABBREVIATED_SEVERITIES -DGLOG_USE_GFLAGS -DGLOG_USE_GLOG_EXPORT -DNOMINMAX -D_USE_MATH_DEFINES -D_VARIADIC_MAX=10 -Dceres_EXPORTS -IC:\Code\vcpkg\buildtrees\ceres\src\1e64f72f66-a013de02a8.clean\include -IC:\Code\vcpkg\buildtrees\ceres\src\1e64f72f66-a013de02a8.clean\internal -IC:\Code\vcpkg\buildtrees\ceres\x64-win-llvm-dbg\include -imsvcC:\Code\vcpkg\installed\x64-win-llvm\include\eigen3 -imsvcC:\Code\vcpkg\installed\x64-win-llvm\include /nologo /EHsc /GR /DWIN32 /D_WIN64 /D_WIN32_WINNT=0x0A00 /DWINVER=0x0A00 /D_CRT_SECURE_NO_DEPRECATE /D_CRT_SECURE_NO_WARNINGS /D_CRT_NONSTDC_NO_DEPRECATE /D_ATL_SECURE_NO_DEPRECATE /D_SCL_SECURE_NO_WARNINGS /D_CRT_INTERNAL_NONSTDC_NAMES /D_CRT_DECLARE_NONSTDC_NAMES /D_FORCENAMELESSUNION -mcrc32 -msse4.2 -maes -mpclmul /utf-8 /WX- -Qunused-arguments -mllvm -inline-threshold=600 -Wno-return-type-c-linkage /Od /Ob0 /GS /RTC1 /FC /MDd /Z7 /Brepro /D_DEBUG /FC -MDd /wd4018 /wd4267 /wd4099 /wd4996 /wd4800 /wd4244 /wd4251 /bigobj -Wno-deprecated-declarations /Zc:__cplusplus /showIncludes /Fointernal\ceres\CMakeFiles\ceres_internal.dir\dynamic_sparse_normal_cholesky_solver.cc.obj /Fdinternal\ceres\CMakeFiles\ceres_internal.dir\ -c -- C:\Code\vcpkg\buildtrees\ceres\src\1e64f72f66-a013de02a8.clean\internal\ceres\dynamic_sparse_normal_cholesky_solver.cc
[38/123] C:\PROGRA~1\LLVM\bin\clang-cl.exe /nologo -TP -DEIGEN_MPL2_ONLY -DGFLAGS_IS_A_DLL=1 -DGLOG_NO_ABBREVIATED_SEVERITIES -DGLOG_USE_GFLAGS -DGLOG_USE_GLOG_EXPORT -DNOMINMAX -D_USE_MATH_DEFINES -D_VARIADIC_MAX=10 -Dceres_EXPORTS -IC:\Code\vcpkg\buildtrees\ceres\src\1e64f72f66-a013de02a8.clean\include -IC:\Code\vcpkg\buildtrees\ceres\src\1e64f72f66-a013de02a8.clean\internal -IC:\Code\vcpkg\buildtrees\ceres\x64-win-llvm-dbg\include -imsvcC:\Code\vcpkg\installed\x64-win-llvm\include\eigen3 -imsvcC:\Code\vcpkg\installed\x64-win-llvm\include /nologo /EHsc /GR /DWIN32 /D_WIN64 /D_WIN32_WINNT=0x0A00 /DWINVER=0x0A00 /D_CRT_SECURE_NO_DEPRECATE /D_CRT_SECURE_NO_WARNINGS /D_CRT_NONSTDC_NO_DEPRECATE /D_ATL_SECURE_NO_DEPRECATE /D_SCL_SECURE_NO_WARNINGS /D_CRT_INTERNAL_NONSTDC_NAMES /D_CRT_DECLARE_NONSTDC_NAMES /D_FORCENAMELESSUNION -mcrc32 -msse4.2 -maes -mpclmul /utf-8 /WX- -Qunused-arguments -mllvm -inline-threshold=600 -Wno-return-type-c-linkage /Od /Ob0 /GS /RTC1 /FC /MDd /Z7 /Brepro /D_DEBUG /FC -MDd /wd4018 /wd4267 /wd4099 /wd4996 /wd4800 /wd4244 /wd4251 /bigobj -Wno-deprecated-declarations /Zc:__cplusplus /showIncludes /Fointernal\ceres\CMakeFiles\ceres_internal.dir\dense_sparse_matrix.cc.obj /Fdinternal\ceres\CMakeFiles\ceres_internal.dir\ -c -- C:\Code\vcpkg\buildtrees\ceres\src\1e64f72f66-a013de02a8.clean\internal\ceres\dense_sparse_matrix.cc
[39/123] C:\PROGRA~1\LLVM\bin\clang-cl.exe /nologo -TP -DEIGEN_MPL2_ONLY -DGFLAGS_IS_A_DLL=1 -DGLOG_NO_ABBREVIATED_SEVERITIES -DGLOG_USE_GFLAGS -DGLOG_USE_GLOG_EXPORT -DNOMINMAX -D_USE_MATH_DEFINES -D_VARIADIC_MAX=10 -Dceres_EXPORTS -IC:\Code\vcpkg\buildtrees\ceres\src\1e64f72f66-a013de02a8.clean\include -IC:\Code\vcpkg\buildtrees\ceres\src\1e64f72f66-a013de02a8.clean\internal -IC:\Code\vcpkg\buildtrees\ceres\x64-win-llvm-dbg\include -imsvcC:\Code\vcpkg\installed\x64-win-llvm\include\eigen3 -imsvcC:\Code\vcpkg\installed\x64-win-llvm\include /nologo /EHsc /GR /DWIN32 /D_WIN64 /D_WIN32_WINNT=0x0A00 /DWINVER=0x0A00 /D_CRT_SECURE_NO_DEPRECATE /D_CRT_SECURE_NO_WARNINGS /D_CRT_NONSTDC_NO_DEPRECATE /D_ATL_SECURE_NO_DEPRECATE /D_SCL_SECURE_NO_WARNINGS /D_CRT_INTERNAL_NONSTDC_NAMES /D_CRT_DECLARE_NONSTDC_NAMES /D_FORCENAMELESSUNION -mcrc32 -msse4.2 -maes -mpclmul /utf-8 /WX- -Qunused-arguments -mllvm -inline-threshold=600 -Wno-return-type-c-linkage /Od /Ob0 /GS /RTC1 /FC /MDd /Z7 /Brepro /D_DEBUG /FC -MDd /wd4018 /wd4267 /wd4099 /wd4996 /wd4800 /wd4244 /wd4251 /bigobj -Wno-deprecated-declarations /Zc:__cplusplus /showIncludes /Fointernal\ceres\CMakeFiles\ceres_internal.dir\generated\schur_eliminator_d_d_d.cc.obj /Fdinternal\ceres\CMakeFiles\ceres_internal.dir\ -c -- C:\Code\vcpkg\buildtrees\ceres\src\1e64f72f66-a013de02a8.clean\internal\ceres\generated\schur_eliminator_d_d_d.cc
[40/123] C:\PROGRA~1\LLVM\bin\clang-cl.exe /nologo -TP -DEIGEN_MPL2_ONLY -DGFLAGS_IS_A_DLL=1 -DGLOG_NO_ABBREVIATED_SEVERITIES -DGLOG_USE_GFLAGS -DGLOG_USE_GLOG_EXPORT -DNOMINMAX -D_USE_MATH_DEFINES -D_VARIADIC_MAX=10 -Dceres_EXPORTS -IC:\Code\vcpkg\buildtrees\ceres\src\1e64f72f66-a013de02a8.clean\include -IC:\Code\vcpkg\buildtrees\ceres\src\1e64f72f66-a013de02a8.clean\internal -IC:\Code\vcpkg\buildtrees\ceres\x64-win-llvm-dbg\include -imsvcC:\Code\vcpkg\installed\x64-win-llvm\include\eigen3 -imsvcC:\Code\vcpkg\installed\x64-win-llvm\include /nologo /EHsc /GR /DWIN32 /D_WIN64 /D_WIN32_WINNT=0x0A00 /DWINVER=0x0A00 /D_CRT_SECURE_NO_DEPRECATE /D_CRT_SECURE_NO_WARNINGS /D_CRT_NONSTDC_NO_DEPRECATE /D_ATL_SECURE_NO_DEPRECATE /D_SCL_SECURE_NO_WARNINGS /D_CRT_INTERNAL_NONSTDC_NAMES /D_CRT_DECLARE_NONSTDC_NAMES /D_FORCENAMELESSUNION -mcrc32 -msse4.2 -maes -mpclmul /utf-8 /WX- -Qunused-arguments -mllvm -inline-threshold=600 -Wno-return-type-c-linkage /Od /Ob0 /GS /RTC1 /FC /MDd /Z7 /Brepro /D_DEBUG /FC -MDd /wd4018 /wd4267 /wd4099 /wd4996 /wd4800 /wd4244 /wd4251 /bigobj -Wno-deprecated-declarations /Zc:__cplusplus /showIncludes /Fointernal\ceres\CMakeFiles\ceres_internal.dir\preconditioner.cc.obj /Fdinternal\ceres\CMakeFiles\ceres_internal.dir\ -c -- C:\Code\vcpkg\buildtrees\ceres\src\1e64f72f66-a013de02a8.clean\internal\ceres\preconditioner.cc
[41/123] C:\PROGRA~1\LLVM\bin\clang-cl.exe /nologo -TP -DEIGEN_MPL2_ONLY -DGFLAGS_IS_A_DLL=1 -DGLOG_NO_ABBREVIATED_SEVERITIES -DGLOG_USE_GFLAGS -DGLOG_USE_GLOG_EXPORT -DNOMINMAX -D_USE_MATH_DEFINES -D_VARIADIC_MAX=10 -Dceres_EXPORTS -IC:\Code\vcpkg\buildtrees\ceres\src\1e64f72f66-a013de02a8.clean\include -IC:\Code\vcpkg\buildtrees\ceres\src\1e64f72f66-a013de02a8.clean\internal -IC:\Code\vcpkg\buildtrees\ceres\x64-win-llvm-dbg\include -imsvcC:\Code\vcpkg\installed\x64-win-llvm\include\eigen3 -imsvcC:\Code\vcpkg\installed\x64-win-llvm\include /nologo /EHsc /GR /DWIN32 /D_WIN64 /D_WIN32_WINNT=0x0A00 /DWINVER=0x0A00 /D_CRT_SECURE_NO_DEPRECATE /D_CRT_SECURE_NO_WARNINGS /D_CRT_NONSTDC_NO_DEPRECATE /D_ATL_SECURE_NO_DEPRECATE /D_SCL_SECURE_NO_WARNINGS /D_CRT_INTERNAL_NONSTDC_NAMES /D_CRT_DECLARE_NONSTDC_NAMES /D_FORCENAMELESSUNION -mcrc32 -msse4.2 -maes -mpclmul /utf-8 /WX- -Qunused-arguments -mllvm -inline-threshold=600 -Wno-return-type-c-linkage /Od /Ob0 /GS /RTC1 /FC /MDd /Z7 /Brepro /D_DEBUG /FC -MDd /wd4018 /wd4267 /wd4099 /wd4996 /wd4800 /wd4244 /wd4251 /bigobj -Wno-deprecated-declarations /Zc:__cplusplus /showIncludes /Fointernal\ceres\CMakeFiles\ceres_internal.dir\float_cxsparse.cc.obj /Fdinternal\ceres\CMakeFiles\ceres_internal.dir\ -c -- C:\Code\vcpkg\buildtrees\ceres\src\1e64f72f66-a013de02a8.clean\internal\ceres\float_cxsparse.cc
[42/123] C:\PROGRA~1\LLVM\bin\clang-cl.exe /nologo -TP -DEIGEN_MPL2_ONLY -DGFLAGS_IS_A_DLL=1 -DGLOG_NO_ABBREVIATED_SEVERITIES -DGLOG_USE_GFLAGS -DGLOG_USE_GLOG_EXPORT -DNOMINMAX -D_USE_MATH_DEFINES -D_VARIADIC_MAX=10 -Dceres_EXPORTS -IC:\Code\vcpkg\buildtrees\ceres\src\1e64f72f66-a013de02a8.clean\include -IC:\Code\vcpkg\buildtrees\ceres\src\1e64f72f66-a013de02a8.clean\internal -IC:\Code\vcpkg\buildtrees\ceres\x64-win-llvm-dbg\include -imsvcC:\Code\vcpkg\installed\x64-win-llvm\include\eigen3 -imsvcC:\Code\vcpkg\installed\x64-win-llvm\include /nologo /EHsc /GR /DWIN32 /D_WIN64 /D_WIN32_WINNT=0x0A00 /DWINVER=0x0A00 /D_CRT_SECURE_NO_DEPRECATE /D_CRT_SECURE_NO_WARNINGS /D_CRT_NONSTDC_NO_DEPRECATE /D_ATL_SECURE_NO_DEPRECATE /D_SCL_SECURE_NO_WARNINGS /D_CRT_INTERNAL_NONSTDC_NAMES /D_CRT_DECLARE_NONSTDC_NAMES /D_FORCENAMELESSUNION -mcrc32 -msse4.2 -maes -mpclmul /utf-8 /WX- -Qunused-arguments -mllvm -inline-threshold=600 -Wno-return-type-c-linkage /Od /Ob0 /GS /RTC1 /FC /MDd /Z7 /Brepro /D_DEBUG /FC -MDd /wd4018 /wd4267 /wd4099 /wd4996 /wd4800 /wd4244 /wd4251 /bigobj -Wno-deprecated-declarations /Zc:__cplusplus /showIncludes /Fointernal\ceres\CMakeFiles\ceres_internal.dir\dense_cholesky.cc.obj /Fdinternal\ceres\CMakeFiles\ceres_internal.dir\ -c -- C:\Code\vcpkg\buildtrees\ceres\src\1e64f72f66-a013de02a8.clean\internal\ceres\dense_cholesky.cc
[43/123] C:\PROGRA~1\LLVM\bin\clang-cl.exe /nologo -TP -DEIGEN_MPL2_ONLY -DGFLAGS_IS_A_DLL=1 -DGLOG_NO_ABBREVIATED_SEVERITIES -DGLOG_USE_GFLAGS -DGLOG_USE_GLOG_EXPORT -DNOMINMAX -D_USE_MATH_DEFINES -D_VARIADIC_MAX=10 -Dceres_EXPORTS -IC:\Code\vcpkg\buildtrees\ceres\src\1e64f72f66-a013de02a8.clean\include -IC:\Code\vcpkg\buildtrees\ceres\src\1e64f72f66-a013de02a8.clean\internal -IC:\Code\vcpkg\buildtrees\ceres\x64-win-llvm-dbg\include -imsvcC:\Code\vcpkg\installed\x64-win-llvm\include\eigen3 -imsvcC:\Code\vcpkg\installed\x64-win-llvm\include /nologo /EHsc /GR /DWIN32 /D_WIN64 /D_WIN32_WINNT=0x0A00 /DWINVER=0x0A00 /D_CRT_SECURE_NO_DEPRECATE /D_CRT_SECURE_NO_WARNINGS /D_CRT_NONSTDC_NO_DEPRECATE /D_ATL_SECURE_NO_DEPRECATE /D_SCL_SECURE_NO_WARNINGS /D_CRT_INTERNAL_NONSTDC_NAMES /D_CRT_DECLARE_NONSTDC_NAMES /D_FORCENAMELESSUNION -mcrc32 -msse4.2 -maes -mpclmul /utf-8 /WX- -Qunused-arguments -mllvm -inline-threshold=600 -Wno-return-type-c-linkage /Od /Ob0 /GS /RTC1 /FC /MDd /Z7 /Brepro /D_DEBUG /FC -MDd /wd4018 /wd4267 /wd4099 /wd4996 /wd4800 /wd4244 /wd4251 /bigobj -Wno-deprecated-declarations /Zc:__cplusplus /showIncludes /Fointernal\ceres\CMakeFiles\ceres_internal.dir\function_sample.cc.obj /Fdinternal\ceres\CMakeFiles\ceres_internal.dir\ -c -- C:\Code\vcpkg\buildtrees\ceres\src\1e64f72f66-a013de02a8.clean\internal\ceres\function_sample.cc
[44/123] C:\PROGRA~1\LLVM\bin\clang-cl.exe /nologo -TP -DEIGEN_MPL2_ONLY -DGFLAGS_IS_A_DLL=1 -DGLOG_NO_ABBREVIATED_SEVERITIES -DGLOG_USE_GFLAGS -DGLOG_USE_GLOG_EXPORT -DNOMINMAX -D_USE_MATH_DEFINES -D_VARIADIC_MAX=10 -Dceres_EXPORTS -IC:\Code\vcpkg\buildtrees\ceres\src\1e64f72f66-a013de02a8.clean\include -IC:\Code\vcpkg\buildtrees\ceres\src\1e64f72f66-a013de02a8.clean\internal -IC:\Code\vcpkg\buildtrees\ceres\x64-win-llvm-dbg\include -imsvcC:\Code\vcpkg\installed\x64-win-llvm\include\eigen3 -imsvcC:\Code\vcpkg\installed\x64-win-llvm\include /nologo /EHsc /GR /DWIN32 /D_WIN64 /D_WIN32_WINNT=0x0A00 /DWINVER=0x0A00 /D_CRT_SECURE_NO_DEPRECATE /D_CRT_SECURE_NO_WARNINGS /D_CRT_NONSTDC_NO_DEPRECATE /D_ATL_SECURE_NO_DEPRECATE /D_SCL_SECURE_NO_WARNINGS /D_CRT_INTERNAL_NONSTDC_NAMES /D_CRT_DECLARE_NONSTDC_NAMES /D_FORCENAMELESSUNION -mcrc32 -msse4.2 -maes -mpclmul /utf-8 /WX- -Qunused-arguments -mllvm -inline-threshold=600 -Wno-return-type-c-linkage /Od /Ob0 /GS /RTC1 /FC /MDd /Z7 /Brepro /D_DEBUG /FC -MDd /wd4018 /wd4267 /wd4099 /wd4996 /wd4800 /wd4244 /wd4251 /bigobj -Wno-deprecated-declarations /Zc:__cplusplus /showIncludes /Fointernal\ceres\CMakeFiles\ceres_internal.dir\evaluator.cc.obj /Fdinternal\ceres\CMakeFiles\ceres_internal.dir\ -c -- C:\Code\vcpkg\buildtrees\ceres\src\1e64f72f66-a013de02a8.clean\internal\ceres\evaluator.cc
[45/123] C:\PROGRA~1\LLVM\bin\clang-cl.exe /nologo -TP -DEIGEN_MPL2_ONLY -DGFLAGS_IS_A_DLL=1 -DGLOG_NO_ABBREVIATED_SEVERITIES -DGLOG_USE_GFLAGS -DGLOG_USE_GLOG_EXPORT -DNOMINMAX -D_USE_MATH_DEFINES -D_VARIADIC_MAX=10 -Dceres_EXPORTS -IC:\Code\vcpkg\buildtrees\ceres\src\1e64f72f66-a013de02a8.clean\include -IC:\Code\vcpkg\buildtrees\ceres\src\1e64f72f66-a013de02a8.clean\internal -IC:\Code\vcpkg\buildtrees\ceres\x64-win-llvm-dbg\include -imsvcC:\Code\vcpkg\installed\x64-win-llvm\include\eigen3 -imsvcC:\Code\vcpkg\installed\x64-win-llvm\include /nologo /EHsc /GR /DWIN32 /D_WIN64 /D_WIN32_WINNT=0x0A00 /DWINVER=0x0A00 /D_CRT_SECURE_NO_DEPRECATE /D_CRT_SECURE_NO_WARNINGS /D_CRT_NONSTDC_NO_DEPRECATE /D_ATL_SECURE_NO_DEPRECATE /D_SCL_SECURE_NO_WARNINGS /D_CRT_INTERNAL_NONSTDC_NAMES /D_CRT_DECLARE_NONSTDC_NAMES /D_FORCENAMELESSUNION -mcrc32 -msse4.2 -maes -mpclmul /utf-8 /WX- -Qunused-arguments -mllvm -inline-threshold=600 -Wno-return-type-c-linkage /Od /Ob0 /GS /RTC1 /FC /MDd /Z7 /Brepro /D_DEBUG /FC -MDd /wd4018 /wd4267 /wd4099 /wd4996 /wd4800 /wd4244 /wd4251 /bigobj -Wno-deprecated-declarations /Zc:__cplusplus /showIncludes /Fointernal\ceres\CMakeFiles\ceres_internal.dir\float_suitesparse.cc.obj /Fdinternal\ceres\CMakeFiles\ceres_internal.dir\ -c -- C:\Code\vcpkg\buildtrees\ceres\src\1e64f72f66-a013de02a8.clean\internal\ceres\float_suitesparse.cc
[46/123] C:\PROGRA~1\LLVM\bin\clang-cl.exe /nologo -TP -DEIGEN_MPL2_ONLY -DGFLAGS_IS_A_DLL=1 -DGLOG_NO_ABBREVIATED_SEVERITIES -DGLOG_USE_GFLAGS -DGLOG_USE_GLOG_EXPORT -DNOMINMAX -D_USE_MATH_DEFINES -D_VARIADIC_MAX=10 -Dceres_EXPORTS -IC:\Code\vcpkg\buildtrees\ceres\src\1e64f72f66-a013de02a8.clean\include -IC:\Code\vcpkg\buildtrees\ceres\src\1e64f72f66-a013de02a8.clean\internal -IC:\Code\vcpkg\buildtrees\ceres\x64-win-llvm-dbg\include -imsvcC:\Code\vcpkg\installed\x64-win-llvm\include\eigen3 -imsvcC:\Code\vcpkg\installed\x64-win-llvm\include /nologo /EHsc /GR /DWIN32 /D_WIN64 /D_WIN32_WINNT=0x0A00 /DWINVER=0x0A00 /D_CRT_SECURE_NO_DEPRECATE /D_CRT_SECURE_NO_WARNINGS /D_CRT_NONSTDC_NO_DEPRECATE /D_ATL_SECURE_NO_DEPRECATE /D_SCL_SECURE_NO_WARNINGS /D_CRT_INTERNAL_NONSTDC_NAMES /D_CRT_DECLARE_NONSTDC_NAMES /D_FORCENAMELESSUNION -mcrc32 -msse4.2 -maes -mpclmul /utf-8 /WX- -Qunused-arguments -mllvm -inline-threshold=600 -Wno-return-type-c-linkage /Od /Ob0 /GS /RTC1 /FC /MDd /Z7 /Brepro /D_DEBUG /FC -MDd /wd4018 /wd4267 /wd4099 /wd4996 /wd4800 /wd4244 /wd4251 /bigobj -Wno-deprecated-declarations /Zc:__cplusplus /showIncludes /Fointernal\ceres\CMakeFiles\ceres_internal.dir\dense_qr_solver.cc.obj /Fdinternal\ceres\CMakeFiles\ceres_internal.dir\ -c -- C:\Code\vcpkg\buildtrees\ceres\src\1e64f72f66-a013de02a8.clean\internal\ceres\dense_qr_solver.cc
[47/123] C:\PROGRA~1\LLVM\bin\clang-cl.exe /nologo -TP -DEIGEN_MPL2_ONLY -DGFLAGS_IS_A_DLL=1 -DGLOG_NO_ABBREVIATED_SEVERITIES -DGLOG_USE_GFLAGS -DGLOG_USE_GLOG_EXPORT -DNOMINMAX -D_USE_MATH_DEFINES -D_VARIADIC_MAX=10 -Dceres_EXPORTS -IC:\Code\vcpkg\buildtrees\ceres\src\1e64f72f66-a013de02a8.clean\include -IC:\Code\vcpkg\buildtrees\ceres\src\1e64f72f66-a013de02a8.clean\internal -IC:\Code\vcpkg\buildtrees\ceres\x64-win-llvm-dbg\include -imsvcC:\Code\vcpkg\installed\x64-win-llvm\include\eigen3 -imsvcC:\Code\vcpkg\installed\x64-win-llvm\include /nologo /EHsc /GR /DWIN32 /D_WIN64 /D_WIN32_WINNT=0x0A00 /DWINVER=0x0A00 /D_CRT_SECURE_NO_DEPRECATE /D_CRT_SECURE_NO_WARNINGS /D_CRT_NONSTDC_NO_DEPRECATE /D_ATL_SECURE_NO_DEPRECATE /D_SCL_SECURE_NO_WARNINGS /D_CRT_INTERNAL_NONSTDC_NAMES /D_CRT_DECLARE_NONSTDC_NAMES /D_FORCENAMELESSUNION -mcrc32 -msse4.2 -maes -mpclmul /utf-8 /WX- -Qunused-arguments -mllvm -inline-threshold=600 -Wno-return-type-c-linkage /Od /Ob0 /GS /RTC1 /FC /MDd /Z7 /Brepro /D_DEBUG /FC -MDd /wd4018 /wd4267 /wd4099 /wd4996 /wd4800 /wd4244 /wd4251 /bigobj -Wno-deprecated-declarations /Zc:__cplusplus /showIncludes /Fointernal\ceres\CMakeFiles\ceres_internal.dir\is_close.cc.obj /Fdinternal\ceres\CMakeFiles\ceres_internal.dir\ -c -- C:\Code\vcpkg\buildtrees\ceres\src\1e64f72f66-a013de02a8.clean\internal\ceres\is_close.cc
[48/123] C:\PROGRA~1\LLVM\bin\clang-cl.exe /nologo -TP -DEIGEN_MPL2_ONLY -DGFLAGS_IS_A_DLL=1 -DGLOG_NO_ABBREVIATED_SEVERITIES -DGLOG_USE_GFLAGS -DGLOG_USE_GLOG_EXPORT -DNOMINMAX -D_USE_MATH_DEFINES -D_VARIADIC_MAX=10 -Dceres_EXPORTS -IC:\Code\vcpkg\buildtrees\ceres\src\1e64f72f66-a013de02a8.clean\include -IC:\Code\vcpkg\buildtrees\ceres\src\1e64f72f66-a013de02a8.clean\internal -IC:\Code\vcpkg\buildtrees\ceres\x64-win-llvm-dbg\include -imsvcC:\Code\vcpkg\installed\x64-win-llvm\include\eigen3 -imsvcC:\Code\vcpkg\installed\x64-win-llvm\include /nologo /EHsc /GR /DWIN32 /D_WIN64 /D_WIN32_WINNT=0x0A00 /DWINVER=0x0A00 /D_CRT_SECURE_NO_DEPRECATE /D_CRT_SECURE_NO_WARNINGS /D_CRT_NONSTDC_NO_DEPRECATE /D_ATL_SECURE_NO_DEPRECATE /D_SCL_SECURE_NO_WARNINGS /D_CRT_INTERNAL_NONSTDC_NAMES /D_CRT_DECLARE_NONSTDC_NAMES /D_FORCENAMELESSUNION -mcrc32 -msse4.2 -maes -mpclmul /utf-8 /WX- -Qunused-arguments -mllvm -inline-threshold=600 -Wno-return-type-c-linkage /Od /Ob0 /GS /RTC1 /FC /MDd /Z7 /Brepro /D_DEBUG /FC -MDd /wd4018 /wd4267 /wd4099 /wd4996 /wd4800 /wd4244 /wd4251 /bigobj -Wno-deprecated-declarations /Zc:__cplusplus /showIncludes /Fointernal\ceres\CMakeFiles\ceres_internal.dir\gradient_problem_solver.cc.obj /Fdinternal\ceres\CMakeFiles\ceres_internal.dir\ -c -- C:\Code\vcpkg\buildtrees\ceres\src\1e64f72f66-a013de02a8.clean\internal\ceres\gradient_problem_solver.cc
[49/123] C:\PROGRA~1\LLVM\bin\clang-cl.exe /nologo -TP -DEIGEN_MPL2_ONLY -DGFLAGS_IS_A_DLL=1 -DGLOG_NO_ABBREVIATED_SEVERITIES -DGLOG_USE_GFLAGS -DGLOG_USE_GLOG_EXPORT -DNOMINMAX -D_USE_MATH_DEFINES -D_VARIADIC_MAX=10 -Dceres_EXPORTS -IC:\Code\vcpkg\buildtrees\ceres\src\1e64f72f66-a013de02a8.clean\include -IC:\Code\vcpkg\buildtrees\ceres\src\1e64f72f66-a013de02a8.clean\internal -IC:\Code\vcpkg\buildtrees\ceres\x64-win-llvm-dbg\include -imsvcC:\Code\vcpkg\installed\x64-win-llvm\include\eigen3 -imsvcC:\Code\vcpkg\installed\x64-win-llvm\include /nologo /EHsc /GR /DWIN32 /D_WIN64 /D_WIN32_WINNT=0x0A00 /DWINVER=0x0A00 /D_CRT_SECURE_NO_DEPRECATE /D_CRT_SECURE_NO_WARNINGS /D_CRT_NONSTDC_NO_DEPRECATE /D_ATL_SECURE_NO_DEPRECATE /D_SCL_SECURE_NO_WARNINGS /D_CRT_INTERNAL_NONSTDC_NAMES /D_CRT_DECLARE_NONSTDC_NAMES /D_FORCENAMELESSUNION -mcrc32 -msse4.2 -maes -mpclmul /utf-8 /WX- -Qunused-arguments -mllvm -inline-threshold=600 -Wno-return-type-c-linkage /Od /Ob0 /GS /RTC1 /FC /MDd /Z7 /Brepro /D_DEBUG /FC -MDd /wd4018 /wd4267 /wd4099 /wd4996 /wd4800 /wd4244 /wd4251 /bigobj -Wno-deprecated-declarations /Zc:__cplusplus /showIncludes /Fointernal\ceres\CMakeFiles\ceres_internal.dir\iteration_callback.cc.obj /Fdinternal\ceres\CMakeFiles\ceres_internal.dir\ -c -- C:\Code\vcpkg\buildtrees\ceres\src\1e64f72f66-a013de02a8.clean\internal\ceres\iteration_callback.cc
[50/123] C:\PROGRA~1\LLVM\bin\clang-cl.exe /nologo -TP -DEIGEN_MPL2_ONLY -DGFLAGS_IS_A_DLL=1 -DGLOG_NO_ABBREVIATED_SEVERITIES -DGLOG_USE_GFLAGS -DGLOG_USE_GLOG_EXPORT -DNOMINMAX -D_USE_MATH_DEFINES -D_VARIADIC_MAX=10 -Dceres_EXPORTS -IC:\Code\vcpkg\buildtrees\ceres\src\1e64f72f66-a013de02a8.clean\include -IC:\Code\vcpkg\buildtrees\ceres\src\1e64f72f66-a013de02a8.clean\internal -IC:\Code\vcpkg\buildtrees\ceres\x64-win-llvm-dbg\include -imsvcC:\Code\vcpkg\installed\x64-win-llvm\include\eigen3 -imsvcC:\Code\vcpkg\installed\x64-win-llvm\include /nologo /EHsc /GR /DWIN32 /D_WIN64 /D_WIN32_WINNT=0x0A00 /DWINVER=0x0A00 /D_CRT_SECURE_NO_DEPRECATE /D_CRT_SECURE_NO_WARNINGS /D_CRT_NONSTDC_NO_DEPRECATE /D_ATL_SECURE_NO_DEPRECATE /D_SCL_SECURE_NO_WARNINGS /D_CRT_INTERNAL_NONSTDC_NAMES /D_CRT_DECLARE_NONSTDC_NAMES /D_FORCENAMELESSUNION -mcrc32 -msse4.2 -maes -mpclmul /utf-8 /WX- -Qunused-arguments -mllvm -inline-threshold=600 -Wno-return-type-c-linkage /Od /Ob0 /GS /RTC1 /FC /MDd /Z7 /Brepro /D_DEBUG /FC -MDd /wd4018 /wd4267 /wd4099 /wd4996 /wd4800 /wd4244 /wd4251 /bigobj -Wno-deprecated-declarations /Zc:__cplusplus /showIncludes /Fointernal\ceres\CMakeFiles\ceres_internal.dir\dense_qr.cc.obj /Fdinternal\ceres\CMakeFiles\ceres_internal.dir\ -c -- C:\Code\vcpkg\buildtrees\ceres\src\1e64f72f66-a013de02a8.clean\internal\ceres\dense_qr.cc
FAILED: internal/ceres/CMakeFiles/ceres_internal.dir/dense_qr.cc.obj
C:\PROGRA~1\LLVM\bin\clang-cl.exe /nologo -TP -DEIGEN_MPL2_ONLY -DGFLAGS_IS_A_DLL=1 -DGLOG_NO_ABBREVIATED_SEVERITIES -DGLOG_USE_GFLAGS -DGLOG_USE_GLOG_EXPORT -DNOMINMAX -D_USE_MATH_DEFINES -D_VARIADIC_MAX=10 -Dceres_EXPORTS -IC:\Code\vcpkg\buildtrees\ceres\src\1e64f72f66-a013de02a8.clean\include -IC:\Code\vcpkg\buildtrees\ceres\src\1e64f72f66-a013de02a8.clean\internal -IC:\Code\vcpkg\buildtrees\ceres\x64-win-llvm-dbg\include -imsvcC:\Code\vcpkg\installed\x64-win-llvm\include\eigen3 -imsvcC:\Code\vcpkg\installed\x64-win-llvm\include /nologo /EHsc /GR /DWIN32 /D_WIN64 /D_WIN32_WINNT=0x0A00 /DWINVER=0x0A00 /D_CRT_SECURE_NO_DEPRECATE /D_CRT_SECURE_NO_WARNINGS /D_CRT_NONSTDC_NO_DEPRECATE /D_ATL_SECURE_NO_DEPRECATE /D_SCL_SECURE_NO_WARNINGS /D_CRT_INTERNAL_NONSTDC_NAMES /D_CRT_DECLARE_NONSTDC_NAMES /D_FORCENAMELESSUNION -mcrc32 -msse4.2 -maes -mpclmul /utf-8 /WX- -Qunused-arguments -mllvm -inline-threshold=600 -Wno-return-type-c-linkage /Od /Ob0 /GS /RTC1 /FC /MDd /Z7 /Brepro /D_DEBUG /FC -MDd /wd4018 /wd4267 /wd4099 /wd4996 /wd4800 /wd4244 /wd4251 /bigobj -Wno-deprecated-declarations /Zc:__cplusplus /showIncludes /Fointernal\ceres\CMakeFiles\ceres_internal.dir\dense_qr.cc.obj /Fdinternal\ceres\CMakeFiles\ceres_internal.dir\ -c -- C:\Code\vcpkg\buildtrees\ceres\src\1e64f72f66-a013de02a8.clean\internal\ceres\dense_qr.cc
C:\Code\vcpkg\buildtrees\ceres\src\1e64f72f66-a013de02a8.clean\internal\ceres\dense_qr.cc(86,17): error: conflicting types for 'dormqr_'
86 | extern "C" void dormqr_(const char* side, const char* trans, const int* m,
| ^
C:\Code\vcpkg\installed\x64-win-llvm\include\mkl_lapack.h(18584,6): note: previous declaration is here
18584 | void dormqr_( const char* side, const char* trans, const MKL_INT* m,
| ^
C:\Code\vcpkg\buildtrees\ceres\src\1e64f72f66-a013de02a8.clean\internal\ceres\dense_qr.cc(104,17): error: conflicting types for 'dtrtrs_'
104 | extern "C" void dtrtrs_(const char* uplo, const char* trans, const char* diag,
| ^
C:\Code\vcpkg\installed\x64-win-llvm\include\mkl_lapack.h(20840,6): note: previous declaration is here
20840 | void dtrtrs_( const char* uplo, const char* trans, const char* diag,
| ^
2 errors generated.
[51/123] C:\PROGRA~1\LLVM\bin\clang-cl.exe /nologo -TP -DEIGEN_MPL2_ONLY -DGFLAGS_IS_A_DLL=1 -DGLOG_NO_ABBREVIATED_SEVERITIES -DGLOG_USE_GFLAGS -DGLOG_USE_GLOG_EXPORT -DNOMINMAX -D_USE_MATH_DEFINES -D_VARIADIC_MAX=10 -Dceres_EXPORTS -IC:\Code\vcpkg\buildtrees\ceres\src\1e64f72f66-a013de02a8.clean\include -IC:\Code\vcpkg\buildtrees\ceres\src\1e64f72f66-a013de02a8.clean\internal -IC:\Code\vcpkg\buildtrees\ceres\x64-win-llvm-dbg\include -imsvcC:\Code\vcpkg\installed\x64-win-llvm\include\eigen3 -imsvcC:\Code\vcpkg\installed\x64-win-llvm\include /nologo /EHsc /GR /DWIN32 /D_WIN64 /D_WIN32_WINNT=0x0A00 /DWINVER=0x0A00 /D_CRT_SECURE_NO_DEPRECATE /D_CRT_SECURE_NO_WARNINGS /D_CRT_NONSTDC_NO_DEPRECATE /D_ATL_SECURE_NO_DEPRECATE /D_SCL_SECURE_NO_WARNINGS /D_CRT_INTERNAL_NONSTDC_NAMES /D_CRT_DECLARE_NONSTDC_NAMES /D_FORCENAMELESSUNION -mcrc32 -msse4.2 -maes -mpclmul /utf-8 /WX- -Qunused-arguments -mllvm -inline-threshold=600 -Wno-return-type-c-linkage /Od /Ob0 /GS /RTC1 /FC /MDd /Z7 /Brepro /D_DEBUG /FC -MDd /wd4018 /wd4267 /wd4099 /wd4996 /wd4800 /wd4244 /wd4251 /bigobj -Wno-deprecated-declarations /Zc:__cplusplus /showIncludes /Fointernal\ceres\CMakeFiles\ceres_internal.dir\iterative_refiner.cc.obj /Fdinternal\ceres\CMakeFiles\ceres_internal.dir\ -c -- C:\Code\vcpkg\buildtrees\ceres\src\1e64f72f66-a013de02a8.clean\internal\ceres\iterative_refiner.cc
[52/123] C:\PROGRA~1\LLVM\bin\clang-cl.exe /nologo -TP -DEIGEN_MPL2_ONLY -DGFLAGS_IS_A_DLL=1 -DGLOG_NO_ABBREVIATED_SEVERITIES -DGLOG_USE_GFLAGS -DGLOG_USE_GLOG_EXPORT -DNOMINMAX -D_USE_MATH_DEFINES -D_VARIADIC_MAX=10 -Dceres_EXPORTS -IC:\Code\vcpkg\buildtrees\ceres\src\1e64f72f66-a013de02a8.clean\include -IC:\Code\vcpkg\buildtrees\ceres\src\1e64f72f66-a013de02a8.clean\internal -IC:\Code\vcpkg\buildtrees\ceres\x64-win-llvm-dbg\include -imsvcC:\Code\vcpkg\installed\x64-win-llvm\include\eigen3 -imsvcC:\Code\vcpkg\installed\x64-win-llvm\include /nologo /EHsc /GR /DWIN32 /D_WIN64 /D_WIN32_WINNT=0x0A00 /DWINVER=0x0A00 /D_CRT_SECURE_NO_DEPRECATE /D_CRT_SECURE_NO_WARNINGS /D_CRT_NONSTDC_NO_DEPRECATE /D_ATL_SECURE_NO_DEPRECATE /D_SCL_SECURE_NO_WARNINGS /D_CRT_INTERNAL_NONSTDC_NAMES /D_CRT_DECLARE_NONSTDC_NAMES /D_FORCENAMELESSUNION -mcrc32 -msse4.2 -maes -mpclmul /utf-8 /WX- -Qunused-arguments -mllvm -inline-threshold=600 -Wno-return-type-c-linkage /Od /Ob0 /GS /RTC1 /FC /MDd /Z7 /Brepro /D_DEBUG /FC -MDd /wd4018 /wd4267 /wd4099 /wd4996 /wd4800 /wd4244 /wd4251 /bigobj -Wno-deprecated-declarations /Zc:__cplusplus /showIncludes /Fointernal\ceres\CMakeFiles\ceres_internal.dir\dense_normal_cholesky_solver.cc.obj /Fdinternal\ceres\CMakeFiles\ceres_internal.dir\ -c -- C:\Code\vcpkg\buildtrees\ceres\src\1e64f72f66-a013de02a8.clean\internal\ceres\dense_normal_cholesky_solver.cc
[53/123] C:\PROGRA~1\LLVM\bin\clang-cl.exe /nologo -TP -DEIGEN_MPL2_ONLY -DGFLAGS_IS_A_DLL=1 -DGLOG_NO_ABBREVIATED_SEVERITIES -DGLOG_USE_GFLAGS -DGLOG_USE_GLOG_EXPORT -DNOMINMAX -D_USE_MATH_DEFINES -D_VARIADIC_MAX=10 -Dceres_EXPORTS -IC:\Code\vcpkg\buildtrees\ceres\src\1e64f72f66-a013de02a8.clean\include -IC:\Code\vcpkg\buildtrees\ceres\src\1e64f72f66-a013de02a8.clean\internal -IC:\Code\vcpkg\buildtrees\ceres\x64-win-llvm-dbg\include -imsvcC:\Code\vcpkg\installed\x64-win-llvm\include\eigen3 -imsvcC:\Code\vcpkg\installed\x64-win-llvm\include /nologo /EHsc /GR /DWIN32 /D_WIN64 /D_WIN32_WINNT=0x0A00 /DWINVER=0x0A00 /D_CRT_SECURE_NO_DEPRECATE /D_CRT_SECURE_NO_WARNINGS /D_CRT_NONSTDC_NO_DEPRECATE /D_ATL_SECURE_NO_DEPRECATE /D_SCL_SECURE_NO_WARNINGS /D_CRT_INTERNAL_NONSTDC_NAMES /D_CRT_DECLARE_NONSTDC_NAMES /D_FORCENAMELESSUNION -mcrc32 -msse4.2 -maes -mpclmul /utf-8 /WX- -Qunused-arguments -mllvm -inline-threshold=600 -Wno-return-type-c-linkage /Od /Ob0 /GS /RTC1 /FC /MDd /Z7 /Brepro /D_DEBUG /FC -MDd /wd4018 /wd4267 /wd4099 /wd4996 /wd4800 /wd4244 /wd4251 /bigobj -Wno-deprecated-declarations /Zc:__cplusplus /showIncludes /Fointernal\ceres\CMakeFiles\ceres_internal.dir\levenberg_marquardt_strategy.cc.obj /Fdinternal\ceres\CMakeFiles\ceres_internal.dir\ -c -- C:\Code\vcpkg\buildtrees\ceres\src\1e64f72f66-a013de02a8.clean\internal\ceres\levenberg_marquardt_strategy.cc
[54/123] C:\PROGRA~1\LLVM\bin\clang-cl.exe /nologo -TP -DEIGEN_MPL2_ONLY -DGFLAGS_IS_A_DLL=1 -DGLOG_NO_ABBREVIATED_SEVERITIES -DGLOG_USE_GFLAGS -DGLOG_USE_GLOG_EXPORT -DNOMINMAX -D_USE_MATH_DEFINES -D_VARIADIC_MAX=10 -Dceres_EXPORTS -IC:\Code\vcpkg\buildtrees\ceres\src\1e64f72f66-a013de02a8.clean\include -IC:\Code\vcpkg\buildtrees\ceres\src\1e64f72f66-a013de02a8.clean\internal -IC:\Code\vcpkg\buildtrees\ceres\x64-win-llvm-dbg\include -imsvcC:\Code\vcpkg\installed\x64-win-llvm\include\eigen3 -imsvcC:\Code\vcpkg\installed\x64-win-llvm\include /nologo /EHsc /GR /DWIN32 /D_WIN64 /D_WIN32_WINNT=0x0A00 /DWINVER=0x0A00 /D_CRT_SECURE_NO_DEPRECATE /D_CRT_SECURE_NO_WARNINGS /D_CRT_NONSTDC_NO_DEPRECATE /D_ATL_SECURE_NO_DEPRECATE /D_SCL_SECURE_NO_WARNINGS /D_CRT_INTERNAL_NONSTDC_NAMES /D_CRT_DECLARE_NONSTDC_NAMES /D_FORCENAMELESSUNION -mcrc32 -msse4.2 -maes -mpclmul /utf-8 /WX- -Qunused-arguments -mllvm -inline-threshold=600 -Wno-return-type-c-linkage /Od /Ob0 /GS /RTC1 /FC /MDd /Z7 /Brepro /D_DEBUG /FC -MDd /wd4018 /wd4267 /wd4099 /wd4996 /wd4800 /wd4244 /wd4251 /bigobj -Wno-deprecated-declarations /Zc:__cplusplus /showIncludes /Fointernal\ceres\CMakeFiles\ceres_internal.dir\line_search.cc.obj /Fdinternal\ceres\CMakeFiles\ceres_internal.dir\ -c -- C:\Code\vcpkg\buildtrees\ceres\src\1e64f72f66-a013de02a8.clean\internal\ceres\line_search.cc
[55/123] C:\PROGRA~1\LLVM\bin\clang-cl.exe /nologo -TP -DEIGEN_MPL2_ONLY -DGFLAGS_IS_A_DLL=1 -DGLOG_NO_ABBREVIATED_SEVERITIES -DGLOG_USE_GFLAGS -DGLOG_USE_GLOG_EXPORT -DNOMINMAX -D_USE_MATH_DEFINES -D_VARIADIC_MAX=10 -Dceres_EXPORTS -IC:\Code\vcpkg\buildtrees\ceres\src\1e64f72f66-a013de02a8.clean\include -IC:\Code\vcpkg\buildtrees\ceres\src\1e64f72f66-a013de02a8.clean\internal -IC:\Code\vcpkg\buildtrees\ceres\x64-win-llvm-dbg\include -imsvcC:\Code\vcpkg\installed\x64-win-llvm\include\eigen3 -imsvcC:\Code\vcpkg\installed\x64-win-llvm\include /nologo /EHsc /GR /DWIN32 /D_WIN64 /D_WIN32_WINNT=0x0A00 /DWINVER=0x0A00 /D_CRT_SECURE_NO_DEPRECATE /D_CRT_SECURE_NO_WARNINGS /D_CRT_NONSTDC_NO_DEPRECATE /D_ATL_SECURE_NO_DEPRECATE /D_SCL_SECURE_NO_WARNINGS /D_CRT_INTERNAL_NONSTDC_NAMES /D_CRT_DECLARE_NONSTDC_NAMES /D_FORCENAMELESSUNION -mcrc32 -msse4.2 -maes -mpclmul /utf-8 /WX- -Qunused-arguments -mllvm -inline-threshold=600 -Wno-return-type-c-linkage /Od /Ob0 /GS /RTC1 /FC /MDd /Z7 /Brepro /D_DEBUG /FC -MDd /wd4018 /wd4267 /wd4099 /wd4996 /wd4800 /wd4244 /wd4251 /bigobj -Wno-deprecated-declarations /Zc:__cplusplus /showIncludes /Fointernal\ceres\CMakeFiles\ceres_internal.dir\linear_least_squares_problems.cc.obj /Fdinternal\ceres\CMakeFiles\ceres_internal.dir\ -c -- C:\Code\vcpkg\buildtrees\ceres\src\1e64f72f66-a013de02a8.clean\internal\ceres\linear_least_squares_problems.cc
[56/123] C:\PROGRA~1\LLVM\bin\clang-cl.exe /nologo -TP -DEIGEN_MPL2_ONLY -DGFLAGS_IS_A_DLL=1 -DGLOG_NO_ABBREVIATED_SEVERITIES -DGLOG_USE_GFLAGS -DGLOG_USE_GLOG_EXPORT -DNOMINMAX -D_USE_MATH_DEFINES -D_VARIADIC_MAX=10 -Dceres_EXPORTS -IC:\Code\vcpkg\buildtrees\ceres\src\1e64f72f66-a013de02a8.clean\include -IC:\Code\vcpkg\buildtrees\ceres\src\1e64f72f66-a013de02a8.clean\internal -IC:\Code\vcpkg\buildtrees\ceres\x64-win-llvm-dbg\include -imsvcC:\Code\vcpkg\installed\x64-win-llvm\include\eigen3 -imsvcC:\Code\vcpkg\installed\x64-win-llvm\include /nologo /EHsc /GR /DWIN32 /D_WIN64 /D_WIN32_WINNT=0x0A00 /DWINVER=0x0A00 /D_CRT_SECURE_NO_DEPRECATE /D_CRT_SECURE_NO_WARNINGS /D_CRT_NONSTDC_NO_DEPRECATE /D_ATL_SECURE_NO_DEPRECATE /D_SCL_SECURE_NO_WARNINGS /D_CRT_INTERNAL_NONSTDC_NAMES /D_CRT_DECLARE_NONSTDC_NAMES /D_FORCENAMELESSUNION -mcrc32 -msse4.2 -maes -mpclmul /utf-8 /WX- -Qunused-arguments -mllvm -inline-threshold=600 -Wno-return-type-c-linkage /Od /Ob0 /GS /RTC1 /FC /MDd /Z7 /Brepro /D_DEBUG /FC -MDd /wd4018 /wd4267 /wd4099 /wd4996 /wd4800 /wd4244 /wd4251 /bigobj -Wno-deprecated-declarations /Zc:__cplusplus /showIncludes /Fointernal\ceres\CMakeFiles\ceres_internal.dir\inner_product_computer.cc.obj /Fdinternal\ceres\CMakeFiles\ceres_internal.dir\ -c -- C:\Code\vcpkg\buildtrees\ceres\src\1e64f72f66-a013de02a8.clean\internal\ceres\inner_product_computer.cc
[57/123] C:\PROGRA~1\LLVM\bin\clang-cl.exe /nologo -TP -DEIGEN_MPL2_ONLY -DGFLAGS_IS_A_DLL=1 -DGLOG_NO_ABBREVIATED_SEVERITIES -DGLOG_USE_GFLAGS -DGLOG_USE_GLOG_EXPORT -DNOMINMAX -D_USE_MATH_DEFINES -D_VARIADIC_MAX=10 -Dceres_EXPORTS -IC:\Code\vcpkg\buildtrees\ceres\src\1e64f72f66-a013de02a8.clean\include -IC:\Code\vcpkg\buildtrees\ceres\src\1e64f72f66-a013de02a8.clean\internal -IC:\Code\vcpkg\buildtrees\ceres\x64-win-llvm-dbg\include -imsvcC:\Code\vcpkg\installed\x64-win-llvm\include\eigen3 -imsvcC:\Code\vcpkg\installed\x64-win-llvm\include /nologo /EHsc /GR /DWIN32 /D_WIN64 /D_WIN32_WINNT=0x0A00 /DWINVER=0x0A00 /D_CRT_SECURE_NO_DEPRECATE /D_CRT_SECURE_NO_WARNINGS /D_CRT_NONSTDC_NO_DEPRECATE /D_ATL_SECURE_NO_DEPRECATE /D_SCL_SECURE_NO_WARNINGS /D_CRT_INTERNAL_NONSTDC_NAMES /D_CRT_DECLARE_NONSTDC_NAMES /D_FORCENAMELESSUNION -mcrc32 -msse4.2 -maes -mpclmul /utf-8 /WX- -Qunused-arguments -mllvm -inline-threshold=600 -Wno-return-type-c-linkage /Od /Ob0 /GS /RTC1 /FC /MDd /Z7 /Brepro /D_DEBUG /FC -MDd /wd4018 /wd4267 /wd4099 /wd4996 /wd4800 /wd4244 /wd4251 /bigobj -Wno-deprecated-declarations /Zc:__cplusplus /showIncludes /Fointernal\ceres\CMakeFiles\ceres_internal.dir\covariance_impl.cc.obj /Fdinternal\ceres\CMakeFiles\ceres_internal.dir\ -c -- C:\Code\vcpkg\buildtrees\ceres\src\1e64f72f66-a013de02a8.clean\internal\ceres\covariance_impl.cc
[58/123] C:\PROGRA~1\LLVM\bin\clang-cl.exe /nologo -TP -DEIGEN_MPL2_ONLY -DGFLAGS_IS_A_DLL=1 -DGLOG_NO_ABBREVIATED_SEVERITIES -DGLOG_USE_GFLAGS -DGLOG_USE_GLOG_EXPORT -DNOMINMAX -D_USE_MATH_DEFINES -D_VARIADIC_MAX=10 -Dceres_EXPORTS -IC:\Code\vcpkg\buildtrees\ceres\src\1e64f72f66-a013de02a8.clean\include -IC:\Code\vcpkg\buildtrees\ceres\src\1e64f72f66-a013de02a8.clean\internal -IC:\Code\vcpkg\buildtrees\ceres\x64-win-llvm-dbg\include -imsvcC:\Code\vcpkg\installed\x64-win-llvm\include\eigen3 -imsvcC:\Code\vcpkg\installed\x64-win-llvm\include /nologo /EHsc /GR /DWIN32 /D_WIN64 /D_WIN32_WINNT=0x0A00 /DWINVER=0x0A00 /D_CRT_SECURE_NO_DEPRECATE /D_CRT_SECURE_NO_WARNINGS /D_CRT_NONSTDC_NO_DEPRECATE /D_ATL_SECURE_NO_DEPRECATE /D_SCL_SECURE_NO_WARNINGS /D_CRT_INTERNAL_NONSTDC_NAMES /D_CRT_DECLARE_NONSTDC_NAMES /D_FORCENAMELESSUNION -mcrc32 -msse4.2 -maes -mpclmul /utf-8 /WX- -Qunused-arguments -mllvm -inline-threshold=600 -Wno-return-type-c-linkage /Od /Ob0 /GS /RTC1 /FC /MDd /Z7 /Brepro /D_DEBUG /FC -MDd /wd4018 /wd4267 /wd4099 /wd4996 /wd4800 /wd4244 /wd4251 /bigobj -Wno-deprecated-declarations /Zc:__cplusplus /showIncludes /Fointernal\ceres\CMakeFiles\ceres_internal.dir\gradient_checking_cost_function.cc.obj /Fdinternal\ceres\CMakeFiles\ceres_internal.dir\ -c -- C:\Code\vcpkg\buildtrees\ceres\src\1e64f72f66-a013de02a8.clean\internal\ceres\gradient_checking_cost_function.cc
[59/123] C:\PROGRA~1\LLVM\bin\clang-cl.exe /nologo -TP -DEIGEN_MPL2_ONLY -DGFLAGS_IS_A_DLL=1 -DGLOG_NO_ABBREVIATED_SEVERITIES -DGLOG_USE_GFLAGS -DGLOG_USE_GLOG_EXPORT -DNOMINMAX -D_USE_MATH_DEFINES -D_VARIADIC_MAX=10 -Dceres_EXPORTS -IC:\Code\vcpkg\buildtrees\ceres\src\1e64f72f66-a013de02a8.clean\include -IC:\Code\vcpkg\buildtrees\ceres\src\1e64f72f66-a013de02a8.clean\internal -IC:\Code\vcpkg\buildtrees\ceres\x64-win-llvm-dbg\include -imsvcC:\Code\vcpkg\installed\x64-win-llvm\include\eigen3 -imsvcC:\Code\vcpkg\installed\x64-win-llvm\include /nologo /EHsc /GR /DWIN32 /D_WIN64 /D_WIN32_WINNT=0x0A00 /DWINVER=0x0A00 /D_CRT_SECURE_NO_DEPRECATE /D_CRT_SECURE_NO_WARNINGS /D_CRT_NONSTDC_NO_DEPRECATE /D_ATL_SECURE_NO_DEPRECATE /D_SCL_SECURE_NO_WARNINGS /D_CRT_INTERNAL_NONSTDC_NAMES /D_CRT_DECLARE_NONSTDC_NAMES /D_FORCENAMELESSUNION -mcrc32 -msse4.2 -maes -mpclmul /utf-8 /WX- -Qunused-arguments -mllvm -inline-threshold=600 -Wno-return-type-c-linkage /Od /Ob0 /GS /RTC1 /FC /MDd /Z7 /Brepro /D_DEBUG /FC -MDd /wd4018 /wd4267 /wd4099 /wd4996 /wd4800 /wd4244 /wd4251 /bigobj -Wno-deprecated-declarations /Zc:__cplusplus /showIncludes /Fointernal\ceres\CMakeFiles\ceres_internal.dir\iterative_schur_complement_solver.cc.obj /Fdinternal\ceres\CMakeFiles\ceres_internal.dir\ -c -- C:\Code\vcpkg\buildtrees\ceres\src\1e64f72f66-a013de02a8.clean\internal\ceres\iterative_schur_complement_solver.cc
[60/123] C:\PROGRA~1\LLVM\bin\clang-cl.exe /nologo -TP -DEIGEN_MPL2_ONLY -DGFLAGS_IS_A_DLL=1 -DGLOG_NO_ABBREVIATED_SEVERITIES -DGLOG_USE_GFLAGS -DGLOG_USE_GLOG_EXPORT -DNOMINMAX -D_USE_MATH_DEFINES -D_VARIADIC_MAX=10 -Dceres_EXPORTS -IC:\Code\vcpkg\buildtrees\ceres\src\1e64f72f66-a013de02a8.clean\include -IC:\Code\vcpkg\buildtrees\ceres\src\1e64f72f66-a013de02a8.clean\internal -IC:\Code\vcpkg\buildtrees\ceres\x64-win-llvm-dbg\include -imsvcC:\Code\vcpkg\installed\x64-win-llvm\include\eigen3 -imsvcC:\Code\vcpkg\installed\x64-win-llvm\include /nologo /EHsc /GR /DWIN32 /D_WIN64 /D_WIN32_WINNT=0x0A00 /DWINVER=0x0A00 /D_CRT_SECURE_NO_DEPRECATE /D_CRT_SECURE_NO_WARNINGS /D_CRT_NONSTDC_NO_DEPRECATE /D_ATL_SECURE_NO_DEPRECATE /D_SCL_SECURE_NO_WARNINGS /D_CRT_INTERNAL_NONSTDC_NAMES /D_CRT_DECLARE_NONSTDC_NAMES /D_FORCENAMELESSUNION -mcrc32 -msse4.2 -maes -mpclmul /utf-8 /WX- -Qunused-arguments -mllvm -inline-threshold=600 -Wno-return-type-c-linkage /Od /Ob0 /GS /RTC1 /FC /MDd /Z7 /Brepro /D_DEBUG /FC -MDd /wd4018 /wd4267 /wd4099 /wd4996 /wd4800 /wd4244 /wd4251 /bigobj -Wno-deprecated-declarations /Zc:__cplusplus /showIncludes /Fointernal\ceres\CMakeFiles\ceres_internal.dir\implicit_schur_complement.cc.obj /Fdinternal\ceres\CMakeFiles\ceres_internal.dir\ -c -- C:\Code\vcpkg\buildtrees\ceres\src\1e64f72f66-a013de02a8.clean\internal\ceres\implicit_schur_complement.cc
[61/123] C:\PROGRA~1\LLVM\bin\clang-cl.exe /nologo -TP -DEIGEN_MPL2_ONLY -DGFLAGS_IS_A_DLL=1 -DGLOG_NO_ABBREVIATED_SEVERITIES -DGLOG_USE_GFLAGS -DGLOG_USE_GLOG_EXPORT -DNOMINMAX -D_USE_MATH_DEFINES -D_VARIADIC_MAX=10 -Dceres_EXPORTS -IC:\Code\vcpkg\buildtrees\ceres\src\1e64f72f66-a013de02a8.clean\include -IC:\Code\vcpkg\buildtrees\ceres\src\1e64f72f66-a013de02a8.clean\internal -IC:\Code\vcpkg\buildtrees\ceres\x64-win-llvm-dbg\include -imsvcC:\Code\vcpkg\installed\x64-win-llvm\include\eigen3 -imsvcC:\Code\vcpkg\installed\x64-win-llvm\include /nologo /EHsc /GR /DWIN32 /D_WIN64 /D_WIN32_WINNT=0x0A00 /DWINVER=0x0A00 /D_CRT_SECURE_NO_DEPRECATE /D_CRT_SECURE_NO_WARNINGS /D_CRT_NONSTDC_NO_DEPRECATE /D_ATL_SECURE_NO_DEPRECATE /D_SCL_SECURE_NO_WARNINGS /D_CRT_INTERNAL_NONSTDC_NAMES /D_CRT_DECLARE_NONSTDC_NAMES /D_FORCENAMELESSUNION -mcrc32 -msse4.2 -maes -mpclmul /utf-8 /WX- -Qunused-arguments -mllvm -inline-threshold=600 -Wno-return-type-c-linkage /Od /Ob0 /GS /RTC1 /FC /MDd /Z7 /Brepro /D_DEBUG /FC -MDd /wd4018 /wd4267 /wd4099 /wd4996 /wd4800 /wd4244 /wd4251 /bigobj -Wno-deprecated-declarations /Zc:__cplusplus /showIncludes /Fointernal\ceres\CMakeFiles\ceres_internal.dir\line_search_minimizer.cc.obj /Fdinternal\ceres\CMakeFiles\ceres_internal.dir\ -c -- C:\Code\vcpkg\buildtrees\ceres\src\1e64f72f66-a013de02a8.clean\internal\ceres\line_search_minimizer.cc
[62/123] C:\PROGRA~1\LLVM\bin\clang-cl.exe /nologo -TP -DEIGEN_MPL2_ONLY -DGFLAGS_IS_A_DLL=1 -DGLOG_NO_ABBREVIATED_SEVERITIES -DGLOG_USE_GFLAGS -DGLOG_USE_GLOG_EXPORT -DNOMINMAX -D_USE_MATH_DEFINES -D_VARIADIC_MAX=10 -Dceres_EXPORTS -IC:\Code\vcpkg\buildtrees\ceres\src\1e64f72f66-a013de02a8.clean\include -IC:\Code\vcpkg\buildtrees\ceres\src\1e64f72f66-a013de02a8.clean\internal -IC:\Code\vcpkg\buildtrees\ceres\x64-win-llvm-dbg\include -imsvcC:\Code\vcpkg\installed\x64-win-llvm\include\eigen3 -imsvcC:\Code\vcpkg\installed\x64-win-llvm\include /nologo /EHsc /GR /DWIN32 /D_WIN64 /D_WIN32_WINNT=0x0A00 /DWINVER=0x0A00 /D_CRT_SECURE_NO_DEPRECATE /D_CRT_SECURE_NO_WARNINGS /D_CRT_NONSTDC_NO_DEPRECATE /D_ATL_SECURE_NO_DEPRECATE /D_SCL_SECURE_NO_WARNINGS /D_CRT_INTERNAL_NONSTDC_NAMES /D_CRT_DECLARE_NONSTDC_NAMES /D_FORCENAMELESSUNION -mcrc32 -msse4.2 -maes -mpclmul /utf-8 /WX- -Qunused-arguments -mllvm -inline-threshold=600 -Wno-return-type-c-linkage /Od /Ob0 /GS /RTC1 /FC /MDd /Z7 /Brepro /D_DEBUG /FC -MDd /wd4018 /wd4267 /wd4099 /wd4996 /wd4800 /wd4244 /wd4251 /bigobj -Wno-deprecated-declarations /Zc:__cplusplus /showIncludes /Fointernal\ceres\CMakeFiles\ceres_internal.dir\dogleg_strategy.cc.obj /Fdinternal\ceres\CMakeFiles\ceres_internal.dir\ -c -- C:\Code\vcpkg\buildtrees\ceres\src\1e64f72f66-a013de02a8.clean\internal\ceres\dogleg_strategy.cc
ninja: build stopped: subcommand failed.
Building
ceresalone is generally no problem, but when features likeceres[lapack]are required, things get more compilcated.It can be built in the latest vcpkg version for the triplet
x64-windowswithout overlays, but with them, it fails for both triplets I need.x64-win-llvmis shown below.There was an error message about overloaded
extern "C"functions, for which reason I tried the flag/Zc:externC-mentioned in the earlier issue, with no success. Now the error is one about confllicting types (oceconstoff), but it only occurs with the overlay.Package: ceres[core,lapack]:x64-win-llvm@2.1.0#5
Host Environment
vcpkg-scripts version: 52be198ec 2024-06-19 (3 hours ago)
To Reproduce
vcpkg --overlay-triplets=..\my-vcpkg-triplets --overlay-ports=..\my-vcpkg-ports install ceres[lapack]:x64-win-llvmFailure logs
C:\Code\vcpkg\buildtrees\ceres\install-x64-win-llvm-dbg-out.log