Skip to content

Instantly share code, notes, and snippets.

@raspiduino
Created September 26, 2024 12:45
Show Gist options
  • Save raspiduino/0656e246948adc3b3bd1ff9bd01946ef to your computer and use it in GitHub Desktop.
Save raspiduino/0656e246948adc3b3bd1ff9bd01946ef to your computer and use it in GitHub Desktop.
Building OpenSfM on Windows 11 with Visual Studio 2022

Building OpenSfM on Windows 11 with Visual Studio 2022

Patch

Building OpenSfM on Windows 11 using VS2022 requires some changes:

In the OpenSfM repo, open the file opensfm\src\CMakeLists.txt and change the following things:

  • Change set(CMAKE_CXX_STANDARD 14) to set(CMAKE_CXX_STANDARD 17)
  • Below find_package(Glog REQUIRED) add 2 lines:
add_compile_definitions(GLOG_USE_GLOG_EXPORT)
add_definitions(-DGTEST_LANG_CXX11=1)

Then just follow the official instructions in https://opensfm.org/docs/building.html

Build time?

Installing vcpkg dependencies takes the longest amount of time. On my machine, it's exactly 1 hour. Building OpenSfM itself just takes about 5-10 minutes. My machine spec is i7-13700H with 32GB of RAM, 1TB NVMe.

D:\dev>git clone --recursive https://github.com/mapillary/OpenSfM
D:\dev>cd OpenSfM
D:\dev\OpenSfM>git clone https://github.com/microsoft/vcpkg
Cloning into 'vcpkg'...
remote: Enumerating objects: 247401, done.
remote: Counting objects: 100% (59827/59827), done.
remote: Compressing objects: 100% (4389/4389), done.
remote: Total 247401 (delta 55699), reused 55438 (delta 55438), pack-reused 187574 (from 1)
Receiving objects: 100% (247401/247401), 75.41 MiB | 10.16 MiB/s, done.
Resolving deltas: 100% (164296/164296), done.
Updating files: 100% (11703/11703), done.
D:\dev\OpenSfM>cd vcpkg
D:\dev\OpenSfM\vcpkg>bootstrap-vcpkg.bat
Downloading https://github.com/microsoft/vcpkg-tool/releases/download/2024-09-18/vcpkg.exe -> D:\dev\OpenSfM\vcpkg\vcpkg.exe... done.
Validating signature... done.
vcpkg package management program version 2024-09-18-5f5da308dd1dd3cc49641c60eafff176e248a9dd
See LICENSE.txt for license information.
Telemetry
---------
vcpkg collects usage data in order to help us improve your experience.
The data collected by Microsoft is anonymous.
You can opt-out of telemetry by re-running the bootstrap-vcpkg script with -disableMetrics,
passing --disable-metrics to vcpkg on the command line,
or by setting the VCPKG_DISABLE_METRICS environment variable.
Read more about vcpkg telemetry at docs/about/privacy.md
D:\dev\OpenSfM\vcpkg>vcpkg install opencv4 ceres ceres[suitesparse] lapack suitesparse --triplet x64-windows
Computing installation plan...
A suitable version of cmake was not found (required v3.29.2).
Downloading https://github.com/Kitware/CMake/releases/download/v3.29.2/cmake-3.29.2-windows-i386.zip
Extracting cmake...
A suitable version of 7zip was not found (required v24.8.0).
Downloading https://github.com/ip7z/7zip/releases/download/24.08/7z2408-extra.7z
Extracting 7zip...
A suitable version of 7zr was not found (required v24.8.0).
Downloading https://github.com/ip7z/7zip/releases/download/24.08/7zr.exe
The following packages will be built and installed:
* abseil:[email protected]
* blas:x64-windows@2023-04-14#1
ceres[core,lapack,suitesparse]:[email protected]#5
* eigen3:[email protected]#4
* flatbuffers:[email protected]
* gflags:[email protected]#9
* gklib:x64-windows@2023-03-27
* glog:[email protected]
lapack:x64-windows@2023-06-10#2
* lapack-reference[blas-select,core,noblas]:[email protected]#6
* libjpeg-turbo:[email protected]
* liblzma:[email protected]
* libpng:[email protected]#3
* libwebp[core,libwebpmux,nearlossless,simd,unicode]:[email protected]#1
* metis:x64-windows@2022-07-27
* openblas:[email protected]#1
opencv4[core,default-features,dnn,jpeg,png,quirc,tiff,webp]:[email protected]#22
* protobuf:[email protected]#1
* quirc:[email protected]
suitesparse:[email protected]#2
* tiff[core,jpeg,lzma,zip]:[email protected]#5
* utf8-range:[email protected]
* vcpkg-cmake:x64-windows@2024-04-23
* vcpkg-cmake-config:x64-windows@2024-05-23
* vcpkg-get-python-packages:x64-windows@2024-01-24
* vcpkg-gfortran:x64-windows@3#3
* zlib:[email protected]
Additional packages (*) will be modified to complete this operation.
Detecting compiler hash for triplet x64-windows...
A suitable version of powershell-core was not found (required v7.2.23).
Downloading https://github.com/PowerShell/PowerShell/releases/download/v7.2.23/PowerShell-7.2.23-win-x64.zip
Extracting powershell-core...
Compiler found: C:/Program Files/Microsoft Visual Studio/2022/Community/VC/Tools/MSVC/14.40.33807/bin/Hostx64/x64/cl.exeRestored 0 package(s) from C:\Users\giang\AppData\Local\vcpkg\archives in 753 us. Use --debug to see more details.
Installing 1/27 vcpkg-cmake:x64-windows@2024-04-23...
Building vcpkg-cmake:x64-windows@2024-04-23...
-- Installing: D:/dev/OpenSfM/vcpkg/packages/vcpkg-cmake_x64-windows/share/vcpkg-cmake/vcpkg_cmake_configure.cmake
-- Installing: D:/dev/OpenSfM/vcpkg/packages/vcpkg-cmake_x64-windows/share/vcpkg-cmake/vcpkg_cmake_build.cmake
-- Installing: D:/dev/OpenSfM/vcpkg/packages/vcpkg-cmake_x64-windows/share/vcpkg-cmake/vcpkg_cmake_install.cmake
-- Installing: D:/dev/OpenSfM/vcpkg/packages/vcpkg-cmake_x64-windows/share/vcpkg-cmake/vcpkg-port-config.cmake
-- Installing: D:/dev/OpenSfM/vcpkg/packages/vcpkg-cmake_x64-windows/share/vcpkg-cmake/copyright
-- Performing post-build validation
Stored binaries in 1 destinations in 77.9 ms.
Elapsed time to handle vcpkg-cmake:x64-windows: 248 ms
vcpkg-cmake:x64-windows package ABI: 4d334f2278bfb93657d47f1e2a8fe4c14f8230c7f5c312018cd12c65654bc490
Installing 2/27 vcpkg-cmake-config:x64-windows@2024-05-23...
Building vcpkg-cmake-config:x64-windows@2024-05-23...
-- Installing: D:/dev/OpenSfM/vcpkg/packages/vcpkg-cmake-config_x64-windows/share/vcpkg-cmake-config/vcpkg_cmake_config_fixup.cmake
-- Installing: D:/dev/OpenSfM/vcpkg/packages/vcpkg-cmake-config_x64-windows/share/vcpkg-cmake-config/vcpkg-port-config.cmake
-- Installing: D:/dev/OpenSfM/vcpkg/packages/vcpkg-cmake-config_x64-windows/share/vcpkg-cmake-config/copyright
-- Skipping post-build validation due to VCPKG_POLICY_EMPTY_PACKAGE
Stored binaries in 1 destinations in 95.6 ms.
Elapsed time to handle vcpkg-cmake-config:x64-windows: 181 ms
vcpkg-cmake-config:x64-windows package ABI: 099ac4f3db2d9d1a09eebc3c9a3eac23c6dfdd70c66d8b43b3a0022ebc0c27ea
Installing 3/27 abseil:[email protected]...
Building abseil:[email protected]...
-- Downloading https://github.com/abseil/abseil-cpp/archive/20240722.0.tar.gz -> abseil-abseil-cpp-20240722.0.tar.gz...
-- Extracting source D:/dev/OpenSfM/vcpkg/downloads/abseil-abseil-cpp-20240722.0.tar.gz
-- Using source at D:/dev/OpenSfM/vcpkg/buildtrees/abseil/src/20240722.0-6b5719c147.clean
-- Found external ninja('1.11.0').
-- Configuring x64-windows-dbg
-- Configuring x64-windows-rel
-- Building x64-windows-dbg
-- Building x64-windows-rel
-- Fixing pkgconfig file: D:/dev/OpenSfM/vcpkg/packages/abseil_x64-windows/lib/pkgconfig/abseil_dll.pc
-- Fixing pkgconfig file: D:/dev/OpenSfM/vcpkg/packages/abseil_x64-windows/lib/pkgconfig/absl_absl_check.pc
-- Fixing pkgconfig file: D:/dev/OpenSfM/vcpkg/packages/abseil_x64-windows/lib/pkgconfig/absl_absl_log.pc
-- Fixing pkgconfig file: D:/dev/OpenSfM/vcpkg/packages/abseil_x64-windows/lib/pkgconfig/absl_absl_vlog_is_on.pc
-- Fixing pkgconfig file: D:/dev/OpenSfM/vcpkg/packages/abseil_x64-windows/lib/pkgconfig/absl_algorithm.pc
-- Fixing pkgconfig file: D:/dev/OpenSfM/vcpkg/packages/abseil_x64-windows/lib/pkgconfig/absl_algorithm_container.pc
-- Fixing pkgconfig file: D:/dev/OpenSfM/vcpkg/packages/abseil_x64-windows/lib/pkgconfig/absl_any.pc
-- Fixing pkgconfig file: D:/dev/OpenSfM/vcpkg/packages/abseil_x64-windows/lib/pkgconfig/absl_any_invocable.pc
-- Fixing pkgconfig file: D:/dev/OpenSfM/vcpkg/packages/abseil_x64-windows/lib/pkgconfig/absl_atomic_hook.pc
-- Fixing pkgconfig file: D:/dev/OpenSfM/vcpkg/packages/abseil_x64-windows/lib/pkgconfig/absl_bad_any_cast.pc
-- Fixing pkgconfig file: D:/dev/OpenSfM/vcpkg/packages/abseil_x64-windows/lib/pkgconfig/absl_bad_any_cast_impl.pc
-- Fixing pkgconfig file: D:/dev/OpenSfM/vcpkg/packages/abseil_x64-windows/lib/pkgconfig/absl_bad_optional_access.pc
-- Fixing pkgconfig file: D:/dev/OpenSfM/vcpkg/packages/abseil_x64-windows/lib/pkgconfig/absl_bad_variant_access.pc
-- Fixing pkgconfig file: D:/dev/OpenSfM/vcpkg/packages/abseil_x64-windows/lib/pkgconfig/absl_base.pc
-- Fixing pkgconfig file: D:/dev/OpenSfM/vcpkg/packages/abseil_x64-windows/lib/pkgconfig/absl_base_internal.pc
-- Fixing pkgconfig file: D:/dev/OpenSfM/vcpkg/packages/abseil_x64-windows/lib/pkgconfig/absl_bind_front.pc
-- Fixing pkgconfig file: D:/dev/OpenSfM/vcpkg/packages/abseil_x64-windows/lib/pkgconfig/absl_bits.pc
-- Fixing pkgconfig file: D:/dev/OpenSfM/vcpkg/packages/abseil_x64-windows/lib/pkgconfig/absl_bounded_utf8_length_sequence.pc
-- Fixing pkgconfig file: D:/dev/OpenSfM/vcpkg/packages/abseil_x64-windows/lib/pkgconfig/absl_btree.pc
-- Fixing pkgconfig file: D:/dev/OpenSfM/vcpkg/packages/abseil_x64-windows/lib/pkgconfig/absl_charset.pc
-- Fixing pkgconfig file: D:/dev/OpenSfM/vcpkg/packages/abseil_x64-windows/lib/pkgconfig/absl_check.pc
-- Fixing pkgconfig file: D:/dev/OpenSfM/vcpkg/packages/abseil_x64-windows/lib/pkgconfig/absl_city.pc
-- Fixing pkgconfig file: D:/dev/OpenSfM/vcpkg/packages/abseil_x64-windows/lib/pkgconfig/absl_civil_time.pc
-- Fixing pkgconfig file: D:/dev/OpenSfM/vcpkg/packages/abseil_x64-windows/lib/pkgconfig/absl_cleanup.pc
-- Fixing pkgconfig file: D:/dev/OpenSfM/vcpkg/packages/abseil_x64-windows/lib/pkgconfig/absl_cleanup_internal.pc
-- Fixing pkgconfig file: D:/dev/OpenSfM/vcpkg/packages/abseil_x64-windows/lib/pkgconfig/absl_common_policy_traits.pc
-- Fixing pkgconfig file: D:/dev/OpenSfM/vcpkg/packages/abseil_x64-windows/lib/pkgconfig/absl_compare.pc
-- Fixing pkgconfig file: D:/dev/OpenSfM/vcpkg/packages/abseil_x64-windows/lib/pkgconfig/absl_compressed_tuple.pc
-- Fixing pkgconfig file: D:/dev/OpenSfM/vcpkg/packages/abseil_x64-windows/lib/pkgconfig/absl_config.pc
-- Fixing pkgconfig file: D:/dev/OpenSfM/vcpkg/packages/abseil_x64-windows/lib/pkgconfig/absl_container_common.pc
-- Fixing pkgconfig file: D:/dev/OpenSfM/vcpkg/packages/abseil_x64-windows/lib/pkgconfig/absl_container_memory.pc
-- Fixing pkgconfig file: D:/dev/OpenSfM/vcpkg/packages/abseil_x64-windows/lib/pkgconfig/absl_cord.pc
-- Fixing pkgconfig file: D:/dev/OpenSfM/vcpkg/packages/abseil_x64-windows/lib/pkgconfig/absl_cord_internal.pc
-- Fixing pkgconfig file: D:/dev/OpenSfM/vcpkg/packages/abseil_x64-windows/lib/pkgconfig/absl_cordz_functions.pc
-- Fixing pkgconfig file: D:/dev/OpenSfM/vcpkg/packages/abseil_x64-windows/lib/pkgconfig/absl_cordz_handle.pc
-- Fixing pkgconfig file: D:/dev/OpenSfM/vcpkg/packages/abseil_x64-windows/lib/pkgconfig/absl_cordz_info.pc
-- Fixing pkgconfig file: D:/dev/OpenSfM/vcpkg/packages/abseil_x64-windows/lib/pkgconfig/absl_cordz_sample_token.pc
-- Fixing pkgconfig file: D:/dev/OpenSfM/vcpkg/packages/abseil_x64-windows/lib/pkgconfig/absl_cordz_statistics.pc
-- Fixing pkgconfig file: D:/dev/OpenSfM/vcpkg/packages/abseil_x64-windows/lib/pkgconfig/absl_cordz_update_scope.pc
-- Fixing pkgconfig file: D:/dev/OpenSfM/vcpkg/packages/abseil_x64-windows/lib/pkgconfig/absl_cordz_update_tracker.pc
-- Fixing pkgconfig file: D:/dev/OpenSfM/vcpkg/packages/abseil_x64-windows/lib/pkgconfig/absl_core_headers.pc
-- Fixing pkgconfig file: D:/dev/OpenSfM/vcpkg/packages/abseil_x64-windows/lib/pkgconfig/absl_crc32c.pc
-- Fixing pkgconfig file: D:/dev/OpenSfM/vcpkg/packages/abseil_x64-windows/lib/pkgconfig/absl_crc_cord_state.pc
-- Fixing pkgconfig file: D:/dev/OpenSfM/vcpkg/packages/abseil_x64-windows/lib/pkgconfig/absl_crc_cpu_detect.pc
-- Fixing pkgconfig file: D:/dev/OpenSfM/vcpkg/packages/abseil_x64-windows/lib/pkgconfig/absl_crc_internal.pc
-- Fixing pkgconfig file: D:/dev/OpenSfM/vcpkg/packages/abseil_x64-windows/lib/pkgconfig/absl_debugging.pc
-- Fixing pkgconfig file: D:/dev/OpenSfM/vcpkg/packages/abseil_x64-windows/lib/pkgconfig/absl_debugging_internal.pc
-- Fixing pkgconfig file: D:/dev/OpenSfM/vcpkg/packages/abseil_x64-windows/lib/pkgconfig/absl_decode_rust_punycode.pc
-- Fixing pkgconfig file: D:/dev/OpenSfM/vcpkg/packages/abseil_x64-windows/lib/pkgconfig/absl_demangle_internal.pc
-- Fixing pkgconfig file: D:/dev/OpenSfM/vcpkg/packages/abseil_x64-windows/lib/pkgconfig/absl_demangle_rust.pc
-- Fixing pkgconfig file: D:/dev/OpenSfM/vcpkg/packages/abseil_x64-windows/lib/pkgconfig/absl_die_if_null.pc
-- Fixing pkgconfig file: D:/dev/OpenSfM/vcpkg/packages/abseil_x64-windows/lib/pkgconfig/absl_dynamic_annotations.pc
-- Fixing pkgconfig file: D:/dev/OpenSfM/vcpkg/packages/abseil_x64-windows/lib/pkgconfig/absl_endian.pc
-- Fixing pkgconfig file: D:/dev/OpenSfM/vcpkg/packages/abseil_x64-windows/lib/pkgconfig/absl_errno_saver.pc
-- Fixing pkgconfig file: D:/dev/OpenSfM/vcpkg/packages/abseil_x64-windows/lib/pkgconfig/absl_examine_stack.pc
-- Fixing pkgconfig file: D:/dev/OpenSfM/vcpkg/packages/abseil_x64-windows/lib/pkgconfig/absl_exponential_biased.pc
-- Fixing pkgconfig file: D:/dev/OpenSfM/vcpkg/packages/abseil_x64-windows/lib/pkgconfig/absl_failure_signal_handler.pc
-- Fixing pkgconfig file: D:/dev/OpenSfM/vcpkg/packages/abseil_x64-windows/lib/pkgconfig/absl_fast_type_id.pc
-- Fixing pkgconfig file: D:/dev/OpenSfM/vcpkg/packages/abseil_x64-windows/lib/pkgconfig/absl_fixed_array.pc
-- Fixing pkgconfig file: D:/dev/OpenSfM/vcpkg/packages/abseil_x64-windows/lib/pkgconfig/absl_flags.pc
-- Fixing pkgconfig file: D:/dev/OpenSfM/vcpkg/packages/abseil_x64-windows/lib/pkgconfig/absl_flags_commandlineflag.pc
-- Fixing pkgconfig file: D:/dev/OpenSfM/vcpkg/packages/abseil_x64-windows/lib/pkgconfig/absl_flags_commandlineflag_internal.pc
-- Fixing pkgconfig file: D:/dev/OpenSfM/vcpkg/packages/abseil_x64-windows/lib/pkgconfig/absl_flags_config.pc
-- Fixing pkgconfig file: D:/dev/OpenSfM/vcpkg/packages/abseil_x64-windows/lib/pkgconfig/absl_flags_internal.pc
-- Fixing pkgconfig file: D:/dev/OpenSfM/vcpkg/packages/abseil_x64-windows/lib/pkgconfig/absl_flags_marshalling.pc
-- Fixing pkgconfig file: D:/dev/OpenSfM/vcpkg/packages/abseil_x64-windows/lib/pkgconfig/absl_flags_parse.pc
-- Fixing pkgconfig file: D:/dev/OpenSfM/vcpkg/packages/abseil_x64-windows/lib/pkgconfig/absl_flags_path_util.pc
-- Fixing pkgconfig file: D:/dev/OpenSfM/vcpkg/packages/abseil_x64-windows/lib/pkgconfig/absl_flags_private_handle_accessor.pc
-- Fixing pkgconfig file: D:/dev/OpenSfM/vcpkg/packages/abseil_x64-windows/lib/pkgconfig/absl_flags_program_name.pc
-- Fixing pkgconfig file: D:/dev/OpenSfM/vcpkg/packages/abseil_x64-windows/lib/pkgconfig/absl_flags_reflection.pc
-- Fixing pkgconfig file: D:/dev/OpenSfM/vcpkg/packages/abseil_x64-windows/lib/pkgconfig/absl_flags_usage.pc
-- Fixing pkgconfig file: D:/dev/OpenSfM/vcpkg/packages/abseil_x64-windows/lib/pkgconfig/absl_flags_usage_internal.pc
-- Fixing pkgconfig file: D:/dev/OpenSfM/vcpkg/packages/abseil_x64-windows/lib/pkgconfig/absl_flat_hash_map.pc
-- Fixing pkgconfig file: D:/dev/OpenSfM/vcpkg/packages/abseil_x64-windows/lib/pkgconfig/absl_flat_hash_set.pc
-- Fixing pkgconfig file: D:/dev/OpenSfM/vcpkg/packages/abseil_x64-windows/lib/pkgconfig/absl_function_ref.pc
-- Fixing pkgconfig file: D:/dev/OpenSfM/vcpkg/packages/abseil_x64-windows/lib/pkgconfig/absl_graphcycles_internal.pc
-- Fixing pkgconfig file: D:/dev/OpenSfM/vcpkg/packages/abseil_x64-windows/lib/pkgconfig/absl_has_ostream_operator.pc
-- Fixing pkgconfig file: D:/dev/OpenSfM/vcpkg/packages/abseil_x64-windows/lib/pkgconfig/absl_hash.pc
-- Fixing pkgconfig file: D:/dev/OpenSfM/vcpkg/packages/abseil_x64-windows/lib/pkgconfig/absl_hash_container_defaults.pc-- Fixing pkgconfig file: D:/dev/OpenSfM/vcpkg/packages/abseil_x64-windows/lib/pkgconfig/absl_hash_function_defaults.pc
-- Fixing pkgconfig file: D:/dev/OpenSfM/vcpkg/packages/abseil_x64-windows/lib/pkgconfig/absl_hash_policy_traits.pc
-- Fixing pkgconfig file: D:/dev/OpenSfM/vcpkg/packages/abseil_x64-windows/lib/pkgconfig/absl_hashtable_debug.pc
-- Fixing pkgconfig file: D:/dev/OpenSfM/vcpkg/packages/abseil_x64-windows/lib/pkgconfig/absl_hashtable_debug_hooks.pc
-- Fixing pkgconfig file: D:/dev/OpenSfM/vcpkg/packages/abseil_x64-windows/lib/pkgconfig/absl_hashtablez_sampler.pc
-- Fixing pkgconfig file: D:/dev/OpenSfM/vcpkg/packages/abseil_x64-windows/lib/pkgconfig/absl_if_constexpr.pc
-- Fixing pkgconfig file: D:/dev/OpenSfM/vcpkg/packages/abseil_x64-windows/lib/pkgconfig/absl_inlined_vector.pc
-- Fixing pkgconfig file: D:/dev/OpenSfM/vcpkg/packages/abseil_x64-windows/lib/pkgconfig/absl_inlined_vector_internal.pc-- Fixing pkgconfig file: D:/dev/OpenSfM/vcpkg/packages/abseil_x64-windows/lib/pkgconfig/absl_int128.pc
-- Fixing pkgconfig file: D:/dev/OpenSfM/vcpkg/packages/abseil_x64-windows/lib/pkgconfig/absl_kernel_timeout_internal.pc-- Fixing pkgconfig file: D:/dev/OpenSfM/vcpkg/packages/abseil_x64-windows/lib/pkgconfig/absl_layout.pc
-- Fixing pkgconfig file: D:/dev/OpenSfM/vcpkg/packages/abseil_x64-windows/lib/pkgconfig/absl_leak_check.pc
-- Fixing pkgconfig file: D:/dev/OpenSfM/vcpkg/packages/abseil_x64-windows/lib/pkgconfig/absl_log.pc
-- Fixing pkgconfig file: D:/dev/OpenSfM/vcpkg/packages/abseil_x64-windows/lib/pkgconfig/absl_log_entry.pc
-- Fixing pkgconfig file: D:/dev/OpenSfM/vcpkg/packages/abseil_x64-windows/lib/pkgconfig/absl_log_flags.pc
-- Fixing pkgconfig file: D:/dev/OpenSfM/vcpkg/packages/abseil_x64-windows/lib/pkgconfig/absl_log_globals.pc
-- Fixing pkgconfig file: D:/dev/OpenSfM/vcpkg/packages/abseil_x64-windows/lib/pkgconfig/absl_log_initialize.pc
-- Fixing pkgconfig file: D:/dev/OpenSfM/vcpkg/packages/abseil_x64-windows/lib/pkgconfig/absl_log_internal_append_truncated.pc
-- Fixing pkgconfig file: D:/dev/OpenSfM/vcpkg/packages/abseil_x64-windows/lib/pkgconfig/absl_log_internal_check_impl.pc-- Fixing pkgconfig file: D:/dev/OpenSfM/vcpkg/packages/abseil_x64-windows/lib/pkgconfig/absl_log_internal_check_op.pc
-- Fixing pkgconfig file: D:/dev/OpenSfM/vcpkg/packages/abseil_x64-windows/lib/pkgconfig/absl_log_internal_conditions.pc-- Fixing pkgconfig file: D:/dev/OpenSfM/vcpkg/packages/abseil_x64-windows/lib/pkgconfig/absl_log_internal_config.pc
-- Fixing pkgconfig file: D:/dev/OpenSfM/vcpkg/packages/abseil_x64-windows/lib/pkgconfig/absl_log_internal_flags.pc
-- Fixing pkgconfig file: D:/dev/OpenSfM/vcpkg/packages/abseil_x64-windows/lib/pkgconfig/absl_log_internal_fnmatch.pc
-- Fixing pkgconfig file: D:/dev/OpenSfM/vcpkg/packages/abseil_x64-windows/lib/pkgconfig/absl_log_internal_format.pc
-- Fixing pkgconfig file: D:/dev/OpenSfM/vcpkg/packages/abseil_x64-windows/lib/pkgconfig/absl_log_internal_globals.pc
-- Fixing pkgconfig file: D:/dev/OpenSfM/vcpkg/packages/abseil_x64-windows/lib/pkgconfig/absl_log_internal_log_impl.pc
-- Fixing pkgconfig file: D:/dev/OpenSfM/vcpkg/packages/abseil_x64-windows/lib/pkgconfig/absl_log_internal_log_sink_set.pc
-- Fixing pkgconfig file: D:/dev/OpenSfM/vcpkg/packages/abseil_x64-windows/lib/pkgconfig/absl_log_internal_message.pc
-- Fixing pkgconfig file: D:/dev/OpenSfM/vcpkg/packages/abseil_x64-windows/lib/pkgconfig/absl_log_internal_nullguard.pc
-- Fixing pkgconfig file: D:/dev/OpenSfM/vcpkg/packages/abseil_x64-windows/lib/pkgconfig/absl_log_internal_nullstream.pc-- Fixing pkgconfig file: D:/dev/OpenSfM/vcpkg/packages/abseil_x64-windows/lib/pkgconfig/absl_log_internal_proto.pc
-- Fixing pkgconfig file: D:/dev/OpenSfM/vcpkg/packages/abseil_x64-windows/lib/pkgconfig/absl_log_internal_strip.pc
-- Fixing pkgconfig file: D:/dev/OpenSfM/vcpkg/packages/abseil_x64-windows/lib/pkgconfig/absl_log_internal_structured.pc-- Fixing pkgconfig file: D:/dev/OpenSfM/vcpkg/packages/abseil_x64-windows/lib/pkgconfig/absl_log_internal_voidify.pc
-- Fixing pkgconfig file: D:/dev/OpenSfM/vcpkg/packages/abseil_x64-windows/lib/pkgconfig/absl_log_severity.pc
-- Fixing pkgconfig file: D:/dev/OpenSfM/vcpkg/packages/abseil_x64-windows/lib/pkgconfig/absl_log_sink.pc
-- Fixing pkgconfig file: D:/dev/OpenSfM/vcpkg/packages/abseil_x64-windows/lib/pkgconfig/absl_log_sink_registry.pc
-- Fixing pkgconfig file: D:/dev/OpenSfM/vcpkg/packages/abseil_x64-windows/lib/pkgconfig/absl_log_streamer.pc
-- Fixing pkgconfig file: D:/dev/OpenSfM/vcpkg/packages/abseil_x64-windows/lib/pkgconfig/absl_log_structured.pc
-- Fixing pkgconfig file: D:/dev/OpenSfM/vcpkg/packages/abseil_x64-windows/lib/pkgconfig/absl_low_level_hash.pc
-- Fixing pkgconfig file: D:/dev/OpenSfM/vcpkg/packages/abseil_x64-windows/lib/pkgconfig/absl_malloc_internal.pc
-- Fixing pkgconfig file: D:/dev/OpenSfM/vcpkg/packages/abseil_x64-windows/lib/pkgconfig/absl_memory.pc
-- Fixing pkgconfig file: D:/dev/OpenSfM/vcpkg/packages/abseil_x64-windows/lib/pkgconfig/absl_meta.pc
-- Fixing pkgconfig file: D:/dev/OpenSfM/vcpkg/packages/abseil_x64-windows/lib/pkgconfig/absl_no_destructor.pc
-- Fixing pkgconfig file: D:/dev/OpenSfM/vcpkg/packages/abseil_x64-windows/lib/pkgconfig/absl_node_hash_map.pc
-- Fixing pkgconfig file: D:/dev/OpenSfM/vcpkg/packages/abseil_x64-windows/lib/pkgconfig/absl_node_hash_set.pc
-- Fixing pkgconfig file: D:/dev/OpenSfM/vcpkg/packages/abseil_x64-windows/lib/pkgconfig/absl_node_slot_policy.pc
-- Fixing pkgconfig file: D:/dev/OpenSfM/vcpkg/packages/abseil_x64-windows/lib/pkgconfig/absl_non_temporal_arm_intrinsics.pc
-- Fixing pkgconfig file: D:/dev/OpenSfM/vcpkg/packages/abseil_x64-windows/lib/pkgconfig/absl_non_temporal_memcpy.pc
-- Fixing pkgconfig file: D:/dev/OpenSfM/vcpkg/packages/abseil_x64-windows/lib/pkgconfig/absl_nullability.pc
-- Fixing pkgconfig file: D:/dev/OpenSfM/vcpkg/packages/abseil_x64-windows/lib/pkgconfig/absl_numeric.pc
-- Fixing pkgconfig file: D:/dev/OpenSfM/vcpkg/packages/abseil_x64-windows/lib/pkgconfig/absl_numeric_representation.pc
-- Fixing pkgconfig file: D:/dev/OpenSfM/vcpkg/packages/abseil_x64-windows/lib/pkgconfig/absl_optional.pc
-- Fixing pkgconfig file: D:/dev/OpenSfM/vcpkg/packages/abseil_x64-windows/lib/pkgconfig/absl_overload.pc
-- Fixing pkgconfig file: D:/dev/OpenSfM/vcpkg/packages/abseil_x64-windows/lib/pkgconfig/absl_periodic_sampler.pc
-- Fixing pkgconfig file: D:/dev/OpenSfM/vcpkg/packages/abseil_x64-windows/lib/pkgconfig/absl_poison.pc
-- Fixing pkgconfig file: D:/dev/OpenSfM/vcpkg/packages/abseil_x64-windows/lib/pkgconfig/absl_prefetch.pc
-- Fixing pkgconfig file: D:/dev/OpenSfM/vcpkg/packages/abseil_x64-windows/lib/pkgconfig/absl_pretty_function.pc
-- Fixing pkgconfig file: D:/dev/OpenSfM/vcpkg/packages/abseil_x64-windows/lib/pkgconfig/absl_random_bit_gen_ref.pc
-- Fixing pkgconfig file: D:/dev/OpenSfM/vcpkg/packages/abseil_x64-windows/lib/pkgconfig/absl_random_distributions.pc
-- Fixing pkgconfig file: D:/dev/OpenSfM/vcpkg/packages/abseil_x64-windows/lib/pkgconfig/absl_random_internal_distribution_caller.pc
-- Fixing pkgconfig file: D:/dev/OpenSfM/vcpkg/packages/abseil_x64-windows/lib/pkgconfig/absl_random_internal_distribution_test_util.pc
-- Fixing pkgconfig file: D:/dev/OpenSfM/vcpkg/packages/abseil_x64-windows/lib/pkgconfig/absl_random_internal_fast_uniform_bits.pc
-- Fixing pkgconfig file: D:/dev/OpenSfM/vcpkg/packages/abseil_x64-windows/lib/pkgconfig/absl_random_internal_fastmath.pc
-- Fixing pkgconfig file: D:/dev/OpenSfM/vcpkg/packages/abseil_x64-windows/lib/pkgconfig/absl_random_internal_generate_real.pc
-- Fixing pkgconfig file: D:/dev/OpenSfM/vcpkg/packages/abseil_x64-windows/lib/pkgconfig/absl_random_internal_iostream_state_saver.pc
-- Fixing pkgconfig file: D:/dev/OpenSfM/vcpkg/packages/abseil_x64-windows/lib/pkgconfig/absl_random_internal_mock_helpers.pc
-- Fixing pkgconfig file: D:/dev/OpenSfM/vcpkg/packages/abseil_x64-windows/lib/pkgconfig/absl_random_internal_nonsecure_base.pc
-- Fixing pkgconfig file: D:/dev/OpenSfM/vcpkg/packages/abseil_x64-windows/lib/pkgconfig/absl_random_internal_pcg_engine.pc
-- Fixing pkgconfig file: D:/dev/OpenSfM/vcpkg/packages/abseil_x64-windows/lib/pkgconfig/absl_random_internal_platform.pc
-- Fixing pkgconfig file: D:/dev/OpenSfM/vcpkg/packages/abseil_x64-windows/lib/pkgconfig/absl_random_internal_pool_urbg.pc
-- Fixing pkgconfig file: D:/dev/OpenSfM/vcpkg/packages/abseil_x64-windows/lib/pkgconfig/absl_random_internal_randen.pc
-- Fixing pkgconfig file: D:/dev/OpenSfM/vcpkg/packages/abseil_x64-windows/lib/pkgconfig/absl_random_internal_randen_engine.pc
-- Fixing pkgconfig file: D:/dev/OpenSfM/vcpkg/packages/abseil_x64-windows/lib/pkgconfig/absl_random_internal_randen_hwaes.pc
-- Fixing pkgconfig file: D:/dev/OpenSfM/vcpkg/packages/abseil_x64-windows/lib/pkgconfig/absl_random_internal_randen_hwaes_impl.pc
-- Fixing pkgconfig file: D:/dev/OpenSfM/vcpkg/packages/abseil_x64-windows/lib/pkgconfig/absl_random_internal_randen_slow.pc
-- Fixing pkgconfig file: D:/dev/OpenSfM/vcpkg/packages/abseil_x64-windows/lib/pkgconfig/absl_random_internal_salted_seed_seq.pc
-- Fixing pkgconfig file: D:/dev/OpenSfM/vcpkg/packages/abseil_x64-windows/lib/pkgconfig/absl_random_internal_seed_material.pc
-- Fixing pkgconfig file: D:/dev/OpenSfM/vcpkg/packages/abseil_x64-windows/lib/pkgconfig/absl_random_internal_traits.pc
-- Fixing pkgconfig file: D:/dev/OpenSfM/vcpkg/packages/abseil_x64-windows/lib/pkgconfig/absl_random_internal_uniform_helper.pc
-- Fixing pkgconfig file: D:/dev/OpenSfM/vcpkg/packages/abseil_x64-windows/lib/pkgconfig/absl_random_internal_wide_multiply.pc
-- Fixing pkgconfig file: D:/dev/OpenSfM/vcpkg/packages/abseil_x64-windows/lib/pkgconfig/absl_random_random.pc
-- Fixing pkgconfig file: D:/dev/OpenSfM/vcpkg/packages/abseil_x64-windows/lib/pkgconfig/absl_random_seed_gen_exception.pc
-- Fixing pkgconfig file: D:/dev/OpenSfM/vcpkg/packages/abseil_x64-windows/lib/pkgconfig/absl_random_seed_sequences.pc
-- Fixing pkgconfig file: D:/dev/OpenSfM/vcpkg/packages/abseil_x64-windows/lib/pkgconfig/absl_raw_hash_map.pc
-- Fixing pkgconfig file: D:/dev/OpenSfM/vcpkg/packages/abseil_x64-windows/lib/pkgconfig/absl_raw_hash_set.pc
-- Fixing pkgconfig file: D:/dev/OpenSfM/vcpkg/packages/abseil_x64-windows/lib/pkgconfig/absl_raw_logging_internal.pc
-- Fixing pkgconfig file: D:/dev/OpenSfM/vcpkg/packages/abseil_x64-windows/lib/pkgconfig/absl_sample_recorder.pc
-- Fixing pkgconfig file: D:/dev/OpenSfM/vcpkg/packages/abseil_x64-windows/lib/pkgconfig/absl_scoped_set_env.pc
-- Fixing pkgconfig file: D:/dev/OpenSfM/vcpkg/packages/abseil_x64-windows/lib/pkgconfig/absl_span.pc
-- Fixing pkgconfig file: D:/dev/OpenSfM/vcpkg/packages/abseil_x64-windows/lib/pkgconfig/absl_spinlock_wait.pc
-- Fixing pkgconfig file: D:/dev/OpenSfM/vcpkg/packages/abseil_x64-windows/lib/pkgconfig/absl_stacktrace.pc
-- Fixing pkgconfig file: D:/dev/OpenSfM/vcpkg/packages/abseil_x64-windows/lib/pkgconfig/absl_status.pc
-- Fixing pkgconfig file: D:/dev/OpenSfM/vcpkg/packages/abseil_x64-windows/lib/pkgconfig/absl_statusor.pc
-- Fixing pkgconfig file: D:/dev/OpenSfM/vcpkg/packages/abseil_x64-windows/lib/pkgconfig/absl_str_format.pc
-- Fixing pkgconfig file: D:/dev/OpenSfM/vcpkg/packages/abseil_x64-windows/lib/pkgconfig/absl_str_format_internal.pc
-- Fixing pkgconfig file: D:/dev/OpenSfM/vcpkg/packages/abseil_x64-windows/lib/pkgconfig/absl_strerror.pc
-- Fixing pkgconfig file: D:/dev/OpenSfM/vcpkg/packages/abseil_x64-windows/lib/pkgconfig/absl_string_view.pc
-- Fixing pkgconfig file: D:/dev/OpenSfM/vcpkg/packages/abseil_x64-windows/lib/pkgconfig/absl_strings.pc
-- Fixing pkgconfig file: D:/dev/OpenSfM/vcpkg/packages/abseil_x64-windows/lib/pkgconfig/absl_strings_internal.pc
-- Fixing pkgconfig file: D:/dev/OpenSfM/vcpkg/packages/abseil_x64-windows/lib/pkgconfig/absl_symbolize.pc
-- Fixing pkgconfig file: D:/dev/OpenSfM/vcpkg/packages/abseil_x64-windows/lib/pkgconfig/absl_synchronization.pc
-- Fixing pkgconfig file: D:/dev/OpenSfM/vcpkg/packages/abseil_x64-windows/lib/pkgconfig/absl_throw_delegate.pc
-- Fixing pkgconfig file: D:/dev/OpenSfM/vcpkg/packages/abseil_x64-windows/lib/pkgconfig/absl_time.pc
-- Fixing pkgconfig file: D:/dev/OpenSfM/vcpkg/packages/abseil_x64-windows/lib/pkgconfig/absl_time_zone.pc
-- Fixing pkgconfig file: D:/dev/OpenSfM/vcpkg/packages/abseil_x64-windows/lib/pkgconfig/absl_type_traits.pc
-- Fixing pkgconfig file: D:/dev/OpenSfM/vcpkg/packages/abseil_x64-windows/lib/pkgconfig/absl_utf8_for_code_point.pc
-- Fixing pkgconfig file: D:/dev/OpenSfM/vcpkg/packages/abseil_x64-windows/lib/pkgconfig/absl_utility.pc
-- Fixing pkgconfig file: D:/dev/OpenSfM/vcpkg/packages/abseil_x64-windows/lib/pkgconfig/absl_variant.pc
-- Fixing pkgconfig file: D:/dev/OpenSfM/vcpkg/packages/abseil_x64-windows/lib/pkgconfig/absl_vlog_config_internal.pc
-- Fixing pkgconfig file: D:/dev/OpenSfM/vcpkg/packages/abseil_x64-windows/lib/pkgconfig/absl_vlog_is_on.pc
-- Downloading https://mirror.msys2.org/mingw/mingw64/mingw-w64-x86_64-pkgconf-1~2.2.0-1-any.pkg.tar.zst;https://repo.msys2.org/mingw/mingw64/mingw-w64-x86_64-pkgconf-1~2.2.0-1-any.pkg.tar.zst;https://mirror.yandex.ru/mirrors/msys2/mingw/mingw64/mingw-w64-x86_64-pkgconf-1~2.2.0-1-any.pkg.tar.zst;https://mirrors.tuna.tsinghua.edu.cn/msys2/mingw/mingw64/mingw-w64-x86_64-pkgconf-1~2.2.0-1-any.pkg.tar.zst;https://mirrors.ustc.edu.cn/msys2/mingw/mingw64/mingw-w64-x86_64-pkgconf-1~2.2.0-1-any.pkg.tar.zst;https://mirror.selfnet.de/msys2/mingw/mingw64/mingw-w64-x86_64-pkgconf-1~2.2.0-1-any.pkg.tar.zst -> msys2-mingw-w64-x86_64-pkgconf-1~2.2.0-1-any.pkg.tar.zst...
-- Downloading https://mirror.msys2.org/msys/x86_64/msys2-runtime-3.5.3-3-x86_64.pkg.tar.zst;https://repo.msys2.org/msys/x86_64/msys2-runtime-3.5.3-3-x86_64.pkg.tar.zst;https://mirror.yandex.ru/mirrors/msys2/msys/x86_64/msys2-runtime-3.5.3-3-x86_64.pkg.tar.zst;https://mirrors.tuna.tsinghua.edu.cn/msys2/msys/x86_64/msys2-runtime-3.5.3-3-x86_64.pkg.tar.zst;https://mirrors.ustc.edu.cn/msys2/msys/x86_64/msys2-runtime-3.5.3-3-x86_64.pkg.tar.zst;https://mirror.selfnet.de/msys2/msys/x86_64/msys2-runtime-3.5.3-3-x86_64.pkg.tar.zst -> msys2-msys2-runtime-3.5.3-3-x86_64.pkg.tar.zst...
-- Using msys root at D:/dev/OpenSfM/vcpkg/downloads/tools/msys2/1e74ca60daa10104
-- Fixing pkgconfig file: D:/dev/OpenSfM/vcpkg/packages/abseil_x64-windows/debug/lib/pkgconfig/abseil_dll.pc
-- Fixing pkgconfig file: D:/dev/OpenSfM/vcpkg/packages/abseil_x64-windows/debug/lib/pkgconfig/absl_absl_check.pc
-- Fixing pkgconfig file: D:/dev/OpenSfM/vcpkg/packages/abseil_x64-windows/debug/lib/pkgconfig/absl_absl_log.pc
-- Fixing pkgconfig file: D:/dev/OpenSfM/vcpkg/packages/abseil_x64-windows/debug/lib/pkgconfig/absl_absl_vlog_is_on.pc
-- Fixing pkgconfig file: D:/dev/OpenSfM/vcpkg/packages/abseil_x64-windows/debug/lib/pkgconfig/absl_algorithm.pc
-- Fixing pkgconfig file: D:/dev/OpenSfM/vcpkg/packages/abseil_x64-windows/debug/lib/pkgconfig/absl_algorithm_container.pc
-- Fixing pkgconfig file: D:/dev/OpenSfM/vcpkg/packages/abseil_x64-windows/debug/lib/pkgconfig/absl_any.pc
-- Fixing pkgconfig file: D:/dev/OpenSfM/vcpkg/packages/abseil_x64-windows/debug/lib/pkgconfig/absl_any_invocable.pc
-- Fixing pkgconfig file: D:/dev/OpenSfM/vcpkg/packages/abseil_x64-windows/debug/lib/pkgconfig/absl_atomic_hook.pc
-- Fixing pkgconfig file: D:/dev/OpenSfM/vcpkg/packages/abseil_x64-windows/debug/lib/pkgconfig/absl_bad_any_cast.pc
-- Fixing pkgconfig file: D:/dev/OpenSfM/vcpkg/packages/abseil_x64-windows/debug/lib/pkgconfig/absl_bad_any_cast_impl.pc-- Fixing pkgconfig file: D:/dev/OpenSfM/vcpkg/packages/abseil_x64-windows/debug/lib/pkgconfig/absl_bad_optional_access.pc
-- Fixing pkgconfig file: D:/dev/OpenSfM/vcpkg/packages/abseil_x64-windows/debug/lib/pkgconfig/absl_bad_variant_access.pc
-- Fixing pkgconfig file: D:/dev/OpenSfM/vcpkg/packages/abseil_x64-windows/debug/lib/pkgconfig/absl_base.pc
-- Fixing pkgconfig file: D:/dev/OpenSfM/vcpkg/packages/abseil_x64-windows/debug/lib/pkgconfig/absl_base_internal.pc
-- Fixing pkgconfig file: D:/dev/OpenSfM/vcpkg/packages/abseil_x64-windows/debug/lib/pkgconfig/absl_bind_front.pc
-- Fixing pkgconfig file: D:/dev/OpenSfM/vcpkg/packages/abseil_x64-windows/debug/lib/pkgconfig/absl_bits.pc
-- Fixing pkgconfig file: D:/dev/OpenSfM/vcpkg/packages/abseil_x64-windows/debug/lib/pkgconfig/absl_bounded_utf8_length_sequence.pc
-- Fixing pkgconfig file: D:/dev/OpenSfM/vcpkg/packages/abseil_x64-windows/debug/lib/pkgconfig/absl_btree.pc
-- Fixing pkgconfig file: D:/dev/OpenSfM/vcpkg/packages/abseil_x64-windows/debug/lib/pkgconfig/absl_charset.pc
-- Fixing pkgconfig file: D:/dev/OpenSfM/vcpkg/packages/abseil_x64-windows/debug/lib/pkgconfig/absl_check.pc
-- Fixing pkgconfig file: D:/dev/OpenSfM/vcpkg/packages/abseil_x64-windows/debug/lib/pkgconfig/absl_city.pc
-- Fixing pkgconfig file: D:/dev/OpenSfM/vcpkg/packages/abseil_x64-windows/debug/lib/pkgconfig/absl_civil_time.pc
-- Fixing pkgconfig file: D:/dev/OpenSfM/vcpkg/packages/abseil_x64-windows/debug/lib/pkgconfig/absl_cleanup.pc
-- Fixing pkgconfig file: D:/dev/OpenSfM/vcpkg/packages/abseil_x64-windows/debug/lib/pkgconfig/absl_cleanup_internal.pc
-- Fixing pkgconfig file: D:/dev/OpenSfM/vcpkg/packages/abseil_x64-windows/debug/lib/pkgconfig/absl_common_policy_traits.pc
-- Fixing pkgconfig file: D:/dev/OpenSfM/vcpkg/packages/abseil_x64-windows/debug/lib/pkgconfig/absl_compare.pc
-- Fixing pkgconfig file: D:/dev/OpenSfM/vcpkg/packages/abseil_x64-windows/debug/lib/pkgconfig/absl_compressed_tuple.pc
-- Fixing pkgconfig file: D:/dev/OpenSfM/vcpkg/packages/abseil_x64-windows/debug/lib/pkgconfig/absl_config.pc
-- Fixing pkgconfig file: D:/dev/OpenSfM/vcpkg/packages/abseil_x64-windows/debug/lib/pkgconfig/absl_container_common.pc
-- Fixing pkgconfig file: D:/dev/OpenSfM/vcpkg/packages/abseil_x64-windows/debug/lib/pkgconfig/absl_container_memory.pc
-- Fixing pkgconfig file: D:/dev/OpenSfM/vcpkg/packages/abseil_x64-windows/debug/lib/pkgconfig/absl_cord.pc
-- Fixing pkgconfig file: D:/dev/OpenSfM/vcpkg/packages/abseil_x64-windows/debug/lib/pkgconfig/absl_cord_internal.pc
-- Fixing pkgconfig file: D:/dev/OpenSfM/vcpkg/packages/abseil_x64-windows/debug/lib/pkgconfig/absl_cordz_functions.pc
-- Fixing pkgconfig file: D:/dev/OpenSfM/vcpkg/packages/abseil_x64-windows/debug/lib/pkgconfig/absl_cordz_handle.pc
-- Fixing pkgconfig file: D:/dev/OpenSfM/vcpkg/packages/abseil_x64-windows/debug/lib/pkgconfig/absl_cordz_info.pc
-- Fixing pkgconfig file: D:/dev/OpenSfM/vcpkg/packages/abseil_x64-windows/debug/lib/pkgconfig/absl_cordz_sample_token.pc
-- Fixing pkgconfig file: D:/dev/OpenSfM/vcpkg/packages/abseil_x64-windows/debug/lib/pkgconfig/absl_cordz_statistics.pc
-- Fixing pkgconfig file: D:/dev/OpenSfM/vcpkg/packages/abseil_x64-windows/debug/lib/pkgconfig/absl_cordz_update_scope.pc
-- Fixing pkgconfig file: D:/dev/OpenSfM/vcpkg/packages/abseil_x64-windows/debug/lib/pkgconfig/absl_cordz_update_tracker.pc
-- Fixing pkgconfig file: D:/dev/OpenSfM/vcpkg/packages/abseil_x64-windows/debug/lib/pkgconfig/absl_core_headers.pc
-- Fixing pkgconfig file: D:/dev/OpenSfM/vcpkg/packages/abseil_x64-windows/debug/lib/pkgconfig/absl_crc32c.pc
-- Fixing pkgconfig file: D:/dev/OpenSfM/vcpkg/packages/abseil_x64-windows/debug/lib/pkgconfig/absl_crc_cord_state.pc
-- Fixing pkgconfig file: D:/dev/OpenSfM/vcpkg/packages/abseil_x64-windows/debug/lib/pkgconfig/absl_crc_cpu_detect.pc
-- Fixing pkgconfig file: D:/dev/OpenSfM/vcpkg/packages/abseil_x64-windows/debug/lib/pkgconfig/absl_crc_internal.pc
-- Fixing pkgconfig file: D:/dev/OpenSfM/vcpkg/packages/abseil_x64-windows/debug/lib/pkgconfig/absl_debugging.pc
-- Fixing pkgconfig file: D:/dev/OpenSfM/vcpkg/packages/abseil_x64-windows/debug/lib/pkgconfig/absl_debugging_internal.pc
-- Fixing pkgconfig file: D:/dev/OpenSfM/vcpkg/packages/abseil_x64-windows/debug/lib/pkgconfig/absl_decode_rust_punycode.pc
-- Fixing pkgconfig file: D:/dev/OpenSfM/vcpkg/packages/abseil_x64-windows/debug/lib/pkgconfig/absl_demangle_internal.pc-- Fixing pkgconfig file: D:/dev/OpenSfM/vcpkg/packages/abseil_x64-windows/debug/lib/pkgconfig/absl_demangle_rust.pc
-- Fixing pkgconfig file: D:/dev/OpenSfM/vcpkg/packages/abseil_x64-windows/debug/lib/pkgconfig/absl_die_if_null.pc
-- Fixing pkgconfig file: D:/dev/OpenSfM/vcpkg/packages/abseil_x64-windows/debug/lib/pkgconfig/absl_dynamic_annotations.pc
-- Fixing pkgconfig file: D:/dev/OpenSfM/vcpkg/packages/abseil_x64-windows/debug/lib/pkgconfig/absl_endian.pc
-- Fixing pkgconfig file: D:/dev/OpenSfM/vcpkg/packages/abseil_x64-windows/debug/lib/pkgconfig/absl_errno_saver.pc
-- Fixing pkgconfig file: D:/dev/OpenSfM/vcpkg/packages/abseil_x64-windows/debug/lib/pkgconfig/absl_examine_stack.pc
-- Fixing pkgconfig file: D:/dev/OpenSfM/vcpkg/packages/abseil_x64-windows/debug/lib/pkgconfig/absl_exponential_biased.pc
-- Fixing pkgconfig file: D:/dev/OpenSfM/vcpkg/packages/abseil_x64-windows/debug/lib/pkgconfig/absl_failure_signal_handler.pc
-- Fixing pkgconfig file: D:/dev/OpenSfM/vcpkg/packages/abseil_x64-windows/debug/lib/pkgconfig/absl_fast_type_id.pc
-- Fixing pkgconfig file: D:/dev/OpenSfM/vcpkg/packages/abseil_x64-windows/debug/lib/pkgconfig/absl_fixed_array.pc
-- Fixing pkgconfig file: D:/dev/OpenSfM/vcpkg/packages/abseil_x64-windows/debug/lib/pkgconfig/absl_flags.pc
-- Fixing pkgconfig file: D:/dev/OpenSfM/vcpkg/packages/abseil_x64-windows/debug/lib/pkgconfig/absl_flags_commandlineflag.pc
-- Fixing pkgconfig file: D:/dev/OpenSfM/vcpkg/packages/abseil_x64-windows/debug/lib/pkgconfig/absl_flags_commandlineflag_internal.pc
-- Fixing pkgconfig file: D:/dev/OpenSfM/vcpkg/packages/abseil_x64-windows/debug/lib/pkgconfig/absl_flags_config.pc
-- Fixing pkgconfig file: D:/dev/OpenSfM/vcpkg/packages/abseil_x64-windows/debug/lib/pkgconfig/absl_flags_internal.pc
-- Fixing pkgconfig file: D:/dev/OpenSfM/vcpkg/packages/abseil_x64-windows/debug/lib/pkgconfig/absl_flags_marshalling.pc-- Fixing pkgconfig file: D:/dev/OpenSfM/vcpkg/packages/abseil_x64-windows/debug/lib/pkgconfig/absl_flags_parse.pc
-- Fixing pkgconfig file: D:/dev/OpenSfM/vcpkg/packages/abseil_x64-windows/debug/lib/pkgconfig/absl_flags_path_util.pc
-- Fixing pkgconfig file: D:/dev/OpenSfM/vcpkg/packages/abseil_x64-windows/debug/lib/pkgconfig/absl_flags_private_handle_accessor.pc
-- Fixing pkgconfig file: D:/dev/OpenSfM/vcpkg/packages/abseil_x64-windows/debug/lib/pkgconfig/absl_flags_program_name.pc
-- Fixing pkgconfig file: D:/dev/OpenSfM/vcpkg/packages/abseil_x64-windows/debug/lib/pkgconfig/absl_flags_reflection.pc
-- Fixing pkgconfig file: D:/dev/OpenSfM/vcpkg/packages/abseil_x64-windows/debug/lib/pkgconfig/absl_flags_usage.pc
-- Fixing pkgconfig file: D:/dev/OpenSfM/vcpkg/packages/abseil_x64-windows/debug/lib/pkgconfig/absl_flags_usage_internal.pc
-- Fixing pkgconfig file: D:/dev/OpenSfM/vcpkg/packages/abseil_x64-windows/debug/lib/pkgconfig/absl_flat_hash_map.pc
-- Fixing pkgconfig file: D:/dev/OpenSfM/vcpkg/packages/abseil_x64-windows/debug/lib/pkgconfig/absl_flat_hash_set.pc
-- Fixing pkgconfig file: D:/dev/OpenSfM/vcpkg/packages/abseil_x64-windows/debug/lib/pkgconfig/absl_function_ref.pc
-- Fixing pkgconfig file: D:/dev/OpenSfM/vcpkg/packages/abseil_x64-windows/debug/lib/pkgconfig/absl_graphcycles_internal.pc
-- Fixing pkgconfig file: D:/dev/OpenSfM/vcpkg/packages/abseil_x64-windows/debug/lib/pkgconfig/absl_has_ostream_operator.pc
-- Fixing pkgconfig file: D:/dev/OpenSfM/vcpkg/packages/abseil_x64-windows/debug/lib/pkgconfig/absl_hash.pc
-- Fixing pkgconfig file: D:/dev/OpenSfM/vcpkg/packages/abseil_x64-windows/debug/lib/pkgconfig/absl_hash_container_defaults.pc
-- Fixing pkgconfig file: D:/dev/OpenSfM/vcpkg/packages/abseil_x64-windows/debug/lib/pkgconfig/absl_hash_function_defaults.pc
-- Fixing pkgconfig file: D:/dev/OpenSfM/vcpkg/packages/abseil_x64-windows/debug/lib/pkgconfig/absl_hash_policy_traits.pc
-- Fixing pkgconfig file: D:/dev/OpenSfM/vcpkg/packages/abseil_x64-windows/debug/lib/pkgconfig/absl_hashtable_debug.pc
-- Fixing pkgconfig file: D:/dev/OpenSfM/vcpkg/packages/abseil_x64-windows/debug/lib/pkgconfig/absl_hashtable_debug_hooks.pc
-- Fixing pkgconfig file: D:/dev/OpenSfM/vcpkg/packages/abseil_x64-windows/debug/lib/pkgconfig/absl_hashtablez_sampler.pc
-- Fixing pkgconfig file: D:/dev/OpenSfM/vcpkg/packages/abseil_x64-windows/debug/lib/pkgconfig/absl_if_constexpr.pc
-- Fixing pkgconfig file: D:/dev/OpenSfM/vcpkg/packages/abseil_x64-windows/debug/lib/pkgconfig/absl_inlined_vector.pc
-- Fixing pkgconfig file: D:/dev/OpenSfM/vcpkg/packages/abseil_x64-windows/debug/lib/pkgconfig/absl_inlined_vector_internal.pc
-- Fixing pkgconfig file: D:/dev/OpenSfM/vcpkg/packages/abseil_x64-windows/debug/lib/pkgconfig/absl_int128.pc
-- Fixing pkgconfig file: D:/dev/OpenSfM/vcpkg/packages/abseil_x64-windows/debug/lib/pkgconfig/absl_kernel_timeout_internal.pc
-- Fixing pkgconfig file: D:/dev/OpenSfM/vcpkg/packages/abseil_x64-windows/debug/lib/pkgconfig/absl_layout.pc
-- Fixing pkgconfig file: D:/dev/OpenSfM/vcpkg/packages/abseil_x64-windows/debug/lib/pkgconfig/absl_leak_check.pc
-- Fixing pkgconfig file: D:/dev/OpenSfM/vcpkg/packages/abseil_x64-windows/debug/lib/pkgconfig/absl_log.pc
-- Fixing pkgconfig file: D:/dev/OpenSfM/vcpkg/packages/abseil_x64-windows/debug/lib/pkgconfig/absl_log_entry.pc
-- Fixing pkgconfig file: D:/dev/OpenSfM/vcpkg/packages/abseil_x64-windows/debug/lib/pkgconfig/absl_log_flags.pc
-- Fixing pkgconfig file: D:/dev/OpenSfM/vcpkg/packages/abseil_x64-windows/debug/lib/pkgconfig/absl_log_globals.pc
-- Fixing pkgconfig file: D:/dev/OpenSfM/vcpkg/packages/abseil_x64-windows/debug/lib/pkgconfig/absl_log_initialize.pc
-- Fixing pkgconfig file: D:/dev/OpenSfM/vcpkg/packages/abseil_x64-windows/debug/lib/pkgconfig/absl_log_internal_append_truncated.pc
-- Fixing pkgconfig file: D:/dev/OpenSfM/vcpkg/packages/abseil_x64-windows/debug/lib/pkgconfig/absl_log_internal_check_impl.pc
-- Fixing pkgconfig file: D:/dev/OpenSfM/vcpkg/packages/abseil_x64-windows/debug/lib/pkgconfig/absl_log_internal_check_op.pc
-- Fixing pkgconfig file: D:/dev/OpenSfM/vcpkg/packages/abseil_x64-windows/debug/lib/pkgconfig/absl_log_internal_conditions.pc
-- Fixing pkgconfig file: D:/dev/OpenSfM/vcpkg/packages/abseil_x64-windows/debug/lib/pkgconfig/absl_log_internal_config.pc
-- Fixing pkgconfig file: D:/dev/OpenSfM/vcpkg/packages/abseil_x64-windows/debug/lib/pkgconfig/absl_log_internal_flags.pc
-- Fixing pkgconfig file: D:/dev/OpenSfM/vcpkg/packages/abseil_x64-windows/debug/lib/pkgconfig/absl_log_internal_fnmatch.pc
-- Fixing pkgconfig file: D:/dev/OpenSfM/vcpkg/packages/abseil_x64-windows/debug/lib/pkgconfig/absl_log_internal_format.pc
-- Fixing pkgconfig file: D:/dev/OpenSfM/vcpkg/packages/abseil_x64-windows/debug/lib/pkgconfig/absl_log_internal_globals.pc
-- Fixing pkgconfig file: D:/dev/OpenSfM/vcpkg/packages/abseil_x64-windows/debug/lib/pkgconfig/absl_log_internal_log_impl.pc
-- Fixing pkgconfig file: D:/dev/OpenSfM/vcpkg/packages/abseil_x64-windows/debug/lib/pkgconfig/absl_log_internal_log_sink_set.pc
-- Fixing pkgconfig file: D:/dev/OpenSfM/vcpkg/packages/abseil_x64-windows/debug/lib/pkgconfig/absl_log_internal_message.pc
-- Fixing pkgconfig file: D:/dev/OpenSfM/vcpkg/packages/abseil_x64-windows/debug/lib/pkgconfig/absl_log_internal_nullguard.pc
-- Fixing pkgconfig file: D:/dev/OpenSfM/vcpkg/packages/abseil_x64-windows/debug/lib/pkgconfig/absl_log_internal_nullstream.pc
-- Fixing pkgconfig file: D:/dev/OpenSfM/vcpkg/packages/abseil_x64-windows/debug/lib/pkgconfig/absl_log_internal_proto.pc
-- Fixing pkgconfig file: D:/dev/OpenSfM/vcpkg/packages/abseil_x64-windows/debug/lib/pkgconfig/absl_log_internal_strip.pc
-- Fixing pkgconfig file: D:/dev/OpenSfM/vcpkg/packages/abseil_x64-windows/debug/lib/pkgconfig/absl_log_internal_structured.pc
-- Fixing pkgconfig file: D:/dev/OpenSfM/vcpkg/packages/abseil_x64-windows/debug/lib/pkgconfig/absl_log_internal_voidify.pc
-- Fixing pkgconfig file: D:/dev/OpenSfM/vcpkg/packages/abseil_x64-windows/debug/lib/pkgconfig/absl_log_severity.pc
-- Fixing pkgconfig file: D:/dev/OpenSfM/vcpkg/packages/abseil_x64-windows/debug/lib/pkgconfig/absl_log_sink.pc
-- Fixing pkgconfig file: D:/dev/OpenSfM/vcpkg/packages/abseil_x64-windows/debug/lib/pkgconfig/absl_log_sink_registry.pc-- Fixing pkgconfig file: D:/dev/OpenSfM/vcpkg/packages/abseil_x64-windows/debug/lib/pkgconfig/absl_log_streamer.pc
-- Fixing pkgconfig file: D:/dev/OpenSfM/vcpkg/packages/abseil_x64-windows/debug/lib/pkgconfig/absl_log_structured.pc
-- Fixing pkgconfig file: D:/dev/OpenSfM/vcpkg/packages/abseil_x64-windows/debug/lib/pkgconfig/absl_low_level_hash.pc
-- Fixing pkgconfig file: D:/dev/OpenSfM/vcpkg/packages/abseil_x64-windows/debug/lib/pkgconfig/absl_malloc_internal.pc
-- Fixing pkgconfig file: D:/dev/OpenSfM/vcpkg/packages/abseil_x64-windows/debug/lib/pkgconfig/absl_memory.pc
-- Fixing pkgconfig file: D:/dev/OpenSfM/vcpkg/packages/abseil_x64-windows/debug/lib/pkgconfig/absl_meta.pc
-- Fixing pkgconfig file: D:/dev/OpenSfM/vcpkg/packages/abseil_x64-windows/debug/lib/pkgconfig/absl_no_destructor.pc
-- Fixing pkgconfig file: D:/dev/OpenSfM/vcpkg/packages/abseil_x64-windows/debug/lib/pkgconfig/absl_node_hash_map.pc
-- Fixing pkgconfig file: D:/dev/OpenSfM/vcpkg/packages/abseil_x64-windows/debug/lib/pkgconfig/absl_node_hash_set.pc
-- Fixing pkgconfig file: D:/dev/OpenSfM/vcpkg/packages/abseil_x64-windows/debug/lib/pkgconfig/absl_node_slot_policy.pc
-- Fixing pkgconfig file: D:/dev/OpenSfM/vcpkg/packages/abseil_x64-windows/debug/lib/pkgconfig/absl_non_temporal_arm_intrinsics.pc
-- Fixing pkgconfig file: D:/dev/OpenSfM/vcpkg/packages/abseil_x64-windows/debug/lib/pkgconfig/absl_non_temporal_memcpy.pc
-- Fixing pkgconfig file: D:/dev/OpenSfM/vcpkg/packages/abseil_x64-windows/debug/lib/pkgconfig/absl_nullability.pc
-- Fixing pkgconfig file: D:/dev/OpenSfM/vcpkg/packages/abseil_x64-windows/debug/lib/pkgconfig/absl_numeric.pc
-- Fixing pkgconfig file: D:/dev/OpenSfM/vcpkg/packages/abseil_x64-windows/debug/lib/pkgconfig/absl_numeric_representation.pc
-- Fixing pkgconfig file: D:/dev/OpenSfM/vcpkg/packages/abseil_x64-windows/debug/lib/pkgconfig/absl_optional.pc
-- Fixing pkgconfig file: D:/dev/OpenSfM/vcpkg/packages/abseil_x64-windows/debug/lib/pkgconfig/absl_overload.pc
-- Fixing pkgconfig file: D:/dev/OpenSfM/vcpkg/packages/abseil_x64-windows/debug/lib/pkgconfig/absl_periodic_sampler.pc
-- Fixing pkgconfig file: D:/dev/OpenSfM/vcpkg/packages/abseil_x64-windows/debug/lib/pkgconfig/absl_poison.pc
-- Fixing pkgconfig file: D:/dev/OpenSfM/vcpkg/packages/abseil_x64-windows/debug/lib/pkgconfig/absl_prefetch.pc
-- Fixing pkgconfig file: D:/dev/OpenSfM/vcpkg/packages/abseil_x64-windows/debug/lib/pkgconfig/absl_pretty_function.pc
-- Fixing pkgconfig file: D:/dev/OpenSfM/vcpkg/packages/abseil_x64-windows/debug/lib/pkgconfig/absl_random_bit_gen_ref.pc
-- Fixing pkgconfig file: D:/dev/OpenSfM/vcpkg/packages/abseil_x64-windows/debug/lib/pkgconfig/absl_random_distributions.pc
-- Fixing pkgconfig file: D:/dev/OpenSfM/vcpkg/packages/abseil_x64-windows/debug/lib/pkgconfig/absl_random_internal_distribution_caller.pc
-- Fixing pkgconfig file: D:/dev/OpenSfM/vcpkg/packages/abseil_x64-windows/debug/lib/pkgconfig/absl_random_internal_distribution_test_util.pc
-- Fixing pkgconfig file: D:/dev/OpenSfM/vcpkg/packages/abseil_x64-windows/debug/lib/pkgconfig/absl_random_internal_fast_uniform_bits.pc
-- Fixing pkgconfig file: D:/dev/OpenSfM/vcpkg/packages/abseil_x64-windows/debug/lib/pkgconfig/absl_random_internal_fastmath.pc
-- Fixing pkgconfig file: D:/dev/OpenSfM/vcpkg/packages/abseil_x64-windows/debug/lib/pkgconfig/absl_random_internal_generate_real.pc
-- Fixing pkgconfig file: D:/dev/OpenSfM/vcpkg/packages/abseil_x64-windows/debug/lib/pkgconfig/absl_random_internal_iostream_state_saver.pc
-- Fixing pkgconfig file: D:/dev/OpenSfM/vcpkg/packages/abseil_x64-windows/debug/lib/pkgconfig/absl_random_internal_mock_helpers.pc
-- Fixing pkgconfig file: D:/dev/OpenSfM/vcpkg/packages/abseil_x64-windows/debug/lib/pkgconfig/absl_random_internal_nonsecure_base.pc
-- Fixing pkgconfig file: D:/dev/OpenSfM/vcpkg/packages/abseil_x64-windows/debug/lib/pkgconfig/absl_random_internal_pcg_engine.pc
-- Fixing pkgconfig file: D:/dev/OpenSfM/vcpkg/packages/abseil_x64-windows/debug/lib/pkgconfig/absl_random_internal_platform.pc
-- Fixing pkgconfig file: D:/dev/OpenSfM/vcpkg/packages/abseil_x64-windows/debug/lib/pkgconfig/absl_random_internal_pool_urbg.pc
-- Fixing pkgconfig file: D:/dev/OpenSfM/vcpkg/packages/abseil_x64-windows/debug/lib/pkgconfig/absl_random_internal_randen.pc
-- Fixing pkgconfig file: D:/dev/OpenSfM/vcpkg/packages/abseil_x64-windows/debug/lib/pkgconfig/absl_random_internal_randen_engine.pc
-- Fixing pkgconfig file: D:/dev/OpenSfM/vcpkg/packages/abseil_x64-windows/debug/lib/pkgconfig/absl_random_internal_randen_hwaes.pc
-- Fixing pkgconfig file: D:/dev/OpenSfM/vcpkg/packages/abseil_x64-windows/debug/lib/pkgconfig/absl_random_internal_randen_hwaes_impl.pc
-- Fixing pkgconfig file: D:/dev/OpenSfM/vcpkg/packages/abseil_x64-windows/debug/lib/pkgconfig/absl_random_internal_randen_slow.pc
-- Fixing pkgconfig file: D:/dev/OpenSfM/vcpkg/packages/abseil_x64-windows/debug/lib/pkgconfig/absl_random_internal_salted_seed_seq.pc
-- Fixing pkgconfig file: D:/dev/OpenSfM/vcpkg/packages/abseil_x64-windows/debug/lib/pkgconfig/absl_random_internal_seed_material.pc
-- Fixing pkgconfig file: D:/dev/OpenSfM/vcpkg/packages/abseil_x64-windows/debug/lib/pkgconfig/absl_random_internal_traits.pc
-- Fixing pkgconfig file: D:/dev/OpenSfM/vcpkg/packages/abseil_x64-windows/debug/lib/pkgconfig/absl_random_internal_uniform_helper.pc
-- Fixing pkgconfig file: D:/dev/OpenSfM/vcpkg/packages/abseil_x64-windows/debug/lib/pkgconfig/absl_random_internal_wide_multiply.pc
-- Fixing pkgconfig file: D:/dev/OpenSfM/vcpkg/packages/abseil_x64-windows/debug/lib/pkgconfig/absl_random_random.pc
-- Fixing pkgconfig file: D:/dev/OpenSfM/vcpkg/packages/abseil_x64-windows/debug/lib/pkgconfig/absl_random_seed_gen_exception.pc
-- Fixing pkgconfig file: D:/dev/OpenSfM/vcpkg/packages/abseil_x64-windows/debug/lib/pkgconfig/absl_random_seed_sequences.pc
-- Fixing pkgconfig file: D:/dev/OpenSfM/vcpkg/packages/abseil_x64-windows/debug/lib/pkgconfig/absl_raw_hash_map.pc
-- Fixing pkgconfig file: D:/dev/OpenSfM/vcpkg/packages/abseil_x64-windows/debug/lib/pkgconfig/absl_raw_hash_set.pc
-- Fixing pkgconfig file: D:/dev/OpenSfM/vcpkg/packages/abseil_x64-windows/debug/lib/pkgconfig/absl_raw_logging_internal.pc
-- Fixing pkgconfig file: D:/dev/OpenSfM/vcpkg/packages/abseil_x64-windows/debug/lib/pkgconfig/absl_sample_recorder.pc
-- Fixing pkgconfig file: D:/dev/OpenSfM/vcpkg/packages/abseil_x64-windows/debug/lib/pkgconfig/absl_scoped_set_env.pc
-- Fixing pkgconfig file: D:/dev/OpenSfM/vcpkg/packages/abseil_x64-windows/debug/lib/pkgconfig/absl_span.pc
-- Fixing pkgconfig file: D:/dev/OpenSfM/vcpkg/packages/abseil_x64-windows/debug/lib/pkgconfig/absl_spinlock_wait.pc
-- Fixing pkgconfig file: D:/dev/OpenSfM/vcpkg/packages/abseil_x64-windows/debug/lib/pkgconfig/absl_stacktrace.pc
-- Fixing pkgconfig file: D:/dev/OpenSfM/vcpkg/packages/abseil_x64-windows/debug/lib/pkgconfig/absl_status.pc
-- Fixing pkgconfig file: D:/dev/OpenSfM/vcpkg/packages/abseil_x64-windows/debug/lib/pkgconfig/absl_statusor.pc
-- Fixing pkgconfig file: D:/dev/OpenSfM/vcpkg/packages/abseil_x64-windows/debug/lib/pkgconfig/absl_str_format.pc
-- Fixing pkgconfig file: D:/dev/OpenSfM/vcpkg/packages/abseil_x64-windows/debug/lib/pkgconfig/absl_str_format_internal.pc
-- Fixing pkgconfig file: D:/dev/OpenSfM/vcpkg/packages/abseil_x64-windows/debug/lib/pkgconfig/absl_strerror.pc
-- Fixing pkgconfig file: D:/dev/OpenSfM/vcpkg/packages/abseil_x64-windows/debug/lib/pkgconfig/absl_string_view.pc
-- Fixing pkgconfig file: D:/dev/OpenSfM/vcpkg/packages/abseil_x64-windows/debug/lib/pkgconfig/absl_strings.pc
-- Fixing pkgconfig file: D:/dev/OpenSfM/vcpkg/packages/abseil_x64-windows/debug/lib/pkgconfig/absl_strings_internal.pc
-- Fixing pkgconfig file: D:/dev/OpenSfM/vcpkg/packages/abseil_x64-windows/debug/lib/pkgconfig/absl_symbolize.pc
-- Fixing pkgconfig file: D:/dev/OpenSfM/vcpkg/packages/abseil_x64-windows/debug/lib/pkgconfig/absl_synchronization.pc
-- Fixing pkgconfig file: D:/dev/OpenSfM/vcpkg/packages/abseil_x64-windows/debug/lib/pkgconfig/absl_throw_delegate.pc
-- Fixing pkgconfig file: D:/dev/OpenSfM/vcpkg/packages/abseil_x64-windows/debug/lib/pkgconfig/absl_time.pc
-- Fixing pkgconfig file: D:/dev/OpenSfM/vcpkg/packages/abseil_x64-windows/debug/lib/pkgconfig/absl_time_zone.pc
-- Fixing pkgconfig file: D:/dev/OpenSfM/vcpkg/packages/abseil_x64-windows/debug/lib/pkgconfig/absl_type_traits.pc
-- Fixing pkgconfig file: D:/dev/OpenSfM/vcpkg/packages/abseil_x64-windows/debug/lib/pkgconfig/absl_utf8_for_code_point.pc
-- Fixing pkgconfig file: D:/dev/OpenSfM/vcpkg/packages/abseil_x64-windows/debug/lib/pkgconfig/absl_utility.pc
-- Fixing pkgconfig file: D:/dev/OpenSfM/vcpkg/packages/abseil_x64-windows/debug/lib/pkgconfig/absl_variant.pc
-- Fixing pkgconfig file: D:/dev/OpenSfM/vcpkg/packages/abseil_x64-windows/debug/lib/pkgconfig/absl_vlog_config_internal.pc
-- Fixing pkgconfig file: D:/dev/OpenSfM/vcpkg/packages/abseil_x64-windows/debug/lib/pkgconfig/absl_vlog_is_on.pc
-- Installing: D:/dev/OpenSfM/vcpkg/packages/abseil_x64-windows/share/abseil/copyright
-- Performing post-build validation
Stored binaries in 1 destinations in 3.2 s.
Elapsed time to handle abseil:x64-windows: 1.4 min
abseil:x64-windows package ABI: dffc639695d3959b6030ee2b73ed68aa3af31d61a98cae3e2e0610a884dcefdd
Installing 4/27 openblas:[email protected]#1...
Building openblas:[email protected]#1...
-- Downloading https://github.com/OpenMathLib/OpenBLAS/archive/v0.3.27.tar.gz -> OpenMathLib-OpenBLAS-v0.3.27.tar.gz...
-- Extracting source D:/dev/OpenSfM/vcpkg/downloads/OpenMathLib-OpenBLAS-v0.3.27.tar.gz
-- Applying patch uwp.patch
-- Applying patch fix-redefinition-function.patch
-- Applying patch install-tools.patch
-- Applying patch gcc14.patch
-- Using source at D:/dev/OpenSfM/vcpkg/buildtrees/openblas/src/v0.3.27-2f0a3701cf.clean
-- Downloading https://github.com/StrawberryPerl/Perl-Dist-Strawberry/releases/download/SP_54001_64bit_UCRT/strawberry-perl-5.40.0.1-64bit-portable.zip -> strawberry-perl-5.40.0.1-64bit-portable.zip...
-- Found external ninja('1.11.0').
-- Configuring x64-windows
-- Building x64-windows-dbg
-- Building x64-windows-rel
-- Fixing pkgconfig file: D:/dev/OpenSfM/vcpkg/packages/openblas_x64-windows/lib/pkgconfig/openblas.pc
-- Using cached msys2-mingw-w64-x86_64-pkgconf-1~2.2.0-1-any.pkg.tar.zst.
-- Using cached msys2-msys2-runtime-3.5.3-3-x86_64.pkg.tar.zst.
-- Using msys root at D:/dev/OpenSfM/vcpkg/downloads/tools/msys2/1e74ca60daa10104
-- Fixing pkgconfig file: D:/dev/OpenSfM/vcpkg/packages/openblas_x64-windows/debug/lib/pkgconfig/openblas.pc
-- Installing: D:/dev/OpenSfM/vcpkg/packages/openblas_x64-windows/share/openblas/copyright
-- Performing post-build validation
Stored binaries in 1 destinations in 2.6 s.
Elapsed time to handle openblas:x64-windows: 5.7 min
openblas:x64-windows package ABI: b0430348f1266571e9eb688baf8e2b7a19a60024c7131ceaa449ad95ee79aec9
Installing 5/27 blas:x64-windows@2023-04-14#1...
Building blas:x64-windows@2023-04-14#1...
-- Skipping post-build validation due to VCPKG_POLICY_EMPTY_PACKAGE
Stored binaries in 1 destinations in 71.4 ms.
Elapsed time to handle blas:x64-windows: 203 ms
blas:x64-windows package ABI: 803f47cbb33450f6c2bf54c4f63244c9d35521dffea3ab18260e7fa70f545df1
Installing 6/27 eigen3:[email protected]#4...
Building eigen3:[email protected]#4...
CMake Warning at scripts/cmake/vcpkg_buildpath_length_warning.cmake:4 (message):
eigen3's buildsystem uses very long paths and may fail on your system.
We recommend moving vcpkg to a short path such as 'C:\src\vcpkg' or using
the subst command.
Call Stack (most recent call first):
ports/eigen3/portfile.cmake:1 (vcpkg_buildpath_length_warning)
scripts/ports.cmake:192 (include)
-- Downloading https://gitlab.com/libeigen/eigen/-/archive/3.4.0/eigen-3.4.0.tar.gz -> libeigen-eigen-3.4.0.tar.gz...
-- Extracting source D:/dev/OpenSfM/vcpkg/downloads/libeigen-eigen-3.4.0.tar.gz
-- Applying patch remove_configure_checks.patch
-- Applying patch fix-vectorized-reductions-half.patch
-- Using source at D:/dev/OpenSfM/vcpkg/buildtrees/eigen3/src/3.4.0-1beca8819c.clean
-- Found external ninja('1.11.0').
-- Configuring x64-windows
-- Building x64-windows-rel
-- Installing: D:/dev/OpenSfM/vcpkg/packages/eigen3_x64-windows/debug/lib/pkgconfig/eigen3.pc
-- Fixing pkgconfig file: D:/dev/OpenSfM/vcpkg/packages/eigen3_x64-windows/lib/pkgconfig/eigen3.pc
-- Using cached msys2-mingw-w64-x86_64-pkgconf-1~2.2.0-1-any.pkg.tar.zst.
-- Using cached msys2-msys2-runtime-3.5.3-3-x86_64.pkg.tar.zst.
-- Using msys root at D:/dev/OpenSfM/vcpkg/downloads/tools/msys2/1e74ca60daa10104
-- Fixing pkgconfig file: D:/dev/OpenSfM/vcpkg/packages/eigen3_x64-windows/debug/lib/pkgconfig/eigen3.pc
-- Installing: D:/dev/OpenSfM/vcpkg/packages/eigen3_x64-windows/share/eigen3/copyright
-- Performing post-build validation
Stored binaries in 1 destinations in 656 ms.
Elapsed time to handle eigen3:x64-windows: 19 s
eigen3:x64-windows package ABI: 9caeec4313e390db01c7f8a4df1b67f3cf77be8e53aa811fbc8110d517477614
Installing 7/27 gflags:[email protected]#9...
Building gflags:[email protected]#9...
-- Downloading https://github.com/gflags/gflags/archive/v2.2.2.tar.gz -> gflags-gflags-v2.2.2.tar.gz...
-- Extracting source D:/dev/OpenSfM/vcpkg/downloads/gflags-gflags-v2.2.2.tar.gz
-- Applying patch 0001-patch-dir.patch
-- Applying patch fix_cmake_config.patch
-- Using source at D:/dev/OpenSfM/vcpkg/buildtrees/gflags/src/v2.2.2-d9283b9285.clean
-- Found external ninja('1.11.0').
-- Configuring x64-windows
-- Building x64-windows-dbg
-- Building x64-windows-rel
-- Installing: D:/dev/OpenSfM/vcpkg/packages/gflags_x64-windows/share/gflags/vcpkg-cmake-wrapper.cmake
-- Installing: D:/dev/OpenSfM/vcpkg/packages/gflags_x64-windows/share/gflags/usage
-- Installing: D:/dev/OpenSfM/vcpkg/packages/gflags_x64-windows/share/gflags/copyright
-- Performing post-build validation
Stored binaries in 1 destinations in 551 ms.
Elapsed time to handle gflags:x64-windows: 12 s
gflags:x64-windows package ABI: 1ed8ab248d206ce88e7e9e94ccf1fc43fb4762a954dda91e8b1027e2b7db3a54
Installing 8/27 glog:[email protected]...
Building glog:[email protected]...
-- Downloading https://github.com/google/glog/archive/v0.7.1.tar.gz -> google-glog-v0.7.1.tar.gz...
-- Extracting source D:/dev/OpenSfM/vcpkg/downloads/google-glog-v0.7.1.tar.gz
-- Applying patch fix_glog_CMAKE_MODULE_PATH.patch
-- Applying patch glog_disable_debug_postfix.patch
-- Applying patch fix_crosscompile_symbolize.patch
-- Applying patch fix_cplusplus_macro.patch
-- Using source at D:/dev/OpenSfM/vcpkg/buildtrees/glog/src/v0.7.1-795557b621.clean
-- Found external ninja('1.11.0').
-- Configuring x64-windows
CMake Warning at installed/x64-windows/share/vcpkg-cmake/vcpkg_cmake_configure.cmake:344 (message):
The following variables are not used in CMakeLists.txt:
WITH_CUSTOM_PREFIX
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/glog/portfile.cmake:24 (vcpkg_cmake_configure)
scripts/ports.cmake:192 (include)
-- Building x64-windows-dbg
-- Building x64-windows-rel
-- Using cached msys2-mingw-w64-x86_64-pkgconf-1~2.2.0-1-any.pkg.tar.zst.
-- Using cached msys2-msys2-runtime-3.5.3-3-x86_64.pkg.tar.zst.
-- Using msys root at D:/dev/OpenSfM/vcpkg/downloads/tools/msys2/1e74ca60daa10104
-- Installing: D:/dev/OpenSfM/vcpkg/packages/glog_x64-windows/share/glog/copyright
-- Performing post-build validation
Stored binaries in 1 destinations in 740 ms.
Elapsed time to handle glog:x64-windows: 27 s
glog:x64-windows package ABI: 427504775708f7d5ee5c720a9617cce773e5f2be50b8628a9c3fa9e500bbc3c1
Installing 9/27 vcpkg-gfortran:x64-windows@3#3...
Building vcpkg-gfortran:x64-windows@3#3...
-- The Fortran compiler identification is unknown
-- No Fortran compiler found on the PATH. Using MinGW gfortran!
-- Downloading https://mirror.msys2.org/mingw/mingw64/mingw-w64-x86_64-gcc-fortran-14.1.0-3-any.pkg.tar.zst;https://repo.msys2.org/mingw/mingw64/mingw-w64-x86_64-gcc-fortran-14.1.0-3-any.pkg.tar.zst;https://mirror.yandex.ru/mirrors/msys2/mingw/mingw64/mingw-w64-x86_64-gcc-fortran-14.1.0-3-any.pkg.tar.zst;https://mirrors.tuna.tsinghua.edu.cn/msys2/mingw/mingw64/mingw-w64-x86_64-gcc-fortran-14.1.0-3-any.pkg.tar.zst;https://mirrors.ustc.edu.cn/msys2/mingw/mingw64/mingw-w64-x86_64-gcc-fortran-14.1.0-3-any.pkg.tar.zst;https://mirror.selfnet.de/msys2/mingw/mingw64/mingw-w64-x86_64-gcc-fortran-14.1.0-3-any.pkg.tar.zst -> msys2-mingw-w64-x86_64-gcc-fortran-14.1.0-3-any.pkg.tar.zst...
-- Using cached msys2-msys2-runtime-3.5.3-3-x86_64.pkg.tar.zst.
-- Downloading https://mirror.msys2.org/mingw/mingw64/mingw-w64-x86_64-gcc-14.1.0-3-any.pkg.tar.zst;https://repo.msys2.org/mingw/mingw64/mingw-w64-x86_64-gcc-14.1.0-3-any.pkg.tar.zst;https://mirror.yandex.ru/mirrors/msys2/mingw/mingw64/mingw-w64-x86_64-gcc-14.1.0-3-any.pkg.tar.zst;https://mirrors.tuna.tsinghua.edu.cn/msys2/mingw/mingw64/mingw-w64-x86_64-gcc-14.1.0-3-any.pkg.tar.zst;https://mirrors.ustc.edu.cn/msys2/mingw/mingw64/mingw-w64-x86_64-gcc-14.1.0-3-any.pkg.tar.zst;https://mirror.selfnet.de/msys2/mingw/mingw64/mingw-w64-x86_64-gcc-14.1.0-3-any.pkg.tar.zst -> msys2-mingw-w64-x86_64-gcc-14.1.0-3-any.pkg.tar.zst...
-- Downloading https://mirror.msys2.org/mingw/mingw64/mingw-w64-x86_64-gcc-libgfortran-14.1.0-3-any.pkg.tar.zst;https://repo.msys2.org/mingw/mingw64/mingw-w64-x86_64-gcc-libgfortran-14.1.0-3-any.pkg.tar.zst;https://mirror.yandex.ru/mirrors/msys2/mingw/mingw64/mingw-w64-x86_64-gcc-libgfortran-14.1.0-3-any.pkg.tar.zst;https://mirrors.tuna.tsinghua.edu.cn/msys2/mingw/mingw64/mingw-w64-x86_64-gcc-libgfortran-14.1.0-3-any.pkg.tar.zst;https://mirrors.ustc.edu.cn/msys2/mingw/mingw64/mingw-w64-x86_64-gcc-libgfortran-14.1.0-3-any.pkg.tar.zst;https://mirror.selfnet.de/msys2/mingw/mingw64/mingw-w64-x86_64-gcc-libgfortran-14.1.0-3-any.pkg.tar.zst -> msys2-mingw-w64-x86_64-gcc-libgfortran-14.1.0-3-any.pkg.tar.zst...
-- Downloading https://mirror.msys2.org/mingw/mingw64/mingw-w64-x86_64-binutils-2.42-2-any.pkg.tar.zst;https://repo.msys2.org/mingw/mingw64/mingw-w64-x86_64-binutils-2.42-2-any.pkg.tar.zst;https://mirror.yandex.ru/mirrors/msys2/mingw/mingw64/mingw-w64-x86_64-binutils-2.42-2-any.pkg.tar.zst;https://mirrors.tuna.tsinghua.edu.cn/msys2/mingw/mingw64/mingw-w64-x86_64-binutils-2.42-2-any.pkg.tar.zst;https://mirrors.ustc.edu.cn/msys2/mingw/mingw64/mingw-w64-x86_64-binutils-2.42-2-any.pkg.tar.zst;https://mirror.selfnet.de/msys2/mingw/mingw64/mingw-w64-x86_64-binutils-2.42-2-any.pkg.tar.zst -> msys2-mingw-w64-x86_64-binutils-2.42-2-any.pkg.tar.zst...
-- Downloading https://mirror.msys2.org/mingw/mingw64/mingw-w64-x86_64-crt-git-12.0.0.r32.gf977e1c38-1-any.pkg.tar.zst;https://repo.msys2.org/mingw/mingw64/mingw-w64-x86_64-crt-git-12.0.0.r32.gf977e1c38-1-any.pkg.tar.zst;https://mirror.yandex.ru/mirrors/msys2/mingw/mingw64/mingw-w64-x86_64-crt-git-12.0.0.r32.gf977e1c38-1-any.pkg.tar.zst;https://mirrors.tuna.tsinghua.edu.cn/msys2/mingw/mingw64/mingw-w64-x86_64-crt-git-12.0.0.r32.gf977e1c38-1-any.pkg.tar.zst;https://mirrors.ustc.edu.cn/msys2/mingw/mingw64/mingw-w64-x86_64-crt-git-12.0.0.r32.gf977e1c38-1-any.pkg.tar.zst;https://mirror.selfnet.de/msys2/mingw/mingw64/mingw-w64-x86_64-crt-git-12.0.0.r32.gf977e1c38-1-any.pkg.tar.zst -> msys2-mingw-w64-x86_64-crt-git-12.0.0.r32.gf977e1c38-1-any.pkg.tar.zst...
-- Downloading https://mirror.msys2.org/mingw/mingw64/mingw-w64-x86_64-gcc-libs-14.1.0-3-any.pkg.tar.zst;https://repo.msys2.org/mingw/mingw64/mingw-w64-x86_64-gcc-libs-14.1.0-3-any.pkg.tar.zst;https://mirror.yandex.ru/mirrors/msys2/mingw/mingw64/mingw-w64-x86_64-gcc-libs-14.1.0-3-any.pkg.tar.zst;https://mirrors.tuna.tsinghua.edu.cn/msys2/mingw/mingw64/mingw-w64-x86_64-gcc-libs-14.1.0-3-any.pkg.tar.zst;https://mirrors.ustc.edu.cn/msys2/mingw/mingw64/mingw-w64-x86_64-gcc-libs-14.1.0-3-any.pkg.tar.zst;https://mirror.selfnet.de/msys2/mingw/mingw64/mingw-w64-x86_64-gcc-libs-14.1.0-3-any.pkg.tar.zst -> msys2-mingw-w64-x86_64-gcc-libs-14.1.0-3-any.pkg.tar.zst...
-- Downloading https://mirror.msys2.org/mingw/mingw64/mingw-w64-x86_64-gmp-6.3.0-2-any.pkg.tar.zst;https://repo.msys2.org/mingw/mingw64/mingw-w64-x86_64-gmp-6.3.0-2-any.pkg.tar.zst;https://mirror.yandex.ru/mirrors/msys2/mingw/mingw64/mingw-w64-x86_64-gmp-6.3.0-2-any.pkg.tar.zst;https://mirrors.tuna.tsinghua.edu.cn/msys2/mingw/mingw64/mingw-w64-x86_64-gmp-6.3.0-2-any.pkg.tar.zst;https://mirrors.ustc.edu.cn/msys2/mingw/mingw64/mingw-w64-x86_64-gmp-6.3.0-2-any.pkg.tar.zst;https://mirror.selfnet.de/msys2/mingw/mingw64/mingw-w64-x86_64-gmp-6.3.0-2-any.pkg.tar.zst -> msys2-mingw-w64-x86_64-gmp-6.3.0-2-any.pkg.tar.zst...
-- Downloading https://mirror.msys2.org/mingw/mingw64/mingw-w64-x86_64-headers-git-12.0.0.r32.gf977e1c38-1-any.pkg.tar.zst;https://repo.msys2.org/mingw/mingw64/mingw-w64-x86_64-headers-git-12.0.0.r32.gf977e1c38-1-any.pkg.tar.zst;https://mirror.yandex.ru/mirrors/msys2/mingw/mingw64/mingw-w64-x86_64-headers-git-12.0.0.r32.gf977e1c38-1-any.pkg.tar.zst;https://mirrors.tuna.tsinghua.edu.cn/msys2/mingw/mingw64/mingw-w64-x86_64-headers-git-12.0.0.r32.gf977e1c38-1-any.pkg.tar.zst;https://mirrors.ustc.edu.cn/msys2/mingw/mingw64/mingw-w64-x86_64-headers-git-12.0.0.r32.gf977e1c38-1-any.pkg.tar.zst;https://mirror.selfnet.de/msys2/mingw/mingw64/mingw-w64-x86_64-headers-git-12.0.0.r32.gf977e1c38-1-any.pkg.tar.zst -> msys2-mingw-w64-x86_64-headers-git-12.0.0.r32.gf977e1c38-1-any.pkg.tar.zst...
-- Downloading https://mirror.msys2.org/mingw/mingw64/mingw-w64-x86_64-isl-0.26-1-any.pkg.tar.zst;https://repo.msys2.org/mingw/mingw64/mingw-w64-x86_64-isl-0.26-1-any.pkg.tar.zst;https://mirror.yandex.ru/mirrors/msys2/mingw/mingw64/mingw-w64-x86_64-isl-0.26-1-any.pkg.tar.zst;https://mirrors.tuna.tsinghua.edu.cn/msys2/mingw/mingw64/mingw-w64-x86_64-isl-0.26-1-any.pkg.tar.zst;https://mirrors.ustc.edu.cn/msys2/mingw/mingw64/mingw-w64-x86_64-isl-0.26-1-any.pkg.tar.zst;https://mirror.selfnet.de/msys2/mingw/mingw64/mingw-w64-x86_64-isl-0.26-1-any.pkg.tar.zst -> msys2-mingw-w64-x86_64-isl-0.26-1-any.pkg.tar.zst...
-- Downloading https://mirror.msys2.org/mingw/mingw64/mingw-w64-x86_64-libiconv-1.17-4-any.pkg.tar.zst;https://repo.msys2.org/mingw/mingw64/mingw-w64-x86_64-libiconv-1.17-4-any.pkg.tar.zst;https://mirror.yandex.ru/mirrors/msys2/mingw/mingw64/mingw-w64-x86_64-libiconv-1.17-4-any.pkg.tar.zst;https://mirrors.tuna.tsinghua.edu.cn/msys2/mingw/mingw64/mingw-w64-x86_64-libiconv-1.17-4-any.pkg.tar.zst;https://mirrors.ustc.edu.cn/msys2/mingw/mingw64/mingw-w64-x86_64-libiconv-1.17-4-any.pkg.tar.zst;https://mirror.selfnet.de/msys2/mingw/mingw64/mingw-w64-x86_64-libiconv-1.17-4-any.pkg.tar.zst -> msys2-mingw-w64-x86_64-libiconv-1.17-4-any.pkg.tar.zst...
-- Downloading https://mirror.msys2.org/mingw/mingw64/mingw-w64-x86_64-mpc-1.3.1-2-any.pkg.tar.zst;https://repo.msys2.org/mingw/mingw64/mingw-w64-x86_64-mpc-1.3.1-2-any.pkg.tar.zst;https://mirror.yandex.ru/mirrors/msys2/mingw/mingw64/mingw-w64-x86_64-mpc-1.3.1-2-any.pkg.tar.zst;https://mirrors.tuna.tsinghua.edu.cn/msys2/mingw/mingw64/mingw-w64-x86_64-mpc-1.3.1-2-any.pkg.tar.zst;https://mirrors.ustc.edu.cn/msys2/mingw/mingw64/mingw-w64-x86_64-mpc-1.3.1-2-any.pkg.tar.zst;https://mirror.selfnet.de/msys2/mingw/mingw64/mingw-w64-x86_64-mpc-1.3.1-2-any.pkg.tar.zst -> msys2-mingw-w64-x86_64-mpc-1.3.1-2-any.pkg.tar.zst...
-- Downloading https://mirror.msys2.org/mingw/mingw64/mingw-w64-x86_64-mpfr-4.2.1-2-any.pkg.tar.zst;https://repo.msys2.org/mingw/mingw64/mingw-w64-x86_64-mpfr-4.2.1-2-any.pkg.tar.zst;https://mirror.yandex.ru/mirrors/msys2/mingw/mingw64/mingw-w64-x86_64-mpfr-4.2.1-2-any.pkg.tar.zst;https://mirrors.tuna.tsinghua.edu.cn/msys2/mingw/mingw64/mingw-w64-x86_64-mpfr-4.2.1-2-any.pkg.tar.zst;https://mirrors.ustc.edu.cn/msys2/mingw/mingw64/mingw-w64-x86_64-mpfr-4.2.1-2-any.pkg.tar.zst;https://mirror.selfnet.de/msys2/mingw/mingw64/mingw-w64-x86_64-mpfr-4.2.1-2-any.pkg.tar.zst -> msys2-mingw-w64-x86_64-mpfr-4.2.1-2-any.pkg.tar.zst...
-- Downloading https://mirror.msys2.org/mingw/mingw64/mingw-w64-x86_64-windows-default-manifest-6.4-4-any.pkg.tar.zst;https://repo.msys2.org/mingw/mingw64/mingw-w64-x86_64-windows-default-manifest-6.4-4-any.pkg.tar.zst;https://mirror.yandex.ru/mirrors/msys2/mingw/mingw64/mingw-w64-x86_64-windows-default-manifest-6.4-4-any.pkg.tar.zst;https://mirrors.tuna.tsinghua.edu.cn/msys2/mingw/mingw64/mingw-w64-x86_64-windows-default-manifest-6.4-4-any.pkg.tar.zst;https://mirrors.ustc.edu.cn/msys2/mingw/mingw64/mingw-w64-x86_64-windows-default-manifest-6.4-4-any.pkg.tar.zst;https://mirror.selfnet.de/msys2/mingw/mingw64/mingw-w64-x86_64-windows-default-manifest-6.4-4-any.pkg.tar.zst -> msys2-mingw-w64-x86_64-windows-default-manifest-6.4-4-any.pkg.tar.zst...
-- Downloading https://mirror.msys2.org/mingw/mingw64/mingw-w64-x86_64-winpthreads-git-12.0.0.r32.gf977e1c38-1-any.pkg.tar.zst;https://repo.msys2.org/mingw/mingw64/mingw-w64-x86_64-winpthreads-git-12.0.0.r32.gf977e1c38-1-any.pkg.tar.zst;https://mirror.yandex.ru/mirrors/msys2/mingw/mingw64/mingw-w64-x86_64-winpthreads-git-12.0.0.r32.gf977e1c38-1-any.pkg.tar.zst;https://mirrors.tuna.tsinghua.edu.cn/msys2/mingw/mingw64/mingw-w64-x86_64-winpthreads-git-12.0.0.r32.gf977e1c38-1-any.pkg.tar.zst;https://mirrors.ustc.edu.cn/msys2/mingw/mingw64/mingw-w64-x86_64-winpthreads-git-12.0.0.r32.gf977e1c38-1-any.pkg.tar.zst;https://mirror.selfnet.de/msys2/mingw/mingw64/mingw-w64-x86_64-winpthreads-git-12.0.0.r32.gf977e1c38-1-any.pkg.tar.zst -> msys2-mingw-w64-x86_64-winpthreads-git-12.0.0.r32.gf977e1c38-1-any.pkg.tar.zst...
-- Downloading https://mirror.msys2.org/mingw/mingw64/mingw-w64-x86_64-zlib-1.3.1-1-any.pkg.tar.zst;https://repo.msys2.org/mingw/mingw64/mingw-w64-x86_64-zlib-1.3.1-1-any.pkg.tar.zst;https://mirror.yandex.ru/mirrors/msys2/mingw/mingw64/mingw-w64-x86_64-zlib-1.3.1-1-any.pkg.tar.zst;https://mirrors.tuna.tsinghua.edu.cn/msys2/mingw/mingw64/mingw-w64-x86_64-zlib-1.3.1-1-any.pkg.tar.zst;https://mirrors.ustc.edu.cn/msys2/mingw/mingw64/mingw-w64-x86_64-zlib-1.3.1-1-any.pkg.tar.zst;https://mirror.selfnet.de/msys2/mingw/mingw64/mingw-w64-x86_64-zlib-1.3.1-1-any.pkg.tar.zst -> msys2-mingw-w64-x86_64-zlib-1.3.1-1-any.pkg.tar.zst...
-- Downloading https://mirror.msys2.org/mingw/mingw64/mingw-w64-x86_64-zstd-1.5.6-2-any.pkg.tar.zst;https://repo.msys2.org/mingw/mingw64/mingw-w64-x86_64-zstd-1.5.6-2-any.pkg.tar.zst;https://mirror.yandex.ru/mirrors/msys2/mingw/mingw64/mingw-w64-x86_64-zstd-1.5.6-2-any.pkg.tar.zst;https://mirrors.tuna.tsinghua.edu.cn/msys2/mingw/mingw64/mingw-w64-x86_64-zstd-1.5.6-2-any.pkg.tar.zst;https://mirrors.ustc.edu.cn/msys2/mingw/mingw64/mingw-w64-x86_64-zstd-1.5.6-2-any.pkg.tar.zst;https://mirror.selfnet.de/msys2/mingw/mingw64/mingw-w64-x86_64-zstd-1.5.6-2-any.pkg.tar.zst -> msys2-mingw-w64-x86_64-zstd-1.5.6-2-any.pkg.tar.zst...
-- Downloading https://mirror.msys2.org/mingw/mingw64/mingw-w64-x86_64-gettext-runtime-0.22.5-2-any.pkg.tar.zst;https://repo.msys2.org/mingw/mingw64/mingw-w64-x86_64-gettext-runtime-0.22.5-2-any.pkg.tar.zst;https://mirror.yandex.ru/mirrors/msys2/mingw/mingw64/mingw-w64-x86_64-gettext-runtime-0.22.5-2-any.pkg.tar.zst;https://mirrors.tuna.tsinghua.edu.cn/msys2/mingw/mingw64/mingw-w64-x86_64-gettext-runtime-0.22.5-2-any.pkg.tar.zst;https://mirrors.ustc.edu.cn/msys2/mingw/mingw64/mingw-w64-x86_64-gettext-runtime-0.22.5-2-any.pkg.tar.zst;https://mirror.selfnet.de/msys2/mingw/mingw64/mingw-w64-x86_64-gettext-runtime-0.22.5-2-any.pkg.tar.zst -> msys2-mingw-w64-x86_64-gettext-runtime-0.22.5-2-any.pkg.tar.zst...
-- Using cached msys2-mingw-w64-x86_64-headers-git-12.0.0.r32.gf977e1c38-1-any.pkg.tar.zst.
-- Downloading https://mirror.msys2.org/mingw/mingw64/mingw-w64-x86_64-libwinpthread-git-12.0.0.r32.gf977e1c38-1-any.pkg.tar.zst;https://repo.msys2.org/mingw/mingw64/mingw-w64-x86_64-libwinpthread-git-12.0.0.r32.gf977e1c38-1-any.pkg.tar.zst;https://mirror.yandex.ru/mirrors/msys2/mingw/mingw64/mingw-w64-x86_64-libwinpthread-git-12.0.0.r32.gf977e1c38-1-any.pkg.tar.zst;https://mirrors.tuna.tsinghua.edu.cn/msys2/mingw/mingw64/mingw-w64-x86_64-libwinpthread-git-12.0.0.r32.gf977e1c38-1-any.pkg.tar.zst;https://mirrors.ustc.edu.cn/msys2/mingw/mingw64/mingw-w64-x86_64-libwinpthread-git-12.0.0.r32.gf977e1c38-1-any.pkg.tar.zst;https://mirror.selfnet.de/msys2/mingw/mingw64/mingw-w64-x86_64-libwinpthread-git-12.0.0.r32.gf977e1c38-1-any.pkg.tar.zst -> msys2-mingw-w64-x86_64-libwinpthread-git-12.0.0.r32.gf977e1c38-1-any.pkg.tar.zst...
-- Using cached msys2-mingw-w64-x86_64-libwinpthread-git-12.0.0.r32.gf977e1c38-1-any.pkg.tar.zst.
-- Using msys root at D:/dev/OpenSfM/vcpkg/downloads/tools/msys2/259fff2112122ad2
-- Installing: D:/dev/OpenSfM/vcpkg/packages/vcpkg-gfortran_x64-windows/share/vcpkg-gfortran/copyright
-- Performing post-build validation
Stored binaries in 1 destinations in 783 ms.
Elapsed time to handle vcpkg-gfortran:x64-windows: 21 min
vcpkg-gfortran:x64-windows package ABI: e6c87cbddb5a4f125791d85759bf2fcbe98ba8af76739528e1188a311b71153e
Installing 10/27 lapack-reference[blas-select,core,noblas]:[email protected]#6...
Building lapack-reference[blas-select,core,noblas]:[email protected]#6...
-- Downloading https://github.com/Reference-LAPACK/lapack/archive/v3.11.0.tar.gz -> Reference-LAPACK-lapack-v3.11.0.tar.gz...
-- Extracting source D:/dev/OpenSfM/vcpkg/downloads/Reference-LAPACK-lapack-v3.11.0.tar.gz
-- Applying patch cmake-config.patch
-- Applying patch lapacke.patch
-- Applying patch fix_prefix.patch
-- Using source at D:/dev/OpenSfM/vcpkg/buildtrees/lapack-reference/src/v3.11.0-6ae738f586.clean
-- The Fortran compiler identification is unknown
-- No Fortran compiler found on the PATH. Using MinGW gfortran!
-- Using cached msys2-mingw-w64-x86_64-gcc-fortran-14.1.0-3-any.pkg.tar.zst.
-- Using cached msys2-msys2-runtime-3.5.3-3-x86_64.pkg.tar.zst.
-- Using cached msys2-mingw-w64-x86_64-gcc-14.1.0-3-any.pkg.tar.zst.
-- Using cached msys2-mingw-w64-x86_64-gcc-libgfortran-14.1.0-3-any.pkg.tar.zst.
-- Using cached msys2-mingw-w64-x86_64-binutils-2.42-2-any.pkg.tar.zst.
-- Using cached msys2-mingw-w64-x86_64-crt-git-12.0.0.r32.gf977e1c38-1-any.pkg.tar.zst.
-- Using cached msys2-mingw-w64-x86_64-gcc-libs-14.1.0-3-any.pkg.tar.zst.
-- Using cached msys2-mingw-w64-x86_64-gmp-6.3.0-2-any.pkg.tar.zst.
-- Using cached msys2-mingw-w64-x86_64-headers-git-12.0.0.r32.gf977e1c38-1-any.pkg.tar.zst.
-- Using cached msys2-mingw-w64-x86_64-isl-0.26-1-any.pkg.tar.zst.
-- Using cached msys2-mingw-w64-x86_64-libiconv-1.17-4-any.pkg.tar.zst.
-- Using cached msys2-mingw-w64-x86_64-mpc-1.3.1-2-any.pkg.tar.zst.
-- Using cached msys2-mingw-w64-x86_64-mpfr-4.2.1-2-any.pkg.tar.zst.
-- Using cached msys2-mingw-w64-x86_64-windows-default-manifest-6.4-4-any.pkg.tar.zst.
-- Using cached msys2-mingw-w64-x86_64-winpthreads-git-12.0.0.r32.gf977e1c38-1-any.pkg.tar.zst.
-- Using cached msys2-mingw-w64-x86_64-zlib-1.3.1-1-any.pkg.tar.zst.
-- Using cached msys2-mingw-w64-x86_64-zstd-1.5.6-2-any.pkg.tar.zst.
-- Using cached msys2-mingw-w64-x86_64-gettext-runtime-0.22.5-2-any.pkg.tar.zst.
-- Using cached msys2-mingw-w64-x86_64-headers-git-12.0.0.r32.gf977e1c38-1-any.pkg.tar.zst.
-- Using cached msys2-mingw-w64-x86_64-libwinpthread-git-12.0.0.r32.gf977e1c38-1-any.pkg.tar.zst.
-- Using cached msys2-mingw-w64-x86_64-libwinpthread-git-12.0.0.r32.gf977e1c38-1-any.pkg.tar.zst.
-- Using msys root at D:/dev/OpenSfM/vcpkg/downloads/tools/msys2/259fff2112122ad2
-- Found external ninja('1.11.0').
-- Configuring x64-windows
-- Building x64-windows-dbg
-- Building x64-windows-rel
-- Fixing pkgconfig file: D:/dev/OpenSfM/vcpkg/packages/lapack-reference_x64-windows/lib/pkgconfig/lapack.pc
-- Using cached msys2-mingw-w64-x86_64-pkgconf-1~2.2.0-1-any.pkg.tar.zst.
-- Using cached msys2-msys2-runtime-3.5.3-3-x86_64.pkg.tar.zst.
-- Using msys root at D:/dev/OpenSfM/vcpkg/downloads/tools/msys2/1e74ca60daa10104
-- Fixing pkgconfig file: D:/dev/OpenSfM/vcpkg/packages/lapack-reference_x64-windows/debug/lib/pkgconfig/lapack.pc
-- Installing: D:/dev/OpenSfM/vcpkg/packages/lapack-reference_x64-windows/share/lapack-reference/usage
-- Installing: D:/dev/OpenSfM/vcpkg/packages/lapack-reference_x64-windows/share/lapack-reference/copyright
-- Performing post-build validation
Stored binaries in 1 destinations in 3 s.
Elapsed time to handle lapack-reference:x64-windows: 7.5 min
lapack-reference:x64-windows package ABI: 4a6bbccca7b2d47b4b4aef0295ea7082a3b652403e2b153ad5bc61025294a001
Installing 11/27 lapack:x64-windows@2023-06-10#2...
Building lapack:x64-windows@2023-06-10#2...
-- Skipping post-build validation due to VCPKG_POLICY_EMPTY_PACKAGE
Stored binaries in 1 destinations in 78.9 ms.
Elapsed time to handle lapack:x64-windows: 356 ms
lapack:x64-windows package ABI: 097264317a16b0d417bffaae128969bbf8a8db3233fffd4dd14184806c5659e6
Installing 12/27 gklib:x64-windows@2023-03-27...
Building gklib:x64-windows@2023-03-27...
-- Note: gklib only supports static library linkage. Building static library.
-- Downloading https://github.com/KarypisLab/GKlib/archive/8bd6bad750b2b0d90800c632cf18e8ee93ad72d7.tar.gz -> KarypisLab-GKlib-8bd6bad750b2b0d90800c632cf18e8ee93ad72d7.tar.gz...
-- Extracting source D:/dev/OpenSfM/vcpkg/downloads/KarypisLab-GKlib-8bd6bad750b2b0d90800c632cf18e8ee93ad72d7.tar.gz
-- Applying patch android.patch
-- Applying patch build-fixes.patch
-- Using source at D:/dev/OpenSfM/vcpkg/buildtrees/gklib/src/ee93ad72d7-16e10bc7bb.clean
-- Found external ninja('1.11.0').
-- Configuring x64-windows
-- Building x64-windows-dbg
-- Building x64-windows-rel
-- Installing: D:/dev/OpenSfM/vcpkg/packages/gklib_x64-windows/share/gklib/copyright
-- Performing post-build validation
Stored binaries in 1 destinations in 588 ms.
Elapsed time to handle gklib:x64-windows: 11 s
gklib:x64-windows package ABI: 2e35590aa7b7f01198144eed75a8942db24ea726724563711ad854b9e3a9a192
Installing 13/27 metis:x64-windows@2022-07-27...
Building metis:x64-windows@2022-07-27...
-- Note: metis only supports static library linkage. Building static library.
-- Downloading https://github.com/KarypisLab/METIS/archive/94c03a6e2d1860128c2d0675cbbb86ad4f261256.tar.gz -> KarypisLab-METIS-94c03a6e2d1860128c2d0675cbbb86ad4f261256.tar.gz...
-- Extracting source D:/dev/OpenSfM/vcpkg/downloads/KarypisLab-METIS-94c03a6e2d1860128c2d0675cbbb86ad4f261256.tar.gz
-- Applying patch build-fixes.patch
-- Using source at D:/dev/OpenSfM/vcpkg/buildtrees/metis/src/ad4f261256-3946bfd48a.clean
-- Found external ninja('1.11.0').
-- Configuring x64-windows
-- Building x64-windows-dbg
-- Building x64-windows-rel
-- Installing: D:/dev/OpenSfM/vcpkg/packages/metis_x64-windows/share/metis/copyright
-- Performing post-build validation
Stored binaries in 1 destinations in 733 ms.
Elapsed time to handle metis:x64-windows: 13 s
metis:x64-windows package ABI: 23d65d5ab3bb49c4bc09dc09bb43cc709abb3a73f86a2a09f98ae2d7f1d3573f
Installing 14/27 suitesparse:[email protected]#2...
Building suitesparse:[email protected]#2...
-- Downloading https://github.com/DrTimothyAldenDavis/SuiteSparse/archive/71e330ca2bc0a2f12f416c461d23dbca21db4d8f.tar.gz -> DrTimothyAldenDavis-SuiteSparse-71e330ca2bc0a2f12f416c461d23dbca21db4d8f.tar.gz...
-- Extracting source D:/dev/OpenSfM/vcpkg/downloads/DrTimothyAldenDavis-SuiteSparse-71e330ca2bc0a2f12f416c461d23dbca21db4d8f.tar.gz
-- Using source at D:/dev/OpenSfM/vcpkg/buildtrees/suitesparse/src/ca21db4d8f-31bbc10efb.clean
-- Downloading https://github.com/jlblancoc/suitesparse-metis-for-windows/archive/c11e8dd7a2ef7d0d93af4c16f75374dd8ca029e2.tar.gz -> jlblancoc-suitesparse-metis-for-windows-c11e8dd7a2ef7d0d93af4c16f75374dd8ca029e2.tar.gz...
-- Extracting source D:/dev/OpenSfM/vcpkg/downloads/jlblancoc-suitesparse-metis-for-windows-c11e8dd7a2ef7d0d93af4c16f75374dd8ca029e2.tar.gz
-- Applying patch build_fixes.patch
-- Using source at D:/dev/OpenSfM/vcpkg/buildtrees/suitesparse/src/dd8ca029e2-bdd475c274.clean
-- Overwriting SuiteSparseWin source files with SuiteSparse source files...
-- Overwriting SuiteSparseWin source files with SuiteSparse source files... done
-- Removing integrated lapack and metis lib...
-- Removing integrated lapack and metis lib... done
-- Found external ninja('1.11.0').
-- Configuring x64-windows
CMake Warning at installed/x64-windows/share/vcpkg-cmake/vcpkg_cmake_configure.cmake:344 (message):
The following variables are not used in CMakeLists.txt:
BUILD_METIS
METIS_SOURCE_DIR
SUITESPARSE_INSTALL_PREFIX
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/suitesparse/portfile.cmake:32 (vcpkg_cmake_configure)
scripts/ports.cmake:192 (include)
-- Building x64-windows-dbg
-- Building x64-windows-rel
-- Installing: D:/dev/OpenSfM/vcpkg/packages/suitesparse_x64-windows/share/suitesparse/copyright
-- Installing: D:/dev/OpenSfM/vcpkg/packages/suitesparse_x64-windows/share/suitesparse/copyright_suitesparse-metis-for-windows
-- Installing: D:/dev/OpenSfM/vcpkg/packages/suitesparse_x64-windows/share/cxsparse/vcpkg-cmake-wrapper.cmake
-- Performing post-build validation
Stored binaries in 1 destinations in 775 ms.
Elapsed time to handle suitesparse:x64-windows: 4.4 min
suitesparse:x64-windows package ABI: 2a52a46902aeaeed97120d6b6925e8fb189fbd4ae2a9018c289124ff47a9f92c
Installing 15/27 ceres[core,lapack,suitesparse]:[email protected]#5...
Building ceres[core,lapack,suitesparse]:[email protected]#5...
-- Downloading https://github.com/ceres-solver/ceres-solver/archive/f68321e7de8929fbcdb95dd42877531e64f72f66.tar.gz -> ceres-solver-ceres-solver-f68321e7de8929fbcdb95dd42877531e64f72f66.tar.gz...
-- Extracting source D:/dev/OpenSfM/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 D:/dev/OpenSfM/vcpkg/buildtrees/ceres/src/1e64f72f66-a013de02a8.clean
-- -DSCHUR_SPECIALIZATIONS=OFF
-- -DSUITESPARSE=ON
-- -DCXSPARSE=OFF
-- -DLAPACK=ON
-- -DEIGENSPARSE=OFF
-- -DGFLAGS=OFF
-- -DCUDA=OFF
-- Found external ninja('1.11.0').
-- Configuring x64-windows
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:192 (include)
-- Building x64-windows-dbg
-- Building x64-windows-rel
-- Installing: D:/dev/OpenSfM/vcpkg/packages/ceres_x64-windows/share/ceres/copyright
-- Performing post-build validation
Stored binaries in 1 destinations in 41 s.
Elapsed time to handle ceres:x64-windows: 4 min
ceres:x64-windows package ABI: 9196943db0852b80c1628f826bcd2c41c8fb501daf9a4caa52db8a14ef76ced3
Installing 16/27 flatbuffers:[email protected]...
Building flatbuffers:[email protected]...
-- Note: flatbuffers only supports static library linkage. Building static library.
-- Downloading https://github.com/google/flatbuffers/archive/v24.3.25.tar.gz -> google-flatbuffers-v24.3.25.tar.gz...
-- Extracting source D:/dev/OpenSfM/vcpkg/downloads/google-flatbuffers-v24.3.25.tar.gz
-- Applying patch fix-uwp-build.patch
-- Using source at D:/dev/OpenSfM/vcpkg/buildtrees/flatbuffers/src/v24.3.25-0f065ed72a.clean
-- Found external ninja('1.11.0').
-- Configuring x64-windows
-- Building x64-windows-dbg
-- Building x64-windows-rel
-- Fixing pkgconfig file: D:/dev/OpenSfM/vcpkg/packages/flatbuffers_x64-windows/lib/pkgconfig/flatbuffers.pc
-- Using cached msys2-mingw-w64-x86_64-pkgconf-1~2.2.0-1-any.pkg.tar.zst.
-- Using cached msys2-msys2-runtime-3.5.3-3-x86_64.pkg.tar.zst.
-- Using msys root at D:/dev/OpenSfM/vcpkg/downloads/tools/msys2/1e74ca60daa10104
-- Fixing pkgconfig file: D:/dev/OpenSfM/vcpkg/packages/flatbuffers_x64-windows/debug/lib/pkgconfig/flatbuffers.pc
-- Installing: D:/dev/OpenSfM/vcpkg/packages/flatbuffers_x64-windows/share/flatbuffers/copyright
-- Performing post-build validation
Stored binaries in 1 destinations in 3.6 s.
Elapsed time to handle flatbuffers:x64-windows: 1.2 min
flatbuffers:x64-windows package ABI: 2b0293b5eef4cb9422a71fea6dc5ae55f207e184ac1a99feae4a53b359b8748f
Installing 17/27 libjpeg-turbo:[email protected]...
Building libjpeg-turbo:[email protected]...
-- Downloading https://github.com/libjpeg-turbo/libjpeg-turbo/archive/3.0.4.tar.gz -> libjpeg-turbo-libjpeg-turbo-3.0.4.tar.gz...
-- Extracting source D:/dev/OpenSfM/vcpkg/downloads/libjpeg-turbo-libjpeg-turbo-3.0.4.tar.gz
-- Applying patch add-options-for-exes-docs-headers.patch
-- Applying patch workaround_cmake_system_processor.patch
-- Using source at D:/dev/OpenSfM/vcpkg/buildtrees/libjpeg-turbo/src/3.0.4-7f221bad90.clean
-- Downloading https://www.nasm.us/pub/nasm/releasebuilds/2.16.01/win64/nasm-2.16.01-win64.zip;https://gstreamer.freedesktop.org/src/mirror/nasm-2.16.01-win64.zip;https://vcpkg.github.io/assets/nasm/nasm-2.16.01-win64.zip -> nasm-2.16.01-win64.zip...
-- Found external ninja('1.11.0').
-- Configuring x64-windows
-- Building x64-windows-dbg
-- Building x64-windows-rel
-- Fixing pkgconfig file: D:/dev/OpenSfM/vcpkg/packages/libjpeg-turbo_x64-windows/lib/pkgconfig/libjpeg.pc
-- Fixing pkgconfig file: D:/dev/OpenSfM/vcpkg/packages/libjpeg-turbo_x64-windows/lib/pkgconfig/libturbojpeg.pc
-- Using cached msys2-mingw-w64-x86_64-pkgconf-1~2.2.0-1-any.pkg.tar.zst.
-- Using cached msys2-msys2-runtime-3.5.3-3-x86_64.pkg.tar.zst.
-- Using msys root at D:/dev/OpenSfM/vcpkg/downloads/tools/msys2/1e74ca60daa10104
-- Fixing pkgconfig file: D:/dev/OpenSfM/vcpkg/packages/libjpeg-turbo_x64-windows/debug/lib/pkgconfig/libjpeg.pc
-- Fixing pkgconfig file: D:/dev/OpenSfM/vcpkg/packages/libjpeg-turbo_x64-windows/debug/lib/pkgconfig/libturbojpeg.pc
-- Installing: D:/dev/OpenSfM/vcpkg/packages/libjpeg-turbo_x64-windows/share/libjpeg-turbo/copyright
-- Performing post-build validation
Stored binaries in 1 destinations in 636 ms.
Elapsed time to handle libjpeg-turbo:x64-windows: 38 s
libjpeg-turbo:x64-windows package ABI: 42440faf2cfdf13abf2c436a2d8251ec36233f3fa04f9852148717c655042edc
Installing 18/27 liblzma:[email protected]...
Building liblzma:[email protected]...
-- Downloading https://github.com/tukaani-project/xz/archive/v5.6.2.tar.gz -> tukaani-project-xz-v5.6.2.tar.gz...
-- Extracting source D:/dev/OpenSfM/vcpkg/downloads/tukaani-project-xz-v5.6.2.tar.gz
-- Applying patch win_output_name.patch
-- Applying patch build-tools.patch
-- Using source at D:/dev/OpenSfM/vcpkg/buildtrees/liblzma/src/v5.6.2-7484848813.clean
-- Found external ninja('1.11.0').
-- Configuring x64-windows
-- Building x64-windows-dbg
-- Building x64-windows-rel
-- Fixing pkgconfig file: D:/dev/OpenSfM/vcpkg/packages/liblzma_x64-windows/lib/pkgconfig/liblzma.pc
-- Using cached msys2-mingw-w64-x86_64-pkgconf-1~2.2.0-1-any.pkg.tar.zst.
-- Using cached msys2-msys2-runtime-3.5.3-3-x86_64.pkg.tar.zst.
-- Using msys root at D:/dev/OpenSfM/vcpkg/downloads/tools/msys2/1e74ca60daa10104
-- Fixing pkgconfig file: D:/dev/OpenSfM/vcpkg/packages/liblzma_x64-windows/debug/lib/pkgconfig/liblzma.pc
-- Installing: D:/dev/OpenSfM/vcpkg/packages/liblzma_x64-windows/share/liblzma/copyright
-- Performing post-build validation
Stored binaries in 1 destinations in 418 ms.
Elapsed time to handle liblzma:x64-windows: 23 s
liblzma:x64-windows package ABI: 4be5dd5c9fe1d0ff36df0e1988de88bf18d9432735b809c3b67e2a317294d2ea
Installing 19/27 zlib:[email protected]...
Building zlib:[email protected]...
-- Downloading https://github.com/madler/zlib/archive/v1.3.1.tar.gz -> madler-zlib-v1.3.1.tar.gz...
-- Extracting source D:/dev/OpenSfM/vcpkg/downloads/madler-zlib-v1.3.1.tar.gz
-- Applying patch 0001-Prevent-invalid-inclusions-when-HAVE_-is-set-to-0.patch
-- Applying patch 0002-build-static-or-shared-not-both.patch
-- Applying patch 0003-android-and-mingw-fixes.patch
-- Using source at D:/dev/OpenSfM/vcpkg/buildtrees/zlib/src/v1.3.1-2e5db616bf.clean
-- Found external ninja('1.11.0').
-- Configuring x64-windows
-- Building x64-windows-dbg
-- Building x64-windows-rel
-- Installing: D:/dev/OpenSfM/vcpkg/packages/zlib_x64-windows/share/zlib/vcpkg-cmake-wrapper.cmake
-- Fixing pkgconfig file: D:/dev/OpenSfM/vcpkg/packages/zlib_x64-windows/lib/pkgconfig/zlib.pc
-- Using cached msys2-mingw-w64-x86_64-pkgconf-1~2.2.0-1-any.pkg.tar.zst.
-- Using cached msys2-msys2-runtime-3.5.3-3-x86_64.pkg.tar.zst.
-- Using msys root at D:/dev/OpenSfM/vcpkg/downloads/tools/msys2/1e74ca60daa10104
-- Fixing pkgconfig file: D:/dev/OpenSfM/vcpkg/packages/zlib_x64-windows/debug/lib/pkgconfig/zlib.pc
-- Installing: D:/dev/OpenSfM/vcpkg/packages/zlib_x64-windows/share/zlib/copyright
-- Performing post-build validation
Stored binaries in 1 destinations in 229 ms.
Elapsed time to handle zlib:x64-windows: 10 s
zlib:x64-windows package ABI: 2d01bc643e46673fe5274405dc24206df0dee2385c5a4c28baa2ebb1a4743037
Installing 20/27 libpng:[email protected]#3...
Building libpng:[email protected]#3...
-- Downloading https://github.com/glennrp/libpng/archive/v1.6.43.tar.gz -> glennrp-libpng-v1.6.43.tar.gz...
-- Extracting source D:/dev/OpenSfM/vcpkg/downloads/glennrp-libpng-v1.6.43.tar.gz
-- Applying patch cmake.patch
-- Applying patch fix-export-targets.patch
-- Applying patch libm.patch
-- Applying patch pkgconfig.patch
-- Applying patch fix-msa-support-for-mips.patch
-- Using source at D:/dev/OpenSfM/vcpkg/buildtrees/libpng/src/v1.6.43-e957a32120.clean
-- Found external ninja('1.11.0').
-- Configuring x64-windows
-- Building x64-windows-dbg
-- Building x64-windows-rel
-- Installing: D:/dev/OpenSfM/vcpkg/packages/libpng_x64-windows/share/png/vcpkg-cmake-wrapper.cmake
-- Fixing pkgconfig file: D:/dev/OpenSfM/vcpkg/packages/libpng_x64-windows/lib/pkgconfig/libpng16.pc
-- Using cached msys2-mingw-w64-x86_64-pkgconf-1~2.2.0-1-any.pkg.tar.zst.
-- Using cached msys2-msys2-runtime-3.5.3-3-x86_64.pkg.tar.zst.
-- Using msys root at D:/dev/OpenSfM/vcpkg/downloads/tools/msys2/1e74ca60daa10104
-- Fixing pkgconfig file: D:/dev/OpenSfM/vcpkg/packages/libpng_x64-windows/debug/lib/pkgconfig/libpng16.pc
-- Installing: D:/dev/OpenSfM/vcpkg/packages/libpng_x64-windows/debug/lib/pkgconfig/libpng.pc
-- Installing: D:/dev/OpenSfM/vcpkg/packages/libpng_x64-windows/lib/pkgconfig/libpng.pc
-- Installing: D:/dev/OpenSfM/vcpkg/packages/libpng_x64-windows/share/libpng/usage
-- Installing: D:/dev/OpenSfM/vcpkg/packages/libpng_x64-windows/share/libpng/copyright
-- Performing post-build validation
Stored binaries in 1 destinations in 317 ms.
Elapsed time to handle libpng:x64-windows: 11 s
libpng:x64-windows package ABI: 8c864908aa4e8898118b053c55bccf0940a34a951f8017c291cc7c203e49c8a4
Installing 21/27 libwebp[core,libwebpmux,nearlossless,simd,unicode]:[email protected]#1...
Building libwebp[core,libwebpmux,nearlossless,simd,unicode]:[email protected]#1...
-- Downloading https://github.com/webmproject/libwebp/archive/v1.4.0.tar.gz -> webmproject-libwebp-v1.4.0.tar.gz...
-- Extracting source D:/dev/OpenSfM/vcpkg/downloads/webmproject-libwebp-v1.4.0.tar.gz
-- Applying patch 0002-cmake-config.patch
-- Applying patch 0003-simd.patch
-- Applying patch 0008-sdl.patch
-- Using source at D:/dev/OpenSfM/vcpkg/buildtrees/libwebp/src/v1.4.0-3f90aab08d.clean
-- Found external ninja('1.11.0').
-- Configuring x64-windows
-- Building x64-windows-dbg
-- Building x64-windows-rel
-- Fixing pkgconfig file: D:/dev/OpenSfM/vcpkg/packages/libwebp_x64-windows/lib/pkgconfig/libsharpyuv.pc
-- Fixing pkgconfig file: D:/dev/OpenSfM/vcpkg/packages/libwebp_x64-windows/lib/pkgconfig/libwebp.pc
-- Fixing pkgconfig file: D:/dev/OpenSfM/vcpkg/packages/libwebp_x64-windows/lib/pkgconfig/libwebpdecoder.pc
-- Fixing pkgconfig file: D:/dev/OpenSfM/vcpkg/packages/libwebp_x64-windows/lib/pkgconfig/libwebpdemux.pc
-- Fixing pkgconfig file: D:/dev/OpenSfM/vcpkg/packages/libwebp_x64-windows/lib/pkgconfig/libwebpmux.pc
-- Using cached msys2-mingw-w64-x86_64-pkgconf-1~2.2.0-1-any.pkg.tar.zst.
-- Using cached msys2-msys2-runtime-3.5.3-3-x86_64.pkg.tar.zst.
-- Using msys root at D:/dev/OpenSfM/vcpkg/downloads/tools/msys2/1e74ca60daa10104
-- Fixing pkgconfig file: D:/dev/OpenSfM/vcpkg/packages/libwebp_x64-windows/debug/lib/pkgconfig/libsharpyuv.pc
-- Fixing pkgconfig file: D:/dev/OpenSfM/vcpkg/packages/libwebp_x64-windows/debug/lib/pkgconfig/libwebp.pc
-- Fixing pkgconfig file: D:/dev/OpenSfM/vcpkg/packages/libwebp_x64-windows/debug/lib/pkgconfig/libwebpdecoder.pc
-- Fixing pkgconfig file: D:/dev/OpenSfM/vcpkg/packages/libwebp_x64-windows/debug/lib/pkgconfig/libwebpdemux.pc
-- Fixing pkgconfig file: D:/dev/OpenSfM/vcpkg/packages/libwebp_x64-windows/debug/lib/pkgconfig/libwebpmux.pc
-- Installing: D:/dev/OpenSfM/vcpkg/packages/libwebp_x64-windows/share/libwebp/usage
-- Performing post-build validation
Stored binaries in 1 destinations in 642 ms.
Elapsed time to handle libwebp:x64-windows: 31 s
libwebp:x64-windows package ABI: d1118e789c244d75e0a6573aecd0c9a09ebe9df9d4a33068da2716ddfa0ab276
Installing 22/27 utf8-range:[email protected]...
Building utf8-range:[email protected]...
-- Note: utf8-range only supports static library linkage. Building static library.
-- Downloading https://github.com/protocolbuffers/protobuf/archive/v4.25.1.tar.gz -> protocolbuffers-protobuf-v4.25.1.tar.gz...
-- Extracting source D:/dev/OpenSfM/vcpkg/downloads/protocolbuffers-protobuf-v4.25.1.tar.gz
-- Applying patch fix-cmake.patch
-- Using source at D:/dev/OpenSfM/vcpkg/buildtrees/utf8-range/src/v4.25.1-192031af76.clean
-- Found external ninja('1.11.0').
-- Configuring x64-windows
-- Building x64-windows-dbg
-- Building x64-windows-rel
-- Fixing pkgconfig file: D:/dev/OpenSfM/vcpkg/packages/utf8-range_x64-windows/lib/pkgconfig/utf8_range.pc
-- Using cached msys2-mingw-w64-x86_64-pkgconf-1~2.2.0-1-any.pkg.tar.zst.
-- Using cached msys2-msys2-runtime-3.5.3-3-x86_64.pkg.tar.zst.
-- Using msys root at D:/dev/OpenSfM/vcpkg/downloads/tools/msys2/1e74ca60daa10104
-- Fixing pkgconfig file: D:/dev/OpenSfM/vcpkg/packages/utf8-range_x64-windows/debug/lib/pkgconfig/utf8_range.pc
-- Installing: D:/dev/OpenSfM/vcpkg/packages/utf8-range_x64-windows/share/utf8-range/copyright
-- Performing post-build validation
Stored binaries in 1 destinations in 106 ms.
Elapsed time to handle utf8-range:x64-windows: 11 s
utf8-range:x64-windows package ABI: 94bfaf45cbee25e83b5bc74249bf18b324b159827a70744be713edd305e6dd48
Installing 23/27 protobuf:[email protected]#1...
Building protobuf:[email protected]#1...
-- Using cached protocolbuffers-protobuf-v4.25.1.tar.gz.
-- Extracting source D:/dev/OpenSfM/vcpkg/downloads/protocolbuffers-protobuf-v4.25.1.tar.gz
-- Applying patch fix-static-build.patch
-- Applying patch fix-default-proto-file-path.patch
-- Applying patch fix-utf8-range.patch
-- Applying patch fix-arm64-msvc.patch
-- Using source at D:/dev/OpenSfM/vcpkg/buildtrees/protobuf/src/v4.25.1-984c7075eb.clean
-- Found external ninja('1.11.0').
-- Configuring x64-windows
-- Building x64-windows-dbg
-- Building x64-windows-rel
-- Fixing pkgconfig file: D:/dev/OpenSfM/vcpkg/packages/protobuf_x64-windows/lib/pkgconfig/protobuf-lite.pc
-- Fixing pkgconfig file: D:/dev/OpenSfM/vcpkg/packages/protobuf_x64-windows/lib/pkgconfig/protobuf.pc
-- Using cached msys2-mingw-w64-x86_64-pkgconf-1~2.2.0-1-any.pkg.tar.zst.
-- Using cached msys2-msys2-runtime-3.5.3-3-x86_64.pkg.tar.zst.
-- Using msys root at D:/dev/OpenSfM/vcpkg/downloads/tools/msys2/1e74ca60daa10104
-- Fixing pkgconfig file: D:/dev/OpenSfM/vcpkg/packages/protobuf_x64-windows/debug/lib/pkgconfig/protobuf-lite.pc
-- Fixing pkgconfig file: D:/dev/OpenSfM/vcpkg/packages/protobuf_x64-windows/debug/lib/pkgconfig/protobuf.pc
-- Installing: D:/dev/OpenSfM/vcpkg/packages/protobuf_x64-windows/share/protobuf/copyright
-- Performing post-build validation
Stored binaries in 1 destinations in 21 s.
Elapsed time to handle protobuf:x64-windows: 4.4 min
protobuf:x64-windows package ABI: 2d541f2fdd121a41d449def66c78d23fda55dbf8149b186ca3198846b0bac22b
Installing 24/27 quirc:[email protected]...
Building quirc:[email protected]...
-- Note: quirc only supports static library linkage. Building static library.
-- Downloading https://github.com/dlbeer/quirc/archive/v1.2.tar.gz -> dlbeer-quirc-v1.2.tar.gz...
-- Extracting source D:/dev/OpenSfM/vcpkg/downloads/dlbeer-quirc-v1.2.tar.gz
-- Using source at D:/dev/OpenSfM/vcpkg/buildtrees/quirc/src/v1.2-c0eece6a78.clean
-- Found external ninja('1.11.0').
-- Configuring x64-windows
-- Building x64-windows-dbg
-- Building x64-windows-rel
-- Installing: D:/dev/OpenSfM/vcpkg/packages/quirc_x64-windows/share/quirc/copyright
-- Performing post-build validation
Stored binaries in 1 destinations in 101 ms.
Elapsed time to handle quirc:x64-windows: 4.8 s
quirc:x64-windows package ABI: 073f5d33dd6c72c0417c28d0ca9e1855f8b58d053b91c3777761c3a45a776dc4
Installing 25/27 tiff[core,jpeg,lzma,zip]:[email protected]#5...
Building tiff[core,jpeg,lzma,zip]:[email protected]#5...
-- Downloading https://gitlab.com/libtiff/libtiff/-/archive/v4.6.0/libtiff-v4.6.0.tar.gz -> libtiff-libtiff-v4.6.0.tar.gz...
-- Extracting source D:/dev/OpenSfM/vcpkg/downloads/libtiff-libtiff-v4.6.0.tar.gz
-- Applying patch FindCMath.patch
-- Applying patch prefer-config.diff
-- Applying patch requires-lerc.patch
-- Using source at D:/dev/OpenSfM/vcpkg/buildtrees/tiff/src/v4.6.0-54d9b8be55.clean
-- Found external ninja('1.11.0').
-- Configuring x64-windows
-- Building x64-windows-dbg
-- Building x64-windows-rel
-- Fixing pkgconfig file: D:/dev/OpenSfM/vcpkg/packages/tiff_x64-windows/lib/pkgconfig/libtiff-4.pc
-- Using cached msys2-mingw-w64-x86_64-pkgconf-1~2.2.0-1-any.pkg.tar.zst.
-- Using cached msys2-msys2-runtime-3.5.3-3-x86_64.pkg.tar.zst.
-- Using msys root at D:/dev/OpenSfM/vcpkg/downloads/tools/msys2/1e74ca60daa10104
-- Fixing pkgconfig file: D:/dev/OpenSfM/vcpkg/packages/tiff_x64-windows/debug/lib/pkgconfig/libtiff-4.pc
-- Installing: D:/dev/OpenSfM/vcpkg/packages/tiff_x64-windows/share/tiff/copyright
-- Performing post-build validation
Stored binaries in 1 destinations in 413 ms.
Elapsed time to handle tiff:x64-windows: 25 s
tiff:x64-windows package ABI: 499e30ad7c9a2599a792ce06ca5c4fc199c1ec2edae85fe370b632fc063c9980
Installing 26/27 vcpkg-get-python-packages:x64-windows@2024-01-24...
Building vcpkg-get-python-packages:x64-windows@2024-01-24...
-- Skipping post-build validation due to VCPKG_POLICY_EMPTY_PACKAGE
Stored binaries in 1 destinations in 88.2 ms.
Elapsed time to handle vcpkg-get-python-packages:x64-windows: 183 ms
vcpkg-get-python-packages:x64-windows package ABI: 401f33758e34ff5c9ddaa3ec6b4a5d5774dcb3276af3ee17e4eae8dd599eafcd
Installing 27/27 opencv4[core,default-features,dnn,jpeg,png,quirc,tiff,webp]:[email protected]#22...
Building opencv4[core,default-features,dnn,jpeg,png,quirc,tiff,webp]:[email protected]#22...
-- Downloading https://github.com/opencv/opencv/commit/e5e1a3bfdea96bebda2ad963bc8f6cf17930aef7.patch?full_index=1 -> opencv4-e5e1a3bfdea96bebda2ad963bc8f6cf17930aef7.patch...
-- Downloading https://github.com/opencv/opencv/commit/3e3ee106fb8ccd003aa2c9a943a2340b066537bc.patch?full_index=1 -> opencv4-3e3ee106fb8ccd003aa2c9a943a2340b066537bc.patch...
-- Downloading https://github.com/opencv/opencv/archive/4.8.0.tar.gz -> opencv-opencv-4.8.0.tar.gz...
-- Extracting source D:/dev/OpenSfM/vcpkg/downloads/opencv-opencv-4.8.0.tar.gz
-- Applying patch 0001-disable-downloading.patch
-- Applying patch 0002-install-options.patch
-- Applying patch 0003-force-package-requirements.patch
-- Applying patch 0004-fix-eigen.patch
-- Applying patch 0005-fix-policy-CMP0057.patch
-- Applying patch 0006-fix-uwp.patch
-- Applying patch 0008-devendor-quirc.patch
-- Applying patch 0009-fix-protobuf.patch
-- Applying patch 0010-fix-uwp-tiff-imgcodecs.patch
-- Applying patch 0011-remove-python2.patch
-- Applying patch 0012-fix-zlib.patch
-- Applying patch 0015-fix-freetype.patch
-- Applying patch 0017-fix-flatbuffers.patch
-- Applying patch 0019-missing-include.patch
-- Applying patch 0020-fix-compat-cuda12.2.patch
-- Applying patch 0021-static-openvino.patch
-- Applying patch D:/dev/OpenSfM/vcpkg/downloads/opencv4-e5e1a3bfdea96bebda2ad963bc8f6cf17930aef7.patch
-- Applying patch 0022-fix-supportqnx.patch
-- Applying patch D:/dev/OpenSfM/vcpkg/downloads/opencv4-3e3ee106fb8ccd003aa2c9a943a2340b066537bc.patch
-- Using source at D:/dev/OpenSfM/vcpkg/buildtrees/opencv4/src/4.8.0-f4e8005717.clean
-- Downloading https://github.com/tiny-dnn/tiny-dnn/archive/v1.0.0a3.tar.gz -> opencv-cache/tiny_dnn/adb1c512e09ca2c7a6faef36f9c53e59-v1.0.0a3.tar.gz...
-- Found external ninja('1.11.0').
-- Configuring x64-windows
-- Building x64-windows-dbg
-- Building x64-windows-rel
-- Using cached msys2-mingw-w64-x86_64-pkgconf-1~2.2.0-1-any.pkg.tar.zst.
-- Using cached msys2-msys2-runtime-3.5.3-3-x86_64.pkg.tar.zst.
-- Using msys root at D:/dev/OpenSfM/vcpkg/downloads/tools/msys2/1e74ca60daa10104
-- Installing: D:/dev/OpenSfM/vcpkg/packages/opencv4_x64-windows/share/opencv4/copyright
-- Performing post-build validation
Stored binaries in 1 destinations in 14 s.
Elapsed time to handle opencv4:x64-windows: 6.3 min
opencv4:x64-windows package ABI: 844e188bdf9330af08c4ae383fece33f9471d641ac94b8cf0a4523d7bacc9f51
Total install time: 60 min
lapack provides pkg-config modules:
# Implementation of LAPACK
lapack
suitesparse provides CMake targets:
# this is heuristically generated, and may not be correct
find_package(suitesparse CONFIG REQUIRED)
# note: 8 additional targets are not displayed.
target_link_libraries(main PRIVATE SuiteSparse::amd SuiteSparse::btf SuiteSparse::klu SuiteSparse::ldl)
ceres provides CMake targets:
# this is heuristically generated, and may not be correct
find_package(Ceres CONFIG REQUIRED)
target_link_libraries(main PRIVATE Ceres::ceres)
If you do not install the meta-port *opencv*, the package opencv4 is compatible with CMake
if you set the OpenCV_DIR *before* the find_package call
set(OpenCV_DIR "${VCPKG_INSTALLED_DIR}/x64-windows/share/opencv4")
find_package(OpenCV REQUIRED)
D:\dev\OpenSfM\vcpkg>cd ..
D:\dev\OpenSfM>pip install -r requirements.txt
Ignoring opencv-python: markers 'sys_platform == "linux"' don't match your environment
Collecting cloudpickle==0.4.0 (from -r requirements.txt (line 1))
Downloading cloudpickle-0.4.0-py2.py3-none-any.whl.metadata (3.7 kB)
Collecting exifread==2.1.2 (from -r requirements.txt (line 2))
Downloading ExifRead-2.1.2.tar.gz (33 kB)
Installing build dependencies ... done
Getting requirements to build wheel ... done
Preparing metadata (pyproject.toml) ... done
Collecting flask==2.3.2 (from -r requirements.txt (line 3))
Downloading Flask-2.3.2-py3-none-any.whl.metadata (3.7 kB)
Collecting fpdf2==2.4.6 (from -r requirements.txt (line 4))
Downloading fpdf2-2.4.6-py2.py3-none-any.whl.metadata (23 kB)
Collecting joblib==0.14.1 (from -r requirements.txt (line 5))
Downloading joblib-0.14.1-py2.py3-none-any.whl.metadata (4.5 kB)
Requirement already satisfied: matplotlib in c:\users\giang\appdata\local\programs\python\python39\lib\site-packages (from -r requirements.txt (line 6)) (3.9.0)
Collecting networkx==2.5 (from -r requirements.txt (line 7))
Downloading networkx-2.5-py3-none-any.whl.metadata (4.9 kB)
Requirement already satisfied: numpy>=1.19 in c:\users\giang\appdata\local\programs\python\python39\lib\site-packages (from -r requirements.txt (line 8)) (1.26.4)
Requirement already satisfied: Pillow>=8.1.1 in c:\users\giang\appdata\local\programs\python\python39\lib\site-packages (from -r requirements.txt (line 9)) (10.3.0)
Collecting pyproj>=1.9.5.1 (from -r requirements.txt (line 10))
Downloading pyproj-3.6.1-cp39-cp39-win_amd64.whl.metadata (31 kB)
Collecting pytest==3.0.7 (from -r requirements.txt (line 11))
Downloading pytest-3.0.7-py2.py3-none-any.whl.metadata (4.7 kB)
Requirement already satisfied: python-dateutil>=2.7 in c:\users\giang\appdata\local\programs\python\python39\lib\site-packages (from -r requirements.txt (line 12)) (2.9.0.post0)
Collecting pyyaml==5.4 (from -r requirements.txt (line 13))
Downloading PyYAML-5.4-cp39-cp39-win_amd64.whl.metadata (2.1 kB)
Requirement already satisfied: scipy>=1.10.0 in c:\users\giang\appdata\local\programs\python\python39\lib\site-packages (from -r requirements.txt (line 14)) (1.13.1)
Collecting Sphinx==4.2.0 (from -r requirements.txt (line 15))
Downloading Sphinx-4.2.0-py3-none-any.whl.metadata (7.9 kB)
Requirement already satisfied: six in c:\users\giang\appdata\local\programs\python\python39\lib\site-packages (from -r requirements.txt (line 16)) (1.16.0)
Collecting xmltodict==0.10.2 (from -r requirements.txt (line 17))
Downloading xmltodict-0.10.2.tar.gz (24 kB)
Installing build dependencies ... done
Getting requirements to build wheel ... done
Preparing metadata (pyproject.toml) ... done
Collecting wheel (from -r requirements.txt (line 18))
Downloading wheel-0.44.0-py3-none-any.whl.metadata (2.3 kB)
Collecting opencv-python==4.5.1.48 (from -r requirements.txt (line 19))
Downloading opencv_python-4.5.1.48-cp39-cp39-win_amd64.whl.metadata (17 kB)
Collecting Werkzeug>=2.3.3 (from flask==2.3.2->-r requirements.txt (line 3))
Downloading werkzeug-3.0.4-py3-none-any.whl.metadata (3.7 kB)
Collecting Jinja2>=3.1.2 (from flask==2.3.2->-r requirements.txt (line 3))
Downloading jinja2-3.1.4-py3-none-any.whl.metadata (2.6 kB)
Collecting itsdangerous>=2.1.2 (from flask==2.3.2->-r requirements.txt (line 3))
Downloading itsdangerous-2.2.0-py3-none-any.whl.metadata (1.9 kB)
Collecting click>=8.1.3 (from flask==2.3.2->-r requirements.txt (line 3))
Downloading click-8.1.7-py3-none-any.whl.metadata (3.0 kB)
Collecting blinker>=1.6.2 (from flask==2.3.2->-r requirements.txt (line 3))
Downloading blinker-1.8.2-py3-none-any.whl.metadata (1.6 kB)
Collecting importlib-metadata>=3.6.0 (from flask==2.3.2->-r requirements.txt (line 3))
Downloading importlib_metadata-8.5.0-py3-none-any.whl.metadata (4.8 kB)
Collecting decorator>=4.3.0 (from networkx==2.5->-r requirements.txt (line 7))
Downloading decorator-5.1.1-py3-none-any.whl.metadata (4.0 kB)
Collecting py>=1.4.29 (from pytest==3.0.7->-r requirements.txt (line 11))
Downloading py-1.11.0-py2.py3-none-any.whl.metadata (2.8 kB)
Requirement already satisfied: setuptools in c:\users\giang\appdata\local\programs\python\python39\lib\site-packages (from pytest==3.0.7->-r requirements.txt (line 11)) (58.1.0)
Collecting colorama (from pytest==3.0.7->-r requirements.txt (line 11))
Downloading colorama-0.4.6-py2.py3-none-any.whl.metadata (17 kB)
Collecting sphinxcontrib-applehelp (from Sphinx==4.2.0->-r requirements.txt (line 15))
Downloading sphinxcontrib_applehelp-2.0.0-py3-none-any.whl.metadata (2.3 kB)
Collecting sphinxcontrib-devhelp (from Sphinx==4.2.0->-r requirements.txt (line 15))
Downloading sphinxcontrib_devhelp-2.0.0-py3-none-any.whl.metadata (2.3 kB)
Collecting sphinxcontrib-jsmath (from Sphinx==4.2.0->-r requirements.txt (line 15))
Downloading sphinxcontrib_jsmath-1.0.1-py2.py3-none-any.whl.metadata (1.4 kB)
Collecting sphinxcontrib-htmlhelp>=2.0.0 (from Sphinx==4.2.0->-r requirements.txt (line 15))
Downloading sphinxcontrib_htmlhelp-2.1.0-py3-none-any.whl.metadata (2.3 kB)
Collecting sphinxcontrib-serializinghtml>=1.1.5 (from Sphinx==4.2.0->-r requirements.txt (line 15))
Downloading sphinxcontrib_serializinghtml-2.0.0-py3-none-any.whl.metadata (2.4 kB)
Collecting sphinxcontrib-qthelp (from Sphinx==4.2.0->-r requirements.txt (line 15))
Downloading sphinxcontrib_qthelp-2.0.0-py3-none-any.whl.metadata (2.3 kB)
Collecting Pygments>=2.0 (from Sphinx==4.2.0->-r requirements.txt (line 15))
Downloading pygments-2.18.0-py3-none-any.whl.metadata (2.5 kB)
Collecting docutils<0.18,>=0.14 (from Sphinx==4.2.0->-r requirements.txt (line 15))
Downloading docutils-0.17.1-py2.py3-none-any.whl.metadata (2.9 kB)
Collecting snowballstemmer>=1.1 (from Sphinx==4.2.0->-r requirements.txt (line 15))
Downloading snowballstemmer-2.2.0-py2.py3-none-any.whl.metadata (6.5 kB)
Collecting babel>=1.3 (from Sphinx==4.2.0->-r requirements.txt (line 15))
Downloading babel-2.16.0-py3-none-any.whl.metadata (1.5 kB)
Collecting alabaster<0.8,>=0.7 (from Sphinx==4.2.0->-r requirements.txt (line 15))
Downloading alabaster-0.7.16-py3-none-any.whl.metadata (2.9 kB)
Collecting imagesize (from Sphinx==4.2.0->-r requirements.txt (line 15))
Downloading imagesize-1.4.1-py2.py3-none-any.whl.metadata (1.5 kB)
Requirement already satisfied: requests>=2.5.0 in c:\users\giang\appdata\local\programs\python\python39\lib\site-packages (from Sphinx==4.2.0->-r requirements.txt (line 15)) (2.32.3)
Requirement already satisfied: packaging in c:\users\giang\appdata\local\programs\python\python39\lib\site-packages (from Sphinx==4.2.0->-r requirements.txt (line 15)) (24.1)
Requirement already satisfied: contourpy>=1.0.1 in c:\users\giang\appdata\local\programs\python\python39\lib\site-packages (from matplotlib->-r requirements.txt (line 6)) (1.2.1)
Requirement already satisfied: cycler>=0.10 in c:\users\giang\appdata\local\programs\python\python39\lib\site-packages (from matplotlib->-r requirements.txt (line 6)) (0.12.1)
Requirement already satisfied: fonttools>=4.22.0 in c:\users\giang\appdata\local\programs\python\python39\lib\site-packages (from matplotlib->-r requirements.txt (line 6)) (4.53.0)
Requirement already satisfied: kiwisolver>=1.3.1 in c:\users\giang\appdata\local\programs\python\python39\lib\site-packages (from matplotlib->-r requirements.txt (line 6)) (1.4.5)
Requirement already satisfied: pyparsing>=2.3.1 in c:\users\giang\appdata\local\programs\python\python39\lib\site-packages (from matplotlib->-r requirements.txt (line 6)) (3.1.2)
Requirement already satisfied: importlib-resources>=3.2.0 in c:\users\giang\appdata\local\programs\python\python39\lib\site-packages (from matplotlib->-r requirements.txt (line 6)) (6.4.0)
Requirement already satisfied: certifi in c:\users\giang\appdata\local\programs\python\python39\lib\site-packages (from pyproj>=1.9.5.1->-r requirements.txt (line 10)) (2024.7.4)
Collecting zipp>=3.20 (from importlib-metadata>=3.6.0->flask==2.3.2->-r requirements.txt (line 3))
Downloading zipp-3.20.2-py3-none-any.whl.metadata (3.7 kB)
Collecting MarkupSafe>=2.0 (from Jinja2>=3.1.2->flask==2.3.2->-r requirements.txt (line 3))
Downloading MarkupSafe-2.1.5-cp39-cp39-win_amd64.whl.metadata (3.1 kB)
Requirement already satisfied: charset-normalizer<4,>=2 in c:\users\giang\appdata\local\programs\python\python39\lib\site-packages (from requests>=2.5.0->Sphinx==4.2.0->-r requirements.txt (line 15)) (3.3.2)
Requirement already satisfied: idna<4,>=2.5 in c:\users\giang\appdata\local\programs\python\python39\lib\site-packages (from requests>=2.5.0->Sphinx==4.2.0->-r requirements.txt (line 15)) (3.7)
Requirement already satisfied: urllib3<3,>=1.21.1 in c:\users\giang\appdata\local\programs\python\python39\lib\site-packages (from requests>=2.5.0->Sphinx==4.2.0->-r requirements.txt (line 15)) (2.2.2)
Downloading cloudpickle-0.4.0-py2.py3-none-any.whl (15 kB)
Downloading Flask-2.3.2-py3-none-any.whl (96 kB)
Downloading fpdf2-2.4.6-py2.py3-none-any.whl (143 kB)
Downloading joblib-0.14.1-py2.py3-none-any.whl (294 kB)
Downloading networkx-2.5-py3-none-any.whl (1.6 MB)
---------------------------------------- 1.6/1.6 MB 7.2 MB/s eta 0:00:00
Downloading pytest-3.0.7-py2.py3-none-any.whl (172 kB)
Downloading PyYAML-5.4-cp39-cp39-win_amd64.whl (213 kB)
Downloading Sphinx-4.2.0-py3-none-any.whl (3.1 MB)
---------------------------------------- 3.1/3.1 MB 11.2 MB/s eta 0:00:00
Downloading opencv_python-4.5.1.48-cp39-cp39-win_amd64.whl (34.9 MB)
---------------------------------------- 34.9/34.9 MB 10.3 MB/s eta 0:00:00
Downloading pyproj-3.6.1-cp39-cp39-win_amd64.whl (6.1 MB)
---------------------------------------- 6.1/6.1 MB 11.7 MB/s eta 0:00:00
Downloading wheel-0.44.0-py3-none-any.whl (67 kB)
Downloading alabaster-0.7.16-py3-none-any.whl (13 kB)
Downloading babel-2.16.0-py3-none-any.whl (9.6 MB)
---------------------------------------- 9.6/9.6 MB 5.8 MB/s eta 0:00:00
Downloading blinker-1.8.2-py3-none-any.whl (9.5 kB)
Downloading click-8.1.7-py3-none-any.whl (97 kB)
Downloading colorama-0.4.6-py2.py3-none-any.whl (25 kB)
Downloading decorator-5.1.1-py3-none-any.whl (9.1 kB)
Downloading docutils-0.17.1-py2.py3-none-any.whl (575 kB)
---------------------------------------- 575.5/575.5 kB 6.7 MB/s eta 0:00:00
Downloading importlib_metadata-8.5.0-py3-none-any.whl (26 kB)
Downloading itsdangerous-2.2.0-py3-none-any.whl (16 kB)
Downloading jinja2-3.1.4-py3-none-any.whl (133 kB)
Downloading py-1.11.0-py2.py3-none-any.whl (98 kB)
Downloading pygments-2.18.0-py3-none-any.whl (1.2 MB)
---------------------------------------- 1.2/1.2 MB 7.5 MB/s eta 0:00:00
Downloading snowballstemmer-2.2.0-py2.py3-none-any.whl (93 kB)
Downloading sphinxcontrib_htmlhelp-2.1.0-py3-none-any.whl (98 kB)
Downloading sphinxcontrib_serializinghtml-2.0.0-py3-none-any.whl (92 kB)
Downloading werkzeug-3.0.4-py3-none-any.whl (227 kB)
Downloading imagesize-1.4.1-py2.py3-none-any.whl (8.8 kB)
Downloading sphinxcontrib_applehelp-2.0.0-py3-none-any.whl (119 kB)
Downloading sphinxcontrib_devhelp-2.0.0-py3-none-any.whl (82 kB)
Downloading sphinxcontrib_jsmath-1.0.1-py2.py3-none-any.whl (5.1 kB)
Downloading sphinxcontrib_qthelp-2.0.0-py3-none-any.whl (88 kB)
Downloading MarkupSafe-2.1.5-cp39-cp39-win_amd64.whl (17 kB)
Downloading zipp-3.20.2-py3-none-any.whl (9.2 kB)
Building wheels for collected packages: exifread, xmltodict
Building wheel for exifread (pyproject.toml) ... done
Created wheel for exifread: filename=ExifRead-2.1.2-py3-none-any.whl size=34252 sha256=64f9dc92a40310fca3ac353dee1f8629b434fed0339cb6a1aed002faff541a1b
Stored in directory: c:\users\giang\appdata\local\pip\cache\wheels\ee\bd\42\56a743d37bdf6675d2c5be06c02eb7cdc7ff5a4d2a105e734f
Building wheel for xmltodict (pyproject.toml) ... done
Created wheel for xmltodict: filename=xmltodict-0.10.2-py3-none-any.whl size=6538 sha256=7e1179d41e8f2563c12fbeb09f90160330d49fdf024f30d408b6a6b0ef6b668b
Stored in directory: c:\users\giang\appdata\local\pip\cache\wheels\61\d3\3f\d0092b2d7b7a81a1912fcfb97ec6dacc2cd4e55131e711571f
Successfully built exifread xmltodict
Installing collected packages: xmltodict, snowballstemmer, joblib, exifread, cloudpickle, zipp, wheel, sphinxcontrib-serializinghtml, sphinxcontrib-qthelp, sphinxcontrib-jsmath, sphinxcontrib-htmlhelp, sphinxcontrib-devhelp, sphinxcontrib-applehelp, pyyaml, pyproj, Pygments, py, opencv-python, MarkupSafe, itsdangerous, imagesize, fpdf2, docutils, decorator, colorama, blinker, babel, alabaster, Werkzeug, pytest, networkx, Jinja2, importlib-metadata, click, Sphinx, flask
Attempting uninstall: zipp
Found existing installation: zipp 3.19.2
Uninstalling zipp-3.19.2:
Successfully uninstalled zipp-3.19.2
Attempting uninstall: opencv-python
Found existing installation: opencv-python 4.10.0.82
Uninstalling opencv-python-4.10.0.82:
Successfully uninstalled opencv-python-4.10.0.82
Successfully installed Jinja2-3.1.4 MarkupSafe-2.1.5 Pygments-2.18.0 Sphinx-4.2.0 Werkzeug-3.0.4 alabaster-0.7.16 babel-2.16.0 blinker-1.8.2 click-8.1.7 cloudpickle-0.4.0 colorama-0.4.6 decorator-5.1.1 docutils-0.17.1 exifread-2.1.2 flask-2.3.2 fpdf2-2.4.6 imagesize-1.4.1 importlib-metadata-8.5.0 itsdangerous-2.2.0 joblib-0.14.1 networkx-2.5 opencv-python-4.5.1.48 py-1.11.0 pyproj-3.6.1 pytest-3.0.7 pyyaml-5.4 snowballstemmer-2.2.0 sphinxcontrib-applehelp-2.0.0 sphinxcontrib-devhelp-2.0.0 sphinxcontrib-htmlhelp-2.1.0 sphinxcontrib-jsmath-1.0.1 sphinxcontrib-qthelp-2.0.0 sphinxcontrib-serializinghtml-2.0.0 wheel-0.44.0 xmltodict-0.10.2 zipp-3.20.2
D:\dev\OpenSfM>python setup.py build
Configuring for python 3.9...
CMake Deprecation Warning at CMakeLists.txt:1 (cmake_minimum_required):
Compatibility with CMake < 3.5 will be removed from a future version of
CMake.
Update the VERSION argument <min> value or use a ...<max> suffix to tell
CMake that the project does not need compatibility with older versions.
-- Selecting Windows SDK version 10.0.22621.0 to target Windows 10.0.22631.
-- Using VCPKG FindLAPACK from package 'lapack-reference'
-- A library with LAPACK API found.
-- Using VCPKG FindLAPACK from package 'lapack-reference'
-- Failed to find SuiteSparse - Did not find AMD library (required SuiteSparse component).
-- Failed to find SuiteSparse - Did not find AMD header (required SuiteSparse component).
-- Failed to find SuiteSparse - Did not find CAMD library (required SuiteSparse component).
-- Failed to find SuiteSparse - Did not find CAMD header (required SuiteSparse component).
-- Failed to find SuiteSparse - Did not find COLAMD library (required SuiteSparse component).
-- Failed to find SuiteSparse - Did not find COLAMD header (required SuiteSparse component).
-- Failed to find SuiteSparse - Did not find CCOLAMD library (required SuiteSparse component).
-- Failed to find SuiteSparse - Did not find CCOLAMD header (required SuiteSparse component).
-- Failed to find SuiteSparse - Did not find CHOLMOD library (required SuiteSparse component).
-- Failed to find SuiteSparse - Did not find CHOLMOD header (required SuiteSparse component).
-- Failed to find SuiteSparse - Did not find CXSPARSE library (required SuiteSparse component).
-- Failed to find SuiteSparse - Did not find SuiteSparseQR library (required SuiteSparse component).
-- Failed to find SuiteSparse - Did not find SUITESPARSEQR header (required SuiteSparse component).
-- Found SuiteSparse_config library: D:/dev/OpenSfM/vcpkg/installed/x64-windows/lib/suitesparseconfig.lib
-- Failed to find SuiteSparse - Failed to find either: SuiteSparse_config header & library (should be present in all SuiteSparse >= v4 installs), or UFconfig header (should be present in all SuiteSparse < v4 installs).
-- Found METIS library: D:/dev/OpenSfM/vcpkg/installed/x64-windows/debug/lib/metis.lib.
-- Failed to find some/all required components of SuiteSparse. (missing: AMD_FOUND CAMD_FOUND COLAMD_FOUND CCOLAMD_FOUND CHOLMOD_FOUND CXSPARSE_FOUND SUITESPARSEQR_FOUND SUITESPARSE_VERSION)
-- Using VCPKG FindLAPACK from package 'lapack-reference'
-- A library with LAPACK API found.
-- Found required Ceres dependency: Eigen version 3.4.0 in D:/dev/OpenSfM/vcpkg/installed/x64-windows/share/eigen3
-- Found Ceres version: 2.1.0 installed in: D:/dev/OpenSfM/vcpkg/installed with components: [LAPACK, SuiteSparse, SparseLinearAlgebraLibrary, Multithreading]
-- No preference for use of exported gflags CMake configuration set, and no hints for include/library directories provided. Defaulting to preferring an installed/exported gflags CMake configuration if available.
-- Found installed version of gflags: D:/dev/OpenSfM/vcpkg/installed/x64-windows/share/gflags
-- Detected gflags version: 2.2.2
-- Found OpenCV: D:/dev/OpenSfM/vcpkg/installed/x64-windows (found version "4.8.0")
-- Found OpenCV: D:/dev/OpenSfM/vcpkg/installed/x64-windows (found version "4.8.0") found components: core imgproc calib3d imgcodecs
CMake Deprecation Warning at third_party/pybind11/CMakeLists.txt:8 (cmake_minimum_required):
Compatibility with CMake < 3.5 will be removed from a future version of
CMake.
Update the VERSION argument <min> value or use a ...<max> suffix to tell
CMake that the project does not need compatibility with older versions.
CMake Deprecation Warning at third_party/pybind11/tools/pybind11Tools.cmake:8 (cmake_minimum_required):
Compatibility with CMake < 3.5 will be removed from a future version of
CMake.
Update the VERSION argument <min> value or use a ...<max> suffix to tell
CMake that the project does not need compatibility with older versions.
Call Stack (most recent call first):
third_party/pybind11/CMakeLists.txt:33 (include)
CMake Warning (dev) at D:/dev/OpenSfM/vcpkg/scripts/buildsystems/vcpkg.cmake:859 (_find_package):
Policy CMP0148 is not set: The FindPythonInterp and FindPythonLibs modules
are removed. Run "cmake --help-policy CMP0148" for policy details. Use
the cmake_policy command to set the policy and suppress this warning.
Call Stack (most recent call first):
third_party/pybind11/tools/FindPythonLibsNew.cmake:60 (find_package)
D:/dev/OpenSfM/vcpkg/scripts/buildsystems/vcpkg.cmake:859 (_find_package)
third_party/pybind11/tools/pybind11Tools.cmake:16 (find_package)
third_party/pybind11/CMakeLists.txt:33 (include)
This warning is for project developers. Use -Wno-dev to suppress it.
-- pybind11 v2.2.4
-- Configuring done (2.4s)
-- Generating done (0.9s)
-- Build files have been written to: D:/dev/OpenSfM/cmake_build
Compiling extension...
MSBuild version 17.10.4+10fbfbf2e for .NET Framework
types.cc
D:\dev\OpenSfM\opensfm\src\foundation\python_types.h(58,24): warning C4244: '=': conversion from 'pybind11::ssize_t' to
'int', possible loss of data [D:\dev\OpenSfM\cmake_build\foundation\foundation.vcxproj]
D:\dev\OpenSfM\opensfm\src\foundation\python_types.h(60,25): warning C4244: '=': conversion from 'pybind11::ssize_t' to
'int', possible loss of data [D:\dev\OpenSfM\cmake_build\foundation\foundation.vcxproj]
D:\dev\OpenSfM\opensfm\src\foundation\python_types.h(61,24): warning C4244: '=': conversion from 'pybind11::ssize_t' to
'int', possible loss of data [D:\dev\OpenSfM\cmake_build\foundation\foundation.vcxproj]
newton_raphson.cc
numeric.cc
Generating Code...
foundation.vcxproj -> D:\dev\OpenSfM\cmake_build\foundation\Release\foundation.lib
bundle_adjuster.cc
D:\dev\OpenSfM\opensfm\src\bundle\src\bundle_adjuster.cc(276,42): warning C4267: 'argument': conversion from 'size_t' t
o 'const int', possible loss of data [D:\dev\OpenSfM\cmake_build\bundle\bundle.vcxproj]
D:\dev\OpenSfM\opensfm\src\bundle\src\bundle_adjuster.cc(276,31): warning C4267: 'argument': conversion from 'size_t' t
o 'const int', possible loss of data [D:\dev\OpenSfM\cmake_build\bundle\bundle.vcxproj]
D:\dev\OpenSfM\opensfm\src\bundle\src\bundle_adjuster.cc(566,53): warning C4244: 'argument': conversion from 'Eigen::Ei
genBase<Derived>::Index' to 'int', possible loss of data [D:\dev\OpenSfM\cmake_build\bundle\bundle.vcxproj]
D:\dev\OpenSfM\opensfm\src\bundle\src\bundle_adjuster.cc(566,53): warning C4244: with [D:\dev\OpenSfM\cmake_bui
ld\bundle\bundle.vcxproj]
D:\dev\OpenSfM\opensfm\src\bundle\src\bundle_adjuster.cc(566,53): warning C4244: [ [D:\dev\OpenSfM\cmake_build\
bundle\bundle.vcxproj]
D:\dev\OpenSfM\opensfm\src\bundle\src\bundle_adjuster.cc(566,53): warning C4244: Derived=Eigen::Matrix<doub
le,-1,1,0,-1,1> [D:\dev\OpenSfM\cmake_build\bundle\bundle.vcxproj]
D:\dev\OpenSfM\opensfm\src\bundle\src\bundle_adjuster.cc(566,53): warning C4244: ] [D:\dev\OpenSfM\cmake_build\
bundle\bundle.vcxproj]
D:\dev\OpenSfM\opensfm\src\bundle\src\bundle_adjuster.cc(596,53): warning C4244: 'argument': conversion from 'Eigen::Ei
genBase<Derived>::Index' to 'int', possible loss of data [D:\dev\OpenSfM\cmake_build\bundle\bundle.vcxproj]
D:\dev\OpenSfM\opensfm\src\bundle\src\bundle_adjuster.cc(596,53): warning C4244: with [D:\dev\OpenSfM\cmake_bui
ld\bundle\bundle.vcxproj]
D:\dev\OpenSfM\opensfm\src\bundle\src\bundle_adjuster.cc(596,53): warning C4244: [ [D:\dev\OpenSfM\cmake_build\
bundle\bundle.vcxproj]
D:\dev\OpenSfM\opensfm\src\bundle\src\bundle_adjuster.cc(596,53): warning C4244: Derived=Eigen::Matrix<doub
le,-1,1,0,-1,1> [D:\dev\OpenSfM\cmake_build\bundle\bundle.vcxproj]
D:\dev\OpenSfM\opensfm\src\bundle\src\bundle_adjuster.cc(596,53): warning C4244: ] [D:\dev\OpenSfM\cmake_build\
bundle\bundle.vcxproj]
D:\dev\OpenSfM\opensfm\src\bundle\src\bundle_adjuster.cc(607,53): warning C4244: 'argument': conversion from 'Eigen::Ei
genBase<Derived>::Index' to 'int', possible loss of data [D:\dev\OpenSfM\cmake_build\bundle\bundle.vcxproj]
D:\dev\OpenSfM\opensfm\src\bundle\src\bundle_adjuster.cc(607,53): warning C4244: with [D:\dev\OpenSfM\cmake_bui
ld\bundle\bundle.vcxproj]
D:\dev\OpenSfM\opensfm\src\bundle\src\bundle_adjuster.cc(607,53): warning C4244: [ [D:\dev\OpenSfM\cmake_build\
bundle\bundle.vcxproj]
D:\dev\OpenSfM\opensfm\src\bundle\src\bundle_adjuster.cc(607,53): warning C4244: Derived=Eigen::Matrix<doub
le,-1,1,0,-1,1> [D:\dev\OpenSfM\cmake_build\bundle\bundle.vcxproj]
D:\dev\OpenSfM\opensfm\src\bundle\src\bundle_adjuster.cc(607,53): warning C4244: ] [D:\dev\OpenSfM\cmake_build\
bundle\bundle.vcxproj]
D:\dev\OpenSfM\opensfm\src\bundle\src\bundle_adjuster.cc(618,53): warning C4244: 'argument': conversion from 'Eigen::Ei
genBase<Derived>::Index' to 'int', possible loss of data [D:\dev\OpenSfM\cmake_build\bundle\bundle.vcxproj]
D:\dev\OpenSfM\opensfm\src\bundle\src\bundle_adjuster.cc(618,53): warning C4244: with [D:\dev\OpenSfM\cmake_bui
ld\bundle\bundle.vcxproj]
D:\dev\OpenSfM\opensfm\src\bundle\src\bundle_adjuster.cc(618,53): warning C4244: [ [D:\dev\OpenSfM\cmake_build\
bundle\bundle.vcxproj]
D:\dev\OpenSfM\opensfm\src\bundle\src\bundle_adjuster.cc(618,53): warning C4244: Derived=Eigen::Matrix<doub
le,-1,1,0,-1,1> [D:\dev\OpenSfM\cmake_build\bundle\bundle.vcxproj]
D:\dev\OpenSfM\opensfm\src\bundle\src\bundle_adjuster.cc(618,53): warning C4244: ] [D:\dev\OpenSfM\cmake_build\
bundle\bundle.vcxproj]
D:\dev\OpenSfM\opensfm\src\bundle\src\bundle_adjuster.cc(629,53): warning C4244: 'argument': conversion from 'Eigen::Ei
genBase<Derived>::Index' to 'int', possible loss of data [D:\dev\OpenSfM\cmake_build\bundle\bundle.vcxproj]
D:\dev\OpenSfM\opensfm\src\bundle\src\bundle_adjuster.cc(629,53): warning C4244: with [D:\dev\OpenSfM\cmake_bui
ld\bundle\bundle.vcxproj]
D:\dev\OpenSfM\opensfm\src\bundle\src\bundle_adjuster.cc(629,53): warning C4244: [ [D:\dev\OpenSfM\cmake_build\
bundle\bundle.vcxproj]
D:\dev\OpenSfM\opensfm\src\bundle\src\bundle_adjuster.cc(629,53): warning C4244: Derived=Eigen::Matrix<doub
le,-1,1,0,-1,1> [D:\dev\OpenSfM\cmake_build\bundle\bundle.vcxproj]
D:\dev\OpenSfM\opensfm\src\bundle\src\bundle_adjuster.cc(629,53): warning C4244: ] [D:\dev\OpenSfM\cmake_build\
bundle\bundle.vcxproj]
D:\dev\OpenSfM\opensfm\src\bundle\src\bundle_adjuster.cc(686,47): warning C4267: 'initializing': conversion from 'size_
t' to 'int', possible loss of data [D:\dev\OpenSfM\cmake_build\bundle\bundle.vcxproj]
D:\dev\OpenSfM\opensfm\src\bundle\src\bundle_adjuster.cc(686,21): warning C4267: 'initializing': conversion from 'size_
t' to 'const int', possible loss of data [D:\dev\OpenSfM\cmake_build\bundle\bundle.vcxproj]
D:\dev\OpenSfM\opensfm\src\bundle\src\bundle_adjuster.cc(808,62): warning C4267: '=': conversion from 'size_t' to 'int'
, possible loss of data [D:\dev\OpenSfM\cmake_build\bundle\bundle.vcxproj]
D:\dev\OpenSfM\opensfm\src\bundle\src\bundle_adjuster.cc(842,74): warning C4267: '=': conversion from 'size_t' to 'int'
, possible loss of data [D:\dev\OpenSfM\cmake_build\bundle\bundle.vcxproj]
D:\dev\OpenSfM\opensfm\src\bundle\src\bundle_adjuster.cc(850,76): warning C4267: '=': conversion from 'size_t' to 'int'
, possible loss of data [D:\dev\OpenSfM\cmake_build\bundle\bundle.vcxproj]
D:\dev\OpenSfM\opensfm\src\bundle\src\bundle_adjuster.cc(885,72): warning C4267: '=': conversion from 'size_t' to 'int'
, possible loss of data [D:\dev\OpenSfM\cmake_build\bundle\bundle.vcxproj]
D:\dev\OpenSfM\opensfm\src\bundle\src\bundle_adjuster.cc(893,74): warning C4267: '=': conversion from 'size_t' to 'int'
, possible loss of data [D:\dev\OpenSfM\cmake_build\bundle\bundle.vcxproj]
D:\dev\OpenSfM\opensfm\src\bundle\src\bundle_adjuster.cc(908,18): warning C4244: 'argument': conversion from 'size_t' t
o 'double', possible loss of data [D:\dev\OpenSfM\cmake_build\bundle\bundle.vcxproj]
D:\dev\OpenSfM\opensfm\src\bundle\src\bundle_adjuster.cc(907,67): warning C4244: 'argument': conversion from 'size_t' t
o 'double', possible loss of data [D:\dev\OpenSfM\cmake_build\bundle\bundle.vcxproj]
D:\dev\OpenSfM\opensfm\src\bundle\src\bundle_adjuster.cc(1013,68): warning C4267: '=': conversion from 'size_t' to 'int
', possible loss of data [D:\dev\OpenSfM\cmake_build\bundle\bundle.vcxproj]
D:\dev\OpenSfM\opensfm\src\bundle\src\bundle_adjuster.cc(1021,70): warning C4267: '=': conversion from 'size_t' to 'int
', possible loss of data [D:\dev\OpenSfM\cmake_build\bundle\bundle.vcxproj]
D:\dev\OpenSfM\opensfm\src\bundle\src\bundle_adjuster.cc(1034,70): warning C4267: '=': conversion from 'size_t' to 'int
', possible loss of data [D:\dev\OpenSfM\cmake_build\bundle\bundle.vcxproj]
D:\dev\OpenSfM\opensfm\src\bundle\src\bundle_adjuster.cc(1169,45): warning C4267: 'return': conversion from 'size_t' to
'int', possible loss of data [D:\dev\OpenSfM\cmake_build\bundle\bundle.vcxproj]
D:\dev\OpenSfM\opensfm\src\bundle\src\bundle_adjuster.cc(1173,32): warning C4267: 'return': conversion from 'size_t' to
'int', possible loss of data [D:\dev\OpenSfM\cmake_build\bundle\bundle.vcxproj]
bundle.vcxproj -> D:\dev\OpenSfM\cmake_build\bundle\Release\bundle.lib
camera.cc
D:\dev\OpenSfM\opensfm\src\geometry\src\camera.cc(339,39): warning C4244: '=': conversion from 'double' to 'float', pos
sible loss of data [D:\dev\OpenSfM\cmake_build\geometry\geometry.vcxproj]
D:\dev\OpenSfM\opensfm\src\geometry\src\camera.cc(340,39): warning C4244: '=': conversion from 'double' to 'float', pos
sible loss of data [D:\dev\OpenSfM\cmake_build\geometry\geometry.vcxproj]
essential.cc
D:\dev\OpenSfM\opensfm\src\geometry\essential.h(167,25): warning C4244: 'initializing': conversion from '__int64' to 'i
nt', possible loss of data [D:\dev\OpenSfM\cmake_build\geometry\geometry.vcxproj]
D:\dev\OpenSfM\opensfm\src\geometry\essential.h(167,19): warning C4244: 'initializing': conversion from '__int64' to 'c
onst int', possible loss of data [D:\dev\OpenSfM\cmake_build\geometry\geometry.vcxproj]
D:\dev\OpenSfM\opensfm\src\geometry\essential.h(66,11): warning C4244: 'initializing': conversion from '__int64' to 'in
t', possible loss of data [D:\dev\OpenSfM\cmake_build\geometry\geometry.vcxproj]
D:\dev\OpenSfM\opensfm\src\foundation\numeric.h(28,31): warning C4244: 'initializing': conversion from 'Eigen::EigenBas
e<Derived>::Index' to 'int', possible loss of data [D:\dev\OpenSfM\cmake_build\geometry\geometry.vcxproj]
D:\dev\OpenSfM\opensfm\src\foundation\numeric.h(28,31): warning C4244: with [D:\dev\OpenSfM\cmake_build\geometr
y\geometry.vcxproj]
D:\dev\OpenSfM\opensfm\src\foundation\numeric.h(28,31): warning C4244: [ [D:\dev\OpenSfM\cmake_build\geometry\g
eometry.vcxproj]
D:\dev\OpenSfM\opensfm\src\foundation\numeric.h(28,31): warning C4244: Derived=Eigen::Matrix<double,-1,-1,0
,-1,-1> [D:\dev\OpenSfM\cmake_build\geometry\geometry.vcxproj]
D:\dev\OpenSfM\opensfm\src\foundation\numeric.h(28,31): warning C4244: ] [D:\dev\OpenSfM\cmake_build\geometry\g
eometry.vcxproj]
D:\dev\OpenSfM\opensfm\src\foundation\numeric.h(28,23): warning C4244: 'initializing': conversion from 'Eigen::EigenBas
e<Derived>::Index' to 'const int', possible loss of data [D:\dev\OpenSfM\cmake_build\geometry\geometry.vcxproj]
D:\dev\OpenSfM\opensfm\src\foundation\numeric.h(28,23): warning C4244: with [D:\dev\OpenSfM\cmake_build\geometr
y\geometry.vcxproj]
D:\dev\OpenSfM\opensfm\src\foundation\numeric.h(28,23): warning C4244: [ [D:\dev\OpenSfM\cmake_build\geometry\g
eometry.vcxproj]
D:\dev\OpenSfM\opensfm\src\foundation\numeric.h(28,23): warning C4244: Derived=Eigen::Matrix<double,-1,-1,0
,-1,-1> [D:\dev\OpenSfM\cmake_build\geometry\geometry.vcxproj]
D:\dev\OpenSfM\opensfm\src\foundation\numeric.h(28,23): warning C4244: ] [D:\dev\OpenSfM\cmake_build\geometry\g
eometry.vcxproj]
covariance.cc
triangulation.cc
D:\dev\OpenSfM\opensfm\src\geometry\src\triangulation.cc(22,35): warning C4244: 'initializing': conversion from 'Eigen:
:EigenBase<Derived>::Index' to 'int', possible loss of data [D:\dev\OpenSfM\cmake_build\geometry\geometry.vcxproj]
D:\dev\OpenSfM\opensfm\src\geometry\src\triangulation.cc(22,35): warning C4244: with [D:\dev\OpenSfM\cmake_buil
d\geometry\geometry.vcxproj]
D:\dev\OpenSfM\opensfm\src\geometry\src\triangulation.cc(22,35): warning C4244: [ [D:\dev\OpenSfM\cmake_build\g
eometry\geometry.vcxproj]
D:\dev\OpenSfM\opensfm\src\geometry\src\triangulation.cc(22,35): warning C4244: Derived=Eigen::Matrix<doubl
e,-1,3,0,-1,3> [D:\dev\OpenSfM\cmake_build\geometry\geometry.vcxproj]
D:\dev\OpenSfM\opensfm\src\geometry\src\triangulation.cc(22,35): warning C4244: ] [D:\dev\OpenSfM\cmake_build\g
eometry\geometry.vcxproj]
D:\dev\OpenSfM\opensfm\src\geometry\src\triangulation.cc(22,20): warning C4244: 'initializing': conversion from 'Eigen:
:EigenBase<Derived>::Index' to 'const int', possible loss of data [D:\dev\OpenSfM\cmake_build\geometry\geometry.vcxproj
]
D:\dev\OpenSfM\opensfm\src\geometry\src\triangulation.cc(22,20): warning C4244: with [D:\dev\OpenSfM\cmake_buil
d\geometry\geometry.vcxproj]
D:\dev\OpenSfM\opensfm\src\geometry\src\triangulation.cc(22,20): warning C4244: [ [D:\dev\OpenSfM\cmake_build\g
eometry\geometry.vcxproj]
D:\dev\OpenSfM\opensfm\src\geometry\src\triangulation.cc(22,20): warning C4244: Derived=Eigen::Matrix<doubl
e,-1,3,0,-1,3> [D:\dev\OpenSfM\cmake_build\geometry\geometry.vcxproj]
D:\dev\OpenSfM\opensfm\src\geometry\src\triangulation.cc(22,20): warning C4244: ] [D:\dev\OpenSfM\cmake_build\g
eometry\geometry.vcxproj]
D:\dev\OpenSfM\opensfm\src\geometry\src\triangulation.cc(49,29): warning C4267: 'initializing': conversion from 'size_t
' to 'int', possible loss of data [D:\dev\OpenSfM\cmake_build\geometry\geometry.vcxproj]
D:\dev\OpenSfM\opensfm\src\geometry\src\triangulation.cc(49,19): warning C4267: 'initializing': conversion from 'size_t
' to 'const int', possible loss of data [D:\dev\OpenSfM\cmake_build\geometry\geometry.vcxproj]
D:\dev\OpenSfM\opensfm\src\geometry\src\triangulation.cc(104,33): warning C4244: 'initializing': conversion from 'Eigen
::EigenBase<Derived>::Index' to 'int', possible loss of data [D:\dev\OpenSfM\cmake_build\geometry\geometry.vcxproj]
D:\dev\OpenSfM\opensfm\src\geometry\src\triangulation.cc(104,33): warning C4244: with [D:\dev\OpenSfM\cmake_bui
ld\geometry\geometry.vcxproj]
D:\dev\OpenSfM\opensfm\src\geometry\src\triangulation.cc(104,33): warning C4244: [ [D:\dev\OpenSfM\cmake_build\
geometry\geometry.vcxproj]
D:\dev\OpenSfM\opensfm\src\geometry\src\triangulation.cc(104,33): warning C4244: Derived=Eigen::Matrix<doub
le,-1,3,0,-1,3> [D:\dev\OpenSfM\cmake_build\geometry\geometry.vcxproj]
D:\dev\OpenSfM\opensfm\src\geometry\src\triangulation.cc(104,33): warning C4244: ] [D:\dev\OpenSfM\cmake_build\
geometry\geometry.vcxproj]
D:\dev\OpenSfM\opensfm\src\geometry\src\triangulation.cc(104,19): warning C4244: 'initializing': conversion from 'Eigen
::EigenBase<Derived>::Index' to 'const int', possible loss of data [D:\dev\OpenSfM\cmake_build\geometry\geometry.vcxpro
j]
D:\dev\OpenSfM\opensfm\src\geometry\src\triangulation.cc(104,19): warning C4244: with [D:\dev\OpenSfM\cmake_bui
ld\geometry\geometry.vcxproj]
D:\dev\OpenSfM\opensfm\src\geometry\src\triangulation.cc(104,19): warning C4244: [ [D:\dev\OpenSfM\cmake_build\
geometry\geometry.vcxproj]
D:\dev\OpenSfM\opensfm\src\geometry\src\triangulation.cc(104,19): warning C4244: Derived=Eigen::Matrix<doub
le,-1,3,0,-1,3> [D:\dev\OpenSfM\cmake_build\geometry\geometry.vcxproj]
D:\dev\OpenSfM\opensfm\src\geometry\src\triangulation.cc(104,19): warning C4244: ] [D:\dev\OpenSfM\cmake_build\
geometry\geometry.vcxproj]
D:\dev\OpenSfM\opensfm\src\geometry\src\triangulation.cc(170,40): warning C4244: 'argument': conversion from 'Eigen::Ei
genBase<Derived>::Index' to 'int', possible loss of data [D:\dev\OpenSfM\cmake_build\geometry\geometry.vcxproj]
D:\dev\OpenSfM\opensfm\src\geometry\src\triangulation.cc(170,40): warning C4244: with [D:\dev\OpenSfM\cmake_bui
ld\geometry\geometry.vcxproj]
D:\dev\OpenSfM\opensfm\src\geometry\src\triangulation.cc(170,40): warning C4244: [ [D:\dev\OpenSfM\cmake_build\
geometry\geometry.vcxproj]
D:\dev\OpenSfM\opensfm\src\geometry\src\triangulation.cc(170,40): warning C4244: Derived=Eigen::Matrix<doub
le,-1,3,0,-1,3> [D:\dev\OpenSfM\cmake_build\geometry\geometry.vcxproj]
D:\dev\OpenSfM\opensfm\src\geometry\src\triangulation.cc(170,40): warning C4244: ] [D:\dev\OpenSfM\cmake_build\
geometry\geometry.vcxproj]
D:\dev\OpenSfM\opensfm\src\geometry\triangulation.h(28,14): warning C4244: 'initializing': conversion from 'Eigen::Eige
nBase<Derived>::Index' to 'int', possible loss of data [D:\dev\OpenSfM\cmake_build\geometry\geometry.vcxproj]
D:\dev\OpenSfM\opensfm\src\geometry\triangulation.h(28,14): warning C4244: with [D:\dev\OpenSfM\cmake_build\geo
metry\geometry.vcxproj]
D:\dev\OpenSfM\opensfm\src\geometry\triangulation.h(28,14): warning C4244: [ [D:\dev\OpenSfM\cmake_build\geomet
ry\geometry.vcxproj]
D:\dev\OpenSfM\opensfm\src\geometry\triangulation.h(28,14): warning C4244: Derived=Eigen::Matrix<double,-1,
3,0,-1,3> [D:\dev\OpenSfM\cmake_build\geometry\geometry.vcxproj]
D:\dev\OpenSfM\opensfm\src\geometry\triangulation.h(28,14): warning C4244: ] [D:\dev\OpenSfM\cmake_build\geomet
ry\geometry.vcxproj]
absolute_pose.cc
D:\dev\OpenSfM\opensfm\src\geometry\transform.h(16,21): warning C4244: 'argument': conversion from '__int64' to 'const
double', possible loss of data [D:\dev\OpenSfM\cmake_build\geometry\geometry.vcxproj]
D:\dev\OpenSfM\opensfm\src\geometry\transform.h(17,21): warning C4244: 'argument': conversion from '__int64' to 'const
double', possible loss of data [D:\dev\OpenSfM\cmake_build\geometry\geometry.vcxproj]
D:\dev\OpenSfM\opensfm\src\geometry\absolute_pose.h(136,14): warning C4244: 'argument': conversion from '__int64' to 'c
onst double', possible loss of data [D:\dev\OpenSfM\cmake_build\geometry\geometry.vcxproj]
D:\dev\OpenSfM\opensfm\src\geometry\absolute_pose.h(137,14): warning C4244: 'argument': conversion from '__int64' to 'c
onst double', possible loss of data [D:\dev\OpenSfM\cmake_build\geometry\geometry.vcxproj]
relative_pose.cc
D:\dev\OpenSfM\opensfm\src\geometry\relative_pose.h(88,28): warning C4244: 'initializing': conversion from '__int64' to
'int', possible loss of data [D:\dev\OpenSfM\cmake_build\geometry\geometry.vcxproj]
D:\dev\OpenSfM\opensfm\src\geometry\relative_pose.h(88,21): warning C4244: 'initializing': conversion from '__int64' to
'const int', possible loss of data [D:\dev\OpenSfM\cmake_build\geometry\geometry.vcxproj]
D:\dev\OpenSfM\opensfm\src\geometry\relative_pose.h(91,77): warning C4244: 'initializing': conversion from 'float' to '
int', possible loss of data [D:\dev\OpenSfM\cmake_build\geometry\geometry.vcxproj]
D:\dev\OpenSfM\opensfm\src\geometry\relative_pose.h(91,23): warning C4244: 'initializing': conversion from 'float' to '
const int', possible loss of data [D:\dev\OpenSfM\cmake_build\geometry\geometry.vcxproj]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.40.33807\include\utility(397,39): warning C424
4: '=': conversion from '_Ty' to '_Ty1', possible loss of data [D:\dev\OpenSfM\cmake_build\geometry\geometry.vcxproj]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.40.33807\include\utility(397,39): warning C424
4: with [D:\dev\OpenSfM\cmake_build\geometry\geometry.vcxproj]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.40.33807\include\utility(397,39): warning C424
4: [ [D:\dev\OpenSfM\cmake_build\geometry\geometry.vcxproj]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.40.33807\include\utility(397,39): warning C424
4: _Ty=double [D:\dev\OpenSfM\cmake_build\geometry\geometry.vcxproj]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.40.33807\include\utility(397,39): warning C424
4: ] [D:\dev\OpenSfM\cmake_build\geometry\geometry.vcxproj]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.40.33807\include\utility(397,39): warning C424
4: and [D:\dev\OpenSfM\cmake_build\geometry\geometry.vcxproj]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.40.33807\include\utility(397,39): warning C424
4: [ [D:\dev\OpenSfM\cmake_build\geometry\geometry.vcxproj]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.40.33807\include\utility(397,39): warning C424
4: _Ty1=int [D:\dev\OpenSfM\cmake_build\geometry\geometry.vcxproj]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.40.33807\include\utility(397,39): warning C424
4: ] [D:\dev\OpenSfM\cmake_build\geometry\geometry.vcxproj]
D:\dev\OpenSfM\opensfm\src\geometry\transform.h(16,21): warning C4244: 'argument': conversion from '__int64' to 'const
double', possible loss of data [D:\dev\OpenSfM\cmake_build\geometry\geometry.vcxproj]
D:\dev\OpenSfM\opensfm\src\geometry\transform.h(17,21): warning C4244: 'argument': conversion from '__int64' to 'const
double', possible loss of data [D:\dev\OpenSfM\cmake_build\geometry\geometry.vcxproj]
Generating Code...
geometry.vcxproj -> D:\dev\OpenSfM\cmake_build\geometry\Release\geometry.lib
pybind.cc
D:\dev\OpenSfM\opensfm\src\bundle\python\pybind.cc(8,1): warning C4996: 'sscanf': This function or variable may be unsa
fe. Consider using sscanf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
[D:\dev\OpenSfM\cmake_build\bundle\pybundle.vcxproj]
Creating library D:/dev/OpenSfM/cmake_build/bundle/Release/pybundle.lib and object D:/dev/OpenSfM/cmake_build/bund
le/Release/pybundle.exp
Generating code
Finished generating code
pybundle.vcxproj -> D:\dev\OpenSfM\opensfm\pybundle.cp39-win_amd64.pyd
depthmap.cc
D:\dev\OpenSfM\opensfm\src\dense\src\depthmap.cc(117,15): warning C4244: 'initializing': conversion from '_Tp' to 'floa
t', possible loss of data [D:\dev\OpenSfM\cmake_build\dense\dense.vcxproj]
D:\dev\OpenSfM\opensfm\src\dense\src\depthmap.cc(117,15): warning C4244: with [D:\dev\OpenSfM\cmake_build\dense
\dense.vcxproj]
D:\dev\OpenSfM\opensfm\src\dense\src\depthmap.cc(117,15): warning C4244: [ [D:\dev\OpenSfM\cmake_build\dense\de
nse.vcxproj]
D:\dev\OpenSfM\opensfm\src\dense\src\depthmap.cc(117,15): warning C4244: _Tp=double [D:\dev\OpenSfM\cmake_b
uild\dense\dense.vcxproj]
D:\dev\OpenSfM\opensfm\src\dense\src\depthmap.cc(117,15): warning C4244: ] [D:\dev\OpenSfM\cmake_build\dense\de
nse.vcxproj]
D:\dev\OpenSfM\opensfm\src\dense\src\depthmap.cc(159,9): warning C4267: 'initializing': conversion from 'size_t' to 'in
t', possible loss of data [D:\dev\OpenSfM\cmake_build\dense\dense.vcxproj]
D:\dev\OpenSfM\opensfm\src\dense\src\depthmap.cc(190,21): warning C4244: 'initializing': conversion from 'double' to 'f
loat', possible loss of data [D:\dev\OpenSfM\cmake_build\dense\dense.vcxproj]
D:\dev\OpenSfM\opensfm\src\dense\src\depthmap.cc(194,54): warning C4244: 'argument': conversion from 'int' to 'float',
possible loss of data [D:\dev\OpenSfM\cmake_build\dense\dense.vcxproj]
D:\dev\OpenSfM\opensfm\src\dense\src\depthmap.cc(194,51): warning C4244: 'argument': conversion from 'int' to 'float',
possible loss of data [D:\dev\OpenSfM\cmake_build\dense\dense.vcxproj]
D:\dev\OpenSfM\opensfm\src\dense\src\depthmap.cc(241,57): warning C4244: 'argument': conversion from 'double' to 'float
', possible loss of data [D:\dev\OpenSfM\cmake_build\dense\dense.vcxproj]
D:\dev\OpenSfM\opensfm\src\dense\src\depthmap.cc(241,40): warning C4244: 'argument': conversion from 'double' to 'float
', possible loss of data [D:\dev\OpenSfM\cmake_build\dense\dense.vcxproj]
D:\dev\OpenSfM\opensfm\src\dense\src\depthmap.cc(243,52): warning C4244: 'argument': conversion from 'int' to 'float',
possible loss of data [D:\dev\OpenSfM\cmake_build\dense\dense.vcxproj]
D:\dev\OpenSfM\opensfm\src\dense\src\depthmap.cc(243,49): warning C4244: 'argument': conversion from 'int' to 'float',
possible loss of data [D:\dev\OpenSfM\cmake_build\dense\dense.vcxproj]
D:\dev\OpenSfM\opensfm\src\dense\src\depthmap.cc(333,21): warning C4305: 'initializing': truncation from 'double' to 'f
loat' [D:\dev\OpenSfM\cmake_build\dense\dense.vcxproj]
D:\dev\OpenSfM\opensfm\src\dense\src\depthmap.cc(350,50): warning C4244: 'argument': conversion from 'int' to 'float',
possible loss of data [D:\dev\OpenSfM\cmake_build\dense\dense.vcxproj]
D:\dev\OpenSfM\opensfm\src\dense\src\depthmap.cc(350,47): warning C4244: 'argument': conversion from 'int' to 'float',
possible loss of data [D:\dev\OpenSfM\cmake_build\dense\dense.vcxproj]
D:\dev\OpenSfM\opensfm\src\dense\src\depthmap.cc(357,20): warning C4305: '*=': truncation from 'double' to 'float' [D:\
dev\OpenSfM\cmake_build\dense\dense.vcxproj]
D:\dev\OpenSfM\opensfm\src\dense\src\depthmap.cc(358,21): warning C4305: '*=': truncation from 'double' to 'float' [D:\
dev\OpenSfM\cmake_build\dense\dense.vcxproj]
D:\dev\OpenSfM\opensfm\src\dense\src\depthmap.cc(431,36): warning C4244: 'argument': conversion from 'int' to 'float',
possible loss of data [D:\dev\OpenSfM\cmake_build\dense\dense.vcxproj]
D:\dev\OpenSfM\opensfm\src\dense\src\depthmap.cc(431,28): warning C4244: 'argument': conversion from 'int' to 'float',
possible loss of data [D:\dev\OpenSfM\cmake_build\dense\dense.vcxproj]
D:\dev\OpenSfM\opensfm\src\dense\src\depthmap.cc(433,60): warning C4244: 'argument': conversion from 'int' to 'float',
possible loss of data [D:\dev\OpenSfM\cmake_build\dense\dense.vcxproj]
D:\dev\OpenSfM\opensfm\src\dense\src\depthmap.cc(433,56): warning C4244: 'argument': conversion from 'int' to 'float',
possible loss of data [D:\dev\OpenSfM\cmake_build\dense\dense.vcxproj]
D:\dev\OpenSfM\opensfm\src\dense\src\depthmap.cc(472,60): warning C4244: 'argument': conversion from 'int' to 'float',
possible loss of data [D:\dev\OpenSfM\cmake_build\dense\dense.vcxproj]
D:\dev\OpenSfM\opensfm\src\dense\src\depthmap.cc(472,56): warning C4244: 'argument': conversion from 'int' to 'float',
possible loss of data [D:\dev\OpenSfM\cmake_build\dense\dense.vcxproj]
D:\dev\OpenSfM\opensfm\src\dense\src\depthmap.cc(504,28): warning C4305: 'initializing': truncation from 'double' to 'f
loat' [D:\dev\OpenSfM\cmake_build\dense\dense.vcxproj]
D:\dev\OpenSfM\opensfm\src\dense\src\depthmap.cc(556,57): warning C4305: 'initializing': truncation from 'double' to 'f
loat' [D:\dev\OpenSfM\cmake_build\dense\dense.vcxproj]
D:\dev\OpenSfM\opensfm\src\dense\src\depthmap.cc(589,18): warning C4244: 'initializing': conversion from '_Tp' to 'floa
t', possible loss of data [D:\dev\OpenSfM\cmake_build\dense\dense.vcxproj]
D:\dev\OpenSfM\opensfm\src\dense\src\depthmap.cc(589,18): warning C4244: with [D:\dev\OpenSfM\cmake_build\dense
\dense.vcxproj]
D:\dev\OpenSfM\opensfm\src\dense\src\depthmap.cc(589,18): warning C4244: [ [D:\dev\OpenSfM\cmake_build\dense\de
nse.vcxproj]
D:\dev\OpenSfM\opensfm\src\dense\src\depthmap.cc(589,18): warning C4244: _Tp=double [D:\dev\OpenSfM\cmake_b
uild\dense\dense.vcxproj]
D:\dev\OpenSfM\opensfm\src\dense\src\depthmap.cc(589,18): warning C4244: ] [D:\dev\OpenSfM\cmake_build\dense\de
nse.vcxproj]
D:\dev\OpenSfM\opensfm\src\dense\src\depthmap.cc(603,48): warning C4244: 'argument': conversion from 'int64_t' to 'int'
, possible loss of data [D:\dev\OpenSfM\cmake_build\dense\dense.vcxproj]
D:\dev\OpenSfM\opensfm\src\dense\src\depthmap.cc(603,44): warning C4244: 'argument': conversion from 'int64_t' to 'int'
, possible loss of data [D:\dev\OpenSfM\cmake_build\dense\dense.vcxproj]
D:\dev\OpenSfM\opensfm\src\dense\src\depthmap.cc(606,68): warning C4244: 'argument': conversion from 'int64_t' to 'int'
, possible loss of data [D:\dev\OpenSfM\cmake_build\dense\dense.vcxproj]
D:\dev\OpenSfM\opensfm\src\dense\src\depthmap.cc(606,64): warning C4244: 'argument': conversion from 'int64_t' to 'int'
, possible loss of data [D:\dev\OpenSfM\cmake_build\dense\dense.vcxproj]
D:\dev\OpenSfM\opensfm\src\dense\src\depthmap.cc(610,62): warning C4244: 'argument': conversion from 'int64_t' to 'int'
, possible loss of data [D:\dev\OpenSfM\cmake_build\dense\dense.vcxproj]
D:\dev\OpenSfM\opensfm\src\dense\src\depthmap.cc(610,58): warning C4244: 'argument': conversion from 'int64_t' to 'int'
, possible loss of data [D:\dev\OpenSfM\cmake_build\dense\dense.vcxproj]
dense.vcxproj -> D:\dev\OpenSfM\cmake_build\dense\Release\dense.lib
pybind.cc
D:\dev\OpenSfM\opensfm\src\dense\depthmap_bind.h(17,44): warning C4244: 'argument': conversion from 'pybind11::ssize_t'
to 'int', possible loss of data [D:\dev\OpenSfM\cmake_build\dense\pydense.vcxproj]
D:\dev\OpenSfM\opensfm\src\dense\depthmap_bind.h(17,28): warning C4244: 'argument': conversion from 'pybind11::ssize_t'
to 'int', possible loss of data [D:\dev\OpenSfM\cmake_build\dense\pydense.vcxproj]
D:\dev\OpenSfM\opensfm\src\dense\depthmap_bind.h(82,28): warning C4244: 'argument': conversion from 'pybind11::ssize_t'
to 'int', possible loss of data [D:\dev\OpenSfM\cmake_build\dense\pydense.vcxproj]
D:\dev\OpenSfM\opensfm\src\dense\depthmap_bind.h(81,72): warning C4244: 'argument': conversion from 'pybind11::ssize_t'
to 'int', possible loss of data [D:\dev\OpenSfM\cmake_build\dense\pydense.vcxproj]
D:\dev\OpenSfM\opensfm\src\dense\depthmap_bind.h(114,72): warning C4244: 'argument': conversion from 'pybind11::ssize_t
' to 'int', possible loss of data [D:\dev\OpenSfM\cmake_build\dense\pydense.vcxproj]
D:\dev\OpenSfM\opensfm\src\dense\depthmap_bind.h(114,56): warning C4244: 'argument': conversion from 'pybind11::ssize_t
' to 'int', possible loss of data [D:\dev\OpenSfM\cmake_build\dense\pydense.vcxproj]
D:\dev\OpenSfM\opensfm\src\dense\openmvs_exporter.h(20,53): warning C4267: '=': conversion from 'size_t' to 'int', poss
ible loss of data [D:\dev\OpenSfM\cmake_build\dense\pydense.vcxproj]
D:\dev\OpenSfM\opensfm\src\dense\openmvs_exporter.h(34,17): warning C4267: 'initializing': conversion from 'size_t' to
'int', possible loss of data [D:\dev\OpenSfM\cmake_build\dense\pydense.vcxproj]
D:\dev\OpenSfM\opensfm\src\dense\openmvs_exporter.h(44,45): warning C4267: '=': conversion from 'size_t' to 'int', poss
ible loss of data [D:\dev\OpenSfM\cmake_build\dense\pydense.vcxproj]
Creating library D:/dev/OpenSfM/cmake_build/dense/Release/pydense.lib and object D:/dev/OpenSfM/cmake_build/dense/
Release/pydense.exp
Generating code
Finished generating code
pydense.vcxproj -> D:\dev\OpenSfM\opensfm\pydense.cp39-win_amd64.pyd
AKAZE.cpp
D:\dev\OpenSfM\opensfm\src\third_party\akaze\lib\AKAZE.cpp(55,18): warning C4244: '=': conversion from 'double' to 'flo
at', possible loss of data [D:\dev\OpenSfM\cmake_build\third_party\akaze\akaze.vcxproj]
D:\dev\OpenSfM\opensfm\src\third_party\akaze\lib\AKAZE.cpp(80,23): warning C4244: '=': conversion from 'double' to 'flo
at', possible loss of data [D:\dev\OpenSfM\cmake_build\third_party\akaze\akaze.vcxproj]
D:\dev\OpenSfM\opensfm\src\third_party\akaze\lib\AKAZE.cpp(111,24): warning C4244: '=': conversion from 'int64' to 'dou
ble', possible loss of data [D:\dev\OpenSfM\cmake_build\third_party\akaze\akaze.vcxproj]
D:\dev\OpenSfM\opensfm\src\third_party\akaze\lib\AKAZE.cpp(122,24): warning C4244: '=': conversion from 'int64' to 'dou
ble', possible loss of data [D:\dev\OpenSfM\cmake_build\third_party\akaze\akaze.vcxproj]
D:\dev\OpenSfM\opensfm\src\third_party\akaze\lib\AKAZE.cpp(130,46): warning C4244: '=': conversion from 'double' to 'fl
oat', possible loss of data [D:\dev\OpenSfM\cmake_build\third_party\akaze\akaze.vcxproj]
D:\dev\OpenSfM\opensfm\src\third_party\akaze\lib\AKAZE.cpp(173,24): warning C4244: '=': conversion from 'int64' to 'dou
ble', possible loss of data [D:\dev\OpenSfM\cmake_build\third_party\akaze\akaze.vcxproj]
D:\dev\OpenSfM\opensfm\src\third_party\akaze\lib\AKAZE.cpp(184,24): warning C4244: '=': conversion from 'int64' to 'dou
ble', possible loss of data [D:\dev\OpenSfM\cmake_build\third_party\akaze\akaze.vcxproj]
D:\dev\OpenSfM\opensfm\src\third_party\akaze\lib\AKAZE.cpp(191,24): warning C4244: '=': conversion from 'int64' to 'dou
ble', possible loss of data [D:\dev\OpenSfM\cmake_build\third_party\akaze\akaze.vcxproj]
D:\dev\OpenSfM\opensfm\src\third_party\akaze\lib\AKAZE.cpp(200,24): warning C4244: '=': conversion from 'int64' to 'dou
ble', possible loss of data [D:\dev\OpenSfM\cmake_build\third_party\akaze\akaze.vcxproj]
D:\dev\OpenSfM\opensfm\src\third_party\akaze\lib\AKAZE.cpp(225,24): warning C4244: '=': conversion from 'int64' to 'dou
ble', possible loss of data [D:\dev\OpenSfM\cmake_build\third_party\akaze\akaze.vcxproj]
D:\dev\OpenSfM\opensfm\src\third_party\akaze\lib\AKAZE.cpp(281,16): warning C4244: '=': conversion from 'double' to 'fl
oat', possible loss of data [D:\dev\OpenSfM\cmake_build\third_party\akaze\akaze.vcxproj]
D:\dev\OpenSfM\opensfm\src\third_party\akaze\lib\AKAZE.cpp(284,16): warning C4244: '=': conversion from 'double' to 'fl
oat', possible loss of data [D:\dev\OpenSfM\cmake_build\third_party\akaze\akaze.vcxproj]
D:\dev\OpenSfM\opensfm\src\third_party\akaze\lib\AKAZE.cpp(287,24): warning C4244: '=': conversion from 'int64' to 'dou
ble', possible loss of data [D:\dev\OpenSfM\cmake_build\third_party\akaze\akaze.vcxproj]
D:\dev\OpenSfM\opensfm\src\third_party\akaze\lib\AKAZE.cpp(312,39): warning C4267: '=': conversion from 'size_t' to 'in
t', possible loss of data [D:\dev\OpenSfM\cmake_build\third_party\akaze\akaze.vcxproj]
D:\dev\OpenSfM\opensfm\src\third_party\akaze\lib\AKAZE.cpp(313,28): warning C4267: '=': conversion from 'size_t' to 'in
t', possible loss of data [D:\dev\OpenSfM\cmake_build\third_party\akaze\akaze.vcxproj]
D:\dev\OpenSfM\opensfm\src\third_party\akaze\lib\AKAZE.cpp(314,22): warning C4244: '=': conversion from 'double' to 'fl
oat', possible loss of data [D:\dev\OpenSfM\cmake_build\third_party\akaze\akaze.vcxproj]
D:\dev\OpenSfM\opensfm\src\third_party\akaze\lib\AKAZE.cpp(316,24): warning C4244: '=': conversion from 'int' to '_Tp',
possible loss of data [D:\dev\OpenSfM\cmake_build\third_party\akaze\akaze.vcxproj]
D:\dev\OpenSfM\opensfm\src\third_party\akaze\lib\AKAZE.cpp(316,24): warning C4244: with [D:\dev\OpenSfM\cmake_b
uild\third_party\akaze\akaze.vcxproj]
D:\dev\OpenSfM\opensfm\src\third_party\akaze\lib\AKAZE.cpp(316,24): warning C4244: [ [D:\dev\OpenSfM\cmake_buil
d\third_party\akaze\akaze.vcxproj]
D:\dev\OpenSfM\opensfm\src\third_party\akaze\lib\AKAZE.cpp(316,24): warning C4244: _Tp=float [D:\dev\OpenSf
M\cmake_build\third_party\akaze\akaze.vcxproj]
D:\dev\OpenSfM\opensfm\src\third_party\akaze\lib\AKAZE.cpp(316,24): warning C4244: ] [D:\dev\OpenSfM\cmake_buil
d\third_party\akaze\akaze.vcxproj]
D:\dev\OpenSfM\opensfm\src\third_party\akaze\lib\AKAZE.cpp(317,24): warning C4244: '=': conversion from 'int' to '_Tp',
possible loss of data [D:\dev\OpenSfM\cmake_build\third_party\akaze\akaze.vcxproj]
D:\dev\OpenSfM\opensfm\src\third_party\akaze\lib\AKAZE.cpp(317,24): warning C4244: with [D:\dev\OpenSfM\cmake_b
uild\third_party\akaze\akaze.vcxproj]
D:\dev\OpenSfM\opensfm\src\third_party\akaze\lib\AKAZE.cpp(317,24): warning C4244: [ [D:\dev\OpenSfM\cmake_buil
d\third_party\akaze\akaze.vcxproj]
D:\dev\OpenSfM\opensfm\src\third_party\akaze\lib\AKAZE.cpp(317,24): warning C4244: _Tp=float [D:\dev\OpenSf
M\cmake_build\third_party\akaze\akaze.vcxproj]
D:\dev\OpenSfM\opensfm\src\third_party\akaze\lib\AKAZE.cpp(317,24): warning C4244: ] [D:\dev\OpenSfM\cmake_buil
d\third_party\akaze\akaze.vcxproj]
D:\dev\OpenSfM\opensfm\src\third_party\akaze\lib\AKAZE.cpp(330,33): warning C4267: '=': conversion from 'size_t' to 'in
t', possible loss of data [D:\dev\OpenSfM\cmake_build\third_party\akaze\akaze.vcxproj]
D:\dev\OpenSfM\opensfm\src\third_party\akaze\lib\AKAZE.cpp(401,27): warning C4267: 'initializing': conversion from 'siz
e_t' to 'int', possible loss of data [D:\dev\OpenSfM\cmake_build\third_party\akaze\akaze.vcxproj]
D:\dev\OpenSfM\opensfm\src\third_party\akaze\lib\AKAZE.cpp(408,22): warning C4305: 'initializing': truncation from '__i
nt64' to 'float' [D:\dev\OpenSfM\cmake_build\third_party\akaze\akaze.vcxproj]
D:\dev\OpenSfM\opensfm\src\third_party\akaze\lib\AKAZE.cpp(437,24): warning C4244: '=': conversion from 'int64' to 'dou
ble', possible loss of data [D:\dev\OpenSfM\cmake_build\third_party\akaze\akaze.vcxproj]
D:\dev\OpenSfM\opensfm\src\third_party\akaze\lib\AKAZE.cpp(452,24): warning C4244: '=': conversion from 'int64' to 'dou
ble', possible loss of data [D:\dev\OpenSfM\cmake_build\third_party\akaze\akaze.vcxproj]
D:\dev\OpenSfM\opensfm\src\third_party\akaze\lib\AKAZE.cpp(455,16): warning C4244: '=': conversion from 'double' to 'fl
oat', possible loss of data [D:\dev\OpenSfM\cmake_build\third_party\akaze\akaze.vcxproj]
D:\dev\OpenSfM\opensfm\src\third_party\akaze\lib\AKAZE.cpp(460,15): warning C4244: '=': conversion from 'double' to 'fl
oat', possible loss of data [D:\dev\OpenSfM\cmake_build\third_party\akaze\akaze.vcxproj]
D:\dev\OpenSfM\opensfm\src\third_party\akaze\lib\AKAZE.cpp(462,15): warning C4244: '=': conversion from 'double' to 'fl
oat', possible loss of data [D:\dev\OpenSfM\cmake_build\third_party\akaze\akaze.vcxproj]
D:\dev\OpenSfM\opensfm\src\third_party\akaze\lib\AKAZE.cpp(468,9): warning C4244: '=': conversion from 'double' to 'flo
at', possible loss of data [D:\dev\OpenSfM\cmake_build\third_party\akaze\akaze.vcxproj]
D:\dev\OpenSfM\opensfm\src\third_party\akaze\lib\AKAZE.cpp(472,9): warning C4244: '=': conversion from 'double' to 'flo
at', possible loss of data [D:\dev\OpenSfM\cmake_build\third_party\akaze\akaze.vcxproj]
D:\dev\OpenSfM\opensfm\src\third_party\akaze\lib\AKAZE.cpp(476,9): warning C4244: '=': conversion from 'double' to 'flo
at', possible loss of data [D:\dev\OpenSfM\cmake_build\third_party\akaze\akaze.vcxproj]
D:\dev\OpenSfM\opensfm\src\third_party\akaze\lib\AKAZE.cpp(491,55): warning C4244: 'argument': conversion from 'size_t'
to 'float', possible loss of data [D:\dev\OpenSfM\cmake_build\third_party\akaze\akaze.vcxproj]
D:\dev\OpenSfM\opensfm\src\third_party\akaze\lib\AKAZE.cpp(491,17): warning C4244: 'initializing': conversion from 'flo
at' to 'int', possible loss of data [D:\dev\OpenSfM\cmake_build\third_party\akaze\akaze.vcxproj]
D:\dev\OpenSfM\opensfm\src\third_party\akaze\lib\AKAZE.cpp(506,24): warning C4244: '=': conversion from 'int64' to 'dou
ble', possible loss of data [D:\dev\OpenSfM\cmake_build\third_party\akaze\akaze.vcxproj]
D:\dev\OpenSfM\opensfm\src\third_party\akaze\lib\AKAZE.cpp(520,24): warning C4244: '=': conversion from 'int64' to 'dou
ble', possible loss of data [D:\dev\OpenSfM\cmake_build\third_party\akaze\akaze.vcxproj]
D:\dev\OpenSfM\opensfm\src\third_party\akaze\lib\AKAZE.cpp(524,36): warning C4267: 'argument': conversion from 'size_t'
to 'int', possible loss of data [D:\dev\OpenSfM\cmake_build\third_party\akaze\akaze.vcxproj]
D:\dev\OpenSfM\opensfm\src\third_party\akaze\lib\AKAZE.cpp(530,46): warning C4244: 'argument': conversion from 'double'
to 'int', possible loss of data [D:\dev\OpenSfM\cmake_build\third_party\akaze\akaze.vcxproj]
D:\dev\OpenSfM\opensfm\src\third_party\akaze\lib\AKAZE.cpp(530,38): warning C4267: 'argument': conversion from 'size_t'
to 'int', possible loss of data [D:\dev\OpenSfM\cmake_build\third_party\akaze\akaze.vcxproj]
D:\dev\OpenSfM\opensfm\src\third_party\akaze\lib\AKAZE.cpp(534,46): warning C4244: 'argument': conversion from 'double'
to 'int', possible loss of data [D:\dev\OpenSfM\cmake_build\third_party\akaze\akaze.vcxproj]
D:\dev\OpenSfM\opensfm\src\third_party\akaze\lib\AKAZE.cpp(534,38): warning C4267: 'argument': conversion from 'size_t'
to 'int', possible loss of data [D:\dev\OpenSfM\cmake_build\third_party\akaze\akaze.vcxproj]
D:\dev\OpenSfM\opensfm\src\third_party\akaze\lib\AKAZE.cpp(613,24): warning C4244: '=': conversion from 'int64' to 'dou
ble', possible loss of data [D:\dev\OpenSfM\cmake_build\third_party\akaze\akaze.vcxproj]
D:\dev\OpenSfM\opensfm\src\third_party\akaze\lib\AKAZE.cpp(631,26): warning C4244: 'argument': conversion from 'double'
to 'float', possible loss of data [D:\dev\OpenSfM\cmake_build\third_party\akaze\akaze.vcxproj]
D:\dev\OpenSfM\opensfm\src\third_party\akaze\lib\AKAZE.cpp(645,55): warning C4244: '=': conversion from 'double' to 'fl
oat', possible loss of data [D:\dev\OpenSfM\cmake_build\third_party\akaze\akaze.vcxproj]
D:\dev\OpenSfM\opensfm\src\third_party\akaze\lib\AKAZE.cpp(653,28): warning C4244: '=': conversion from 'double' to 'fl
oat', possible loss of data [D:\dev\OpenSfM\cmake_build\third_party\akaze\akaze.vcxproj]
D:\dev\OpenSfM\opensfm\src\third_party\akaze\lib\AKAZE.cpp(677,45): warning C4244: '=': conversion from 'double' to 'fl
oat', possible loss of data [D:\dev\OpenSfM\cmake_build\third_party\akaze\akaze.vcxproj]
D:\dev\OpenSfM\opensfm\src\third_party\akaze\lib\AKAZE.cpp(699,30): warning C4244: 'argument': conversion from 'double'
to 'float', possible loss of data [D:\dev\OpenSfM\cmake_build\third_party\akaze\akaze.vcxproj]
D:\dev\OpenSfM\opensfm\src\third_party\akaze\lib\AKAZE.cpp(730,77): warning C4244: '=': conversion from 'double' to 'fl
oat', possible loss of data [D:\dev\OpenSfM\cmake_build\third_party\akaze\akaze.vcxproj]
D:\dev\OpenSfM\opensfm\src\third_party\akaze\lib\AKAZE.cpp(736,77): warning C4244: '=': conversion from 'double' to 'fl
oat', possible loss of data [D:\dev\OpenSfM\cmake_build\third_party\akaze\akaze.vcxproj]
D:\dev\OpenSfM\opensfm\src\third_party\akaze\lib\AKAZE.cpp(782,30): warning C4244: 'argument': conversion from 'double'
to 'float', possible loss of data [D:\dev\OpenSfM\cmake_build\third_party\akaze\akaze.vcxproj]
D:\dev\OpenSfM\opensfm\src\third_party\akaze\lib\AKAZE.cpp(816,77): warning C4244: '=': conversion from 'double' to 'fl
oat', possible loss of data [D:\dev\OpenSfM\cmake_build\third_party\akaze\akaze.vcxproj]
D:\dev\OpenSfM\opensfm\src\third_party\akaze\lib\AKAZE.cpp(822,77): warning C4244: '=': conversion from 'double' to 'fl
oat', possible loss of data [D:\dev\OpenSfM\cmake_build\third_party\akaze\akaze.vcxproj]
D:\dev\OpenSfM\opensfm\src\third_party\akaze\lib\AKAZE.cpp(876,30): warning C4244: 'argument': conversion from 'double'
to 'float', possible loss of data [D:\dev\OpenSfM\cmake_build\third_party\akaze\akaze.vcxproj]
D:\dev\OpenSfM\opensfm\src\third_party\akaze\lib\AKAZE.cpp(909,59): warning C4244: 'argument': conversion from 'double'
to 'float', possible loss of data [D:\dev\OpenSfM\cmake_build\third_party\akaze\akaze.vcxproj]
D:\dev\OpenSfM\opensfm\src\third_party\akaze\lib\AKAZE.cpp(924,77): warning C4244: '=': conversion from 'double' to 'fl
oat', possible loss of data [D:\dev\OpenSfM\cmake_build\third_party\akaze\akaze.vcxproj]
D:\dev\OpenSfM\opensfm\src\third_party\akaze\lib\AKAZE.cpp(930,77): warning C4244: '=': conversion from 'double' to 'fl
oat', possible loss of data [D:\dev\OpenSfM\cmake_build\third_party\akaze\akaze.vcxproj]
D:\dev\OpenSfM\opensfm\src\third_party\akaze\lib\AKAZE.cpp(988,30): warning C4244: 'argument': conversion from 'double'
to 'float', possible loss of data [D:\dev\OpenSfM\cmake_build\third_party\akaze\akaze.vcxproj]
D:\dev\OpenSfM\opensfm\src\third_party\akaze\lib\AKAZE.cpp(1025,58): warning C4244: 'argument': conversion from 'double
' to 'float', possible loss of data [D:\dev\OpenSfM\cmake_build\third_party\akaze\akaze.vcxproj]
D:\dev\OpenSfM\opensfm\src\third_party\akaze\lib\AKAZE.cpp(1027,31): warning C4244: 'argument': conversion from 'double
' to 'float', possible loss of data [D:\dev\OpenSfM\cmake_build\third_party\akaze\akaze.vcxproj]
D:\dev\OpenSfM\opensfm\src\third_party\akaze\lib\AKAZE.cpp(1028,31): warning C4244: 'argument': conversion from 'double
' to 'float', possible loss of data [D:\dev\OpenSfM\cmake_build\third_party\akaze\akaze.vcxproj]
D:\dev\OpenSfM\opensfm\src\third_party\akaze\lib\AKAZE.cpp(1030,31): warning C4244: 'argument': conversion from 'double
' to 'float', possible loss of data [D:\dev\OpenSfM\cmake_build\third_party\akaze\akaze.vcxproj]
D:\dev\OpenSfM\opensfm\src\third_party\akaze\lib\AKAZE.cpp(1031,31): warning C4244: 'argument': conversion from 'double
' to 'float', possible loss of data [D:\dev\OpenSfM\cmake_build\third_party\akaze\akaze.vcxproj]
D:\dev\OpenSfM\opensfm\src\third_party\akaze\lib\AKAZE.cpp(1040,77): warning C4244: '=': conversion from 'double' to 'f
loat', possible loss of data [D:\dev\OpenSfM\cmake_build\third_party\akaze\akaze.vcxproj]
D:\dev\OpenSfM\opensfm\src\third_party\akaze\lib\AKAZE.cpp(1046,77): warning C4244: '=': conversion from 'double' to 'f
loat', possible loss of data [D:\dev\OpenSfM\cmake_build\third_party\akaze\akaze.vcxproj]
D:\dev\OpenSfM\opensfm\src\third_party\akaze\lib\AKAZE.cpp(1282,34): warning C4244: 'argument': conversion from 'double
' to 'float', possible loss of data [D:\dev\OpenSfM\cmake_build\third_party\akaze\akaze.vcxproj]
D:\dev\OpenSfM\opensfm\src\third_party\akaze\lib\AKAZE.cpp(1284,15): warning C4244: 'initializing': conversion from 'co
nst int' to 'float', possible loss of data [D:\dev\OpenSfM\cmake_build\third_party\akaze\akaze.vcxproj]
D:\dev\OpenSfM\opensfm\src\third_party\akaze\lib\AKAZE.cpp(1296,21): warning C4244: '=': conversion from 'float' to '_T
y', possible loss of data [D:\dev\OpenSfM\cmake_build\third_party\akaze\akaze.vcxproj]
D:\dev\OpenSfM\opensfm\src\third_party\akaze\lib\AKAZE.cpp(1296,21): warning C4244: with [D:\dev\OpenSfM\cmake_
build\third_party\akaze\akaze.vcxproj]
D:\dev\OpenSfM\opensfm\src\third_party\akaze\lib\AKAZE.cpp(1296,21): warning C4244: [ [D:\dev\OpenSfM\cmake_bui
ld\third_party\akaze\akaze.vcxproj]
D:\dev\OpenSfM\opensfm\src\third_party\akaze\lib\AKAZE.cpp(1296,21): warning C4244: _Ty=int [D:\dev\OpenSfM
\cmake_build\third_party\akaze\akaze.vcxproj]
D:\dev\OpenSfM\opensfm\src\third_party\akaze\lib\AKAZE.cpp(1296,21): warning C4244: ] [D:\dev\OpenSfM\cmake_bui
ld\third_party\akaze\akaze.vcxproj]
D:\dev\OpenSfM\opensfm\src\third_party\akaze\lib\AKAZE.cpp(1316,28): warning C4244: 'argument': conversion from 'float'
to 'const unsigned __int64', possible loss of data [D:\dev\OpenSfM\cmake_build\third_party\akaze\akaze.vcxproj]
D:\dev\OpenSfM\opensfm\src\third_party\akaze\lib\AKAZE.cpp(1319,29): warning C4244: 'argument': conversion from 'float'
to 'const unsigned __int64', possible loss of data [D:\dev\OpenSfM\cmake_build\third_party\akaze\akaze.vcxproj]
D:\dev\OpenSfM\opensfm\src\third_party\akaze\lib\AKAZE.cpp(1320,29): warning C4244: 'argument': conversion from 'float'
to 'const unsigned __int64', possible loss of data [D:\dev\OpenSfM\cmake_build\third_party\akaze\akaze.vcxproj]
D:\dev\OpenSfM\opensfm\src\third_party\akaze\lib\AKAZE.cpp(1366,34): warning C4244: 'argument': conversion from 'double
' to 'float', possible loss of data [D:\dev\OpenSfM\cmake_build\third_party\akaze\akaze.vcxproj]
D:\dev\OpenSfM\opensfm\src\third_party\akaze\lib\AKAZE.cpp(1367,15): warning C4244: 'initializing': conversion from 'co
nst int' to 'float', possible loss of data [D:\dev\OpenSfM\cmake_build\third_party\akaze\akaze.vcxproj]
D:\dev\OpenSfM\opensfm\src\third_party\akaze\lib\AKAZE.cpp(1376,21): warning C4244: '=': conversion from 'float' to '_T
y', possible loss of data [D:\dev\OpenSfM\cmake_build\third_party\akaze\akaze.vcxproj]
D:\dev\OpenSfM\opensfm\src\third_party\akaze\lib\AKAZE.cpp(1376,21): warning C4244: with [D:\dev\OpenSfM\cmake_
build\third_party\akaze\akaze.vcxproj]
D:\dev\OpenSfM\opensfm\src\third_party\akaze\lib\AKAZE.cpp(1376,21): warning C4244: [ [D:\dev\OpenSfM\cmake_bui
ld\third_party\akaze\akaze.vcxproj]
D:\dev\OpenSfM\opensfm\src\third_party\akaze\lib\AKAZE.cpp(1376,21): warning C4244: _Ty=int [D:\dev\OpenSfM
\cmake_build\third_party\akaze\akaze.vcxproj]
D:\dev\OpenSfM\opensfm\src\third_party\akaze\lib\AKAZE.cpp(1376,21): warning C4244: ] [D:\dev\OpenSfM\cmake_bui
ld\third_party\akaze\akaze.vcxproj]
D:\dev\OpenSfM\opensfm\src\third_party\akaze\lib\AKAZE.cpp(1393,28): warning C4244: 'argument': conversion from 'float'
to 'const unsigned __int64', possible loss of data [D:\dev\OpenSfM\cmake_build\third_party\akaze\akaze.vcxproj]
D:\dev\OpenSfM\opensfm\src\third_party\akaze\lib\AKAZE.cpp(1396,29): warning C4244: 'argument': conversion from 'float'
to 'const unsigned __int64', possible loss of data [D:\dev\OpenSfM\cmake_build\third_party\akaze\akaze.vcxproj]
D:\dev\OpenSfM\opensfm\src\third_party\akaze\lib\AKAZE.cpp(1397,29): warning C4244: 'argument': conversion from 'float'
to 'const unsigned __int64', possible loss of data [D:\dev\OpenSfM\cmake_build\third_party\akaze\akaze.vcxproj]
D:\dev\OpenSfM\opensfm\src\third_party\akaze\lib\AKAZE.cpp(1496,14): warning C4267: 'initializing': conversion from 'si
ze_t' to 'int', possible loss of data [D:\dev\OpenSfM\cmake_build\third_party\akaze\akaze.vcxproj]
D:\dev\OpenSfM\opensfm\src\third_party\akaze\lib\AKAZE.cpp(1498,13): warning C4244: 'initializing': conversion from 'do
uble' to 'int', possible loss of data [D:\dev\OpenSfM\cmake_build\third_party\akaze\akaze.vcxproj]
D:\dev\OpenSfM\opensfm\src\third_party\akaze\lib\AKAZE.cpp(1502,15): warning C4267: 'argument': conversion from 'size_t
' to 'int', possible loss of data [D:\dev\OpenSfM\cmake_build\third_party\akaze\akaze.vcxproj]
D:\dev\OpenSfM\opensfm\src\third_party\akaze\lib\AKAZE.cpp(1502,22): warning C4267: '=': conversion from 'size_t' to '_
Tp', possible loss of data [D:\dev\OpenSfM\cmake_build\third_party\akaze\akaze.vcxproj]
D:\dev\OpenSfM\opensfm\src\third_party\akaze\lib\AKAZE.cpp(1502,22): warning C4267: with [D:\dev\OpenSfM\cmake_
build\third_party\akaze\akaze.vcxproj]
D:\dev\OpenSfM\opensfm\src\third_party\akaze\lib\AKAZE.cpp(1502,22): warning C4267: [ [D:\dev\OpenSfM\cmake_bui
ld\third_party\akaze\akaze.vcxproj]
D:\dev\OpenSfM\opensfm\src\third_party\akaze\lib\AKAZE.cpp(1502,22): warning C4267: _Tp=int [D:\dev\OpenSfM
\cmake_build\third_party\akaze\akaze.vcxproj]
D:\dev\OpenSfM\opensfm\src\third_party\akaze\lib\AKAZE.cpp(1502,22): warning C4267: ] [D:\dev\OpenSfM\cmake_bui
ld\third_party\akaze\akaze.vcxproj]
D:\dev\OpenSfM\opensfm\src\third_party\akaze\lib\AKAZE.cpp(1503,15): warning C4267: 'argument': conversion from 'size_t
' to 'int', possible loss of data [D:\dev\OpenSfM\cmake_build\third_party\akaze\akaze.vcxproj]
D:\dev\OpenSfM\opensfm\src\third_party\akaze\lib\AKAZE.cpp(1504,15): warning C4267: 'argument': conversion from 'size_t
' to 'int', possible loss of data [D:\dev\OpenSfM\cmake_build\third_party\akaze\akaze.vcxproj]
D:\dev\OpenSfM\opensfm\src\third_party\akaze\lib\AKAZE.cpp(1505,15): warning C4267: 'argument': conversion from 'size_t
' to 'int', possible loss of data [D:\dev\OpenSfM\cmake_build\third_party\akaze\akaze.vcxproj]
D:\dev\OpenSfM\opensfm\src\third_party\akaze\lib\AKAZE.cpp(1506,15): warning C4267: 'argument': conversion from 'size_t
' to 'int', possible loss of data [D:\dev\OpenSfM\cmake_build\third_party\akaze\akaze.vcxproj]
D:\dev\OpenSfM\opensfm\src\third_party\akaze\lib\AKAZE.cpp(1512,49): warning C4244: 'argument': conversion from 'float'
to 'int', possible loss of data [D:\dev\OpenSfM\cmake_build\third_party\akaze\akaze.vcxproj]
D:\dev\OpenSfM\opensfm\src\third_party\akaze\lib\AKAZE.cpp(1517,17): warning C4244: 'initializing': conversion from 'fl
oat' to 'size_t', possible loss of data [D:\dev\OpenSfM\cmake_build\third_party\akaze\akaze.vcxproj]
D:\dev\OpenSfM\opensfm\src\third_party\akaze\lib\AKAZE.cpp(1532,36): warning C4267: 'argument': conversion from 'size_t
' to 'int', possible loss of data [D:\dev\OpenSfM\cmake_build\third_party\akaze\akaze.vcxproj]
D:\dev\OpenSfM\opensfm\src\third_party\akaze\lib\AKAZE.cpp(1532,69): warning C4267: 'argument': conversion from 'size_t
' to 'int', possible loss of data [D:\dev\OpenSfM\cmake_build\third_party\akaze\akaze.vcxproj]
D:\dev\OpenSfM\opensfm\src\third_party\akaze\lib\AKAZE.cpp(1532,102): warning C4267: 'argument': conversion from 'size_
t' to 'int', possible loss of data [D:\dev\OpenSfM\cmake_build\third_party\akaze\akaze.vcxproj]
D:\dev\OpenSfM\opensfm\src\third_party\akaze\lib\AKAZE.cpp(1534,16): warning C4267: 'argument': conversion from 'size_t
' to 'int', possible loss of data [D:\dev\OpenSfM\cmake_build\third_party\akaze\akaze.vcxproj]
D:\dev\OpenSfM\opensfm\src\third_party\akaze\lib\AKAZE.cpp(1535,26): warning C4267: 'argument': conversion from 'size_t
' to 'int', possible loss of data [D:\dev\OpenSfM\cmake_build\third_party\akaze\akaze.vcxproj]
D:\dev\OpenSfM\opensfm\src\third_party\akaze\lib\AKAZE.cpp(1536,26): warning C4267: 'argument': conversion from 'size_t
' to 'int', possible loss of data [D:\dev\OpenSfM\cmake_build\third_party\akaze\akaze.vcxproj]
D:\dev\OpenSfM\opensfm\src\third_party\akaze\lib\AKAZE.cpp(1542,35): warning C4267: 'argument': conversion from 'size_t
' to 'int', possible loss of data [D:\dev\OpenSfM\cmake_build\third_party\akaze\akaze.vcxproj]
D:\dev\OpenSfM\opensfm\src\third_party\akaze\lib\AKAZE.cpp(1543,35): warning C4267: 'argument': conversion from 'size_t
' to 'int', possible loss of data [D:\dev\OpenSfM\cmake_build\third_party\akaze\akaze.vcxproj]
D:\dev\OpenSfM\opensfm\src\third_party\akaze\lib\AKAZE.cpp(1544,35): warning C4267: 'argument': conversion from 'size_t
' to 'int', possible loss of data [D:\dev\OpenSfM\cmake_build\third_party\akaze\akaze.vcxproj]
D:\dev\OpenSfM\opensfm\src\third_party\akaze\lib\AKAZE.cpp(1545,14): warning C4267: 'argument': conversion from 'size_t
' to 'int', possible loss of data [D:\dev\OpenSfM\cmake_build\third_party\akaze\akaze.vcxproj]
D:\dev\OpenSfM\opensfm\src\third_party\akaze\lib\AKAZE.cpp(1546,24): warning C4267: 'argument': conversion from 'size_t
' to 'int', possible loss of data [D:\dev\OpenSfM\cmake_build\third_party\akaze\akaze.vcxproj]
D:\dev\OpenSfM\opensfm\src\third_party\akaze\lib\AKAZE.cpp(1547,24): warning C4267: 'argument': conversion from 'size_t
' to 'int', possible loss of data [D:\dev\OpenSfM\cmake_build\third_party\akaze\akaze.vcxproj]
D:\dev\OpenSfM\opensfm\src\third_party\akaze\lib\AKAZE.cpp(1553,36): warning C4267: 'argument': conversion from 'size_t
' to 'int', possible loss of data [D:\dev\OpenSfM\cmake_build\third_party\akaze\akaze.vcxproj]
D:\dev\OpenSfM\opensfm\src\third_party\akaze\lib\AKAZE.cpp(1553,69): warning C4267: 'argument': conversion from 'size_t
' to 'int', possible loss of data [D:\dev\OpenSfM\cmake_build\third_party\akaze\akaze.vcxproj]
D:\dev\OpenSfM\opensfm\src\third_party\akaze\lib\AKAZE.cpp(1553,102): warning C4267: 'argument': conversion from 'size_
t' to 'int', possible loss of data [D:\dev\OpenSfM\cmake_build\third_party\akaze\akaze.vcxproj]
D:\dev\OpenSfM\opensfm\src\third_party\akaze\lib\AKAZE.cpp(1555,16): warning C4267: 'argument': conversion from 'size_t
' to 'int', possible loss of data [D:\dev\OpenSfM\cmake_build\third_party\akaze\akaze.vcxproj]
D:\dev\OpenSfM\opensfm\src\third_party\akaze\lib\AKAZE.cpp(1556,26): warning C4267: 'argument': conversion from 'size_t
' to 'int', possible loss of data [D:\dev\OpenSfM\cmake_build\third_party\akaze\akaze.vcxproj]
D:\dev\OpenSfM\opensfm\src\third_party\akaze\lib\AKAZE.cpp(1557,26): warning C4267: 'argument': conversion from 'size_t
' to 'int', possible loss of data [D:\dev\OpenSfM\cmake_build\third_party\akaze\akaze.vcxproj]
D:\dev\OpenSfM\opensfm\src\third_party\akaze\lib\AKAZE.cpp(1563,35): warning C4267: 'argument': conversion from 'size_t
' to 'int', possible loss of data [D:\dev\OpenSfM\cmake_build\third_party\akaze\akaze.vcxproj]
D:\dev\OpenSfM\opensfm\src\third_party\akaze\lib\AKAZE.cpp(1564,35): warning C4267: 'argument': conversion from 'size_t
' to 'int', possible loss of data [D:\dev\OpenSfM\cmake_build\third_party\akaze\akaze.vcxproj]
D:\dev\OpenSfM\opensfm\src\third_party\akaze\lib\AKAZE.cpp(1565,35): warning C4267: 'argument': conversion from 'size_t
' to 'int', possible loss of data [D:\dev\OpenSfM\cmake_build\third_party\akaze\akaze.vcxproj]
D:\dev\OpenSfM\opensfm\src\third_party\akaze\lib\AKAZE.cpp(1566,14): warning C4267: 'argument': conversion from 'size_t
' to 'int', possible loss of data [D:\dev\OpenSfM\cmake_build\third_party\akaze\akaze.vcxproj]
D:\dev\OpenSfM\opensfm\src\third_party\akaze\lib\AKAZE.cpp(1567,24): warning C4267: 'argument': conversion from 'size_t
' to 'int', possible loss of data [D:\dev\OpenSfM\cmake_build\third_party\akaze\akaze.vcxproj]
D:\dev\OpenSfM\opensfm\src\third_party\akaze\lib\AKAZE.cpp(1568,24): warning C4267: 'argument': conversion from 'size_t
' to 'int', possible loss of data [D:\dev\OpenSfM\cmake_build\third_party\akaze\akaze.vcxproj]
D:\dev\OpenSfM\opensfm\src\third_party\akaze\lib\AKAZE.cpp(1572,32): warning C4267: 'argument': conversion from 'size_t
' to 'int', possible loss of data [D:\dev\OpenSfM\cmake_build\third_party\akaze\akaze.vcxproj]
D:\dev\OpenSfM\opensfm\src\third_party\akaze\lib\AKAZE.cpp(1573,33): warning C4267: 'argument': conversion from 'size_t
' to 'int', possible loss of data [D:\dev\OpenSfM\cmake_build\third_party\akaze\akaze.vcxproj]
fed.cpp
D:\dev\OpenSfM\opensfm\src\third_party\akaze\lib\fed.cpp(56,16): warning C4244: '=': conversion from 'double' to 'float
', possible loss of data [D:\dev\OpenSfM\cmake_build\third_party\akaze\akaze.vcxproj]
D:\dev\OpenSfM\opensfm\src\third_party\akaze\lib\fed.cpp(86,13): warning C4244: 'initializing': conversion from 'double
' to 'float', possible loss of data [D:\dev\OpenSfM\cmake_build\third_party\akaze\akaze.vcxproj]
D:\dev\OpenSfM\opensfm\src\third_party\akaze\lib\fed.cpp(137,20): warning C4244: 'initializing': conversion from 'doubl
e' to 'int', possible loss of data [D:\dev\OpenSfM\cmake_build\third_party\akaze\akaze.vcxproj]
nldiffusion_functions.cpp
D:\dev\OpenSfM\opensfm\src\third_party\akaze\lib\nldiffusion_functions.cpp(31,19): warning C4244: '=': conversion from
'double' to 'size_t', possible loss of data [D:\dev\OpenSfM\cmake_build\third_party\akaze\akaze.vcxproj]
D:\dev\OpenSfM\opensfm\src\third_party\akaze\lib\nldiffusion_functions.cpp(45,48): warning C4267: 'argument': conversio
n from 'size_t' to '_Tp', possible loss of data [D:\dev\OpenSfM\cmake_build\third_party\akaze\akaze.vcxproj]
D:\dev\OpenSfM\opensfm\src\third_party\akaze\lib\nldiffusion_functions.cpp(45,48): warning C4267: with [D:\dev\
OpenSfM\cmake_build\third_party\akaze\akaze.vcxproj]
D:\dev\OpenSfM\opensfm\src\third_party\akaze\lib\nldiffusion_functions.cpp(45,48): warning C4267: [ [D:\dev\Ope
nSfM\cmake_build\third_party\akaze\akaze.vcxproj]
D:\dev\OpenSfM\opensfm\src\third_party\akaze\lib\nldiffusion_functions.cpp(45,48): warning C4267: _Tp=int [
D:\dev\OpenSfM\cmake_build\third_party\akaze\akaze.vcxproj]
D:\dev\OpenSfM\opensfm\src\third_party\akaze\lib\nldiffusion_functions.cpp(45,48): warning C4267: ] [D:\dev\Ope
nSfM\cmake_build\third_party\akaze\akaze.vcxproj]
D:\dev\OpenSfM\opensfm\src\third_party\akaze\lib\nldiffusion_functions.cpp(45,39): warning C4267: 'argument': conversio
n from 'size_t' to '_Tp', possible loss of data [D:\dev\OpenSfM\cmake_build\third_party\akaze\akaze.vcxproj]
D:\dev\OpenSfM\opensfm\src\third_party\akaze\lib\nldiffusion_functions.cpp(45,39): warning C4267: with [D:\dev\
OpenSfM\cmake_build\third_party\akaze\akaze.vcxproj]
D:\dev\OpenSfM\opensfm\src\third_party\akaze\lib\nldiffusion_functions.cpp(45,39): warning C4267: [ [D:\dev\Ope
nSfM\cmake_build\third_party\akaze\akaze.vcxproj]
D:\dev\OpenSfM\opensfm\src\third_party\akaze\lib\nldiffusion_functions.cpp(45,39): warning C4267: _Tp=int [
D:\dev\OpenSfM\cmake_build\third_party\akaze\akaze.vcxproj]
D:\dev\OpenSfM\opensfm\src\third_party\akaze\lib\nldiffusion_functions.cpp(45,39): warning C4267: ] [D:\dev\Ope
nSfM\cmake_build\third_party\akaze\akaze.vcxproj]
D:\dev\OpenSfM\opensfm\src\third_party\akaze\lib\nldiffusion_functions.cpp(51,40): warning C4267: 'argument': conversio
n from 'size_t' to 'int', possible loss of data [D:\dev\OpenSfM\cmake_build\third_party\akaze\akaze.vcxproj]
D:\dev\OpenSfM\opensfm\src\third_party\akaze\lib\nldiffusion_functions.cpp(51,32): warning C4267: 'argument': conversio
n from 'size_t' to 'int', possible loss of data [D:\dev\OpenSfM\cmake_build\third_party\akaze\akaze.vcxproj]
D:\dev\OpenSfM\opensfm\src\third_party\akaze\lib\nldiffusion_functions.cpp(58,15): warning C4244: 'initializing': conve
rsion from 'double' to 'float', possible loss of data [D:\dev\OpenSfM\cmake_build\third_party\akaze\akaze.vcxproj]
D:\dev\OpenSfM\opensfm\src\third_party\akaze\lib\nldiffusion_functions.cpp(75,15): warning C4244: 'initializing': conve
rsion from 'double' to 'float', possible loss of data [D:\dev\OpenSfM\cmake_build\third_party\akaze\akaze.vcxproj]
D:\dev\OpenSfM\opensfm\src\third_party\akaze\lib\nldiffusion_functions.cpp(81,24): warning C4244: '=': conversion from
'double' to 'float', possible loss of data [D:\dev\OpenSfM\cmake_build\third_party\akaze\akaze.vcxproj]
D:\dev\OpenSfM\opensfm\src\third_party\akaze\lib\nldiffusion_functions.cpp(90,15): warning C4244: 'initializing': conve
rsion from 'double' to 'float', possible loss of data [D:\dev\OpenSfM\cmake_build\third_party\akaze\akaze.vcxproj]
D:\dev\OpenSfM\opensfm\src\third_party\akaze\lib\nldiffusion_functions.cpp(97,26): warning C4244: '=': conversion from
'double' to 'float', possible loss of data [D:\dev\OpenSfM\cmake_build\third_party\akaze\akaze.vcxproj]
D:\dev\OpenSfM\opensfm\src\third_party\akaze\lib\nldiffusion_functions.cpp(109,15): warning C4244: 'initializing': conv
ersion from 'double' to 'float', possible loss of data [D:\dev\OpenSfM\cmake_build\third_party\akaze\akaze.vcxproj]
D:\dev\OpenSfM\opensfm\src\third_party\akaze\lib\nldiffusion_functions.cpp(115,17): warning C4244: 'initializing': conv
ersion from 'double' to 'float', possible loss of data [D:\dev\OpenSfM\cmake_build\third_party\akaze\akaze.vcxproj]
D:\dev\OpenSfM\opensfm\src\third_party\akaze\lib\nldiffusion_functions.cpp(116,24): warning C4244: '=': conversion from
'double' to 'float', possible loss of data [D:\dev\OpenSfM\cmake_build\third_party\akaze\akaze.vcxproj]
D:\dev\OpenSfM\opensfm\src\third_party\akaze\lib\nldiffusion_functions.cpp(177,21): warning C4244: '=': conversion from
'float' to 'size_t', possible loss of data [D:\dev\OpenSfM\cmake_build\third_party\akaze\akaze.vcxproj]
D:\dev\OpenSfM\opensfm\src\third_party\akaze\lib\nldiffusion_functions.cpp(193,27): warning C4244: '=': conversion from
'float' to 'size_t', possible loss of data [D:\dev\OpenSfM\cmake_build\third_party\akaze\akaze.vcxproj]
D:\dev\OpenSfM\opensfm\src\third_party\akaze\lib\nldiffusion_functions.cpp(197,13): warning C4305: '=': truncation from
'double' to 'float' [D:\dev\OpenSfM\cmake_build\third_party\akaze\akaze.vcxproj]
D:\dev\OpenSfM\opensfm\src\third_party\akaze\lib\nldiffusion_functions.cpp(240,34): warning C4244: '=': conversion from
'double' to 'float', possible loss of data [D:\dev\OpenSfM\cmake_build\third_party\akaze\akaze.vcxproj]
D:\dev\OpenSfM\opensfm\src\third_party\akaze\lib\nldiffusion_functions.cpp(255,32): warning C4244: '=': conversion from
'double' to 'float', possible loss of data [D:\dev\OpenSfM\cmake_build\third_party\akaze\akaze.vcxproj]
D:\dev\OpenSfM\opensfm\src\third_party\akaze\lib\nldiffusion_functions.cpp(260,30): warning C4244: '=': conversion from
'double' to 'float', possible loss of data [D:\dev\OpenSfM\cmake_build\third_party\akaze\akaze.vcxproj]
D:\dev\OpenSfM\opensfm\src\third_party\akaze\lib\nldiffusion_functions.cpp(265,30): warning C4244: '=': conversion from
'double' to 'float', possible loss of data [D:\dev\OpenSfM\cmake_build\third_party\akaze\akaze.vcxproj]
D:\dev\OpenSfM\opensfm\src\third_party\akaze\lib\nldiffusion_functions.cpp(278,34): warning C4244: '=': conversion from
'double' to 'float', possible loss of data [D:\dev\OpenSfM\cmake_build\third_party\akaze\akaze.vcxproj]
D:\dev\OpenSfM\opensfm\src\third_party\akaze\lib\nldiffusion_functions.cpp(283,30): warning C4244: '=': conversion from
'double' to 'float', possible loss of data [D:\dev\OpenSfM\cmake_build\third_party\akaze\akaze.vcxproj]
D:\dev\OpenSfM\opensfm\src\third_party\akaze\lib\nldiffusion_functions.cpp(288,30): warning C4244: '=': conversion from
'double' to 'float', possible loss of data [D:\dev\OpenSfM\cmake_build\third_party\akaze\akaze.vcxproj]
D:\dev\OpenSfM\opensfm\src\third_party\akaze\lib\nldiffusion_functions.cpp(304,32): warning C4244: '=': conversion from
'double' to 'float', possible loss of data [D:\dev\OpenSfM\cmake_build\third_party\akaze\akaze.vcxproj]
D:\dev\OpenSfM\opensfm\src\third_party\akaze\lib\nldiffusion_functions.cpp(309,43): warning C4244: '=': conversion from
'double' to 'float', possible loss of data [D:\dev\OpenSfM\cmake_build\third_party\akaze\akaze.vcxproj]
D:\dev\OpenSfM\opensfm\src\third_party\akaze\lib\nldiffusion_functions.cpp(333,23): warning C4267: 'initializing': conv
ersion from 'size_t' to 'int', possible loss of data [D:\dev\OpenSfM\cmake_build\third_party\akaze\akaze.vcxproj]
D:\dev\OpenSfM\opensfm\src\third_party\akaze\lib\nldiffusion_functions.cpp(333,19): warning C4267: 'initializing': conv
ersion from 'size_t' to 'const int', possible loss of data [D:\dev\OpenSfM\cmake_build\third_party\akaze\akaze.vcxproj]
D:\dev\OpenSfM\opensfm\src\third_party\akaze\lib\nldiffusion_functions.cpp(337,39): warning C4267: 'argument': conversi
on from 'size_t' to 'int', possible loss of data [D:\dev\OpenSfM\cmake_build\third_party\akaze\akaze.vcxproj]
D:\dev\OpenSfM\opensfm\src\third_party\akaze\lib\nldiffusion_functions.cpp(337,35): warning C4267: 'argument': conversi
on from 'size_t' to 'int', possible loss of data [D:\dev\OpenSfM\cmake_build\third_party\akaze\akaze.vcxproj]
D:\dev\OpenSfM\opensfm\src\third_party\akaze\lib\nldiffusion_functions.cpp(346,11): warning C4305: 'initializing': trun
cation from 'double' to 'float' [D:\dev\OpenSfM\cmake_build\third_party\akaze\akaze.vcxproj]
D:\dev\OpenSfM\opensfm\src\third_party\akaze\lib\nldiffusion_functions.cpp(347,14): warning C4244: 'initializing': conv
ersion from 'double' to 'float', possible loss of data [D:\dev\OpenSfM\cmake_build\third_party\akaze\akaze.vcxproj]
D:\dev\OpenSfM\opensfm\src\third_party\akaze\lib\nldiffusion_functions.cpp(351,15): warning C4267: 'initializing': conv
ersion from 'size_t' to 'int', possible loss of data [D:\dev\OpenSfM\cmake_build\third_party\akaze\akaze.vcxproj]
utils.cpp
D:\dev\OpenSfM\opensfm\src\third_party\akaze\lib\utils.cpp(91,26): warning C4244: '=': conversion from 'double' to 'flo
at', possible loss of data [D:\dev\OpenSfM\cmake_build\third_party\akaze\akaze.vcxproj]
D:\dev\OpenSfM\opensfm\src\third_party\akaze\lib\utils.cpp(92,43): warning C4244: 'argument': conversion from 'double'
to 'int', possible loss of data [D:\dev\OpenSfM\cmake_build\third_party\akaze\akaze.vcxproj]
D:\dev\OpenSfM\opensfm\src\third_party\akaze\lib\utils.cpp(93,37): warning C4244: 'argument': conversion from 'double'
to 'int', possible loss of data [D:\dev\OpenSfM\cmake_build\third_party\akaze\akaze.vcxproj]
D:\dev\OpenSfM\opensfm\src\third_party\akaze\lib\utils.cpp(180,15): warning C4267: 'initializing': conversion from 'siz
e_t' to 'int', possible loss of data [D:\dev\OpenSfM\cmake_build\third_party\akaze\akaze.vcxproj]
D:\dev\OpenSfM\opensfm\src\third_party\akaze\lib\utils.cpp(238,16): warning C4244: '=': conversion from 'double' to 'fl
oat', possible loss of data [D:\dev\OpenSfM\cmake_build\third_party\akaze\akaze.vcxproj]
D:\dev\OpenSfM\opensfm\src\third_party\akaze\lib\utils.cpp(256,15): warning C4244: '=': conversion from 'const int' to
'float', possible loss of data [D:\dev\OpenSfM\cmake_build\third_party\akaze\akaze.vcxproj]
D:\dev\OpenSfM\opensfm\src\third_party\akaze\lib\utils.cpp(257,15): warning C4244: '=': conversion from 'const int' to
'float', possible loss of data [D:\dev\OpenSfM\cmake_build\third_party\akaze\akaze.vcxproj]
D:\dev\OpenSfM\opensfm\src\third_party\akaze\lib\utils.cpp(258,15): warning C4244: '=': conversion from 'const int' to
'float', possible loss of data [D:\dev\OpenSfM\cmake_build\third_party\akaze\akaze.vcxproj]
D:\dev\OpenSfM\opensfm\src\third_party\akaze\lib\utils.cpp(259,15): warning C4244: '=': conversion from 'const int' to
'float', possible loss of data [D:\dev\OpenSfM\cmake_build\third_party\akaze\akaze.vcxproj]
D:\dev\OpenSfM\opensfm\src\third_party\akaze\lib\utils.cpp(300,15): warning C4244: '=': conversion from 'const int' to
'float', possible loss of data [D:\dev\OpenSfM\cmake_build\third_party\akaze\akaze.vcxproj]
D:\dev\OpenSfM\opensfm\src\third_party\akaze\lib\utils.cpp(301,15): warning C4244: '=': conversion from 'const int' to
'float', possible loss of data [D:\dev\OpenSfM\cmake_build\third_party\akaze\akaze.vcxproj]
D:\dev\OpenSfM\opensfm\src\third_party\akaze\lib\utils.cpp(302,15): warning C4244: '=': conversion from 'const int' to
'float', possible loss of data [D:\dev\OpenSfM\cmake_build\third_party\akaze\akaze.vcxproj]
D:\dev\OpenSfM\opensfm\src\third_party\akaze\lib\utils.cpp(303,15): warning C4244: '=': conversion from 'const int' to
'float', possible loss of data [D:\dev\OpenSfM\cmake_build\third_party\akaze\akaze.vcxproj]
D:\dev\OpenSfM\opensfm\src\third_party\akaze\lib\utils.cpp(363,3): warning C4996: 'sscanf': This function or variable m
ay be unsafe. Consider using sscanf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for
details. [D:\dev\OpenSfM\cmake_build\third_party\akaze\akaze.vcxproj]
D:\dev\OpenSfM\opensfm\src\third_party\akaze\lib\utils.cpp(366,3): warning C4996: 'sscanf': This function or variable m
ay be unsafe. Consider using sscanf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for
details. [D:\dev\OpenSfM\cmake_build\third_party\akaze\akaze.vcxproj]
D:\dev\OpenSfM\opensfm\src\third_party\akaze\lib\utils.cpp(369,3): warning C4996: 'sscanf': This function or variable m
ay be unsafe. Consider using sscanf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for
details. [D:\dev\OpenSfM\cmake_build\third_party\akaze\akaze.vcxproj]
Generating Code...
akaze.vcxproj -> D:\dev\OpenSfM\cmake_build\third_party\akaze\Release\akaze.lib
aib.c
C:\Program Files (x86)\Windows Kits\10\Include\10.0.22621.0\ucrt\corecrt_math.h(280,13): warning C4005: 'isnan': macro
redefinition [D:\dev\OpenSfM\cmake_build\third_party\vlfeat\vl.vcxproj]
array.c
D:\dev\OpenSfM\opensfm\src\third_party\vlfeat\vl\array.c(30,18): warning C4018: '<': signed/unsigned mismatch [D:\dev\O
penSfM\cmake_build\third_party\vlfeat\vl.vcxproj]
covdet.c
C:\Program Files (x86)\Windows Kits\10\Include\10.0.22621.0\ucrt\corecrt_math.h(280,13): warning C4005: 'isnan': macro
redefinition [D:\dev\OpenSfM\cmake_build\third_party\vlfeat\vl.vcxproj]
D:\dev\OpenSfM\opensfm\src\third_party\vlfeat\vl\covdet.c(1301,20): warning C4244: '=': conversion from 'double' to 'fl
oat', possible loss of data [D:\dev\OpenSfM\cmake_build\third_party\vlfeat\vl.vcxproj]
D:\dev\OpenSfM\opensfm\src\third_party\vlfeat\vl\covdet.c(1302,20): warning C4244: '=': conversion from 'double' to 'fl
oat', possible loss of data [D:\dev\OpenSfM\cmake_build\third_party\vlfeat\vl.vcxproj]
D:\dev\OpenSfM\opensfm\src\third_party\vlfeat\vl\covdet.c(1303,20): warning C4244: '=': conversion from 'double' to 'fl
oat', possible loss of data [D:\dev\OpenSfM\cmake_build\third_party\vlfeat\vl.vcxproj]
D:\dev\OpenSfM\opensfm\src\third_party\vlfeat\vl\covdet.c(1304,26): warning C4244: '=': conversion from 'double' to 'fl
oat', possible loss of data [D:\dev\OpenSfM\cmake_build\third_party\vlfeat\vl.vcxproj]
D:\dev\OpenSfM\opensfm\src\third_party\vlfeat\vl\covdet.c(1305,26): warning C4244: '=': conversion from 'double' to 'fl
oat', possible loss of data [D:\dev\OpenSfM\cmake_build\third_party\vlfeat\vl.vcxproj]
D:\dev\OpenSfM\opensfm\src\third_party\vlfeat\vl\covdet.c(1412,20): warning C4244: '=': conversion from 'double' to 'fl
oat', possible loss of data [D:\dev\OpenSfM\cmake_build\third_party\vlfeat\vl.vcxproj]
D:\dev\OpenSfM\opensfm\src\third_party\vlfeat\vl\covdet.c(1413,20): warning C4244: '=': conversion from 'double' to 'fl
oat', possible loss of data [D:\dev\OpenSfM\cmake_build\third_party\vlfeat\vl.vcxproj]
D:\dev\OpenSfM\opensfm\src\third_party\vlfeat\vl\covdet.c(1414,26): warning C4244: '=': conversion from 'double' to 'fl
oat', possible loss of data [D:\dev\OpenSfM\cmake_build\third_party\vlfeat\vl.vcxproj]
D:\dev\OpenSfM\opensfm\src\third_party\vlfeat\vl\covdet.c(1415,26): warning C4244: '=': conversion from 'double' to 'fl
oat', possible loss of data [D:\dev\OpenSfM\cmake_build\third_party\vlfeat\vl.vcxproj]
D:\dev\OpenSfM\opensfm\src\third_party\vlfeat\vl\covdet.c(1554,47): warning C4244: '=': conversion from 'double' to 'fl
oat', possible loss of data [D:\dev\OpenSfM\cmake_build\third_party\vlfeat\vl.vcxproj]
D:\dev\OpenSfM\opensfm\src\third_party\vlfeat\vl\covdet.c(1881,24): warning C4244: '=': conversion from 'double' to 'fl
oat', possible loss of data [D:\dev\OpenSfM\cmake_build\third_party\vlfeat\vl.vcxproj]
D:\dev\OpenSfM\opensfm\src\third_party\vlfeat\vl\covdet.c(2030,43): warning C4244: '=': conversion from 'double' to 'fl
oat', possible loss of data [D:\dev\OpenSfM\cmake_build\third_party\vlfeat\vl.vcxproj]
D:\dev\OpenSfM\opensfm\src\third_party\vlfeat\vl\covdet.c(2031,43): warning C4244: '=': conversion from 'double' to 'fl
oat', possible loss of data [D:\dev\OpenSfM\cmake_build\third_party\vlfeat\vl.vcxproj]
dsift.c
D:\dev\OpenSfM\opensfm\src\third_party\vlfeat\vl\covdet.c(2032,35): warning C4244: '=': conversion from 'double' to 'fl
oat', possible loss of data [D:\dev\OpenSfM\cmake_build\third_party\vlfeat\vl.vcxproj]
D:\dev\OpenSfM\opensfm\src\third_party\vlfeat\vl\covdet.c(2035,35): warning C4244: '=': conversion from 'double' to 'fl
oat', possible loss of data [D:\dev\OpenSfM\cmake_build\third_party\vlfeat\vl.vcxproj]
D:\dev\OpenSfM\opensfm\src\third_party\vlfeat\vl\covdet.c(2036,27): warning C4244: '=': conversion from 'vl_index' to '
int', possible loss of data [D:\dev\OpenSfM\cmake_build\third_party\vlfeat\vl.vcxproj]
D:\dev\OpenSfM\opensfm\src\third_party\vlfeat\vl\covdet.c(2037,27): warning C4244: '=': conversion from 'double' to 'in
t', possible loss of data [D:\dev\OpenSfM\cmake_build\third_party\vlfeat\vl.vcxproj]
D:\dev\OpenSfM\opensfm\src\third_party\vlfeat\vl\covdet.c(2069,45): warning C4244: '=': conversion from 'double' to 'fl
oat', possible loss of data [D:\dev\OpenSfM\cmake_build\third_party\vlfeat\vl.vcxproj]
D:\dev\OpenSfM\opensfm\src\third_party\vlfeat\vl\covdet.c(2070,45): warning C4244: '=': conversion from 'double' to 'fl
oat', possible loss of data [D:\dev\OpenSfM\cmake_build\third_party\vlfeat\vl.vcxproj]
D:\dev\OpenSfM\opensfm\src\third_party\vlfeat\vl\covdet.c(2071,37): warning C4244: '=': conversion from 'double' to 'fl
oat', possible loss of data [D:\dev\OpenSfM\cmake_build\third_party\vlfeat\vl.vcxproj]
D:\dev\OpenSfM\opensfm\src\third_party\vlfeat\vl\covdet.c(2074,37): warning C4244: '=': conversion from 'double' to 'fl
oat', possible loss of data [D:\dev\OpenSfM\cmake_build\third_party\vlfeat\vl.vcxproj]
D:\dev\OpenSfM\opensfm\src\third_party\vlfeat\vl\covdet.c(2075,29): warning C4244: '=': conversion from 'vl_index' to '
int', possible loss of data [D:\dev\OpenSfM\cmake_build\third_party\vlfeat\vl.vcxproj]
D:\dev\OpenSfM\opensfm\src\third_party\vlfeat\vl\covdet.c(2076,29): warning C4244: '=': conversion from 'vl_index' to '
int', possible loss of data [D:\dev\OpenSfM\cmake_build\third_party\vlfeat\vl.vcxproj]
D:\dev\OpenSfM\opensfm\src\third_party\vlfeat\vl\covdet.c(2292,21): warning C4244: '=': conversion from 'double' to 'vl
_index', possible loss of data [D:\dev\OpenSfM\cmake_build\third_party\vlfeat\vl.vcxproj]
D:\dev\OpenSfM\opensfm\src\third_party\vlfeat\vl\covdet.c(2293,21): warning C4244: '=': conversion from 'double' to 'vl
_index', possible loss of data [D:\dev\OpenSfM\cmake_build\third_party\vlfeat\vl.vcxproj]
D:\dev\OpenSfM\opensfm\src\third_party\vlfeat\vl\covdet.c(2294,20): warning C4244: '=': conversion from 'double' to 'vl
_index', possible loss of data [D:\dev\OpenSfM\cmake_build\third_party\vlfeat\vl.vcxproj]
D:\dev\OpenSfM\opensfm\src\third_party\vlfeat\vl\covdet.c(2295,20): warning C4244: '=': conversion from 'double' to 'vl
_index', possible loss of data [D:\dev\OpenSfM\cmake_build\third_party\vlfeat\vl.vcxproj]
D:\dev\OpenSfM\opensfm\src\third_party\vlfeat\vl\covdet.c(2392,52): warning C4244: '=': conversion from 'double' to 'fl
oat', possible loss of data [D:\dev\OpenSfM\cmake_build\third_party\vlfeat\vl.vcxproj]
D:\dev\OpenSfM\opensfm\src\third_party\vlfeat\vl\covdet.c(2523,21): warning C4244: '=': conversion from 'double' to 'fl
oat', possible loss of data [D:\dev\OpenSfM\cmake_build\third_party\vlfeat\vl.vcxproj]
D:\dev\OpenSfM\opensfm\src\third_party\vlfeat\vl\covdet.c(2524,21): warning C4244: '=': conversion from 'double' to 'fl
oat', possible loss of data [D:\dev\OpenSfM\cmake_build\third_party\vlfeat\vl.vcxproj]
D:\dev\OpenSfM\opensfm\src\third_party\vlfeat\vl\covdet.c(2525,21): warning C4244: '=': conversion from 'double' to 'fl
oat', possible loss of data [D:\dev\OpenSfM\cmake_build\third_party\vlfeat\vl.vcxproj]
D:\dev\OpenSfM\opensfm\src\third_party\vlfeat\vl\covdet.c(2526,21): warning C4244: '=': conversion from 'double' to 'fl
oat', possible loss of data [D:\dev\OpenSfM\cmake_build\third_party\vlfeat\vl.vcxproj]
D:\dev\OpenSfM\opensfm\src\third_party\vlfeat\vl\covdet.c(2635,32): warning C4244: '=': conversion from 'double' to 'fl
oat', possible loss of data [D:\dev\OpenSfM\cmake_build\third_party\vlfeat\vl.vcxproj]
D:\dev\OpenSfM\opensfm\src\third_party\vlfeat\vl\covdet.c(2636,32): warning C4244: '=': conversion from 'double' to 'fl
oat', possible loss of data [D:\dev\OpenSfM\cmake_build\third_party\vlfeat\vl.vcxproj]
D:\dev\OpenSfM\opensfm\src\third_party\vlfeat\vl\covdet.c(2637,32): warning C4244: '=': conversion from 'double' to 'fl
oat', possible loss of data [D:\dev\OpenSfM\cmake_build\third_party\vlfeat\vl.vcxproj]
D:\dev\OpenSfM\opensfm\src\third_party\vlfeat\vl\covdet.c(2638,32): warning C4244: '=': conversion from 'double' to 'fl
oat', possible loss of data [D:\dev\OpenSfM\cmake_build\third_party\vlfeat\vl.vcxproj]
D:\dev\OpenSfM\opensfm\src\third_party\vlfeat\vl\covdet.c(2885,51): warning C4244: '=': conversion from 'double' to 'fl
oat', possible loss of data [D:\dev\OpenSfM\cmake_build\third_party\vlfeat\vl.vcxproj]
D:\dev\OpenSfM\opensfm\src\third_party\vlfeat\vl\covdet.c(2886,41): warning C4244: '=': conversion from 'double' to 'fl
oat', possible loss of data [D:\dev\OpenSfM\cmake_build\third_party\vlfeat\vl.vcxproj]
D:\dev\OpenSfM\opensfm\src\third_party\vlfeat\vl\covdet.c(2887,41): warning C4244: '=': conversion from 'double' to 'fl
oat', possible loss of data [D:\dev\OpenSfM\cmake_build\third_party\vlfeat\vl.vcxproj]
D:\dev\OpenSfM\opensfm\src\third_party\vlfeat\vl\covdet.c(2888,41): warning C4244: '=': conversion from 'double' to 'fl
oat', possible loss of data [D:\dev\OpenSfM\cmake_build\third_party\vlfeat\vl.vcxproj]
D:\dev\OpenSfM\opensfm\src\third_party\vlfeat\vl\covdet.c(2889,41): warning C4244: '=': conversion from 'double' to 'fl
oat', possible loss of data [D:\dev\OpenSfM\cmake_build\third_party\vlfeat\vl.vcxproj]
D:\dev\OpenSfM\opensfm\src\third_party\vlfeat\vl\covdet.c(3047,46): warning C4244: '=': conversion from 'const double'
to 'float', possible loss of data [D:\dev\OpenSfM\cmake_build\third_party\vlfeat\vl.vcxproj]
D:\dev\OpenSfM\opensfm\src\third_party\vlfeat\vl\covdet.c(3048,37): warning C4244: '*=': conversion from 'const double'
to 'float', possible loss of data [D:\dev\OpenSfM\cmake_build\third_party\vlfeat\vl.vcxproj]
D:\dev\OpenSfM\opensfm\src\third_party\vlfeat\vl\covdet.c(3049,37): warning C4244: '*=': conversion from 'const double'
to 'float', possible loss of data [D:\dev\OpenSfM\cmake_build\third_party\vlfeat\vl.vcxproj]
D:\dev\OpenSfM\opensfm\src\third_party\vlfeat\vl\covdet.c(3050,37): warning C4244: '*=': conversion from 'const double'
to 'float', possible loss of data [D:\dev\OpenSfM\cmake_build\third_party\vlfeat\vl.vcxproj]
D:\dev\OpenSfM\opensfm\src\third_party\vlfeat\vl\covdet.c(3051,37): warning C4244: '*=': conversion from 'const double'
to 'float', possible loss of data [D:\dev\OpenSfM\cmake_build\third_party\vlfeat\vl.vcxproj]
C:\Program Files (x86)\Windows Kits\10\Include\10.0.22621.0\ucrt\corecrt_math.h(280,13): warning C4005: 'isnan': macro
redefinition [D:\dev\OpenSfM\cmake_build\third_party\vlfeat\vl.vcxproj]
D:\dev\OpenSfM\opensfm\src\third_party\vlfeat\vl\dsift.c(265,32): warning C4244: 'function': conversion from 'int' to '
float', possible loss of data [D:\dev\OpenSfM\cmake_build\third_party\vlfeat\vl.vcxproj]
D:\dev\OpenSfM\opensfm\src\third_party\vlfeat\vl\dsift.c(710,33): warning C4244: '=': conversion from 'double' to 'floa
t', possible loss of data [D:\dev\OpenSfM\cmake_build\third_party\vlfeat\vl.vcxproj]
D:\dev\OpenSfM\opensfm\src\third_party\vlfeat\vl\dsift.c(738,37): warning C4244: 'initializing': conversion from 'int'
to 'float', possible loss of data [D:\dev\OpenSfM\cmake_build\third_party\vlfeat\vl.vcxproj]
C:\Program Files (x86)\Windows Kits\10\Include\10.0.22621.0\ucrt\corecrt_math.h(280,13): warning C4005: 'isnan': macro
redefinition [D:\dev\OpenSfM\cmake_build\third_party\vlfeat\vl.vcxproj]
fisher.c
D:\dev\OpenSfM\opensfm\src\third_party\vlfeat\vl\fisher.c(388,44): warning C4244: '=': conversion from 'double' to 'flo
at', possible loss of data [D:\dev\OpenSfM\cmake_build\third_party\vlfeat\vl.vcxproj]
D:\dev\OpenSfM\opensfm\src\third_party\vlfeat\vl\fisher.c(451,18): warning C4244: '=': conversion from 'double' to 'flo
at', possible loss of data [D:\dev\OpenSfM\cmake_build\third_party\vlfeat\vl.vcxproj]
D:\dev\OpenSfM\opensfm\src\third_party\vlfeat\vl\fisher.c(452,18): warning C4244: '=': conversion from 'double' to 'flo
at', possible loss of data [D:\dev\OpenSfM\cmake_build\third_party\vlfeat\vl.vcxproj]
D:\dev\OpenSfM\opensfm\src\third_party\vlfeat\vl\fisher.c(481,9): warning C4244: '=': conversion from 'double' to 'floa
t', possible loss of data [D:\dev\OpenSfM\cmake_build\third_party\vlfeat\vl.vcxproj]
D:\dev\OpenSfM\opensfm\src\third_party\vlfeat\vl\fisher.c(373,12): warning C4101: 'i_cl': unreferenced local variable [
D:\dev\OpenSfM\cmake_build\third_party\vlfeat\vl.vcxproj]
D:\dev\OpenSfM\opensfm\src\third_party\vlfeat\vl\fisher.c(373,12): warning C4101: 'i_cl': unreferenced local variable [
D:\dev\OpenSfM\cmake_build\third_party\vlfeat\vl.vcxproj]
generic.c
C:\Program Files (x86)\Windows Kits\10\Include\10.0.22621.0\ucrt\corecrt_math.h(280,13): warning C4005: 'isnan': macro
redefinition [D:\dev\OpenSfM\cmake_build\third_party\vlfeat\vl.vcxproj]
D:\dev\OpenSfM\opensfm\src\third_party\vlfeat\vl\generic.c(1677,12): warning C4113: 'void (__cdecl *)()' differs in par
ameter lists from 'void (__cdecl *)(void)' [D:\dev\OpenSfM\cmake_build\third_party\vlfeat\vl.vcxproj]
getopt_long.c
gmm.c
C:\Program Files (x86)\Windows Kits\10\Include\10.0.22621.0\ucrt\corecrt_math.h(280,13): warning C4005: 'isnan': macro
redefinition [D:\dev\OpenSfM\cmake_build\third_party\vlfeat\vl.vcxproj]
D:\dev\OpenSfM\opensfm\src\third_party\vlfeat\vl\gmm.c(749,26): warning C4244: '=': conversion from 'double' to 'float'
, possible loss of data [D:\dev\OpenSfM\cmake_build\third_party\vlfeat\vl.vcxproj]
D:\dev\OpenSfM\opensfm\src\third_party\vlfeat\vl\gmm.c(752,19): warning C4244: '+=': conversion from 'double' to 'float
', possible loss of data [D:\dev\OpenSfM\cmake_build\third_party\vlfeat\vl.vcxproj]
D:\dev\OpenSfM\opensfm\src\third_party\vlfeat\vl\gmm.c(781,12): warning C4244: '=': conversion from 'double' to 'float'
, possible loss of data [D:\dev\OpenSfM\cmake_build\third_party\vlfeat\vl.vcxproj]
D:\dev\OpenSfM\opensfm\src\third_party\vlfeat\vl\gmm.c(726,42): warning C4244: 'initializing': conversion from 'double'
to 'float', possible loss of data [D:\dev\OpenSfM\cmake_build\third_party\vlfeat\vl.vcxproj]
D:\dev\OpenSfM\opensfm\src\third_party\vlfeat\vl\gmm.c(771,7): warning C4244: 'initializing': conversion from 'double'
to 'float', possible loss of data [D:\dev\OpenSfM\cmake_build\third_party\vlfeat\vl.vcxproj]
D:\dev\OpenSfM\opensfm\src\third_party\vlfeat\vl\gmm.c(722,17): warning C4101: 'i_cl': unreferenced local variable [D:\
dev\OpenSfM\cmake_build\third_party\vlfeat\vl.vcxproj]
D:\dev\OpenSfM\opensfm\src\third_party\vlfeat\vl\gmm.c(722,12): warning C4101: 'i_d': unreferenced local variable [D:\d
ev\OpenSfM\cmake_build\third_party\vlfeat\vl.vcxproj]
D:\dev\OpenSfM\opensfm\src\third_party\vlfeat\vl\gmm.c(836,20): warning C4018: '<': signed/unsigned mismatch [D:\dev\Op
enSfM\cmake_build\third_party\vlfeat\vl.vcxproj]
D:\dev\OpenSfM\opensfm\src\third_party\vlfeat\vl\gmm.c(837,22): warning C4018: '<': signed/unsigned mismatch [D:\dev\Op
enSfM\cmake_build\third_party\vlfeat\vl.vcxproj]
D:\dev\OpenSfM\opensfm\src\third_party\vlfeat\vl\gmm.c(1014,18): warning C4018: '<': signed/unsigned mismatch [D:\dev\O
penSfM\cmake_build\third_party\vlfeat\vl.vcxproj]
D:\dev\OpenSfM\opensfm\src\third_party\vlfeat\vl\gmm.c(1016,24): warning C4018: '<': signed/unsigned mismatch [D:\dev\O
penSfM\cmake_build\third_party\vlfeat\vl.vcxproj]
D:\dev\OpenSfM\opensfm\src\third_party\vlfeat\vl\gmm.c(1018,45): warning C4244: '=': conversion from 'const double' to
'float', possible loss of data [D:\dev\OpenSfM\cmake_build\third_party\vlfeat\vl.vcxproj]
D:\dev\OpenSfM\opensfm\src\third_party\vlfeat\vl\gmm.c(1201,11): warning C4244: '=': conversion from 'double' to 'float
', possible loss of data [D:\dev\OpenSfM\cmake_build\third_party\vlfeat\vl.vcxproj]
D:\dev\OpenSfM\opensfm\src\third_party\vlfeat\vl\gmm.c(1397,19): warning C4018: '<': signed/unsigned mismatch [D:\dev\O
penSfM\cmake_build\third_party\vlfeat\vl.vcxproj]
D:\dev\OpenSfM\opensfm\src\third_party\vlfeat\vl\gmm.c(1405,18): warning C4018: '<': signed/unsigned mismatch [D:\dev\O
penSfM\cmake_build\third_party\vlfeat\vl.vcxproj]
hikmeans.c
D:\dev\OpenSfM\opensfm\src\third_party\vlfeat\vl\gmm.c(1427,18): warning C4018: '<': signed/unsigned mismatch [D:\dev\O
penSfM\cmake_build\third_party\vlfeat\vl.vcxproj]
D:\dev\OpenSfM\opensfm\src\third_party\vlfeat\vl\gmm.c(1431,18): warning C4018: '<': signed/unsigned mismatch [D:\dev\O
penSfM\cmake_build\third_party\vlfeat\vl.vcxproj]
D:\dev\OpenSfM\opensfm\src\third_party\vlfeat\vl\gmm.c(1432,22): warning C4018: '<': signed/unsigned mismatch [D:\dev\O
penSfM\cmake_build\third_party\vlfeat\vl.vcxproj]
D:\dev\OpenSfM\opensfm\src\third_party\vlfeat\vl\gmm.c(722,17): warning C4101: 'i_cl': unreferenced local variable [D:\
dev\OpenSfM\cmake_build\third_party\vlfeat\vl.vcxproj]
D:\dev\OpenSfM\opensfm\src\third_party\vlfeat\vl\gmm.c(722,12): warning C4101: 'i_d': unreferenced local variable [D:\d
ev\OpenSfM\cmake_build\third_party\vlfeat\vl.vcxproj]
D:\dev\OpenSfM\opensfm\src\third_party\vlfeat\vl\gmm.c(836,20): warning C4018: '<': signed/unsigned mismatch [D:\dev\Op
enSfM\cmake_build\third_party\vlfeat\vl.vcxproj]
D:\dev\OpenSfM\opensfm\src\third_party\vlfeat\vl\gmm.c(837,22): warning C4018: '<': signed/unsigned mismatch [D:\dev\Op
enSfM\cmake_build\third_party\vlfeat\vl.vcxproj]
D:\dev\OpenSfM\opensfm\src\third_party\vlfeat\vl\gmm.c(1014,18): warning C4018: '<': signed/unsigned mismatch [D:\dev\O
penSfM\cmake_build\third_party\vlfeat\vl.vcxproj]
D:\dev\OpenSfM\opensfm\src\third_party\vlfeat\vl\gmm.c(1016,24): warning C4018: '<': signed/unsigned mismatch [D:\dev\O
penSfM\cmake_build\third_party\vlfeat\vl.vcxproj]
D:\dev\OpenSfM\opensfm\src\third_party\vlfeat\vl\gmm.c(1397,19): warning C4018: '<': signed/unsigned mismatch [D:\dev\O
penSfM\cmake_build\third_party\vlfeat\vl.vcxproj]
D:\dev\OpenSfM\opensfm\src\third_party\vlfeat\vl\gmm.c(1405,18): warning C4018: '<': signed/unsigned mismatch [D:\dev\O
penSfM\cmake_build\third_party\vlfeat\vl.vcxproj]
D:\dev\OpenSfM\opensfm\src\third_party\vlfeat\vl\gmm.c(1427,18): warning C4018: '<': signed/unsigned mismatch [D:\dev\O
penSfM\cmake_build\third_party\vlfeat\vl.vcxproj]
D:\dev\OpenSfM\opensfm\src\third_party\vlfeat\vl\gmm.c(1431,18): warning C4018: '<': signed/unsigned mismatch [D:\dev\O
penSfM\cmake_build\third_party\vlfeat\vl.vcxproj]
hog.c
D:\dev\OpenSfM\opensfm\src\third_party\vlfeat\vl\gmm.c(1432,22): warning C4018: '<': signed/unsigned mismatch [D:\dev\O
penSfM\cmake_build\third_party\vlfeat\vl.vcxproj]
D:\dev\OpenSfM\opensfm\src\third_party\vlfeat\vl\gmm.c(1580,36): warning C4018: '<': signed/unsigned mismatch [D:\dev\O
penSfM\cmake_build\third_party\vlfeat\vl.vcxproj]
D:\dev\OpenSfM\opensfm\src\third_party\vlfeat\vl\host.h(318,11): warning C4005: 'isnan': macro redefinition [D:\dev\Ope
nSfM\cmake_build\third_party\vlfeat\vl.vcxproj]
D:\dev\OpenSfM\opensfm\src\third_party\vlfeat\vl\hikmeans.c(65,18): warning C4018: '<': signed/unsigned mismatch [D:\de
v\OpenSfM\cmake_build\third_party\vlfeat\vl.vcxproj]
D:\dev\OpenSfM\opensfm\src\third_party\vlfeat\vl\hikmeans.c(76,20): warning C4018: '<': signed/unsigned mismatch [D:\de
v\OpenSfM\cmake_build\third_party\vlfeat\vl.vcxproj]
D:\dev\OpenSfM\opensfm\src\third_party\vlfeat\vl\hikmeans.c(123,20): warning C4018: '<': signed/unsigned mismatch [D:\d
ev\OpenSfM\cmake_build\third_party\vlfeat\vl.vcxproj]
D:\dev\OpenSfM\opensfm\src\third_party\vlfeat\vl\hikmeans.c(165,21): warning C4018: '<': signed/unsigned mismatch [D:\d
ev\OpenSfM\cmake_build\third_party\vlfeat\vl.vcxproj]
D:\dev\OpenSfM\opensfm\src\third_party\vlfeat\vl\hikmeans.c(264,17): warning C4018: '<': signed/unsigned mismatch [D:\d
ev\OpenSfM\cmake_build\third_party\vlfeat\vl.vcxproj]
C:\Program Files (x86)\Windows Kits\10\Include\10.0.22621.0\ucrt\corecrt_math.h(280,13): warning C4005: 'isnan': macro
redefinition [D:\dev\OpenSfM\cmake_build\third_party\vlfeat\vl.vcxproj]
D:\dev\OpenSfM\opensfm\src\third_party\vlfeat\vl\hog.c(287,50): warning C4244: 'initializing': conversion from 'double'
to 'vl_index', possible loss of data [D:\dev\OpenSfM\cmake_build\third_party\vlfeat\vl.vcxproj]
D:\dev\OpenSfM\opensfm\src\third_party\vlfeat\vl\hog.c(301,44): warning C4244: 'initializing': conversion from 'double'
to 'vl_index', possible loss of data [D:\dev\OpenSfM\cmake_build\third_party\vlfeat\vl.vcxproj]
D:\dev\OpenSfM\opensfm\src\third_party\vlfeat\vl\hog.c(634,24): warning C4018: '<': signed/unsigned mismatch [D:\dev\Op
enSfM\cmake_build\third_party\vlfeat\vl.vcxproj]
D:\dev\OpenSfM\opensfm\src\third_party\vlfeat\vl\hog.c(654,22): warning C4018: '<': signed/unsigned mismatch [D:\dev\Op
enSfM\cmake_build\third_party\vlfeat\vl.vcxproj]
D:\dev\OpenSfM\opensfm\src\third_party\vlfeat\vl\hog.c(674,30): warning C4244: 'function': conversion from 'double' to
'float', possible loss of data [D:\dev\OpenSfM\cmake_build\third_party\vlfeat\vl.vcxproj]
D:\dev\OpenSfM\opensfm\src\third_party\vlfeat\vl\hog.c(675,40): warning C4244: '=': conversion from 'double' to 'float'
, possible loss of data [D:\dev\OpenSfM\cmake_build\third_party\vlfeat\vl.vcxproj]
D:\dev\OpenSfM\opensfm\src\third_party\vlfeat\vl\hog.c(696,35): warning C4244: '=': conversion from 'double' to 'float'
, possible loss of data [D:\dev\OpenSfM\cmake_build\third_party\vlfeat\vl.vcxproj]
D:\dev\OpenSfM\opensfm\src\third_party\vlfeat\vl\hog.c(697,35): warning C4244: '=': conversion from 'double' to 'float'
, possible loss of data [D:\dev\OpenSfM\cmake_build\third_party\vlfeat\vl.vcxproj]
D:\dev\OpenSfM\opensfm\src\third_party\vlfeat\vl\hog.c(702,19): warning C4244: '=': conversion from 'double' to 'float'
, possible loss of data [D:\dev\OpenSfM\cmake_build\third_party\vlfeat\vl.vcxproj]
D:\dev\OpenSfM\opensfm\src\third_party\vlfeat\vl\hog.c(703,19): warning C4244: '=': conversion from 'double' to 'float'
, possible loss of data [D:\dev\OpenSfM\cmake_build\third_party\vlfeat\vl.vcxproj]
D:\dev\OpenSfM\opensfm\src\third_party\vlfeat\vl\hog.c(780,29): warning C4244: '=': conversion from 'double' to 'float'
, possible loss of data [D:\dev\OpenSfM\cmake_build\third_party\vlfeat\vl.vcxproj]
homkermap.c
D:\dev\OpenSfM\opensfm\src\third_party\vlfeat\vl\hog.c(810,35): warning C4244: '=': conversion from 'double' to 'float'
, possible loss of data [D:\dev\OpenSfM\cmake_build\third_party\vlfeat\vl.vcxproj]
D:\dev\OpenSfM\opensfm\src\third_party\vlfeat\vl\hog.c(811,35): warning C4244: '=': conversion from 'double' to 'float'
, possible loss of data [D:\dev\OpenSfM\cmake_build\third_party\vlfeat\vl.vcxproj]
D:\dev\OpenSfM\opensfm\src\third_party\vlfeat\vl\hog.c(816,19): warning C4244: '=': conversion from 'double' to 'float'
, possible loss of data [D:\dev\OpenSfM\cmake_build\third_party\vlfeat\vl.vcxproj]
D:\dev\OpenSfM\opensfm\src\third_party\vlfeat\vl\hog.c(817,19): warning C4244: '=': conversion from 'double' to 'float'
, possible loss of data [D:\dev\OpenSfM\cmake_build\third_party\vlfeat\vl.vcxproj]
D:\dev\OpenSfM\opensfm\src\third_party\vlfeat\vl\hog.c(872,20): warning C4018: '<': signed/unsigned mismatch [D:\dev\Op
enSfM\cmake_build\third_party\vlfeat\vl.vcxproj]
D:\dev\OpenSfM\opensfm\src\third_party\vlfeat\vl\hog.c(994,24): warning C4018: '<': signed/unsigned mismatch [D:\dev\Op
enSfM\cmake_build\third_party\vlfeat\vl.vcxproj]
D:\dev\OpenSfM\opensfm\src\third_party\vlfeat\vl\hog.c(1039,24): warning C4244: '=': conversion from 'double' to 'float
', possible loss of data [D:\dev\OpenSfM\cmake_build\third_party\vlfeat\vl.vcxproj]
D:\dev\OpenSfM\opensfm\src\third_party\vlfeat\vl\hog.c(1040,62): warning C4244: '=': conversion from 'double' to 'float
', possible loss of data [D:\dev\OpenSfM\cmake_build\third_party\vlfeat\vl.vcxproj]
D:\dev\OpenSfM\opensfm\src\third_party\vlfeat\vl\hog.c(1041,66): warning C4244: '=': conversion from 'double' to 'float
', possible loss of data [D:\dev\OpenSfM\cmake_build\third_party\vlfeat\vl.vcxproj]
D:\dev\OpenSfM\opensfm\src\third_party\vlfeat\vl\hog.c(1045,24): warning C4244: '=': conversion from 'double' to 'float
', possible loss of data [D:\dev\OpenSfM\cmake_build\third_party\vlfeat\vl.vcxproj]
D:\dev\OpenSfM\opensfm\src\third_party\vlfeat\vl\hog.c(1046,62): warning C4244: '=': conversion from 'double' to 'float
', possible loss of data [D:\dev\OpenSfM\cmake_build\third_party\vlfeat\vl.vcxproj]
D:\dev\OpenSfM\opensfm\src\third_party\vlfeat\vl\hog.c(1047,66): warning C4244: '=': conversion from 'double' to 'float
', possible loss of data [D:\dev\OpenSfM\cmake_build\third_party\vlfeat\vl.vcxproj]
D:\dev\OpenSfM\opensfm\src\third_party\vlfeat\vl\hog.c(1048,66): warning C4244: '=': conversion from 'double' to 'float
', possible loss of data [D:\dev\OpenSfM\cmake_build\third_party\vlfeat\vl.vcxproj]
D:\dev\OpenSfM\opensfm\src\third_party\vlfeat\vl\hog.c(1058,42): warning C4244: '=': conversion from 'double' to 'float
', possible loss of data [D:\dev\OpenSfM\cmake_build\third_party\vlfeat\vl.vcxproj]
D:\dev\OpenSfM\opensfm\src\third_party\vlfeat\vl\hog.c(1059,42): warning C4244: '=': conversion from 'double' to 'float
', possible loss of data [D:\dev\OpenSfM\cmake_build\third_party\vlfeat\vl.vcxproj]
D:\dev\OpenSfM\opensfm\src\third_party\vlfeat\vl\hog.c(1060,42): warning C4244: '=': conversion from 'double' to 'float
', possible loss of data [D:\dev\OpenSfM\cmake_build\third_party\vlfeat\vl.vcxproj]
D:\dev\OpenSfM\opensfm\src\third_party\vlfeat\vl\hog.c(1061,42): warning C4244: '=': conversion from 'double' to 'float
', possible loss of data [D:\dev\OpenSfM\cmake_build\third_party\vlfeat\vl.vcxproj]
C:\Program Files (x86)\Windows Kits\10\Include\10.0.22621.0\ucrt\corecrt_math.h(280,13): warning C4005: 'isnan': macro
redefinition [D:\dev\OpenSfM\cmake_build\third_party\vlfeat\vl.vcxproj]
D:\dev\OpenSfM\opensfm\src\third_party\vlfeat\vl\homkermap.c(349,72): warning C4244: 'function': conversion from 'vl_si
ze' to 'double', possible loss of data [D:\dev\OpenSfM\cmake_build\third_party\vlfeat\vl.vcxproj]
D:\dev\OpenSfM\opensfm\src\third_party\vlfeat\vl\homkermap.c(350,72): warning C4244: 'function': conversion from 'vl_si
ze' to 'double', possible loss of data [D:\dev\OpenSfM\cmake_build\third_party\vlfeat\vl.vcxproj]
D:\dev\OpenSfM\opensfm\src\third_party\vlfeat\vl\homkermap.c(395,14): warning C4018: '<=': signed/unsigned mismatch [D:
\dev\OpenSfM\cmake_build\third_party\vlfeat\vl.vcxproj]
D:\dev\OpenSfM\opensfm\src\third_party\vlfeat\vl\homkermap.c(396,17): warning C4244: '=': conversion from 'vl_uindex' t
o 'double', possible loss of data [D:\dev\OpenSfM\cmake_build\third_party\vlfeat\vl.vcxproj]
D:\dev\OpenSfM\opensfm\src\third_party\vlfeat\vl\homkermap.c(410,22): warning C4018: '<': signed/unsigned mismatch [D:\
dev\OpenSfM\cmake_build\third_party\vlfeat\vl.vcxproj]
D:\dev\OpenSfM\opensfm\src\third_party\vlfeat\vl\homkermap.c(418,24): warning C4018: '<=': signed/unsigned mismatch [D:
\dev\OpenSfM\cmake_build\third_party\vlfeat\vl.vcxproj]
D:\dev\OpenSfM\opensfm\src\third_party\vlfeat\vl\homkermap.c(571,31): warning C4244: '=': conversion from 'double' to '
float', possible loss of data [D:\dev\OpenSfM\cmake_build\third_party\vlfeat\vl.vcxproj]
host.c
ikmeans.c
D:\dev\OpenSfM\opensfm\src\third_party\vlfeat\vl\ikmeans.c(195,17): warning C4018: '<': signed/unsigned mismatch [D:\de
v\OpenSfM\cmake_build\third_party\vlfeat\vl.vcxproj]
D:\dev\OpenSfM\opensfm\src\third_party\vlfeat\vl\ikmeans.c(199,19): warning C4018: '<': signed/unsigned mismatch [D:\de
v\OpenSfM\cmake_build\third_party\vlfeat\vl.vcxproj]
D:\dev\OpenSfM\opensfm\src\third_party\vlfeat\vl\ikmeans_init.tc(37,18): warning C4018: '<': signed/unsigned mismatch [
D:\dev\OpenSfM\cmake_build\third_party\vlfeat\vl.vcxproj]
D:\dev\OpenSfM\opensfm\src\third_party\vlfeat\vl\ikmeans_init.tc(103,18): warning C4018: '<': signed/unsigned mismatch
[D:\dev\OpenSfM\cmake_build\third_party\vlfeat\vl.vcxproj]
D:\dev\OpenSfM\opensfm\src\third_party\vlfeat\vl\ikmeans_init.tc(104,20): warning C4018: '<': signed/unsigned mismatch
[D:\dev\OpenSfM\cmake_build\third_party\vlfeat\vl.vcxproj]
D:\dev\OpenSfM\opensfm\src\third_party\vlfeat\vl\ikmeans_init.tc(131,18): warning C4018: '<': signed/unsigned mismatch
[D:\dev\OpenSfM\cmake_build\third_party\vlfeat\vl.vcxproj]
D:\dev\OpenSfM\opensfm\src\third_party\vlfeat\vl\ikmeans_init.tc(139,25): warning C4018: '<': signed/unsigned mismatch
[D:\dev\OpenSfM\cmake_build\third_party\vlfeat\vl.vcxproj]
D:\dev\OpenSfM\opensfm\src\third_party\vlfeat\vl\ikmeans_init.tc(142,15): warning C4018: '<': signed/unsigned mismatch
[D:\dev\OpenSfM\cmake_build\third_party\vlfeat\vl.vcxproj]
D:\dev\OpenSfM\opensfm\src\third_party\vlfeat\vl\ikmeans_init.tc(153,20): warning C4018: '<': signed/unsigned mismatch
[D:\dev\OpenSfM\cmake_build\third_party\vlfeat\vl.vcxproj]
D:\dev\OpenSfM\opensfm\src\third_party\vlfeat\vl\ikmeans_init.tc(157,11): warning C4018: '<': signed/unsigned mismatch
[D:\dev\OpenSfM\cmake_build\third_party\vlfeat\vl.vcxproj]
D:\dev\OpenSfM\opensfm\src\third_party\vlfeat\vl\ikmeans_lloyd.tc(48,20): warning C4018: '<': signed/unsigned mismatch
[D:\dev\OpenSfM\cmake_build\third_party\vlfeat\vl.vcxproj]
D:\dev\OpenSfM\opensfm\src\third_party\vlfeat\vl\ikmeans_lloyd.tc(52,21): warning C4018: '<': signed/unsigned mismatch
[D:\dev\OpenSfM\cmake_build\third_party\vlfeat\vl.vcxproj]
D:\dev\OpenSfM\opensfm\src\third_party\vlfeat\vl\ikmeans_lloyd.tc(56,23): warning C4018: '<': signed/unsigned mismatch
[D:\dev\OpenSfM\cmake_build\third_party\vlfeat\vl.vcxproj]
D:\dev\OpenSfM\opensfm\src\third_party\vlfeat\vl\ikmeans_lloyd.tc(84,19): warning C4018: '<': signed/unsigned mismatch
[D:\dev\OpenSfM\cmake_build\third_party\vlfeat\vl.vcxproj]
D:\dev\OpenSfM\opensfm\src\third_party\vlfeat\vl\ikmeans_lloyd.tc(87,21): warning C4018: '<': signed/unsigned mismatch
[D:\dev\OpenSfM\cmake_build\third_party\vlfeat\vl.vcxproj]
D:\dev\OpenSfM\opensfm\src\third_party\vlfeat\vl\ikmeans_lloyd.tc(92,19): warning C4018: '<': signed/unsigned mismatch
[D:\dev\OpenSfM\cmake_build\third_party\vlfeat\vl.vcxproj]
D:\dev\OpenSfM\opensfm\src\third_party\vlfeat\vl\ikmeans_lloyd.tc(98,23): warning C4018: '<': signed/unsigned mismatch
[D:\dev\OpenSfM\cmake_build\third_party\vlfeat\vl.vcxproj]
D:\dev\OpenSfM\opensfm\src\third_party\vlfeat\vl\ikmeans_lloyd.tc(99,40): warning C4244: '/=': conversion from 'vl_inde
x' to 'vl_ikmacc_t', possible loss of data [D:\dev\OpenSfM\cmake_build\third_party\vlfeat\vl.vcxproj]
D:\dev\OpenSfM\opensfm\src\third_party\vlfeat\vl\ikmeans_lloyd.tc(128,17): warning C4018: '<': signed/unsigned mismatch
[D:\dev\OpenSfM\cmake_build\third_party\vlfeat\vl.vcxproj]
C:\Program Files (x86)\Windows Kits\10\Include\10.0.22621.0\ucrt\corecrt_math.h(280,13): warning C4005: 'isnan': macro
redefinition [D:\dev\OpenSfM\cmake_build\third_party\vlfeat\vl.vcxproj]
D:\dev\OpenSfM\opensfm\src\third_party\vlfeat\vl\ikmeans_elkan.tc(26,17): warning C4018: '<': signed/unsigned mismatch
[D:\dev\OpenSfM\cmake_build\third_party\vlfeat\vl.vcxproj]
D:\dev\OpenSfM\opensfm\src\third_party\vlfeat\vl\ikmeans_elkan.tc(27,21): warning C4018: '<': signed/unsigned mismatch
[D:\dev\OpenSfM\cmake_build\third_party\vlfeat\vl.vcxproj]
D:\dev\OpenSfM\opensfm\src\third_party\vlfeat\vl\ikmeans_elkan.tc(30,23): warning C4018: '<': signed/unsigned mismatch
[D:\dev\OpenSfM\cmake_build\third_party\vlfeat\vl.vcxproj]
D:\dev\OpenSfM\opensfm\src\third_party\vlfeat\vl\ikmeans_elkan.tc(89,17): warning C4018: '<': signed/unsigned mismatch
[D:\dev\OpenSfM\cmake_build\third_party\vlfeat\vl.vcxproj]
D:\dev\OpenSfM\opensfm\src\third_party\vlfeat\vl\ikmeans_elkan.tc(94,29): warning C4018: '<': signed/unsigned mismatch
[D:\dev\OpenSfM\cmake_build\third_party\vlfeat\vl.vcxproj]
D:\dev\OpenSfM\opensfm\src\third_party\vlfeat\vl\ikmeans_elkan.tc(103,19): warning C4018: '<': signed/unsigned mismatch
[D:\dev\OpenSfM\cmake_build\third_party\vlfeat\vl.vcxproj]
D:\dev\OpenSfM\opensfm\src\third_party\vlfeat\vl\ikmeans_elkan.tc(108,31): warning C4018: '<': signed/unsigned mismatch
[D:\dev\OpenSfM\cmake_build\third_party\vlfeat\vl.vcxproj]
D:\dev\OpenSfM\opensfm\src\third_party\vlfeat\vl\ikmeans_elkan.tc(142,19): warning C4018: '<': signed/unsigned mismatch
[D:\dev\OpenSfM\cmake_build\third_party\vlfeat\vl.vcxproj]
D:\dev\OpenSfM\opensfm\src\third_party\vlfeat\vl\ikmeans_elkan.tc(145,21): warning C4018: '<': signed/unsigned mismatch
[D:\dev\OpenSfM\cmake_build\third_party\vlfeat\vl.vcxproj]
D:\dev\OpenSfM\opensfm\src\third_party\vlfeat\vl\ikmeans_elkan.tc(151,19): warning C4018: '<': signed/unsigned mismatch
[D:\dev\OpenSfM\cmake_build\third_party\vlfeat\vl.vcxproj]
D:\dev\OpenSfM\opensfm\src\third_party\vlfeat\vl\ikmeans_elkan.tc(154,23): warning C4018: '<': signed/unsigned mismatch
[D:\dev\OpenSfM\cmake_build\third_party\vlfeat\vl.vcxproj]
D:\dev\OpenSfM\opensfm\src\third_party\vlfeat\vl\ikmeans_elkan.tc(158,23): warning C4018: '<': signed/unsigned mismatch
[D:\dev\OpenSfM\cmake_build\third_party\vlfeat\vl.vcxproj]
D:\dev\OpenSfM\opensfm\src\third_party\vlfeat\vl\ikmeans_elkan.tc(167,19): warning C4018: '<': signed/unsigned mismatch
[D:\dev\OpenSfM\cmake_build\third_party\vlfeat\vl.vcxproj]
D:\dev\OpenSfM\opensfm\src\third_party\vlfeat\vl\ikmeans_elkan.tc(171,31): warning C4018: '<': signed/unsigned mismatch
[D:\dev\OpenSfM\cmake_build\third_party\vlfeat\vl.vcxproj]
D:\dev\OpenSfM\opensfm\src\third_party\vlfeat\vl\ikmeans_elkan.tc(178,21): warning C4018: '<': signed/unsigned mismatch
[D:\dev\OpenSfM\cmake_build\third_party\vlfeat\vl.vcxproj]
D:\dev\OpenSfM\opensfm\src\third_party\vlfeat\vl\ikmeans_elkan.tc(200,19): warning C4018: '<': signed/unsigned mismatch
[D:\dev\OpenSfM\cmake_build\third_party\vlfeat\vl.vcxproj]
D:\dev\OpenSfM\opensfm\src\third_party\vlfeat\vl\ikmeans_elkan.tc(201,23): warning C4018: '<': signed/unsigned mismatch
[D:\dev\OpenSfM\cmake_build\third_party\vlfeat\vl.vcxproj]
D:\dev\OpenSfM\opensfm\src\third_party\vlfeat\vl\ikmeans_elkan.tc(205,25): warning C4018: '<': signed/unsigned mismatch
[D:\dev\OpenSfM\cmake_build\third_party\vlfeat\vl.vcxproj]
D:\dev\OpenSfM\opensfm\src\third_party\vlfeat\vl\ikmeans_elkan.tc(215,20): warning C4018: '<': signed/unsigned mismatch
[D:\dev\OpenSfM\cmake_build\third_party\vlfeat\vl.vcxproj]
D:\dev\OpenSfM\opensfm\src\third_party\vlfeat\vl\ikmeans_elkan.tc(217,23): warning C4018: '<': signed/unsigned mismatch
[D:\dev\OpenSfM\cmake_build\third_party\vlfeat\vl.vcxproj]
D:\dev\OpenSfM\opensfm\src\third_party\vlfeat\vl\ikmeans_elkan.tc(229,19): warning C4018: '<': signed/unsigned mismatch
[D:\dev\OpenSfM\cmake_build\third_party\vlfeat\vl.vcxproj]
D:\dev\OpenSfM\opensfm\src\third_party\vlfeat\vl\ikmeans_elkan.tc(240,21): warning C4018: '<': signed/unsigned mismatch
[D:\dev\OpenSfM\cmake_build\third_party\vlfeat\vl.vcxproj]
D:\dev\OpenSfM\opensfm\src\third_party\vlfeat\vl\ikmeans_elkan.tc(260,35): warning C4018: '<': signed/unsigned mismatch
[D:\dev\OpenSfM\cmake_build\third_party\vlfeat\vl.vcxproj]
D:\dev\OpenSfM\opensfm\src\third_party\vlfeat\vl\ikmeans_elkan.tc(277,33): warning C4018: '<': signed/unsigned mismatch
[D:\dev\OpenSfM\cmake_build\third_party\vlfeat\vl.vcxproj]
D:\dev\OpenSfM\opensfm\src\third_party\vlfeat\vl\ikmeans_elkan.tc(332,17): warning C4018: '<': signed/unsigned mismatch
[D:\dev\OpenSfM\cmake_build\third_party\vlfeat\vl.vcxproj]
D:\dev\OpenSfM\opensfm\src\third_party\vlfeat\vl\ikmeans_elkan.tc(336,19): warning C4018: '<': signed/unsigned mismatch
[D:\dev\OpenSfM\cmake_build\third_party\vlfeat\vl.vcxproj]
imopv.c
imopv_sse2.c
D:\dev\OpenSfM\opensfm\src\third_party\vlfeat\vl\ikmeans_elkan.tc(340,31): warning C4018: '<': signed/unsigned mismatch
[D:\dev\OpenSfM\cmake_build\third_party\vlfeat\vl.vcxproj]
C:\Program Files (x86)\Windows Kits\10\Include\10.0.22621.0\ucrt\corecrt_math.h(280,13): warning C4005: 'isnan': macro
redefinition [D:\dev\OpenSfM\cmake_build\third_party\vlfeat\vl.vcxproj]
D:\dev\OpenSfM\opensfm\src\third_party\vlfeat\vl\imopv.c(355,18): warning C4018: '<': signed/unsigned mismatch [D:\dev\
OpenSfM\cmake_build\third_party\vlfeat\vl.vcxproj]
D:\dev\OpenSfM\opensfm\src\third_party\vlfeat\vl\imopv.c(357,20): warning C4018: '<': signed/unsigned mismatch [D:\dev\
OpenSfM\cmake_build\third_party\vlfeat\vl.vcxproj]
D:\dev\OpenSfM\opensfm\src\third_party\vlfeat\vl\imopv.c(383,35): warning C4244: '=': conversion from 'double' to 'floa
t', possible loss of data [D:\dev\OpenSfM\cmake_build\third_party\vlfeat\vl.vcxproj]
D:\dev\OpenSfM\opensfm\src\third_party\vlfeat\vl\imopv.c(428,20): warning C4018: '<': signed/unsigned mismatch [D:\dev\
OpenSfM\cmake_build\third_party\vlfeat\vl.vcxproj]
D:\dev\OpenSfM\opensfm\src\third_party\vlfeat\vl\imopv.c(433,19): warning C4244: '=': conversion from 'double' to 'floa
t', possible loss of data [D:\dev\OpenSfM\cmake_build\third_party\vlfeat\vl.vcxproj]
D:\dev\OpenSfM\opensfm\src\third_party\vlfeat\vl\imopv.c(359,16): warning C4244: 'initializing': conversion from 'vl_ui
ndex' to 'float', possible loss of data [D:\dev\OpenSfM\cmake_build\third_party\vlfeat\vl.vcxproj]
D:\dev\OpenSfM\opensfm\src\third_party\vlfeat\vl\imopv.c(378,20): warning C4244: 'initializing': conversion from 'vl_ui
ndex' to 'float', possible loss of data [D:\dev\OpenSfM\cmake_build\third_party\vlfeat\vl.vcxproj]
D:\dev\OpenSfM\opensfm\src\third_party\vlfeat\vl\imopv.c(636,15): warning C4244: '+=': conversion from 'double' to 'flo
at', possible loss of data [D:\dev\OpenSfM\cmake_build\third_party\vlfeat\vl.vcxproj]
D:\dev\OpenSfM\opensfm\src\third_party\vlfeat\vl\imopv.c(637,23): warning C4244: '=': conversion from 'double' to 'floa
t', possible loss of data [D:\dev\OpenSfM\cmake_build\third_party\vlfeat\vl.vcxproj]
D:\dev\OpenSfM\opensfm\src\third_party\vlfeat\vl\imopv.c(638,23): warning C4244: '=': conversion from 'double' to 'floa
t', possible loss of data [D:\dev\OpenSfM\cmake_build\third_party\vlfeat\vl.vcxproj]
D:\dev\OpenSfM\opensfm\src\third_party\vlfeat\vl\imopv.c(754,20): warning C4244: '=': conversion from 'double' to 'floa
t', possible loss of data [D:\dev\OpenSfM\cmake_build\third_party\vlfeat\vl.vcxproj]
D:\dev\OpenSfM\opensfm\src\third_party\vlfeat\vl\imopv.c(780,20): warning C4244: '=': conversion from 'double' to 'floa
t', possible loss of data [D:\dev\OpenSfM\cmake_build\third_party\vlfeat\vl.vcxproj]
D:\dev\OpenSfM\opensfm\src\third_party\vlfeat\vl\imopv.c(787,22): warning C4244: '=': conversion from 'double' to 'floa
t', possible loss of data [D:\dev\OpenSfM\cmake_build\third_party\vlfeat\vl.vcxproj]
D:\dev\OpenSfM\opensfm\src\third_party\vlfeat\vl\imopv.c(789,22): warning C4244: '=': conversion from 'double' to 'floa
t', possible loss of data [D:\dev\OpenSfM\cmake_build\third_party\vlfeat\vl.vcxproj]
D:\dev\OpenSfM\opensfm\src\third_party\vlfeat\vl\imopv.c(797,20): warning C4244: '=': conversion from 'double' to 'floa
t', possible loss of data [D:\dev\OpenSfM\cmake_build\third_party\vlfeat\vl.vcxproj]
D:\dev\OpenSfM\opensfm\src\third_party\vlfeat\vl\imopv.c(819,20): warning C4244: '=': conversion from 'double' to 'floa
t', possible loss of data [D:\dev\OpenSfM\cmake_build\third_party\vlfeat\vl.vcxproj]
D:\dev\OpenSfM\opensfm\src\third_party\vlfeat\vl\imopv.c(906,3): warning C4244: 'function': conversion from 'double' to
'float', possible loss of data [D:\dev\OpenSfM\cmake_build\third_party\vlfeat\vl.vcxproj]
D:\dev\OpenSfM\opensfm\src\third_party\vlfeat\vl\imopv.c(911,14): warning C4244: '=': conversion from 'double' to 'floa
t', possible loss of data [D:\dev\OpenSfM\cmake_build\third_party\vlfeat\vl.vcxproj]
D:\dev\OpenSfM\opensfm\src\third_party\vlfeat\vl\imopv.c(913,5): warning C4244: 'function': conversion from 'double' to
'float', possible loss of data [D:\dev\OpenSfM\cmake_build\third_party\vlfeat\vl.vcxproj]
D:\dev\OpenSfM\opensfm\src\third_party\vlfeat\vl\imopv.c(919,3): warning C4244: 'function': conversion from 'double' to
'float', possible loss of data [D:\dev\OpenSfM\cmake_build\third_party\vlfeat\vl.vcxproj]
D:\dev\OpenSfM\opensfm\src\third_party\vlfeat\vl\imopv.c(932,14): warning C4244: '=': conversion from 'double' to 'floa
t', possible loss of data [D:\dev\OpenSfM\cmake_build\third_party\vlfeat\vl.vcxproj]
D:\dev\OpenSfM\opensfm\src\third_party\vlfeat\vl\imopv.c(933,5): warning C4244: 'function': conversion from 'double' to
'float', possible loss of data [D:\dev\OpenSfM\cmake_build\third_party\vlfeat\vl.vcxproj]
D:\dev\OpenSfM\opensfm\src\third_party\vlfeat\vl\imopv.c(938,16): warning C4244: '=': conversion from 'double' to 'floa
t', possible loss of data [D:\dev\OpenSfM\cmake_build\third_party\vlfeat\vl.vcxproj]
D:\dev\OpenSfM\opensfm\src\third_party\vlfeat\vl\imopv.c(939,16): warning C4244: '=': conversion from 'double' to 'floa
t', possible loss of data [D:\dev\OpenSfM\cmake_build\third_party\vlfeat\vl.vcxproj]
D:\dev\OpenSfM\opensfm\src\third_party\vlfeat\vl\imopv.c(940,7): warning C4244: 'function': conversion from 'double' to
'float', possible loss of data [D:\dev\OpenSfM\cmake_build\third_party\vlfeat\vl.vcxproj]
D:\dev\OpenSfM\opensfm\src\third_party\vlfeat\vl\imopv.c(945,14): warning C4244: '=': conversion from 'double' to 'floa
t', possible loss of data [D:\dev\OpenSfM\cmake_build\third_party\vlfeat\vl.vcxproj]
D:\dev\OpenSfM\opensfm\src\third_party\vlfeat\vl\imopv.c(946,5): warning C4244: 'function': conversion from 'double' to
'float', possible loss of data [D:\dev\OpenSfM\cmake_build\third_party\vlfeat\vl.vcxproj]
D:\dev\OpenSfM\opensfm\src\third_party\vlfeat\vl\imopv.c(959,3): warning C4244: 'function': conversion from 'double' to
'float', possible loss of data [D:\dev\OpenSfM\cmake_build\third_party\vlfeat\vl.vcxproj]
D:\dev\OpenSfM\opensfm\src\third_party\vlfeat\vl\imopv.c(964,14): warning C4244: '=': conversion from 'double' to 'floa
t', possible loss of data [D:\dev\OpenSfM\cmake_build\third_party\vlfeat\vl.vcxproj]
D:\dev\OpenSfM\opensfm\src\third_party\vlfeat\vl\imopv.c(966,5): warning C4244: 'function': conversion from 'double' to
'float', possible loss of data [D:\dev\OpenSfM\cmake_build\third_party\vlfeat\vl.vcxproj]
D:\dev\OpenSfM\opensfm\src\third_party\vlfeat\vl\imopv.c(972,3): warning C4244: 'function': conversion from 'double' to
'float', possible loss of data [D:\dev\OpenSfM\cmake_build\third_party\vlfeat\vl.vcxproj]
kdtree.c
kmeans.c
D:\dev\OpenSfM\opensfm\src\third_party\vlfeat\vl\imopv.c(1051,20): warning C4018: '<': signed/unsigned mismatch [D:\dev
\OpenSfM\cmake_build\third_party\vlfeat\vl.vcxproj]
D:\dev\OpenSfM\opensfm\src\third_party\vlfeat\vl\imopv.c(1057,18): warning C4018: '<': signed/unsigned mismatch [D:\dev
\OpenSfM\cmake_build\third_party\vlfeat\vl.vcxproj]
D:\dev\OpenSfM\opensfm\src\third_party\vlfeat\vl\imopv.c(1064,20): warning C4018: '<': signed/unsigned mismatch [D:\dev
\OpenSfM\cmake_build\third_party\vlfeat\vl.vcxproj]
D:\dev\OpenSfM\opensfm\src\third_party\vlfeat\vl\imopv.c(355,18): warning C4018: '<': signed/unsigned mismatch [D:\dev\
OpenSfM\cmake_build\third_party\vlfeat\vl.vcxproj]
D:\dev\OpenSfM\opensfm\src\third_party\vlfeat\vl\imopv.c(357,20): warning C4018: '<': signed/unsigned mismatch [D:\dev\
OpenSfM\cmake_build\third_party\vlfeat\vl.vcxproj]
D:\dev\OpenSfM\opensfm\src\third_party\vlfeat\vl\imopv.c(428,20): warning C4018: '<': signed/unsigned mismatch [D:\dev\
OpenSfM\cmake_build\third_party\vlfeat\vl.vcxproj]
D:\dev\OpenSfM\opensfm\src\third_party\vlfeat\vl\imopv.c(359,16): warning C4244: 'initializing': conversion from 'vl_ui
ndex' to 'double', possible loss of data [D:\dev\OpenSfM\cmake_build\third_party\vlfeat\vl.vcxproj]
D:\dev\OpenSfM\opensfm\src\third_party\vlfeat\vl\imopv.c(378,20): warning C4244: 'initializing': conversion from 'vl_ui
ndex' to 'double', possible loss of data [D:\dev\OpenSfM\cmake_build\third_party\vlfeat\vl.vcxproj]
D:\dev\OpenSfM\opensfm\src\third_party\vlfeat\vl\imopv.c(906,3): warning C4244: 'function': conversion from 'double' to
'float', possible loss of data [D:\dev\OpenSfM\cmake_build\third_party\vlfeat\vl.vcxproj]
D:\dev\OpenSfM\opensfm\src\third_party\vlfeat\vl\imopv.c(913,5): warning C4244: 'function': conversion from 'double' to
'float', possible loss of data [D:\dev\OpenSfM\cmake_build\third_party\vlfeat\vl.vcxproj]
D:\dev\OpenSfM\opensfm\src\third_party\vlfeat\vl\imopv.c(919,3): warning C4244: 'function': conversion from 'double' to
'float', possible loss of data [D:\dev\OpenSfM\cmake_build\third_party\vlfeat\vl.vcxproj]
D:\dev\OpenSfM\opensfm\src\third_party\vlfeat\vl\imopv.c(933,5): warning C4244: 'function': conversion from 'double' to
'float', possible loss of data [D:\dev\OpenSfM\cmake_build\third_party\vlfeat\vl.vcxproj]
D:\dev\OpenSfM\opensfm\src\third_party\vlfeat\vl\imopv.c(940,7): warning C4244: 'function': conversion from 'double' to
'float', possible loss of data [D:\dev\OpenSfM\cmake_build\third_party\vlfeat\vl.vcxproj]
D:\dev\OpenSfM\opensfm\src\third_party\vlfeat\vl\imopv.c(946,5): warning C4244: 'function': conversion from 'double' to
'float', possible loss of data [D:\dev\OpenSfM\cmake_build\third_party\vlfeat\vl.vcxproj]
D:\dev\OpenSfM\opensfm\src\third_party\vlfeat\vl\imopv.c(959,3): warning C4244: 'function': conversion from 'double' to
'float', possible loss of data [D:\dev\OpenSfM\cmake_build\third_party\vlfeat\vl.vcxproj]
D:\dev\OpenSfM\opensfm\src\third_party\vlfeat\vl\imopv.c(966,5): warning C4244: 'function': conversion from 'double' to
'float', possible loss of data [D:\dev\OpenSfM\cmake_build\third_party\vlfeat\vl.vcxproj]
D:\dev\OpenSfM\opensfm\src\third_party\vlfeat\vl\imopv.c(972,3): warning C4244: 'function': conversion from 'double' to
'float', possible loss of data [D:\dev\OpenSfM\cmake_build\third_party\vlfeat\vl.vcxproj]
D:\dev\OpenSfM\opensfm\src\third_party\vlfeat\vl\imopv.c(1051,20): warning C4018: '<': signed/unsigned mismatch [D:\dev
\OpenSfM\cmake_build\third_party\vlfeat\vl.vcxproj]
D:\dev\OpenSfM\opensfm\src\third_party\vlfeat\vl\imopv.c(1057,18): warning C4018: '<': signed/unsigned mismatch [D:\dev
\OpenSfM\cmake_build\third_party\vlfeat\vl.vcxproj]
D:\dev\OpenSfM\opensfm\src\third_party\vlfeat\vl\imopv.c(1064,20): warning C4018: '<': signed/unsigned mismatch [D:\dev
\OpenSfM\cmake_build\third_party\vlfeat\vl.vcxproj]
D:\dev\OpenSfM\opensfm\src\third_party\vlfeat\vl\imopv.c(1051,20): warning C4018: '<': signed/unsigned mismatch [D:\dev
\OpenSfM\cmake_build\third_party\vlfeat\vl.vcxproj]
D:\dev\OpenSfM\opensfm\src\third_party\vlfeat\vl\imopv.c(1057,18): warning C4018: '<': signed/unsigned mismatch [D:\dev
\OpenSfM\cmake_build\third_party\vlfeat\vl.vcxproj]
D:\dev\OpenSfM\opensfm\src\third_party\vlfeat\vl\imopv.c(1064,20): warning C4018: '<': signed/unsigned mismatch [D:\dev
\OpenSfM\cmake_build\third_party\vlfeat\vl.vcxproj]
D:\dev\OpenSfM\opensfm\src\third_party\vlfeat\vl\imopv.c(1051,20): warning C4018: '<': signed/unsigned mismatch [D:\dev
\OpenSfM\cmake_build\third_party\vlfeat\vl.vcxproj]
D:\dev\OpenSfM\opensfm\src\third_party\vlfeat\vl\imopv.c(1057,18): warning C4018: '<': signed/unsigned mismatch [D:\dev
\OpenSfM\cmake_build\third_party\vlfeat\vl.vcxproj]
D:\dev\OpenSfM\opensfm\src\third_party\vlfeat\vl\imopv.c(1064,20): warning C4018: '<': signed/unsigned mismatch [D:\dev
\OpenSfM\cmake_build\third_party\vlfeat\vl.vcxproj]
C:\Program Files (x86)\Windows Kits\10\Include\10.0.22621.0\ucrt\corecrt_math.h(280,13): warning C4005: 'isnan': macro
redefinition [D:\dev\OpenSfM\cmake_build\third_party\vlfeat\vl.vcxproj]
D:\dev\OpenSfM\opensfm\src\third_party\vlfeat\vl\heap-def.h(295,17): warning C4018: '>=': signed/unsigned mismatch [D:\
dev\OpenSfM\cmake_build\third_party\vlfeat\vl.vcxproj]
D:\dev\OpenSfM\opensfm\src\third_party\vlfeat\vl\heap-def.h(298,18): warning C4018: '>=': signed/unsigned mismatch [D:\
dev\OpenSfM\cmake_build\third_party\vlfeat\vl.vcxproj]
D:\dev\OpenSfM\opensfm\src\third_party\vlfeat\vl\heap-def.h(295,17): warning C4018: '>=': signed/unsigned mismatch [D:\
dev\OpenSfM\cmake_build\third_party\vlfeat\vl.vcxproj]
D:\dev\OpenSfM\opensfm\src\third_party\vlfeat\vl\heap-def.h(298,18): warning C4018: '>=': signed/unsigned mismatch [D:\
dev\OpenSfM\cmake_build\third_party\vlfeat\vl.vcxproj]
D:\dev\OpenSfM\opensfm\src\third_party\vlfeat\vl\heap-def.h(295,17): warning C4018: '>=': signed/unsigned mismatch [D:\
dev\OpenSfM\cmake_build\third_party\vlfeat\vl.vcxproj]
D:\dev\OpenSfM\opensfm\src\third_party\vlfeat\vl\heap-def.h(298,18): warning C4018: '>=': signed/unsigned mismatch [D:\
dev\OpenSfM\cmake_build\third_party\vlfeat\vl.vcxproj]
D:\dev\OpenSfM\opensfm\src\third_party\vlfeat\vl\kdtree.c(179,24): warning C4146: unary minus operator applied to unsig
ned type, result still unsigned [D:\dev\OpenSfM\cmake_build\third_party\vlfeat\vl.vcxproj]
D:\dev\OpenSfM\opensfm\src\third_party\vlfeat\vl\kdtree.c(180,24): warning C4146: unary minus operator applied to unsig
ned type, result still unsigned [D:\dev\OpenSfM\cmake_build\third_party\vlfeat\vl.vcxproj]
D:\dev\OpenSfM\opensfm\src\third_party\vlfeat\vl\kdtree.c(186,18): warning C4018: '<': signed/unsigned mismatch [D:\dev
\OpenSfM\cmake_build\third_party\vlfeat\vl.vcxproj]
D:\dev\OpenSfM\opensfm\src\third_party\vlfeat\vl\kdtree.c(198,19): warning C4018: '<': signed/unsigned mismatch [D:\dev
\OpenSfM\cmake_build\third_party\vlfeat\vl.vcxproj]
D:\dev\OpenSfM\opensfm\src\third_party\vlfeat\vl\kdtree.c(208,22): warning C4244: '+=': conversion from 'vl_uindex' to
'vl_uint32', possible loss of data [D:\dev\OpenSfM\cmake_build\third_party\vlfeat\vl.vcxproj]
D:\dev\OpenSfM\opensfm\src\third_party\vlfeat\vl\kdtree.c(253,24): warning C4146: unary minus operator applied to unsig
ned type, result still unsigned [D:\dev\OpenSfM\cmake_build\third_party\vlfeat\vl.vcxproj]
D:\dev\OpenSfM\opensfm\src\third_party\vlfeat\vl\kdtree.c(254,24): warning C4146: unary minus operator applied to unsig
ned type, result still unsigned [D:\dev\OpenSfM\cmake_build\third_party\vlfeat\vl.vcxproj]
D:\dev\OpenSfM\opensfm\src\third_party\vlfeat\vl\kdtree.c(471,22): warning C4018: '<': signed/unsigned mismatch [D:\dev
\OpenSfM\cmake_build\third_party\vlfeat\vl.vcxproj]
D:\dev\OpenSfM\opensfm\src\third_party\vlfeat\vl\kdtree.c(545,20): warning C4018: '<': signed/unsigned mismatch [D:\dev
\OpenSfM\cmake_build\third_party\vlfeat\vl.vcxproj]
D:\dev\OpenSfM\opensfm\src\third_party\vlfeat\vl\kdtree.c(548,22): warning C4018: '<': signed/unsigned mismatch [D:\dev
\OpenSfM\cmake_build\third_party\vlfeat\vl.vcxproj]
D:\dev\OpenSfM\opensfm\src\third_party\vlfeat\vl\kdtree.c(564,20): warning C4018: '<': signed/unsigned mismatch [D:\dev
\OpenSfM\cmake_build\third_party\vlfeat\vl.vcxproj]
D:\dev\OpenSfM\opensfm\src\third_party\vlfeat\vl\kdtree.c(799,20): warning C4018: '<': signed/unsigned mismatch [D:\dev
\OpenSfM\cmake_build\third_party\vlfeat\vl.vcxproj]
D:\dev\OpenSfM\opensfm\src\third_party\vlfeat\vl\kdtree.c(837,34): warning C4018: '<': signed/unsigned mismatch [D:\dev
\OpenSfM\cmake_build\third_party\vlfeat\vl.vcxproj]
D:\dev\OpenSfM\opensfm\src\third_party\vlfeat\vl\kdtree.c(910,74): warning C4244: '=': conversion from 'double' to 'flo
at', possible loss of data [D:\dev\OpenSfM\cmake_build\third_party\vlfeat\vl.vcxproj]
C:\Program Files (x86)\Windows Kits\10\Include\10.0.22621.0\ucrt\corecrt_math.h(280,13): warning C4005: 'isnan': macro
redefinition [D:\dev\OpenSfM\cmake_build\third_party\vlfeat\vl.vcxproj]
D:\dev\OpenSfM\opensfm\src\third_party\vlfeat\vl\kmeans.c(552,20): warning C4018: '<': signed/unsigned mismatch [D:\dev
\OpenSfM\cmake_build\third_party\vlfeat\vl.vcxproj]
D:\dev\OpenSfM\opensfm\src\third_party\vlfeat\vl\kmeans.c(555,27): warning C4018: '<': signed/unsigned mismatch [D:\dev
\OpenSfM\cmake_build\third_party\vlfeat\vl.vcxproj]
D:\dev\OpenSfM\opensfm\src\third_party\vlfeat\vl\kmeans.c(610,18): warning C4018: '<': signed/unsigned mismatch [D:\dev
\OpenSfM\cmake_build\third_party\vlfeat\vl.vcxproj]
D:\dev\OpenSfM\opensfm\src\third_party\vlfeat\vl\kmeans.c(636,20): warning C4018: '<': signed/unsigned mismatch [D:\dev
\OpenSfM\cmake_build\third_party\vlfeat\vl.vcxproj]
D:\dev\OpenSfM\opensfm\src\third_party\vlfeat\vl\kmeans.c(641,20): warning C4018: '<': signed/unsigned mismatch [D:\dev
\OpenSfM\cmake_build\third_party\vlfeat\vl.vcxproj]
D:\dev\OpenSfM\opensfm\src\third_party\vlfeat\vl\kmeans.c(691,22): warning C4018: '<': signed/unsigned mismatch [D:\dev
\OpenSfM\cmake_build\third_party\vlfeat\vl.vcxproj]
D:\dev\OpenSfM\opensfm\src\third_party\vlfeat\vl\kmeans.c(812,18): warning C4018: '<': signed/unsigned mismatch [D:\dev
\OpenSfM\cmake_build\third_party\vlfeat\vl.vcxproj]
D:\dev\OpenSfM\opensfm\src\third_party\vlfeat\vl\kmeans.c(817,20): warning C4018: '<': signed/unsigned mismatch [D:\dev
\OpenSfM\cmake_build\third_party\vlfeat\vl.vcxproj]
D:\dev\OpenSfM\opensfm\src\third_party\vlfeat\vl\kmeans.c(919,38): warning C4244: 'initializing': conversion from 'vl_s
ize' to 'float', possible loss of data [D:\dev\OpenSfM\cmake_build\third_party\vlfeat\vl.vcxproj]
D:\dev\OpenSfM\opensfm\src\third_party\vlfeat\vl\kmeans.c(1000,52): warning C4244: 'return': conversion from 'vl_size'
to 'double', possible loss of data [D:\dev\OpenSfM\cmake_build\third_party\vlfeat\vl.vcxproj]
D:\dev\OpenSfM\opensfm\src\third_party\vlfeat\vl\kmeans.c(1095,38): warning C4244: 'initializing': conversion from 'vl_
size' to 'float', possible loss of data [D:\dev\OpenSfM\cmake_build\third_party\vlfeat\vl.vcxproj]
D:\dev\OpenSfM\opensfm\src\third_party\vlfeat\vl\kmeans.c(1220,3): warning C4244: '+=': conversion from 'double' to 'vl
_size', possible loss of data [D:\dev\OpenSfM\cmake_build\third_party\vlfeat\vl.vcxproj]
D:\dev\OpenSfM\opensfm\src\third_party\vlfeat\vl\kmeans.c(1399,8): warning C4244: '+=': conversion from 'double' to 'vl
_size', possible loss of data [D:\dev\OpenSfM\cmake_build\third_party\vlfeat\vl.vcxproj]
D:\dev\OpenSfM\opensfm\src\third_party\vlfeat\vl\kmeans.c(1426,43): warning C4244: '=': conversion from 'double' to 'fl
oat', possible loss of data [D:\dev\OpenSfM\cmake_build\third_party\vlfeat\vl.vcxproj]
lbp.c
D:\dev\OpenSfM\opensfm\src\third_party\vlfeat\vl\kmeans.c(1454,64): warning C4244: '=': conversion from 'double' to 'fl
oat', possible loss of data [D:\dev\OpenSfM\cmake_build\third_party\vlfeat\vl.vcxproj]
D:\dev\OpenSfM\opensfm\src\third_party\vlfeat\vl\kmeans.c(1332,38): warning C4244: 'initializing': conversion from 'vl_
size' to 'float', possible loss of data [D:\dev\OpenSfM\cmake_build\third_party\vlfeat\vl.vcxproj]
D:\dev\OpenSfM\opensfm\src\third_party\vlfeat\vl\kmeans.c(1169,12): warning C4101: 'x': unreferenced local variable [D:
\dev\OpenSfM\cmake_build\third_party\vlfeat\vl.vcxproj]
D:\dev\OpenSfM\opensfm\src\third_party\vlfeat\vl\kmeans.c(552,20): warning C4018: '<': signed/unsigned mismatch [D:\dev
\OpenSfM\cmake_build\third_party\vlfeat\vl.vcxproj]
D:\dev\OpenSfM\opensfm\src\third_party\vlfeat\vl\kmeans.c(555,27): warning C4018: '<': signed/unsigned mismatch [D:\dev
\OpenSfM\cmake_build\third_party\vlfeat\vl.vcxproj]
D:\dev\OpenSfM\opensfm\src\third_party\vlfeat\vl\kmeans.c(610,18): warning C4018: '<': signed/unsigned mismatch [D:\dev
\OpenSfM\cmake_build\third_party\vlfeat\vl.vcxproj]
D:\dev\OpenSfM\opensfm\src\third_party\vlfeat\vl\kmeans.c(636,20): warning C4018: '<': signed/unsigned mismatch [D:\dev
\OpenSfM\cmake_build\third_party\vlfeat\vl.vcxproj]
D:\dev\OpenSfM\opensfm\src\third_party\vlfeat\vl\kmeans.c(641,20): warning C4018: '<': signed/unsigned mismatch [D:\dev
\OpenSfM\cmake_build\third_party\vlfeat\vl.vcxproj]
D:\dev\OpenSfM\opensfm\src\third_party\vlfeat\vl\kmeans.c(691,22): warning C4018: '<': signed/unsigned mismatch [D:\dev
\OpenSfM\cmake_build\third_party\vlfeat\vl.vcxproj]
D:\dev\OpenSfM\opensfm\src\third_party\vlfeat\vl\kmeans.c(812,18): warning C4018: '<': signed/unsigned mismatch [D:\dev
\OpenSfM\cmake_build\third_party\vlfeat\vl.vcxproj]
D:\dev\OpenSfM\opensfm\src\third_party\vlfeat\vl\kmeans.c(817,20): warning C4018: '<': signed/unsigned mismatch [D:\dev
\OpenSfM\cmake_build\third_party\vlfeat\vl.vcxproj]
D:\dev\OpenSfM\opensfm\src\third_party\vlfeat\vl\kmeans.c(919,38): warning C4244: 'initializing': conversion from 'vl_s
ize' to 'double', possible loss of data [D:\dev\OpenSfM\cmake_build\third_party\vlfeat\vl.vcxproj]
D:\dev\OpenSfM\opensfm\src\third_party\vlfeat\vl\kmeans.c(1000,52): warning C4244: 'return': conversion from 'vl_size'
to 'double', possible loss of data [D:\dev\OpenSfM\cmake_build\third_party\vlfeat\vl.vcxproj]
D:\dev\OpenSfM\opensfm\src\third_party\vlfeat\vl\kmeans.c(1095,38): warning C4244: 'initializing': conversion from 'vl_
size' to 'double', possible loss of data [D:\dev\OpenSfM\cmake_build\third_party\vlfeat\vl.vcxproj]
D:\dev\OpenSfM\opensfm\src\third_party\vlfeat\vl\kmeans.c(1220,3): warning C4244: '+=': conversion from 'double' to 'vl
_size', possible loss of data [D:\dev\OpenSfM\cmake_build\third_party\vlfeat\vl.vcxproj]
D:\dev\OpenSfM\opensfm\src\third_party\vlfeat\vl\kmeans.c(1399,8): warning C4244: '+=': conversion from 'double' to 'vl
_size', possible loss of data [D:\dev\OpenSfM\cmake_build\third_party\vlfeat\vl.vcxproj]
D:\dev\OpenSfM\opensfm\src\third_party\vlfeat\vl\kmeans.c(1332,38): warning C4244: 'initializing': conversion from 'vl_
size' to 'double', possible loss of data [D:\dev\OpenSfM\cmake_build\third_party\vlfeat\vl.vcxproj]
D:\dev\OpenSfM\opensfm\src\third_party\vlfeat\vl\kmeans.c(1169,12): warning C4101: 'x': unreferenced local variable [D:
\dev\OpenSfM\cmake_build\third_party\vlfeat\vl.vcxproj]
D:\dev\OpenSfM\opensfm\src\third_party\vlfeat\vl\kmeans.c(2034,36): warning C4018: '<': signed/unsigned mismatch [D:\de
v\OpenSfM\cmake_build\third_party\vlfeat\vl.vcxproj]
C:\Program Files (x86)\Windows Kits\10\Include\10.0.22621.0\ucrt\corecrt_math.h(280,13): warning C4005: 'isnan': macro
redefinition [D:\dev\OpenSfM\cmake_build\third_party\vlfeat\vl.vcxproj]
C:\Program Files (x86)\Windows Kits\10\Include\10.0.22621.0\ucrt\corecrt_math.h(280,13): warning C4005: 'isnan': macro
redefinition [D:\dev\OpenSfM\cmake_build\third_party\vlfeat\vl.vcxproj]
D:\dev\OpenSfM\opensfm\src\third_party\vlfeat\vl\liop.c(332,30): warning C4305: '=': truncation from 'double' to 'float
' [D:\dev\OpenSfM\cmake_build\third_party\vlfeat\vl.vcxproj]
D:\dev\OpenSfM\opensfm\src\third_party\vlfeat\vl\liop.c(384,49): warning C4244: '=': conversion from 'vl_index' to 'dou
ble', possible loss of data [D:\dev\OpenSfM\cmake_build\third_party\vlfeat\vl.vcxproj]
D:\dev\OpenSfM\opensfm\src\third_party\vlfeat\vl\liop.c(385,49): warning C4244: '=': conversion from 'vl_index' to 'dou
ble', possible loss of data [D:\dev\OpenSfM\cmake_build\third_party\vlfeat\vl.vcxproj]
D:\dev\OpenSfM\opensfm\src\third_party\vlfeat\vl\liop.c(521,65): warning C4244: '=': conversion from 'double' to 'float
', possible loss of data [D:\dev\OpenSfM\cmake_build\third_party\vlfeat\vl.vcxproj]
D:\dev\OpenSfM\opensfm\src\third_party\vlfeat\vl\liop.c(552,12): warning C4244: '=': conversion from 'double' to 'float
', possible loss of data [D:\dev\OpenSfM\cmake_build\third_party\vlfeat\vl.vcxproj]
C:\Program Files (x86)\Windows Kits\10\Include\10.0.22621.0\ucrt\corecrt_math.h(280,13): warning C4005: 'isnan': macro
redefinition [D:\dev\OpenSfM\cmake_build\third_party\vlfeat\vl.vcxproj]
liop.c
mathop.c
Generating Code...
D:\dev\OpenSfM\opensfm\src\third_party\vlfeat\vl\mathop.c(352,18): warning C4244: '+=': conversion from 'double' to 'fl
oat', possible loss of data [D:\dev\OpenSfM\cmake_build\third_party\vlfeat\vl.vcxproj]
D:\dev\OpenSfM\opensfm\src\third_party\vlfeat\vl\mathop.c(570,22): warning C4018: '<': signed/unsigned mismatch [D:\dev
\OpenSfM\cmake_build\third_party\vlfeat\vl.vcxproj]
D:\dev\OpenSfM\opensfm\src\third_party\vlfeat\vl\mathop.c(571,24): warning C4018: '<': signed/unsigned mismatch [D:\dev
\OpenSfM\cmake_build\third_party\vlfeat\vl.vcxproj]
D:\dev\OpenSfM\opensfm\src\third_party\vlfeat\vl\mathop.c(581,22): warning C4018: '<': signed/unsigned mismatch [D:\dev
\OpenSfM\cmake_build\third_party\vlfeat\vl.vcxproj]
D:\dev\OpenSfM\opensfm\src\third_party\vlfeat\vl\mathop.c(570,22): warning C4018: '<': signed/unsigned mismatch [D:\dev
\OpenSfM\cmake_build\third_party\vlfeat\vl.vcxproj]
D:\dev\OpenSfM\opensfm\src\third_party\vlfeat\vl\mathop.c(571,24): warning C4018: '<': signed/unsigned mismatch [D:\dev
\OpenSfM\cmake_build\third_party\vlfeat\vl.vcxproj]
D:\dev\OpenSfM\opensfm\src\third_party\vlfeat\vl\mathop.c(581,22): warning C4018: '<': signed/unsigned mismatch [D:\dev
\OpenSfM\cmake_build\third_party\vlfeat\vl.vcxproj]
Compiling...
mathop_avx.c
mathop_sse2.c
C:\Program Files (x86)\Windows Kits\10\Include\10.0.22621.0\ucrt\corecrt_math.h(280,13): warning C4005: 'isnan': macro
redefinition [D:\dev\OpenSfM\cmake_build\third_party\vlfeat\vl.vcxproj]
mser.c
D:\dev\OpenSfM\opensfm\src\third_party\vlfeat\vl\mser.c(936,28): warning C4244: '=': conversion from 'int' to 'vl_mser_
acc', possible loss of data [D:\dev\OpenSfM\cmake_build\third_party\vlfeat\vl.vcxproj]
D:\dev\OpenSfM\opensfm\src\third_party\vlfeat\vl\mser.c(952,32): warning C4244: '=': conversion from 'int' to 'vl_mser_
acc', possible loss of data [D:\dev\OpenSfM\cmake_build\third_party\vlfeat\vl.vcxproj]
D:\dev\OpenSfM\opensfm\src\third_party\vlfeat\vl\mser.c(979,27): warning C4244: 'initializing': conversion from 'vl_uin
t' to 'float', possible loss of data [D:\dev\OpenSfM\cmake_build\third_party\vlfeat\vl.vcxproj]
pgm.c
C:\Program Files (x86)\Windows Kits\10\Include\10.0.22621.0\ucrt\corecrt_math.h(280,13): warning C4005: 'isnan': macro
redefinition [D:\dev\OpenSfM\cmake_build\third_party\vlfeat\vl.vcxproj]
D:\dev\OpenSfM\opensfm\src\third_party\vlfeat\vl\pgm.c(209,7): warning C4996: 'fscanf': This function or variable may b
e unsafe. Consider using fscanf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for det
ails. [D:\dev\OpenSfM\cmake_build\third_party\vlfeat\vl.vcxproj]
D:\dev\OpenSfM\opensfm\src\third_party\vlfeat\vl\pgm.c(215,7): warning C4996: 'fscanf': This function or variable may b
e unsafe. Consider using fscanf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for det
ails. [D:\dev\OpenSfM\cmake_build\third_party\vlfeat\vl.vcxproj]
D:\dev\OpenSfM\opensfm\src\third_party\vlfeat\vl\pgm.c(221,7): warning C4996: 'fscanf': This function or variable may b
e unsafe. Consider using fscanf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for det
ails. [D:\dev\OpenSfM\cmake_build\third_party\vlfeat\vl.vcxproj]
quickshift.c
D:\dev\OpenSfM\opensfm\src\third_party\vlfeat\vl\pgm.c(293,21): warning C4018: '<': signed/unsigned mismatch [D:\dev\Op
enSfM\cmake_build\third_party\vlfeat\vl.vcxproj]
D:\dev\OpenSfM\opensfm\src\third_party\vlfeat\vl\pgm.c(309,11): warning C4018: '<': signed/unsigned mismatch [D:\dev\Op
enSfM\cmake_build\third_party\vlfeat\vl.vcxproj]
D:\dev\OpenSfM\opensfm\src\third_party\vlfeat\vl\pgm.c(311,11): warning C4996: 'fscanf': This function or variable may
be unsafe. Consider using fscanf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for de
tails. [D:\dev\OpenSfM\cmake_build\third_party\vlfeat\vl.vcxproj]
D:\dev\OpenSfM\opensfm\src\third_party\vlfeat\vl\pgm.c(356,19): warning C4018: '<': signed/unsigned mismatch [D:\dev\Op
enSfM\cmake_build\third_party\vlfeat\vl.vcxproj]
C:\Program Files (x86)\Windows Kits\10\Include\10.0.22621.0\ucrt\corecrt_math.h(280,13): warning C4005: 'isnan': macro
redefinition [D:\dev\OpenSfM\cmake_build\third_party\vlfeat\vl.vcxproj]
D:\dev\OpenSfM\opensfm\src\third_party\vlfeat\vl\quickshift.c(401,42): warning C4244: '=': conversion from 'vl_qs_type'
to 'int', possible loss of data [D:\dev\OpenSfM\cmake_build\third_party\vlfeat\vl.vcxproj]
D:\dev\OpenSfM\opensfm\src\third_party\vlfeat\vl\quickshift.c(441,42): warning C4244: '=': conversion from 'vl_qs_type'
to 'int', possible loss of data [D:\dev\OpenSfM\cmake_build\third_party\vlfeat\vl.vcxproj]
random.c
rodrigues.c
C:\Program Files (x86)\Windows Kits\10\Include\10.0.22621.0\ucrt\corecrt_math.h(280,13): warning C4005: 'isnan': macro
redefinition [D:\dev\OpenSfM\cmake_build\third_party\vlfeat\vl.vcxproj]
scalespace.c
C:\Program Files (x86)\Windows Kits\10\Include\10.0.22621.0\ucrt\corecrt_math.h(280,13): warning C4005: 'isnan': macro
redefinition [D:\dev\OpenSfM\cmake_build\third_party\vlfeat\vl.vcxproj]
D:\dev\OpenSfM\opensfm\src\third_party\vlfeat\vl\scalespace.c(314,21): warning C4244: 'function': conversion from 'vl_s
ize' to 'double', possible loss of data [D:\dev\OpenSfM\cmake_build\third_party\vlfeat\vl.vcxproj]
D:\dev\OpenSfM\opensfm\src\third_party\vlfeat\vl\scalespace.c(314,21): warning C4244: '=': conversion from 'double' to
'vl_index', possible loss of data [D:\dev\OpenSfM\cmake_build\third_party\vlfeat\vl.vcxproj]
D:\dev\OpenSfM\opensfm\src\third_party\vlfeat\vl\scalespace.c(374,25): warning C4244: 'function': conversion from 'vl_i
ndex' to 'double', possible loss of data [D:\dev\OpenSfM\cmake_build\third_party\vlfeat\vl.vcxproj]
D:\dev\OpenSfM\opensfm\src\third_party\vlfeat\vl\scalespace.c(504,20): warning C4334: '<<': result of 32-bit shift impl
icitly converted to 64 bits (was 64-bit shift intended?) [D:\dev\OpenSfM\cmake_build\third_party\vlfeat\vl.vcxproj]
D:\dev\OpenSfM\opensfm\src\third_party\vlfeat\vl\scalespace.c(678,43): warning C4244: 'function': conversion from 'doub
le' to 'float', possible loss of data [D:\dev\OpenSfM\cmake_build\third_party\vlfeat\vl.vcxproj]
sift.c
C:\Program Files (x86)\Windows Kits\10\Include\10.0.22621.0\ucrt\corecrt_math.h(280,13): warning C4005: 'isnan': macro
redefinition [D:\dev\OpenSfM\cmake_build\third_party\vlfeat\vl.vcxproj]
D:\dev\OpenSfM\opensfm\src\third_party\vlfeat\vl\sift.c(751,18): warning C4244: '=': conversion from 'double' to 'vl_si
ft_pix', possible loss of data [D:\dev\OpenSfM\cmake_build\third_party\vlfeat\vl.vcxproj]
D:\dev\OpenSfM\opensfm\src\third_party\vlfeat\vl\sift.c(786,30): warning C4244: '=': conversion from 'double' to 'vl_si
ze', possible loss of data [D:\dev\OpenSfM\cmake_build\third_party\vlfeat\vl.vcxproj]
D:\dev\OpenSfM\opensfm\src\third_party\vlfeat\vl\sift.c(790,20): warning C4018: '<': signed/unsigned mismatch [D:\dev\O
penSfM\cmake_build\third_party\vlfeat\vl.vcxproj]
D:\dev\OpenSfM\opensfm\src\third_party\vlfeat\vl\sift.c(795,20): warning C4018: '<': signed/unsigned mismatch [D:\dev\O
penSfM\cmake_build\third_party\vlfeat\vl.vcxproj]
D:\dev\OpenSfM\opensfm\src\third_party\vlfeat\vl\sift.c(886,16): warning C4244: '=': conversion from 'double' to 'int',
possible loss of data [D:\dev\OpenSfM\cmake_build\third_party\vlfeat\vl.vcxproj]
D:\dev\OpenSfM\opensfm\src\third_party\vlfeat\vl\sift.c(1120,23): warning C4244: 'function': conversion from 'double' t
o 'float', possible loss of data [D:\dev\OpenSfM\cmake_build\third_party\vlfeat\vl.vcxproj]
D:\dev\OpenSfM\opensfm\src\third_party\vlfeat\vl\sift.c(1120,31): warning C4244: 'function': conversion from 'int' to '
float', possible loss of data [D:\dev\OpenSfM\cmake_build\third_party\vlfeat\vl.vcxproj]
D:\dev\OpenSfM\opensfm\src\third_party\vlfeat\vl\sift.c(1121,23): warning C4244: 'function': conversion from 'double' t
o 'float', possible loss of data [D:\dev\OpenSfM\cmake_build\third_party\vlfeat\vl.vcxproj]
D:\dev\OpenSfM\opensfm\src\third_party\vlfeat\vl\sift.c(1121,38): warning C4244: 'function': conversion from 'int' to '
float', possible loss of data [D:\dev\OpenSfM\cmake_build\third_party\vlfeat\vl.vcxproj]
D:\dev\OpenSfM\opensfm\src\third_party\vlfeat\vl\sift.c(1419,21): warning C4244: '=': conversion from 'double' to 'floa
t', possible loss of data [D:\dev\OpenSfM\cmake_build\third_party\vlfeat\vl.vcxproj]
D:\dev\OpenSfM\opensfm\src\third_party\vlfeat\vl\sift.c(1420,24): warning C4244: '=': conversion from 'double' to 'floa
t', possible loss of data [D:\dev\OpenSfM\cmake_build\third_party\vlfeat\vl.vcxproj]
D:\dev\OpenSfM\opensfm\src\third_party\vlfeat\vl\sift.c(1421,24): warning C4244: '=': conversion from 'double' to 'floa
t', possible loss of data [D:\dev\OpenSfM\cmake_build\third_party\vlfeat\vl.vcxproj]
D:\dev\OpenSfM\opensfm\src\third_party\vlfeat\vl\sift.c(1422,52): warning C4244: '=': conversion from 'double' to 'floa
t', possible loss of data [D:\dev\OpenSfM\cmake_build\third_party\vlfeat\vl.vcxproj]
D:\dev\OpenSfM\opensfm\src\third_party\vlfeat\vl\sift.c(1476,5): warning C4244: 'function': conversion from 'double' to
'float', possible loss of data [D:\dev\OpenSfM\cmake_build\third_party\vlfeat\vl.vcxproj]
slic.c
D:\dev\OpenSfM\opensfm\src\third_party\vlfeat\vl\sift.c(1481,16): warning C4244: '=': conversion from 'double' to 'vl_s
ift_pix', possible loss of data [D:\dev\OpenSfM\cmake_build\third_party\vlfeat\vl.vcxproj]
D:\dev\OpenSfM\opensfm\src\third_party\vlfeat\vl\sift.c(1483,7): warning C4244: 'function': conversion from 'double' to
'float', possible loss of data [D:\dev\OpenSfM\cmake_build\third_party\vlfeat\vl.vcxproj]
D:\dev\OpenSfM\opensfm\src\third_party\vlfeat\vl\sift.c(1489,5): warning C4244: 'function': conversion from 'double' to
'float', possible loss of data [D:\dev\OpenSfM\cmake_build\third_party\vlfeat\vl.vcxproj]
D:\dev\OpenSfM\opensfm\src\third_party\vlfeat\vl\sift.c(1495,16): warning C4244: '=': conversion from 'double' to 'vl_s
ift_pix', possible loss of data [D:\dev\OpenSfM\cmake_build\third_party\vlfeat\vl.vcxproj]
D:\dev\OpenSfM\opensfm\src\third_party\vlfeat\vl\sift.c(1496,7): warning C4244: 'function': conversion from 'double' to
'float', possible loss of data [D:\dev\OpenSfM\cmake_build\third_party\vlfeat\vl.vcxproj]
D:\dev\OpenSfM\opensfm\src\third_party\vlfeat\vl\sift.c(1501,18): warning C4244: '=': conversion from 'double' to 'vl_s
ift_pix', possible loss of data [D:\dev\OpenSfM\cmake_build\third_party\vlfeat\vl.vcxproj]
D:\dev\OpenSfM\opensfm\src\third_party\vlfeat\vl\sift.c(1502,18): warning C4244: '=': conversion from 'double' to 'vl_s
ift_pix', possible loss of data [D:\dev\OpenSfM\cmake_build\third_party\vlfeat\vl.vcxproj]
D:\dev\OpenSfM\opensfm\src\third_party\vlfeat\vl\sift.c(1503,9): warning C4244: 'function': conversion from 'double' to
'float', possible loss of data [D:\dev\OpenSfM\cmake_build\third_party\vlfeat\vl.vcxproj]
D:\dev\OpenSfM\opensfm\src\third_party\vlfeat\vl\sift.c(1508,16): warning C4244: '=': conversion from 'double' to 'vl_s
ift_pix', possible loss of data [D:\dev\OpenSfM\cmake_build\third_party\vlfeat\vl.vcxproj]
D:\dev\OpenSfM\opensfm\src\third_party\vlfeat\vl\sift.c(1509,7): warning C4244: 'function': conversion from 'double' to
'float', possible loss of data [D:\dev\OpenSfM\cmake_build\third_party\vlfeat\vl.vcxproj]
D:\dev\OpenSfM\opensfm\src\third_party\vlfeat\vl\sift.c(1515,5): warning C4244: 'function': conversion from 'double' to
'float', possible loss of data [D:\dev\OpenSfM\cmake_build\third_party\vlfeat\vl.vcxproj]
D:\dev\OpenSfM\opensfm\src\third_party\vlfeat\vl\sift.c(1520,16): warning C4244: '=': conversion from 'double' to 'vl_s
ift_pix', possible loss of data [D:\dev\OpenSfM\cmake_build\third_party\vlfeat\vl.vcxproj]
D:\dev\OpenSfM\opensfm\src\third_party\vlfeat\vl\sift.c(1522,7): warning C4244: 'function': conversion from 'double' to
'float', possible loss of data [D:\dev\OpenSfM\cmake_build\third_party\vlfeat\vl.vcxproj]
D:\dev\OpenSfM\opensfm\src\third_party\vlfeat\vl\sift.c(1528,5): warning C4244: 'function': conversion from 'double' to
'float', possible loss of data [D:\dev\OpenSfM\cmake_build\third_party\vlfeat\vl.vcxproj]
D:\dev\OpenSfM\opensfm\src\third_party\vlfeat\vl\sift.c(1580,25): warning C4244: 'initializing': conversion from 'doubl
e' to 'int', possible loss of data [D:\dev\OpenSfM\cmake_build\third_party\vlfeat\vl.vcxproj]
D:\dev\OpenSfM\opensfm\src\third_party\vlfeat\vl\sift.c(1818,47): warning C4244: 'function': conversion from 'double' t
o 'float', possible loss of data [D:\dev\OpenSfM\cmake_build\third_party\vlfeat\vl.vcxproj]
D:\dev\OpenSfM\opensfm\src\third_party\vlfeat\vl\sift.c(1840,46): warning C4244: 'function': conversion from 'double' t
o 'float', possible loss of data [D:\dev\OpenSfM\cmake_build\third_party\vlfeat\vl.vcxproj]
D:\dev\OpenSfM\opensfm\src\third_party\vlfeat\vl\sift.c(1841,46): warning C4244: 'function': conversion from 'double' t
o 'float', possible loss of data [D:\dev\OpenSfM\cmake_build\third_party\vlfeat\vl.vcxproj]
D:\dev\OpenSfM\opensfm\src\third_party\vlfeat\vl\sift.c(1896,46): warning C4305: '=': truncation from 'double' to 'vl_s
ift_pix' [D:\dev\OpenSfM\cmake_build\third_party\vlfeat\vl.vcxproj]
D:\dev\OpenSfM\opensfm\src\third_party\vlfeat\vl\sift.c(1775,25): warning C4244: 'initializing': conversion from 'doubl
e' to 'const int', possible loss of data [D:\dev\OpenSfM\cmake_build\third_party\vlfeat\vl.vcxproj]
D:\dev\OpenSfM\opensfm\src\third_party\vlfeat\vl\sift.c(1821,33): warning C4244: 'initializing': conversion from 'doubl
e' to 'vl_sift_pix', possible loss of data [D:\dev\OpenSfM\cmake_build\third_party\vlfeat\vl.vcxproj]
D:\dev\OpenSfM\opensfm\src\third_party\vlfeat\vl\sift.c(1822,33): warning C4244: 'initializing': conversion from 'doubl
e' to 'vl_sift_pix', possible loss of data [D:\dev\OpenSfM\cmake_build\third_party\vlfeat\vl.vcxproj]
D:\dev\OpenSfM\opensfm\src\third_party\vlfeat\vl\sift.c(1826,47): warning C4244: 'initializing': conversion from 'const
double' to 'vl_sift_pix', possible loss of data [D:\dev\OpenSfM\cmake_build\third_party\vlfeat\vl.vcxproj]
D:\dev\OpenSfM\opensfm\src\third_party\vlfeat\vl\sift.c(1827,47): warning C4244: 'initializing': conversion from 'const
double' to 'vl_sift_pix', possible loss of data [D:\dev\OpenSfM\cmake_build\third_party\vlfeat\vl.vcxproj]
D:\dev\OpenSfM\opensfm\src\third_party\vlfeat\vl\sift.c(1828,36): warning C4244: 'initializing': conversion from 'doubl
e' to 'vl_sift_pix', possible loss of data [D:\dev\OpenSfM\cmake_build\third_party\vlfeat\vl.vcxproj]
D:\dev\OpenSfM\opensfm\src\third_party\vlfeat\vl\sift.c(1834,35): warning C4244: 'initializing': conversion from 'const
double' to 'const vl_sift_pix', possible loss of data [D:\dev\OpenSfM\cmake_build\third_party\vlfeat\vl.vcxproj]
D:\dev\OpenSfM\opensfm\src\third_party\vlfeat\vl\sift.c(1835,25): warning C4244: 'initializing': conversion from 'doubl
e' to 'vl_sift_pix', possible loss of data [D:\dev\OpenSfM\cmake_build\third_party\vlfeat\vl.vcxproj]
D:\dev\OpenSfM\opensfm\src\third_party\vlfeat\vl\sift.c(1843,30): warning C4244: 'initializing': conversion from 'doubl
e' to 'vl_sift_pix', possible loss of data [D:\dev\OpenSfM\cmake_build\third_party\vlfeat\vl.vcxproj]
D:\dev\OpenSfM\opensfm\src\third_party\vlfeat\vl\sift.c(1844,30): warning C4244: 'initializing': conversion from 'doubl
e' to 'vl_sift_pix', possible loss of data [D:\dev\OpenSfM\cmake_build\third_party\vlfeat\vl.vcxproj]
D:\dev\OpenSfM\opensfm\src\third_party\vlfeat\vl\sift.c(2015,47): warning C4244: 'function': conversion from 'double' t
o 'float', possible loss of data [D:\dev\OpenSfM\cmake_build\third_party\vlfeat\vl.vcxproj]
D:\dev\OpenSfM\opensfm\src\third_party\vlfeat\vl\sift.c(2037,46): warning C4244: 'function': conversion from 'double' t
o 'float', possible loss of data [D:\dev\OpenSfM\cmake_build\third_party\vlfeat\vl.vcxproj]
stringop.c
D:\dev\OpenSfM\opensfm\src\third_party\vlfeat\vl\sift.c(2038,46): warning C4244: 'function': conversion from 'double' t
o 'float', possible loss of data [D:\dev\OpenSfM\cmake_build\third_party\vlfeat\vl.vcxproj]
D:\dev\OpenSfM\opensfm\src\third_party\vlfeat\vl\sift.c(2085,46): warning C4305: '=': truncation from 'double' to 'vl_s
ift_pix' [D:\dev\OpenSfM\cmake_build\third_party\vlfeat\vl.vcxproj]
D:\dev\OpenSfM\opensfm\src\third_party\vlfeat\vl\sift.c(1964,30): warning C4244: 'initializing': conversion from 'doubl
e' to 'const int', possible loss of data [D:\dev\OpenSfM\cmake_build\third_party\vlfeat\vl.vcxproj]
D:\dev\OpenSfM\opensfm\src\third_party\vlfeat\vl\sift.c(2018,33): warning C4244: 'initializing': conversion from 'doubl
e' to 'vl_sift_pix', possible loss of data [D:\dev\OpenSfM\cmake_build\third_party\vlfeat\vl.vcxproj]
D:\dev\OpenSfM\opensfm\src\third_party\vlfeat\vl\sift.c(2019,33): warning C4244: 'initializing': conversion from 'doubl
e' to 'vl_sift_pix', possible loss of data [D:\dev\OpenSfM\cmake_build\third_party\vlfeat\vl.vcxproj]
D:\dev\OpenSfM\opensfm\src\third_party\vlfeat\vl\sift.c(2023,47): warning C4244: 'initializing': conversion from 'const
double' to 'vl_sift_pix', possible loss of data [D:\dev\OpenSfM\cmake_build\third_party\vlfeat\vl.vcxproj]
D:\dev\OpenSfM\opensfm\src\third_party\vlfeat\vl\sift.c(2024,47): warning C4244: 'initializing': conversion from 'const
double' to 'vl_sift_pix', possible loss of data [D:\dev\OpenSfM\cmake_build\third_party\vlfeat\vl.vcxproj]
D:\dev\OpenSfM\opensfm\src\third_party\vlfeat\vl\sift.c(2025,36): warning C4244: 'initializing': conversion from 'doubl
e' to 'vl_sift_pix', possible loss of data [D:\dev\OpenSfM\cmake_build\third_party\vlfeat\vl.vcxproj]
D:\dev\OpenSfM\opensfm\src\third_party\vlfeat\vl\sift.c(2031,35): warning C4244: 'initializing': conversion from 'doubl
e' to 'const vl_sift_pix', possible loss of data [D:\dev\OpenSfM\cmake_build\third_party\vlfeat\vl.vcxproj]
D:\dev\OpenSfM\opensfm\src\third_party\vlfeat\vl\sift.c(2032,25): warning C4244: 'initializing': conversion from 'doubl
e' to 'vl_sift_pix', possible loss of data [D:\dev\OpenSfM\cmake_build\third_party\vlfeat\vl.vcxproj]
D:\dev\OpenSfM\opensfm\src\third_party\vlfeat\vl\sift.c(2040,30): warning C4244: 'initializing': conversion from 'doubl
e' to 'vl_sift_pix', possible loss of data [D:\dev\OpenSfM\cmake_build\third_party\vlfeat\vl.vcxproj]
D:\dev\OpenSfM\opensfm\src\third_party\vlfeat\vl\sift.c(2041,30): warning C4244: 'initializing': conversion from 'doubl
e' to 'vl_sift_pix', possible loss of data [D:\dev\OpenSfM\cmake_build\third_party\vlfeat\vl.vcxproj]
D:\dev\OpenSfM\opensfm\src\third_party\vlfeat\vl\sift.c(2192,12): warning C4244: '=': conversion from 'double' to 'floa
t', possible loss of data [D:\dev\OpenSfM\cmake_build\third_party\vlfeat\vl.vcxproj]
D:\dev\OpenSfM\opensfm\src\third_party\vlfeat\vl\sift.c(2193,12): warning C4244: '=': conversion from 'double' to 'floa
t', possible loss of data [D:\dev\OpenSfM\cmake_build\third_party\vlfeat\vl.vcxproj]
D:\dev\OpenSfM\opensfm\src\third_party\vlfeat\vl\sift.c(2194,12): warning C4244: '=': conversion from 'double' to 'floa
t', possible loss of data [D:\dev\OpenSfM\cmake_build\third_party\vlfeat\vl.vcxproj]
D:\dev\OpenSfM\opensfm\src\third_party\vlfeat\vl\sift.c(2196,14): warning C4244: '=': conversion from 'double' to 'floa
t', possible loss of data [D:\dev\OpenSfM\cmake_build\third_party\vlfeat\vl.vcxproj]
C:\Program Files (x86)\Windows Kits\10\Include\10.0.22621.0\ucrt\corecrt_math.h(280,13): warning C4005: 'isnan': macro
redefinition [D:\dev\OpenSfM\cmake_build\third_party\vlfeat\vl.vcxproj]
D:\dev\OpenSfM\opensfm\src\third_party\vlfeat\vl\slic.c(258,24): warning C4018: '<': signed/unsigned mismatch [D:\dev\O
penSfM\cmake_build\third_party\vlfeat\vl.vcxproj]
D:\dev\OpenSfM\opensfm\src\third_party\vlfeat\vl\slic.c(265,22): warning C4244: 'initializing': conversion from 'double
' to 'vl_index', possible loss of data [D:\dev\OpenSfM\cmake_build\third_party\vlfeat\vl.vcxproj]
D:\dev\OpenSfM\opensfm\src\third_party\vlfeat\vl\slic.c(266,22): warning C4244: 'initializing': conversion from 'double
' to 'vl_index', possible loss of data [D:\dev\OpenSfM\cmake_build\third_party\vlfeat\vl.vcxproj]
D:\dev\OpenSfM\opensfm\src\third_party\vlfeat\vl\slic.c(326,20): warning C4244: 'initializing': conversion from 'double
' to 'float', possible loss of data [D:\dev\OpenSfM\cmake_build\third_party\vlfeat\vl.vcxproj]
D:\dev\OpenSfM\opensfm\src\third_party\vlfeat\vl\stringop.c(237,34): warning C4018: '<': signed/unsigned mismatch [D:\d
ev\OpenSfM\cmake_build\third_party\vlfeat\vl.vcxproj]
D:\dev\OpenSfM\opensfm\src\third_party\vlfeat\vl\stringop.c(245,32): warning C4018: '<': signed/unsigned mismatch [D:\d
ev\OpenSfM\cmake_build\third_party\vlfeat\vl.vcxproj]
D:\dev\OpenSfM\opensfm\src\third_party\vlfeat\vl\stringop.c(255,17): warning C4018: '<': signed/unsigned mismatch [D:\d
ev\OpenSfM\cmake_build\third_party\vlfeat\vl.vcxproj]
D:\dev\OpenSfM\opensfm\src\third_party\vlfeat\vl\stringop.c(281,30): warning C4018: '<': signed/unsigned mismatch [D:\d
ev\OpenSfM\cmake_build\third_party\vlfeat\vl.vcxproj]
D:\dev\OpenSfM\opensfm\src\third_party\vlfeat\vl\stringop.c(289,17): warning C4018: '<': signed/unsigned mismatch [D:\d
ev\OpenSfM\cmake_build\third_party\vlfeat\vl.vcxproj]
D:\dev\OpenSfM\opensfm\src\third_party\vlfeat\vl\stringop.c(320,30): warning C4018: '<': signed/unsigned mismatch [D:\d
ev\OpenSfM\cmake_build\third_party\vlfeat\vl.vcxproj]
D:\dev\OpenSfM\opensfm\src\third_party\vlfeat\vl\stringop.c(328,17): warning C4018: '<': signed/unsigned mismatch [D:\d
ev\OpenSfM\cmake_build\third_party\vlfeat\vl.vcxproj]
svm.c
C:\Program Files (x86)\Windows Kits\10\Include\10.0.22621.0\ucrt\corecrt_math.h(280,13): warning C4005: 'isnan': macro
redefinition [D:\dev\OpenSfM\cmake_build\third_party\vlfeat\vl.vcxproj]
D:\dev\OpenSfM\opensfm\src\third_party\vlfeat\vl\svm.c(1052,28): warning C4244: 'function': conversion from 'double' to
'float', possible loss of data [D:\dev\OpenSfM\cmake_build\third_party\vlfeat\vl.vcxproj]
D:\dev\OpenSfM\opensfm\src\third_party\vlfeat\vl\svm.c(1052,28): warning C4244: '=': conversion from 'double' to 'vl_si
ze', possible loss of data [D:\dev\OpenSfM\cmake_build\third_party\vlfeat\vl.vcxproj]
D:\dev\OpenSfM\opensfm\src\third_party\vlfeat\vl\svm.c(2105,22): warning C4018: '<': signed/unsigned mismatch [D:\dev\O
penSfM\cmake_build\third_party\vlfeat\vl.vcxproj]
D:\dev\OpenSfM\opensfm\src\third_party\vlfeat\vl\svm.c(2112,22): warning C4018: '<': signed/unsigned mismatch [D:\dev\O
penSfM\cmake_build\third_party\vlfeat\vl.vcxproj]
svmdataset.c
C:\Program Files (x86)\Windows Kits\10\Include\10.0.22621.0\ucrt\corecrt_math.h(280,13): warning C4005: 'isnan': macro
redefinition [D:\dev\OpenSfM\cmake_build\third_party\vlfeat\vl.vcxproj]
vlad.c
C:\Program Files (x86)\Windows Kits\10\Include\10.0.22621.0\ucrt\corecrt_math.h(280,13): warning C4005: 'isnan': macro
redefinition [D:\dev\OpenSfM\cmake_build\third_party\vlfeat\vl.vcxproj]
D:\dev\OpenSfM\opensfm\src\third_party\vlfeat\vl\vlad.c(185,26): warning C4018: '<': signed/unsigned mismatch [D:\dev\O
penSfM\cmake_build\third_party\vlfeat\vl.vcxproj]
D:\dev\OpenSfM\opensfm\src\third_party\vlfeat\vl\vlad.c(186,45): warning C4244: '+=': conversion from 'double' to 'floa
t', possible loss of data [D:\dev\OpenSfM\cmake_build\third_party\vlfeat\vl.vcxproj]
D:\dev\OpenSfM\opensfm\src\third_party\vlfeat\vl\vlad.c(193,26): warning C4018: '<': signed/unsigned mismatch [D:\dev\O
penSfM\cmake_build\third_party\vlfeat\vl.vcxproj]
D:\dev\OpenSfM\opensfm\src\third_party\vlfeat\vl\vlad.c(194,40): warning C4244: '/=': conversion from 'double' to 'floa
t', possible loss of data [D:\dev\OpenSfM\cmake_build\third_party\vlfeat\vl.vcxproj]
D:\dev\OpenSfM\opensfm\src\third_party\vlfeat\vl\vlad.c(198,26): warning C4018: '<': signed/unsigned mismatch [D:\dev\O
penSfM\cmake_build\third_party\vlfeat\vl.vcxproj]
D:\dev\OpenSfM\opensfm\src\third_party\vlfeat\vl\vlad.c(199,52): warning C4244: '-=': conversion from 'double' to 'floa
t', possible loss of data [D:\dev\OpenSfM\cmake_build\third_party\vlfeat\vl.vcxproj]
D:\dev\OpenSfM\opensfm\src\third_party\vlfeat\vl\vlad.c(205,24): warning C4018: '<': signed/unsigned mismatch [D:\dev\O
penSfM\cmake_build\third_party\vlfeat\vl.vcxproj]
Generating Code...
D:\dev\OpenSfM\opensfm\src\third_party\vlfeat\vl\vlad.c(218,24): warning C4018: '<': signed/unsigned mismatch [D:\dev\O
penSfM\cmake_build\third_party\vlfeat\vl.vcxproj]
D:\dev\OpenSfM\opensfm\src\third_party\vlfeat\vl\vlad.c(223,11): warning C4244: '=': conversion from 'double' to 'float
', possible loss of data [D:\dev\OpenSfM\cmake_build\third_party\vlfeat\vl.vcxproj]
D:\dev\OpenSfM\opensfm\src\third_party\vlfeat\vl\vlad.c(224,24): warning C4018: '<': signed/unsigned mismatch [D:\dev\O
penSfM\cmake_build\third_party\vlfeat\vl.vcxproj]
D:\dev\OpenSfM\opensfm\src\third_party\vlfeat\vl\vlad.c(232,23): warning C4018: '<': signed/unsigned mismatch [D:\dev\O
penSfM\cmake_build\third_party\vlfeat\vl.vcxproj]
D:\dev\OpenSfM\opensfm\src\third_party\vlfeat\vl\vlad.c(237,9): warning C4244: '=': conversion from 'double' to 'float'
, possible loss of data [D:\dev\OpenSfM\cmake_build\third_party\vlfeat\vl.vcxproj]
D:\dev\OpenSfM\opensfm\src\third_party\vlfeat\vl\vlad.c(238,23): warning C4018: '<': signed/unsigned mismatch [D:\dev\O
penSfM\cmake_build\third_party\vlfeat\vl.vcxproj]
D:\dev\OpenSfM\opensfm\src\third_party\vlfeat\vl\vlad.c(172,12): warning C4101: 'i_cl': unreferenced local variable [D:
\dev\OpenSfM\cmake_build\third_party\vlfeat\vl.vcxproj]
D:\dev\OpenSfM\opensfm\src\third_party\vlfeat\vl\vlad.c(185,26): warning C4018: '<': signed/unsigned mismatch [D:\dev\O
penSfM\cmake_build\third_party\vlfeat\vl.vcxproj]
D:\dev\OpenSfM\opensfm\src\third_party\vlfeat\vl\vlad.c(193,26): warning C4018: '<': signed/unsigned mismatch [D:\dev\O
penSfM\cmake_build\third_party\vlfeat\vl.vcxproj]
D:\dev\OpenSfM\opensfm\src\third_party\vlfeat\vl\vlad.c(198,26): warning C4018: '<': signed/unsigned mismatch [D:\dev\O
penSfM\cmake_build\third_party\vlfeat\vl.vcxproj]
D:\dev\OpenSfM\opensfm\src\third_party\vlfeat\vl\vlad.c(205,24): warning C4018: '<': signed/unsigned mismatch [D:\dev\O
penSfM\cmake_build\third_party\vlfeat\vl.vcxproj]
D:\dev\OpenSfM\opensfm\src\third_party\vlfeat\vl\vlad.c(218,24): warning C4018: '<': signed/unsigned mismatch [D:\dev\O
penSfM\cmake_build\third_party\vlfeat\vl.vcxproj]
D:\dev\OpenSfM\opensfm\src\third_party\vlfeat\vl\vlad.c(224,24): warning C4018: '<': signed/unsigned mismatch [D:\dev\O
penSfM\cmake_build\third_party\vlfeat\vl.vcxproj]
D:\dev\OpenSfM\opensfm\src\third_party\vlfeat\vl\vlad.c(232,23): warning C4018: '<': signed/unsigned mismatch [D:\dev\O
penSfM\cmake_build\third_party\vlfeat\vl.vcxproj]
D:\dev\OpenSfM\opensfm\src\third_party\vlfeat\vl\vlad.c(238,23): warning C4018: '<': signed/unsigned mismatch [D:\dev\O
penSfM\cmake_build\third_party\vlfeat\vl.vcxproj]
D:\dev\OpenSfM\opensfm\src\third_party\vlfeat\vl\vlad.c(172,12): warning C4101: 'i_cl': unreferenced local variable [D:
\dev\OpenSfM\cmake_build\third_party\vlfeat\vl.vcxproj]
vl.vcxproj -> D:\dev\OpenSfM\cmake_build\third_party\vlfeat\Release\vl.lib
akaze_bind.cc
D:\dev\OpenSfM\opensfm\src\features\src\akaze_bind.cc(12,48): warning C4244: 'argument': conversion from 'pybind11::ssi
ze_t' to 'int', possible loss of data [D:\dev\OpenSfM\cmake_build\features\features.vcxproj]
D:\dev\OpenSfM\opensfm\src\features\src\akaze_bind.cc(12,32): warning C4244: 'argument': conversion from 'pybind11::ssi
ze_t' to 'int', possible loss of data [D:\dev\OpenSfM\cmake_build\features\features.vcxproj]
D:\dev\OpenSfM\opensfm\src\features\src\akaze_bind.cc(36,25): warning C4267: 'argument': conversion from 'size_t' to 'i
nt', possible loss of data [D:\dev\OpenSfM\cmake_build\features\features.vcxproj]
hahog.cc
D:\dev\OpenSfM\opensfm\src\features\src\hahog.cc(77,49): warning C4244: 'initializing': conversion from 'vl_size' to 'i
nt', possible loss of data [D:\dev\OpenSfM\cmake_build\features\features.vcxproj]
D:\dev\OpenSfM\opensfm\src\features\src\hahog.cc(77,23): warning C4244: 'initializing': conversion from 'vl_size' to 'c
onst int', possible loss of data [D:\dev\OpenSfM\cmake_build\features\features.vcxproj]
D:\dev\OpenSfM\opensfm\src\features\src\hahog.cc(115,50): warning C4244: '=': conversion from 'double' to 'float', poss
ible loss of data [D:\dev\OpenSfM\cmake_build\features\features.vcxproj]
D:\dev\OpenSfM\opensfm\src\features\src\hahog.cc(116,39): warning C4244: '=': conversion from 'double' to 'float', poss
ible loss of data [D:\dev\OpenSfM\cmake_build\features\features.vcxproj]
D:\dev\OpenSfM\opensfm\src\features\src\hahog.cc(117,39): warning C4244: '=': conversion from 'double' to 'float', poss
ible loss of data [D:\dev\OpenSfM\cmake_build\features\features.vcxproj]
D:\dev\OpenSfM\opensfm\src\features\src\hahog.cc(118,39): warning C4244: '=': conversion from 'double' to 'float', poss
ible loss of data [D:\dev\OpenSfM\cmake_build\features\features.vcxproj]
D:\dev\OpenSfM\opensfm\src\features\src\hahog.cc(119,39): warning C4244: '=': conversion from 'double' to 'float', poss
ible loss of data [D:\dev\OpenSfM\cmake_build\features\features.vcxproj]
D:\dev\OpenSfM\opensfm\src\features\src\hahog.cc(177,19): warning C4244: 'initializing': conversion from 'double' to 'f
loat', possible loss of data [D:\dev\OpenSfM\cmake_build\features\features.vcxproj]
matching.cc
D:\dev\OpenSfM\opensfm\src\features\src\matching.cc(39,30): warning C4018: '<': signed/unsigned mismatch [D:\dev\OpenSf
M\cmake_build\features\features.vcxproj]
D:\dev\OpenSfM\opensfm\src\features\src\matching.cc(48,30): warning C4018: '<': signed/unsigned mismatch [D:\dev\OpenSf
M\cmake_build\features\features.vcxproj]
D:\dev\OpenSfM\opensfm\src\features\src\matching.cc(50,32): warning C4018: '<': signed/unsigned mismatch [D:\dev\OpenSf
M\cmake_build\features\features.vcxproj]
Generating Code...
features.vcxproj -> D:\dev\OpenSfM\cmake_build\features\Release\features.lib
pybind.cc
Creating library D:/dev/OpenSfM/cmake_build/features/Release/pyfeatures.lib and object D:/dev/OpenSfM/cmake_build/
features/Release/pyfeatures.exp
Generating code
Finished generating code
pyfeatures.vcxproj -> D:\dev\OpenSfM\opensfm\pyfeatures.cp39-win_amd64.pyd
geo.cc
geo.vcxproj -> D:\dev\OpenSfM\cmake_build\geo\Release\geo.lib
pybind.cc
D:\dev\OpenSfM\opensfm\src\geo\python\pybind.cc(6,1): warning C4996: 'sscanf': This function or variable may be unsafe.
Consider using sscanf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details. [D:
\dev\OpenSfM\cmake_build\geo\pygeo.vcxproj]
Creating library D:/dev/OpenSfM/cmake_build/geo/Release/pygeo.lib and object D:/dev/OpenSfM/cmake_build/geo/Releas
e/pygeo.exp
Generating code
Finished generating code
pygeo.vcxproj -> D:\dev\OpenSfM\opensfm\pygeo.cp39-win_amd64.pyd
pybind.cc
D:\dev\OpenSfM\opensfm\src\geometry\python\pybind.cc(14,1): warning C4996: 'sscanf': This function or variable may be u
nsafe. Consider using sscanf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for detail
s. [D:\dev\OpenSfM\cmake_build\geometry\pygeometry.vcxproj]
Creating library D:/dev/OpenSfM/cmake_build/geometry/Release/pygeometry.lib and object D:/dev/OpenSfM/cmake_build/
geometry/Release/pygeometry.exp
Generating code
Finished generating code
pygeometry.vcxproj -> D:\dev\OpenSfM\opensfm\pygeometry.cp39-win_amd64.pyd
landmark.cc
map.cc
rig.cc
shot.cc
dataviews.cc
observation.cc
tracks_manager.cc
D:\dev\OpenSfM\opensfm\src\map\src\tracks_manager.cc(206,67): warning C4267: 'return': conversion from 'size_t' to 'int
', possible loss of data [D:\dev\OpenSfM\cmake_build\map\map.vcxproj]
D:\dev\OpenSfM\opensfm\src\map\src\tracks_manager.cc(208,68): warning C4267: 'return': conversion from 'size_t' to 'int
', possible loss of data [D:\dev\OpenSfM\cmake_build\map\map.vcxproj]
D:\dev\OpenSfM\opensfm\src\map\src\tracks_manager.cc(376,24): warning C4267: 'argument': conversion from 'size_t' to '_
Ty', possible loss of data [D:\dev\OpenSfM\cmake_build\map\map.vcxproj]
D:\dev\OpenSfM\opensfm\src\map\src\tracks_manager.cc(376,24): warning C4267: with [D:\dev\OpenSfM\cmake_build\m
ap\map.vcxproj]
D:\dev\OpenSfM\opensfm\src\map\src\tracks_manager.cc(376,24): warning C4267: [ [D:\dev\OpenSfM\cmake_build\map\
map.vcxproj]
D:\dev\OpenSfM\opensfm\src\map\src\tracks_manager.cc(376,24): warning C4267: _Ty=int [D:\dev\OpenSfM\cmake_
build\map\map.vcxproj]
D:\dev\OpenSfM\opensfm\src\map\src\tracks_manager.cc(376,24): warning C4267: ] [D:\dev\OpenSfM\cmake_build\map\
map.vcxproj]
Generating Code...
map.vcxproj -> D:\dev\OpenSfM\cmake_build\map\Release\map.lib
pybind.cc
D:\dev\OpenSfM\opensfm\src\map\python\pybind.cc(46,1): warning C4996: 'sscanf': This function or variable may be unsafe
. Consider using sscanf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details. [D
:\dev\OpenSfM\cmake_build\map\pymap.vcxproj]
Creating library D:/dev/OpenSfM/cmake_build/map/Release/pymap.lib and object D:/dev/OpenSfM/cmake_build/map/Releas
e/pymap.exp
Generating code
Finished generating code
pymap.vcxproj -> D:\dev\OpenSfM\opensfm\pymap.cp39-win_amd64.pyd
absolute_pose_model.cc
absolute_pose_known_rotation_model.cc
relative_rotation_model.cc
relative_pose_model.cc
line_model.cc
instanciations.cc
D:\dev\OpenSfM\opensfm\src\robust\robust_estimator.h(113,71): warning C4267: 'argument': conversion from 'size_t' to 'i
nt', possible loss of data [D:\dev\OpenSfM\cmake_build\robust\robust.vcxproj]
D:\dev\OpenSfM\opensfm\src\robust\random_sampler.h(16,48): warning C4267: 'argument': conversion from 'size_t' to 'int'
, possible loss of data [D:\dev\OpenSfM\cmake_build\robust\robust.vcxproj]
D:\dev\OpenSfM\opensfm\src\robust\essential_model.h(43,27): warning C4267: 'return': conversion from 'size_t' to 'int',
possible loss of data [D:\dev\OpenSfM\cmake_build\robust\robust.vcxproj]
D:\dev\OpenSfM\opensfm\src\robust\essential_model.h(52,27): warning C4267: 'return': conversion from 'size_t' to 'int',
possible loss of data [D:\dev\OpenSfM\cmake_build\robust\robust.vcxproj]
D:\dev\OpenSfM\opensfm\src\robust\relative_pose_model.h(26,27): warning C4267: 'return': conversion from 'size_t' to 'i
nt', possible loss of data [D:\dev\OpenSfM\cmake_build\robust\robust.vcxproj]
D:\dev\OpenSfM\opensfm\src\robust\relative_pose_model.h(35,27): warning C4267: 'return': conversion from 'size_t' to 'i
nt', possible loss of data [D:\dev\OpenSfM\cmake_build\robust\robust.vcxproj]
D:\dev\OpenSfM\opensfm\src\robust\absolute_pose_model.h(24,22): warning C4267: 'return': conversion from 'size_t' to 'i
nt', possible loss of data [D:\dev\OpenSfM\cmake_build\robust\robust.vcxproj]
D:\dev\OpenSfM\opensfm\src\robust\scorer.h(46,28): warning C4244: 'initializing': conversion from '__int64' to 'int', p
ossible loss of data [D:\dev\OpenSfM\cmake_build\robust\robust.vcxproj]
D:\dev\OpenSfM\opensfm\src\robust\scorer.h(46,21): warning C4244: 'initializing': conversion from '__int64' to 'const i
nt', possible loss of data [D:\dev\OpenSfM\cmake_build\robust\robust.vcxproj]
D:\dev\OpenSfM\opensfm\src\robust\scorer.h(47,36): warning C4244: 'initializing': conversion from 'double' to 'int', po
ssible loss of data [D:\dev\OpenSfM\cmake_build\robust\robust.vcxproj]
D:\dev\OpenSfM\opensfm\src\robust\scorer.h(47,28): warning C4244: 'initializing': conversion from 'double' to 'const in
t', possible loss of data [D:\dev\OpenSfM\cmake_build\robust\robust.vcxproj]
D:\dev\OpenSfM\opensfm\src\geometry\essential.h(167,25): warning C4244: 'initializing': conversion from '__int64' to 'i
nt', possible loss of data [D:\dev\OpenSfM\cmake_build\robust\robust.vcxproj]
D:\dev\OpenSfM\opensfm\src\geometry\essential.h(167,19): warning C4244: 'initializing': conversion from '__int64' to 'c
onst int', possible loss of data [D:\dev\OpenSfM\cmake_build\robust\robust.vcxproj]
D:\dev\OpenSfM\opensfm\src\geometry\essential.h(66,11): warning C4244: 'initializing': conversion from '__int64' to 'in
t', possible loss of data [D:\dev\OpenSfM\cmake_build\robust\robust.vcxproj]
D:\dev\OpenSfM\opensfm\src\foundation\numeric.h(28,31): warning C4244: 'initializing': conversion from 'Eigen::EigenBas
e<Derived>::Index' to 'int', possible loss of data [D:\dev\OpenSfM\cmake_build\robust\robust.vcxproj]
D:\dev\OpenSfM\opensfm\src\foundation\numeric.h(28,31): warning C4244: with [D:\dev\OpenSfM\cmake_build\robust\
robust.vcxproj]
D:\dev\OpenSfM\opensfm\src\foundation\numeric.h(28,31): warning C4244: [ [D:\dev\OpenSfM\cmake_build\robust\rob
ust.vcxproj]
D:\dev\OpenSfM\opensfm\src\foundation\numeric.h(28,31): warning C4244: Derived=Eigen::Matrix<double,-1,-1,0
,-1,-1> [D:\dev\OpenSfM\cmake_build\robust\robust.vcxproj]
D:\dev\OpenSfM\opensfm\src\foundation\numeric.h(28,31): warning C4244: ] [D:\dev\OpenSfM\cmake_build\robust\rob
ust.vcxproj]
D:\dev\OpenSfM\opensfm\src\foundation\numeric.h(28,23): warning C4244: 'initializing': conversion from 'Eigen::EigenBas
e<Derived>::Index' to 'const int', possible loss of data [D:\dev\OpenSfM\cmake_build\robust\robust.vcxproj]
D:\dev\OpenSfM\opensfm\src\foundation\numeric.h(28,23): warning C4244: with [D:\dev\OpenSfM\cmake_build\robust\
robust.vcxproj]
D:\dev\OpenSfM\opensfm\src\foundation\numeric.h(28,23): warning C4244: [ [D:\dev\OpenSfM\cmake_build\robust\rob
ust.vcxproj]
D:\dev\OpenSfM\opensfm\src\foundation\numeric.h(28,23): warning C4244: Derived=Eigen::Matrix<double,-1,-1,0
,-1,-1> [D:\dev\OpenSfM\cmake_build\robust\robust.vcxproj]
D:\dev\OpenSfM\opensfm\src\foundation\numeric.h(28,23): warning C4244: ] [D:\dev\OpenSfM\cmake_build\robust\rob
ust.vcxproj]
D:\dev\OpenSfM\opensfm\src\geometry\transform.h(16,21): warning C4244: 'argument': conversion from '__int64' to 'const
double', possible loss of data [D:\dev\OpenSfM\cmake_build\robust\robust.vcxproj]
D:\dev\OpenSfM\opensfm\src\geometry\transform.h(17,21): warning C4244: 'argument': conversion from '__int64' to 'const
double', possible loss of data [D:\dev\OpenSfM\cmake_build\robust\robust.vcxproj]
D:\dev\OpenSfM\opensfm\src\geometry\absolute_pose.h(136,14): warning C4244: 'argument': conversion from '__int64' to 'c
onst double', possible loss of data [D:\dev\OpenSfM\cmake_build\robust\robust.vcxproj]
D:\dev\OpenSfM\opensfm\src\geometry\absolute_pose.h(137,14): warning C4244: 'argument': conversion from '__int64' to 'c
onst double', possible loss of data [D:\dev\OpenSfM\cmake_build\robust\robust.vcxproj]
Generating Code...
robust.vcxproj -> D:\dev\OpenSfM\cmake_build\robust\Release\robust.lib
pybind.cc
Creating library D:/dev/OpenSfM/cmake_build/robust/Release/pyrobust.lib and object D:/dev/OpenSfM/cmake_build/robu
st/Release/pyrobust.exp
Generating code
Finished generating code
pyrobust.vcxproj -> D:\dev\OpenSfM\opensfm\pyrobust.cp39-win_amd64.pyd
retriangulation.cc
ba_helpers.cc
tracks_helpers.cc
Generating Code...
sfm.vcxproj -> D:\dev\OpenSfM\cmake_build\sfm\Release\sfm.lib
pybind.cc
Creating library D:/dev/OpenSfM/cmake_build/sfm/Release/pysfm.lib and object D:/dev/OpenSfM/cmake_build/sfm/Releas
e/pysfm.exp
Generating code
Finished generating code
pysfm.vcxproj -> D:\dev\OpenSfM\opensfm\pysfm.cp39-win_amd64.pyd
gmock_gtest_all.cc
gmock_main.cc
D:\dev\OpenSfM\vcpkg\installed\x64-windows\include\glog\logging.h(113,7): warning C4251: 'google::LogMessageTime::times
tamp_': 'std::chrono::time_point<std::chrono::system_clock,std::chrono::duration<std::chrono::system_clock::rep,std::ch
rono::system_clock::period>>' needs to have dll-interface to be used by clients of 'google::LogMessageTime' [D:\dev\Ope
nSfM\cmake_build\gtest.vcxproj]
D:\dev\OpenSfM\vcpkg\installed\x64-windows\include\glog\logging.h(114,29): warning C4251: 'google::LogMessageTime::usec
s_': 'std::chrono::duration<__int64,std::micro>' needs to have dll-interface to be used by clients of 'google::LogMessa
geTime' [D:\dev\OpenSfM\cmake_build\gtest.vcxproj]
D:\dev\OpenSfM\vcpkg\installed\x64-windows\include\glog\logging.h(115,24): warning C4251: 'google::LogMessageTime::gmto
ffset_': 'std::chrono::duration<__int64,std::ratio<1,1>>' needs to have dll-interface to be used by clients of 'google:
:LogMessageTime' [D:\dev\OpenSfM\cmake_build\gtest.vcxproj]
D:\dev\OpenSfM\vcpkg\installed\x64-windows\include\glog\logging.h(94,51): warning C4244: 'return': conversion from '_Re
p' to 'long', possible loss of data [D:\dev\OpenSfM\cmake_build\gtest.vcxproj]
D:\dev\OpenSfM\vcpkg\installed\x64-windows\include\glog\logging.h(94,51): warning C4244: with [D:\dev\OpenSfM\c
make_build\gtest.vcxproj]
D:\dev\OpenSfM\vcpkg\installed\x64-windows\include\glog\logging.h(94,51): warning C4244: [ [D:\dev\OpenSfM\cmak
e_build\gtest.vcxproj]
D:\dev\OpenSfM\vcpkg\installed\x64-windows\include\glog\logging.h(94,51): warning C4244: _Rep=__int64 [D:\d
ev\OpenSfM\cmake_build\gtest.vcxproj]
D:\dev\OpenSfM\vcpkg\installed\x64-windows\include\glog\logging.h(94,51): warning C4244: ] [D:\dev\OpenSfM\cmak
e_build\gtest.vcxproj]
D:\dev\OpenSfM\vcpkg\installed\x64-windows\include\glog\logging.h(105,28): warning C4244: 'return': conversion from '_R
ep' to 'long', possible loss of data [D:\dev\OpenSfM\cmake_build\gtest.vcxproj]
D:\dev\OpenSfM\vcpkg\installed\x64-windows\include\glog\logging.h(105,28): warning C4244: with [D:\dev\OpenSfM\
cmake_build\gtest.vcxproj]
D:\dev\OpenSfM\vcpkg\installed\x64-windows\include\glog\logging.h(105,28): warning C4244: [ [D:\dev\OpenSfM\cma
ke_build\gtest.vcxproj]
D:\dev\OpenSfM\vcpkg\installed\x64-windows\include\glog\logging.h(105,28): warning C4244: _Rep=__int64 [D:\
dev\OpenSfM\cmake_build\gtest.vcxproj]
D:\dev\OpenSfM\vcpkg\installed\x64-windows\include\glog\logging.h(105,28): warning C4244: ] [D:\dev\OpenSfM\cma
ke_build\gtest.vcxproj]
D:\dev\OpenSfM\vcpkg\installed\x64-windows\include\glog\logging.h(503,38): warning C4996: 'google::CustomPrefixCallback
': Use PrefixFormatterCallback instead. [D:\dev\OpenSfM\cmake_build\gtest.vcxproj]
Generating Code...
gtest.vcxproj -> D:\dev\OpenSfM\cmake_build\Release\gtest.lib
Building Custom Rule D:/dev/OpenSfM/opensfm/src/CMakeLists.txt
testing_main.cc
test_main.vcxproj -> D:\dev\OpenSfM\cmake_build\Release\test_main.lib
Building Custom Rule D:/dev/OpenSfM/opensfm/src/bundle/CMakeLists.txt
reprojection_errors_test.cc
bundle_data_test.cc
Generating Code...
bundle_test.vcxproj -> D:\dev\OpenSfM\cmake_build\bundle\Release\bundle_test.exe
Building Custom Rule D:/dev/OpenSfM/opensfm/src/dense/CMakeLists.txt
depthmap_test.cc
D:\dev\OpenSfM\opensfm\src\dense\test\depthmap_test.cc(30,12): warning C4244: 'initializing': conversion from '_Tp' to
'float', possible loss of data [D:\dev\OpenSfM\cmake_build\dense\dense_test.vcxproj]
D:\dev\OpenSfM\opensfm\src\dense\test\depthmap_test.cc(30,12): warning C4244: with [D:\dev\OpenSfM\cmake_build\
dense\dense_test.vcxproj]
D:\dev\OpenSfM\opensfm\src\dense\test\depthmap_test.cc(30,12): warning C4244: [ [D:\dev\OpenSfM\cmake_build\den
se\dense_test.vcxproj]
D:\dev\OpenSfM\opensfm\src\dense\test\depthmap_test.cc(30,12): warning C4244: _Tp=double [D:\dev\OpenSfM\cm
ake_build\dense\dense_test.vcxproj]
D:\dev\OpenSfM\opensfm\src\dense\test\depthmap_test.cc(30,12): warning C4244: ] [D:\dev\OpenSfM\cmake_build\den
se\dense_test.vcxproj]
D:\dev\OpenSfM\opensfm\src\dense\test\depthmap_test.cc(30,32): warning C4244: 'initializing': conversion from '_Tp' to
'float', possible loss of data [D:\dev\OpenSfM\cmake_build\dense\dense_test.vcxproj]
D:\dev\OpenSfM\opensfm\src\dense\test\depthmap_test.cc(30,32): warning C4244: with [D:\dev\OpenSfM\cmake_build\
dense\dense_test.vcxproj]
D:\dev\OpenSfM\opensfm\src\dense\test\depthmap_test.cc(30,32): warning C4244: [ [D:\dev\OpenSfM\cmake_build\den
se\dense_test.vcxproj]
D:\dev\OpenSfM\opensfm\src\dense\test\depthmap_test.cc(30,32): warning C4244: _Tp=double [D:\dev\OpenSfM\cm
ake_build\dense\dense_test.vcxproj]
D:\dev\OpenSfM\opensfm\src\dense\test\depthmap_test.cc(30,32): warning C4244: ] [D:\dev\OpenSfM\cmake_build\den
se\dense_test.vcxproj]
D:\dev\OpenSfM\opensfm\src\dense\test\depthmap_test.cc(32,12): warning C4244: 'initializing': conversion from '_Tp' to
'float', possible loss of data [D:\dev\OpenSfM\cmake_build\dense\dense_test.vcxproj]
D:\dev\OpenSfM\opensfm\src\dense\test\depthmap_test.cc(32,12): warning C4244: with [D:\dev\OpenSfM\cmake_build\
dense\dense_test.vcxproj]
D:\dev\OpenSfM\opensfm\src\dense\test\depthmap_test.cc(32,12): warning C4244: [ [D:\dev\OpenSfM\cmake_build\den
se\dense_test.vcxproj]
D:\dev\OpenSfM\opensfm\src\dense\test\depthmap_test.cc(32,12): warning C4244: _Tp=double [D:\dev\OpenSfM\cm
ake_build\dense\dense_test.vcxproj]
D:\dev\OpenSfM\opensfm\src\dense\test\depthmap_test.cc(32,12): warning C4244: ] [D:\dev\OpenSfM\cmake_build\den
se\dense_test.vcxproj]
D:\dev\OpenSfM\opensfm\src\dense\test\depthmap_test.cc(32,32): warning C4244: 'initializing': conversion from '_Tp' to
'float', possible loss of data [D:\dev\OpenSfM\cmake_build\dense\dense_test.vcxproj]
D:\dev\OpenSfM\opensfm\src\dense\test\depthmap_test.cc(32,32): warning C4244: with [D:\dev\OpenSfM\cmake_build\
dense\dense_test.vcxproj]
D:\dev\OpenSfM\opensfm\src\dense\test\depthmap_test.cc(32,32): warning C4244: [ [D:\dev\OpenSfM\cmake_build\den
se\dense_test.vcxproj]
D:\dev\OpenSfM\opensfm\src\dense\test\depthmap_test.cc(32,32): warning C4244: _Tp=double [D:\dev\OpenSfM\cm
ake_build\dense\dense_test.vcxproj]
D:\dev\OpenSfM\opensfm\src\dense\test\depthmap_test.cc(32,32): warning C4244: ] [D:\dev\OpenSfM\cmake_build\den
se\dense_test.vcxproj]
dense_test.vcxproj -> D:\dev\OpenSfM\cmake_build\dense\Release\dense_test.exe
Building Custom Rule D:/dev/OpenSfM/opensfm/src/foundation/CMakeLists.txt
newton_raphson_test.cc
union_find_test.cc
Generating Code...
foundation_test.vcxproj -> D:\dev\OpenSfM\cmake_build\foundation\Release\foundation_test.exe
Building Custom Rule D:/dev/OpenSfM/opensfm/src/geo/CMakeLists.txt
geo_test.cc
geo_test.vcxproj -> D:\dev\OpenSfM\cmake_build\geo\Release\geo_test.exe
Building Custom Rule D:/dev/OpenSfM/opensfm/src/geometry/CMakeLists.txt
camera_test.cc
D:\dev\OpenSfM\opensfm\src\geometry\test\camera_test.cc(552,3): warning C4244: 'argument': conversion from 'const doubl
e' to 'RawType', possible loss of data [D:\dev\OpenSfM\cmake_build\geometry\geometry_test.vcxproj]
D:\dev\OpenSfM\opensfm\src\geometry\test\camera_test.cc(552,3): warning C4244: with [D:\dev\OpenSfM\cmake_build
\geometry\geometry_test.vcxproj]
D:\dev\OpenSfM\opensfm\src\geometry\test\camera_test.cc(552,3): warning C4244: [ [D:\dev\OpenSfM\cmake_build\ge
ometry\geometry_test.vcxproj]
D:\dev\OpenSfM\opensfm\src\geometry\test\camera_test.cc(552,3): warning C4244: RawType=float [D:\dev\OpenSf
M\cmake_build\geometry\geometry_test.vcxproj]
D:\dev\OpenSfM\opensfm\src\geometry\test\camera_test.cc(552,3): warning C4244: ] [D:\dev\OpenSfM\cmake_build\ge
ometry\geometry_test.vcxproj]
D:\dev\OpenSfM\opensfm\src\geometry\test\camera_test.cc(553,3): warning C4244: 'argument': conversion from 'const doubl
e' to 'RawType', possible loss of data [D:\dev\OpenSfM\cmake_build\geometry\geometry_test.vcxproj]
D:\dev\OpenSfM\opensfm\src\geometry\test\camera_test.cc(553,3): warning C4244: with [D:\dev\OpenSfM\cmake_build
\geometry\geometry_test.vcxproj]
D:\dev\OpenSfM\opensfm\src\geometry\test\camera_test.cc(553,3): warning C4244: [ [D:\dev\OpenSfM\cmake_build\ge
ometry\geometry_test.vcxproj]
D:\dev\OpenSfM\opensfm\src\geometry\test\camera_test.cc(553,3): warning C4244: RawType=float [D:\dev\OpenSf
M\cmake_build\geometry\geometry_test.vcxproj]
D:\dev\OpenSfM\opensfm\src\geometry\test\camera_test.cc(553,3): warning C4244: ] [D:\dev\OpenSfM\cmake_build\ge
ometry\geometry_test.vcxproj]
camera_functions_test.cc
D:\dev\OpenSfM\opensfm\src\geometry\test\camera_functions_test.cc(321,29): warning C4244: 'initializing': conversion fr
om 'Eigen::EigenBase<Derived>::Index' to 'int', possible loss of data [D:\dev\OpenSfM\cmake_build\geometry\geometry_tes
t.vcxproj]
D:\dev\OpenSfM\opensfm\src\geometry\test\camera_functions_test.cc(321,29): warning C4244: with [D:\dev\OpenSfM\
cmake_build\geometry\geometry_test.vcxproj]
D:\dev\OpenSfM\opensfm\src\geometry\test\camera_functions_test.cc(321,29): warning C4244: [ [D:\dev\OpenSfM\cma
ke_build\geometry\geometry_test.vcxproj]
D:\dev\OpenSfM\opensfm\src\geometry\test\camera_functions_test.cc(321,29): warning C4244: Derived=Eigen::Ma
trix<double,-1,1,0,-1,1> [D:\dev\OpenSfM\cmake_build\geometry\geometry_test.vcxproj]
D:\dev\OpenSfM\opensfm\src\geometry\test\camera_functions_test.cc(321,29): warning C4244: ] [D:\dev\OpenSfM\cma
ke_build\geometry\geometry_test.vcxproj]
D:\dev\OpenSfM\opensfm\src\geometry\test\camera_functions_test.cc(321,25): warning C4244: 'initializing': conversion fr
om 'Eigen::EigenBase<Derived>::Index' to 'const int', possible loss of data [D:\dev\OpenSfM\cmake_build\geometry\geomet
ry_test.vcxproj]
D:\dev\OpenSfM\opensfm\src\geometry\test\camera_functions_test.cc(321,25): warning C4244: with [D:\dev\OpenSfM\
cmake_build\geometry\geometry_test.vcxproj]
D:\dev\OpenSfM\opensfm\src\geometry\test\camera_functions_test.cc(321,25): warning C4244: [ [D:\dev\OpenSfM\cma
ke_build\geometry\geometry_test.vcxproj]
D:\dev\OpenSfM\opensfm\src\geometry\test\camera_functions_test.cc(321,25): warning C4244: Derived=Eigen::Ma
trix<double,-1,1,0,-1,1> [D:\dev\OpenSfM\cmake_build\geometry\geometry_test.vcxproj]
D:\dev\OpenSfM\opensfm\src\geometry\test\camera_functions_test.cc(321,25): warning C4244: ] [D:\dev\OpenSfM\cma
ke_build\geometry\geometry_test.vcxproj]
D:\dev\OpenSfM\opensfm\src\geometry\test\camera_functions_test.cc(333,29): warning C4244: 'initializing': conversion fr
om 'Eigen::EigenBase<Derived>::Index' to 'int', possible loss of data [D:\dev\OpenSfM\cmake_build\geometry\geometry_tes
t.vcxproj]
D:\dev\OpenSfM\opensfm\src\geometry\test\camera_functions_test.cc(333,29): warning C4244: with [D:\dev\OpenSfM\
cmake_build\geometry\geometry_test.vcxproj]
D:\dev\OpenSfM\opensfm\src\geometry\test\camera_functions_test.cc(333,29): warning C4244: [ [D:\dev\OpenSfM\cma
ke_build\geometry\geometry_test.vcxproj]
D:\dev\OpenSfM\opensfm\src\geometry\test\camera_functions_test.cc(333,29): warning C4244: Derived=Eigen::Ma
trix<double,-1,1,0,-1,1> [D:\dev\OpenSfM\cmake_build\geometry\geometry_test.vcxproj]
D:\dev\OpenSfM\opensfm\src\geometry\test\camera_functions_test.cc(333,29): warning C4244: ] [D:\dev\OpenSfM\cma
ke_build\geometry\geometry_test.vcxproj]
D:\dev\OpenSfM\opensfm\src\geometry\test\camera_functions_test.cc(333,25): warning C4244: 'initializing': conversion fr
om 'Eigen::EigenBase<Derived>::Index' to 'const int', possible loss of data [D:\dev\OpenSfM\cmake_build\geometry\geomet
ry_test.vcxproj]
D:\dev\OpenSfM\opensfm\src\geometry\test\camera_functions_test.cc(333,25): warning C4244: with [D:\dev\OpenSfM\
cmake_build\geometry\geometry_test.vcxproj]
D:\dev\OpenSfM\opensfm\src\geometry\test\camera_functions_test.cc(333,25): warning C4244: [ [D:\dev\OpenSfM\cma
ke_build\geometry\geometry_test.vcxproj]
D:\dev\OpenSfM\opensfm\src\geometry\test\camera_functions_test.cc(333,25): warning C4244: Derived=Eigen::Ma
trix<double,-1,1,0,-1,1> [D:\dev\OpenSfM\cmake_build\geometry\geometry_test.vcxproj]
D:\dev\OpenSfM\opensfm\src\geometry\test\camera_functions_test.cc(333,25): warning C4244: ] [D:\dev\OpenSfM\cma
ke_build\geometry\geometry_test.vcxproj]
D:\dev\OpenSfM\opensfm\src\geometry\test\camera_functions_test.cc(345,29): warning C4244: 'initializing': conversion fr
om 'Eigen::EigenBase<Derived>::Index' to 'int', possible loss of data [D:\dev\OpenSfM\cmake_build\geometry\geometry_tes
t.vcxproj]
D:\dev\OpenSfM\opensfm\src\geometry\test\camera_functions_test.cc(345,29): warning C4244: with [D:\dev\OpenSfM\
cmake_build\geometry\geometry_test.vcxproj]
D:\dev\OpenSfM\opensfm\src\geometry\test\camera_functions_test.cc(345,29): warning C4244: [ [D:\dev\OpenSfM\cma
ke_build\geometry\geometry_test.vcxproj]
D:\dev\OpenSfM\opensfm\src\geometry\test\camera_functions_test.cc(345,29): warning C4244: Derived=Eigen::Ma
trix<double,-1,1,0,-1,1> [D:\dev\OpenSfM\cmake_build\geometry\geometry_test.vcxproj]
D:\dev\OpenSfM\opensfm\src\geometry\test\camera_functions_test.cc(345,29): warning C4244: ] [D:\dev\OpenSfM\cma
ke_build\geometry\geometry_test.vcxproj]
D:\dev\OpenSfM\opensfm\src\geometry\test\camera_functions_test.cc(345,25): warning C4244: 'initializing': conversion fr
om 'Eigen::EigenBase<Derived>::Index' to 'const int', possible loss of data [D:\dev\OpenSfM\cmake_build\geometry\geomet
ry_test.vcxproj]
D:\dev\OpenSfM\opensfm\src\geometry\test\camera_functions_test.cc(345,25): warning C4244: with [D:\dev\OpenSfM\
cmake_build\geometry\geometry_test.vcxproj]
D:\dev\OpenSfM\opensfm\src\geometry\test\camera_functions_test.cc(345,25): warning C4244: [ [D:\dev\OpenSfM\cma
ke_build\geometry\geometry_test.vcxproj]
D:\dev\OpenSfM\opensfm\src\geometry\test\camera_functions_test.cc(345,25): warning C4244: Derived=Eigen::Ma
trix<double,-1,1,0,-1,1> [D:\dev\OpenSfM\cmake_build\geometry\geometry_test.vcxproj]
D:\dev\OpenSfM\opensfm\src\geometry\test\camera_functions_test.cc(345,25): warning C4244: ] [D:\dev\OpenSfM\cma
ke_build\geometry\geometry_test.vcxproj]
D:\dev\OpenSfM\opensfm\src\geometry\test\camera_functions_test.cc(357,29): warning C4244: 'initializing': conversion fr
om 'Eigen::EigenBase<Derived>::Index' to 'int', possible loss of data [D:\dev\OpenSfM\cmake_build\geometry\geometry_tes
t.vcxproj]
D:\dev\OpenSfM\opensfm\src\geometry\test\camera_functions_test.cc(357,29): warning C4244: with [D:\dev\OpenSfM\
cmake_build\geometry\geometry_test.vcxproj]
D:\dev\OpenSfM\opensfm\src\geometry\test\camera_functions_test.cc(357,29): warning C4244: [ [D:\dev\OpenSfM\cma
ke_build\geometry\geometry_test.vcxproj]
D:\dev\OpenSfM\opensfm\src\geometry\test\camera_functions_test.cc(357,29): warning C4244: Derived=Eigen::Ma
trix<double,-1,1,0,-1,1> [D:\dev\OpenSfM\cmake_build\geometry\geometry_test.vcxproj]
D:\dev\OpenSfM\opensfm\src\geometry\test\camera_functions_test.cc(357,29): warning C4244: ] [D:\dev\OpenSfM\cma
ke_build\geometry\geometry_test.vcxproj]
D:\dev\OpenSfM\opensfm\src\geometry\test\camera_functions_test.cc(357,25): warning C4244: 'initializing': conversion fr
om 'Eigen::EigenBase<Derived>::Index' to 'const int', possible loss of data [D:\dev\OpenSfM\cmake_build\geometry\geomet
ry_test.vcxproj]
D:\dev\OpenSfM\opensfm\src\geometry\test\camera_functions_test.cc(357,25): warning C4244: with [D:\dev\OpenSfM\
cmake_build\geometry\geometry_test.vcxproj]
D:\dev\OpenSfM\opensfm\src\geometry\test\camera_functions_test.cc(357,25): warning C4244: [ [D:\dev\OpenSfM\cma
ke_build\geometry\geometry_test.vcxproj]
D:\dev\OpenSfM\opensfm\src\geometry\test\camera_functions_test.cc(357,25): warning C4244: Derived=Eigen::Ma
trix<double,-1,1,0,-1,1> [D:\dev\OpenSfM\cmake_build\geometry\geometry_test.vcxproj]
D:\dev\OpenSfM\opensfm\src\geometry\test\camera_functions_test.cc(357,25): warning C4244: ] [D:\dev\OpenSfM\cma
ke_build\geometry\geometry_test.vcxproj]
D:\dev\OpenSfM\opensfm\src\geometry\test\camera_functions_test.cc(369,29): warning C4244: 'initializing': conversion fr
om 'Eigen::EigenBase<Derived>::Index' to 'int', possible loss of data [D:\dev\OpenSfM\cmake_build\geometry\geometry_tes
t.vcxproj]
D:\dev\OpenSfM\opensfm\src\geometry\test\camera_functions_test.cc(369,29): warning C4244: with [D:\dev\OpenSfM\
cmake_build\geometry\geometry_test.vcxproj]
D:\dev\OpenSfM\opensfm\src\geometry\test\camera_functions_test.cc(369,29): warning C4244: [ [D:\dev\OpenSfM\cma
ke_build\geometry\geometry_test.vcxproj]
D:\dev\OpenSfM\opensfm\src\geometry\test\camera_functions_test.cc(369,29): warning C4244: Derived=Eigen::Ma
trix<double,-1,1,0,-1,1> [D:\dev\OpenSfM\cmake_build\geometry\geometry_test.vcxproj]
D:\dev\OpenSfM\opensfm\src\geometry\test\camera_functions_test.cc(369,29): warning C4244: ] [D:\dev\OpenSfM\cma
ke_build\geometry\geometry_test.vcxproj]
D:\dev\OpenSfM\opensfm\src\geometry\test\camera_functions_test.cc(369,25): warning C4244: 'initializing': conversion fr
om 'Eigen::EigenBase<Derived>::Index' to 'const int', possible loss of data [D:\dev\OpenSfM\cmake_build\geometry\geomet
ry_test.vcxproj]
D:\dev\OpenSfM\opensfm\src\geometry\test\camera_functions_test.cc(369,25): warning C4244: with [D:\dev\OpenSfM\
cmake_build\geometry\geometry_test.vcxproj]
D:\dev\OpenSfM\opensfm\src\geometry\test\camera_functions_test.cc(369,25): warning C4244: [ [D:\dev\OpenSfM\cma
ke_build\geometry\geometry_test.vcxproj]
D:\dev\OpenSfM\opensfm\src\geometry\test\camera_functions_test.cc(369,25): warning C4244: Derived=Eigen::Ma
trix<double,-1,1,0,-1,1> [D:\dev\OpenSfM\cmake_build\geometry\geometry_test.vcxproj]
D:\dev\OpenSfM\opensfm\src\geometry\test\camera_functions_test.cc(369,25): warning C4244: ] [D:\dev\OpenSfM\cma
ke_build\geometry\geometry_test.vcxproj]
D:\dev\OpenSfM\opensfm\src\geometry\test\camera_functions_test.cc(381,29): warning C4244: 'initializing': conversion fr
om 'Eigen::EigenBase<Derived>::Index' to 'int', possible loss of data [D:\dev\OpenSfM\cmake_build\geometry\geometry_tes
t.vcxproj]
D:\dev\OpenSfM\opensfm\src\geometry\test\camera_functions_test.cc(381,29): warning C4244: with [D:\dev\OpenSfM\
cmake_build\geometry\geometry_test.vcxproj]
D:\dev\OpenSfM\opensfm\src\geometry\test\camera_functions_test.cc(381,29): warning C4244: [ [D:\dev\OpenSfM\cma
ke_build\geometry\geometry_test.vcxproj]
D:\dev\OpenSfM\opensfm\src\geometry\test\camera_functions_test.cc(381,29): warning C4244: Derived=Eigen::Ma
trix<double,-1,1,0,-1,1> [D:\dev\OpenSfM\cmake_build\geometry\geometry_test.vcxproj]
D:\dev\OpenSfM\opensfm\src\geometry\test\camera_functions_test.cc(381,29): warning C4244: ] [D:\dev\OpenSfM\cma
ke_build\geometry\geometry_test.vcxproj]
D:\dev\OpenSfM\opensfm\src\geometry\test\camera_functions_test.cc(381,25): warning C4244: 'initializing': conversion fr
om 'Eigen::EigenBase<Derived>::Index' to 'const int', possible loss of data [D:\dev\OpenSfM\cmake_build\geometry\geomet
ry_test.vcxproj]
D:\dev\OpenSfM\opensfm\src\geometry\test\camera_functions_test.cc(381,25): warning C4244: with [D:\dev\OpenSfM\
cmake_build\geometry\geometry_test.vcxproj]
D:\dev\OpenSfM\opensfm\src\geometry\test\camera_functions_test.cc(381,25): warning C4244: [ [D:\dev\OpenSfM\cma
ke_build\geometry\geometry_test.vcxproj]
D:\dev\OpenSfM\opensfm\src\geometry\test\camera_functions_test.cc(381,25): warning C4244: Derived=Eigen::Ma
trix<double,-1,1,0,-1,1> [D:\dev\OpenSfM\cmake_build\geometry\geometry_test.vcxproj]
D:\dev\OpenSfM\opensfm\src\geometry\test\camera_functions_test.cc(381,25): warning C4244: ] [D:\dev\OpenSfM\cma
ke_build\geometry\geometry_test.vcxproj]
D:\dev\OpenSfM\opensfm\src\geometry\test\camera_functions_test.cc(393,29): warning C4244: 'initializing': conversion fr
om 'Eigen::EigenBase<Derived>::Index' to 'int', possible loss of data [D:\dev\OpenSfM\cmake_build\geometry\geometry_tes
t.vcxproj]
D:\dev\OpenSfM\opensfm\src\geometry\test\camera_functions_test.cc(393,29): warning C4244: with [D:\dev\OpenSfM\
cmake_build\geometry\geometry_test.vcxproj]
D:\dev\OpenSfM\opensfm\src\geometry\test\camera_functions_test.cc(393,29): warning C4244: [ [D:\dev\OpenSfM\cma
ke_build\geometry\geometry_test.vcxproj]
D:\dev\OpenSfM\opensfm\src\geometry\test\camera_functions_test.cc(393,29): warning C4244: Derived=Eigen::Ma
trix<double,-1,1,0,-1,1> [D:\dev\OpenSfM\cmake_build\geometry\geometry_test.vcxproj]
D:\dev\OpenSfM\opensfm\src\geometry\test\camera_functions_test.cc(393,29): warning C4244: ] [D:\dev\OpenSfM\cma
ke_build\geometry\geometry_test.vcxproj]
D:\dev\OpenSfM\opensfm\src\geometry\test\camera_functions_test.cc(393,25): warning C4244: 'initializing': conversion fr
om 'Eigen::EigenBase<Derived>::Index' to 'const int', possible loss of data [D:\dev\OpenSfM\cmake_build\geometry\geomet
ry_test.vcxproj]
D:\dev\OpenSfM\opensfm\src\geometry\test\camera_functions_test.cc(393,25): warning C4244: with [D:\dev\OpenSfM\
cmake_build\geometry\geometry_test.vcxproj]
D:\dev\OpenSfM\opensfm\src\geometry\test\camera_functions_test.cc(393,25): warning C4244: [ [D:\dev\OpenSfM\cma
ke_build\geometry\geometry_test.vcxproj]
D:\dev\OpenSfM\opensfm\src\geometry\test\camera_functions_test.cc(393,25): warning C4244: Derived=Eigen::Ma
trix<double,-1,1,0,-1,1> [D:\dev\OpenSfM\cmake_build\geometry\geometry_test.vcxproj]
D:\dev\OpenSfM\opensfm\src\geometry\test\camera_functions_test.cc(393,25): warning C4244: ] [D:\dev\OpenSfM\cma
ke_build\geometry\geometry_test.vcxproj]
D:\dev\OpenSfM\opensfm\src\geometry\test\camera_functions_test.cc(405,29): warning C4244: 'initializing': conversion fr
om 'Eigen::EigenBase<Derived>::Index' to 'int', possible loss of data [D:\dev\OpenSfM\cmake_build\geometry\geometry_tes
t.vcxproj]
D:\dev\OpenSfM\opensfm\src\geometry\test\camera_functions_test.cc(405,29): warning C4244: with [D:\dev\OpenSfM\
cmake_build\geometry\geometry_test.vcxproj]
D:\dev\OpenSfM\opensfm\src\geometry\test\camera_functions_test.cc(405,29): warning C4244: [ [D:\dev\OpenSfM\cma
ke_build\geometry\geometry_test.vcxproj]
D:\dev\OpenSfM\opensfm\src\geometry\test\camera_functions_test.cc(405,29): warning C4244: Derived=Eigen::Ma
trix<double,-1,1,0,-1,1> [D:\dev\OpenSfM\cmake_build\geometry\geometry_test.vcxproj]
D:\dev\OpenSfM\opensfm\src\geometry\test\camera_functions_test.cc(405,29): warning C4244: ] [D:\dev\OpenSfM\cma
ke_build\geometry\geometry_test.vcxproj]
D:\dev\OpenSfM\opensfm\src\geometry\test\camera_functions_test.cc(405,25): warning C4244: 'initializing': conversion fr
om 'Eigen::EigenBase<Derived>::Index' to 'const int', possible loss of data [D:\dev\OpenSfM\cmake_build\geometry\geomet
ry_test.vcxproj]
D:\dev\OpenSfM\opensfm\src\geometry\test\camera_functions_test.cc(405,25): warning C4244: with [D:\dev\OpenSfM\
cmake_build\geometry\geometry_test.vcxproj]
D:\dev\OpenSfM\opensfm\src\geometry\test\camera_functions_test.cc(405,25): warning C4244: [ [D:\dev\OpenSfM\cma
ke_build\geometry\geometry_test.vcxproj]
D:\dev\OpenSfM\opensfm\src\geometry\test\camera_functions_test.cc(405,25): warning C4244: Derived=Eigen::Ma
trix<double,-1,1,0,-1,1> [D:\dev\OpenSfM\cmake_build\geometry\geometry_test.vcxproj]
D:\dev\OpenSfM\opensfm\src\geometry\test\camera_functions_test.cc(405,25): warning C4244: ] [D:\dev\OpenSfM\cma
ke_build\geometry\geometry_test.vcxproj]
D:\dev\OpenSfM\opensfm\src\geometry\test\camera_functions_test.cc(428,29): warning C4244: 'initializing': conversion fr
om 'Eigen::EigenBase<Derived>::Index' to 'int', possible loss of data [D:\dev\OpenSfM\cmake_build\geometry\geometry_tes
t.vcxproj]
D:\dev\OpenSfM\opensfm\src\geometry\test\camera_functions_test.cc(428,29): warning C4244: with [D:\dev\OpenSfM\
cmake_build\geometry\geometry_test.vcxproj]
D:\dev\OpenSfM\opensfm\src\geometry\test\camera_functions_test.cc(428,29): warning C4244: [ [D:\dev\OpenSfM\cma
ke_build\geometry\geometry_test.vcxproj]
D:\dev\OpenSfM\opensfm\src\geometry\test\camera_functions_test.cc(428,29): warning C4244: Derived=Eigen::Ma
trix<double,-1,1,0,-1,1> [D:\dev\OpenSfM\cmake_build\geometry\geometry_test.vcxproj]
D:\dev\OpenSfM\opensfm\src\geometry\test\camera_functions_test.cc(428,29): warning C4244: ] [D:\dev\OpenSfM\cma
ke_build\geometry\geometry_test.vcxproj]
D:\dev\OpenSfM\opensfm\src\geometry\test\camera_functions_test.cc(428,25): warning C4244: 'initializing': conversion fr
om 'Eigen::EigenBase<Derived>::Index' to 'const int', possible loss of data [D:\dev\OpenSfM\cmake_build\geometry\geomet
ry_test.vcxproj]
D:\dev\OpenSfM\opensfm\src\geometry\test\camera_functions_test.cc(428,25): warning C4244: with [D:\dev\OpenSfM\
cmake_build\geometry\geometry_test.vcxproj]
D:\dev\OpenSfM\opensfm\src\geometry\test\camera_functions_test.cc(428,25): warning C4244: [ [D:\dev\OpenSfM\cma
ke_build\geometry\geometry_test.vcxproj]
D:\dev\OpenSfM\opensfm\src\geometry\test\camera_functions_test.cc(428,25): warning C4244: Derived=Eigen::Ma
trix<double,-1,1,0,-1,1> [D:\dev\OpenSfM\cmake_build\geometry\geometry_test.vcxproj]
D:\dev\OpenSfM\opensfm\src\geometry\test\camera_functions_test.cc(428,25): warning C4244: ] [D:\dev\OpenSfM\cma
ke_build\geometry\geometry_test.vcxproj]
D:\dev\OpenSfM\opensfm\src\geometry\test\camera_functions_test.cc(261,31): warning C4244: 'initializing': conversion fr
om 'Eigen::EigenBase<Derived>::Index' to 'int', possible loss of data [D:\dev\OpenSfM\cmake_build\geometry\geometry_tes
t.vcxproj]
D:\dev\OpenSfM\opensfm\src\geometry\test\camera_functions_test.cc(261,31): warning C4244: with [D:\dev\OpenSfM\
cmake_build\geometry\geometry_test.vcxproj]
D:\dev\OpenSfM\opensfm\src\geometry\test\camera_functions_test.cc(261,31): warning C4244: [ [D:\dev\OpenSfM\cma
ke_build\geometry\geometry_test.vcxproj]
D:\dev\OpenSfM\opensfm\src\geometry\test\camera_functions_test.cc(261,31): warning C4244: Derived=Eigen::Ma
trix<double,-1,1,0,-1,1> [D:\dev\OpenSfM\cmake_build\geometry\geometry_test.vcxproj]
D:\dev\OpenSfM\opensfm\src\geometry\test\camera_functions_test.cc(261,31): warning C4244: ] [D:\dev\OpenSfM\cma
ke_build\geometry\geometry_test.vcxproj]
D:\dev\OpenSfM\opensfm\src\geometry\test\camera_functions_test.cc(261,27): warning C4244: 'initializing': conversion fr
om 'Eigen::EigenBase<Derived>::Index' to 'const int', possible loss of data [D:\dev\OpenSfM\cmake_build\geometry\geomet
ry_test.vcxproj]
D:\dev\OpenSfM\opensfm\src\geometry\test\camera_functions_test.cc(261,27): warning C4244: with [D:\dev\OpenSfM\
cmake_build\geometry\geometry_test.vcxproj]
D:\dev\OpenSfM\opensfm\src\geometry\test\camera_functions_test.cc(261,27): warning C4244: [ [D:\dev\OpenSfM\cma
ke_build\geometry\geometry_test.vcxproj]
D:\dev\OpenSfM\opensfm\src\geometry\test\camera_functions_test.cc(261,27): warning C4244: Derived=Eigen::Ma
trix<double,-1,1,0,-1,1> [D:\dev\OpenSfM\cmake_build\geometry\geometry_test.vcxproj]
D:\dev\OpenSfM\opensfm\src\geometry\test\camera_functions_test.cc(261,27): warning C4244: ] [D:\dev\OpenSfM\cma
ke_build\geometry\geometry_test.vcxproj]
covariance_test.cc
point_test.cc
Generating Code...
geometry_test.vcxproj -> D:\dev\OpenSfM\cmake_build\geometry\Release\geometry_test.exe
Building Custom Rule D:/dev/OpenSfM/opensfm/src/map/CMakeLists.txt
map_test.cc
D:\dev\OpenSfM\opensfm\src\map\test\map_test.cc(342,58): warning C4267: 'argument': conversion from 'size_t' to 'int',
possible loss of data [D:\dev\OpenSfM\cmake_build\map\map_test.vcxproj]
rig_test.cc
tracks_manager_test.cc
D:\dev\OpenSfM\opensfm\src\map\test\tracks_manager_test.cc(11,5): warning C4996: 'tmpnam': This function or variable ma
y be unsafe. Consider using tmpnam_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for
details. [D:\dev\OpenSfM\cmake_build\map\map_test.vcxproj]
Generating Code...
map_test.vcxproj -> D:\dev\OpenSfM\cmake_build\map\Release\map_test.exe
Building Custom Rule D:/dev/OpenSfM/opensfm/src/sfm/CMakeLists.txt
tracks_helpers_test.cc
sfm_test.vcxproj -> D:\dev\OpenSfM\cmake_build\sfm\Release\sfm_test.exe
Building Custom Rule D:/dev/OpenSfM/opensfm/src/CMakeLists.txt
running build
running build_py
creating build
creating build\lib
creating build\lib\annotation_gui_gcp
copying annotation_gui_gcp\main.py -> build\lib\annotation_gui_gcp
copying annotation_gui_gcp\run_ba.py -> build\lib\annotation_gui_gcp
copying annotation_gui_gcp\__init__.py -> build\lib\annotation_gui_gcp
creating build\lib\opensfm
copying opensfm\align.py -> build\lib\opensfm
copying opensfm\bow.py -> build\lib\opensfm
copying opensfm\config.py -> build\lib\opensfm
copying opensfm\context.py -> build\lib\opensfm
copying opensfm\dataset.py -> build\lib\opensfm
copying opensfm\dataset_base.py -> build\lib\opensfm
copying opensfm\dense.py -> build\lib\opensfm
copying opensfm\exif.py -> build\lib\opensfm
copying opensfm\features.py -> build\lib\opensfm
copying opensfm\features_processing.py -> build\lib\opensfm
copying opensfm\feature_loader.py -> build\lib\opensfm
copying opensfm\feature_loading.py -> build\lib\opensfm
copying opensfm\geo.py -> build\lib\opensfm
copying opensfm\geometry.py -> build\lib\opensfm
copying opensfm\geotag_from_gpx.py -> build\lib\opensfm
copying opensfm\io.py -> build\lib\opensfm
copying opensfm\log.py -> build\lib\opensfm
copying opensfm\masking.py -> build\lib\opensfm
copying opensfm\matching.py -> build\lib\opensfm
copying opensfm\mesh.py -> build\lib\opensfm
copying opensfm\multiview.py -> build\lib\opensfm
copying opensfm\pairs_selection.py -> build\lib\opensfm
copying opensfm\reconstruction.py -> build\lib\opensfm
copying opensfm\reconstruction_helpers.py -> build\lib\opensfm
copying opensfm\report.py -> build\lib\opensfm
copying opensfm\rig.py -> build\lib\opensfm
copying opensfm\sensors.py -> build\lib\opensfm
copying opensfm\stats.py -> build\lib\opensfm
copying opensfm\tracking.py -> build\lib\opensfm
copying opensfm\transformations.py -> build\lib\opensfm
copying opensfm\types.py -> build\lib\opensfm
copying opensfm\undistort.py -> build\lib\opensfm
copying opensfm\unionfind.py -> build\lib\opensfm
copying opensfm\upright.py -> build\lib\opensfm
copying opensfm\video.py -> build\lib\opensfm
copying opensfm\vlad.py -> build\lib\opensfm
copying opensfm\__init__.py -> build\lib\opensfm
creating build\lib\annotation_gui_gcp\lib
copying annotation_gui_gcp\lib\gcp_manager.py -> build\lib\annotation_gui_gcp\lib
copying annotation_gui_gcp\lib\geometry.py -> build\lib\annotation_gui_gcp\lib
copying annotation_gui_gcp\lib\GUI.py -> build\lib\annotation_gui_gcp\lib
copying annotation_gui_gcp\lib\image_manager.py -> build\lib\annotation_gui_gcp\lib
copying annotation_gui_gcp\lib\__init__.py -> build\lib\annotation_gui_gcp\lib
creating build\lib\opensfm\actions
copying opensfm\actions\align_submodels.py -> build\lib\opensfm\actions
copying opensfm\actions\bundle.py -> build\lib\opensfm\actions
copying opensfm\actions\compute_depthmaps.py -> build\lib\opensfm\actions
copying opensfm\actions\compute_statistics.py -> build\lib\opensfm\actions
copying opensfm\actions\create_rig.py -> build\lib\opensfm\actions
copying opensfm\actions\create_submodels.py -> build\lib\opensfm\actions
copying opensfm\actions\create_tracks.py -> build\lib\opensfm\actions
copying opensfm\actions\detect_features.py -> build\lib\opensfm\actions
copying opensfm\actions\export_bundler.py -> build\lib\opensfm\actions
copying opensfm\actions\export_colmap.py -> build\lib\opensfm\actions
copying opensfm\actions\export_geocoords.py -> build\lib\opensfm\actions
copying opensfm\actions\export_openmvs.py -> build\lib\opensfm\actions
copying opensfm\actions\export_ply.py -> build\lib\opensfm\actions
copying opensfm\actions\export_pmvs.py -> build\lib\opensfm\actions
copying opensfm\actions\export_report.py -> build\lib\opensfm\actions
copying opensfm\actions\export_visualsfm.py -> build\lib\opensfm\actions
copying opensfm\actions\extend_reconstruction.py -> build\lib\opensfm\actions
copying opensfm\actions\extract_metadata.py -> build\lib\opensfm\actions
copying opensfm\actions\match_features.py -> build\lib\opensfm\actions
copying opensfm\actions\mesh.py -> build\lib\opensfm\actions
copying opensfm\actions\reconstruct.py -> build\lib\opensfm\actions
copying opensfm\actions\reconstruct_from_prior.py -> build\lib\opensfm\actions
copying opensfm\actions\undistort.py -> build\lib\opensfm\actions
copying opensfm\actions\__init__.py -> build\lib\opensfm\actions
creating build\lib\opensfm\commands
copying opensfm\commands\align_submodels.py -> build\lib\opensfm\commands
copying opensfm\commands\bundle.py -> build\lib\opensfm\commands
copying opensfm\commands\command.py -> build\lib\opensfm\commands
copying opensfm\commands\command_runner.py -> build\lib\opensfm\commands
copying opensfm\commands\compute_depthmaps.py -> build\lib\opensfm\commands
copying opensfm\commands\compute_statistics.py -> build\lib\opensfm\commands
copying opensfm\commands\create_rig.py -> build\lib\opensfm\commands
copying opensfm\commands\create_submodels.py -> build\lib\opensfm\commands
copying opensfm\commands\create_tracks.py -> build\lib\opensfm\commands
copying opensfm\commands\detect_features.py -> build\lib\opensfm\commands
copying opensfm\commands\export_bundler.py -> build\lib\opensfm\commands
copying opensfm\commands\export_colmap.py -> build\lib\opensfm\commands
copying opensfm\commands\export_geocoords.py -> build\lib\opensfm\commands
copying opensfm\commands\export_openmvs.py -> build\lib\opensfm\commands
copying opensfm\commands\export_ply.py -> build\lib\opensfm\commands
copying opensfm\commands\export_pmvs.py -> build\lib\opensfm\commands
copying opensfm\commands\export_report.py -> build\lib\opensfm\commands
copying opensfm\commands\export_visualsfm.py -> build\lib\opensfm\commands
copying opensfm\commands\extend_reconstruction.py -> build\lib\opensfm\commands
copying opensfm\commands\extract_metadata.py -> build\lib\opensfm\commands
copying opensfm\commands\match_features.py -> build\lib\opensfm\commands
copying opensfm\commands\mesh.py -> build\lib\opensfm\commands
copying opensfm\commands\reconstruct.py -> build\lib\opensfm\commands
copying opensfm\commands\reconstruct_from_prior.py -> build\lib\opensfm\commands
copying opensfm\commands\undistort.py -> build\lib\opensfm\commands
copying opensfm\commands\__init__.py -> build\lib\opensfm\commands
creating build\lib\opensfm\large
copying opensfm\large\metadataset.py -> build\lib\opensfm\large
copying opensfm\large\tools.py -> build\lib\opensfm\large
copying opensfm\large\__init__.py -> build\lib\opensfm\large
creating build\lib\opensfm\synthetic_data
copying opensfm\synthetic_data\synthetic_dataset.py -> build\lib\opensfm\synthetic_data
copying opensfm\synthetic_data\synthetic_examples.py -> build\lib\opensfm\synthetic_data
copying opensfm\synthetic_data\synthetic_generator.py -> build\lib\opensfm\synthetic_data
copying opensfm\synthetic_data\synthetic_metrics.py -> build\lib\opensfm\synthetic_data
copying opensfm\synthetic_data\synthetic_scene.py -> build\lib\opensfm\synthetic_data
copying opensfm\synthetic_data\__init__.py -> build\lib\opensfm\synthetic_data
copying opensfm\pybundle.cp39-win_amd64.pyd -> build\lib\opensfm
copying opensfm\pygeo.cp39-win_amd64.pyd -> build\lib\opensfm
copying opensfm\pygeometry.cp39-win_amd64.pyd -> build\lib\opensfm
copying opensfm\pyrobust.cp39-win_amd64.pyd -> build\lib\opensfm
copying opensfm\pyfeatures.cp39-win_amd64.pyd -> build\lib\opensfm
copying opensfm\pydense.cp39-win_amd64.pyd -> build\lib\opensfm
copying opensfm\pysfm.cp39-win_amd64.pyd -> build\lib\opensfm
copying opensfm\pymap.cp39-win_amd64.pyd -> build\lib\opensfm
creating build\lib\opensfm\data
copying opensfm\data\sensor_data.json -> build\lib\opensfm\data
copying opensfm\data\camera_calibration.yaml -> build\lib\opensfm\data
creating build\lib\opensfm\data\bow
copying opensfm\data\bow\bow_hahog_root_uchar_10000.npz -> build\lib\opensfm\data\bow
copying opensfm\data\bow\bow_hahog_root_uchar_64.npz -> build\lib\opensfm\data\bow
running build_scripts
creating build\scripts-3.9
copying bin\opensfm_run_all -> build\scripts-3.9
copying bin\opensfm -> build\scripts-3.9
D:\dev\OpenSfM>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment