Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- [main] Configuring project: Learn C++
- [proc] Executing command: "C:\Program Files\CMake\bin\cmake.EXE" -DCMAKE_TOOLCHAIN_FILE:STRING=C:/vcpkg/scripts/buildsystems/vcpkg.cmake -DCMAKE_EXPORT_COMPILE_COMMANDS:BOOL=TRUE --no-warn-unused-cli -S "C:/Users/norbe/OneDrive/Desktop/Learn C++" -B "c:/Users/norbe/OneDrive/Desktop/Learn C++/build" --debugger --debugger-pipe \\.\\pipe\\cmake-debugger-pipe\\2034abb3-b698-4492-8fd3-e6e821d29945
- [cmake] Not searching for unused variables given on the command line.
- [cmake] Running with debugger on.
- [cmake] Waiting for debugger client to connect...
- [debugger] Connecting debugger on named pipe: "\\.\\pipe\\cmake-debugger-pipe\\2034abb3-b698-4492-8fd3-e6e821d29945"
- [cmake] Debugger client connected.
- [cmake] -- Selecting Windows SDK version 10.0.26100.0 to target Windows 10.0.19045.
- [cmake] -- CXX standard: 17
- [cmake] -- C++ Requests CMake Options
- [cmake] -- =======================================================
- [cmake] -- CPR_GENERATE_COVERAGE: OFF
- [cmake] -- CPR_CURL_NOSIGNAL: OFF
- [cmake] -- CURL_VERBOSE_LOGGING: OFF
- [cmake] -- CPR_USE_SYSTEM_GTEST: OFF
- [cmake] -- CPR_USE_SYSTEM_CURL: OFF
- [cmake] -- CPR_USE_SYSTEM_LIB_PSL: OFF
- [cmake] -- CPR_ENABLE_CURL_HTTP_ONLY: ON
- [cmake] -- CPR_ENABLE_SSL: ON
- [cmake] -- CPR_FORCE_OPENSSL_BACKEND: OFF
- [cmake] -- CPR_FORCE_WINSSL_BACKEND: OFF
- [cmake] -- CPR_FORCE_DARWINSSL_BACKEND: OFF
- [cmake] -- CPR_FORCE_MBEDTLS_BACKEND: OFF
- [cmake] -- CPR_ENABLE_LINTING: OFF
- [cmake] -- CPR_ENABLE_CPPCHECK: OFF
- [cmake] -- CPR_BUILD_TESTS: OFF
- [cmake] -- CPR_BUILD_TESTS_SSL: OFF
- [cmake] -- CPR_BUILD_TESTS_PROXY: OFF
- [cmake] -- CPR_BUILD_VERSION_OUTPUT_ONLY: OFF
- [cmake] -- CPR_SKIP_CA_BUNDLE_SEARCH: OFF
- [cmake] -- CPR_USE_BOOST_FILESYSTEM: OFF
- [cmake] -- CPR_DEBUG_SANITIZER_FLAG_THREAD: OFF
- [cmake] -- CPR_DEBUG_SANITIZER_FLAG_ADDR: OFF
- [cmake] -- CPR_DEBUG_SANITIZER_FLAG_LEAK: OFF
- [cmake] -- CPR_DEBUG_SANITIZER_FLAG_UB: OFF
- [cmake] -- CPR_DEBUG_SANITIZER_FLAG_ALL: OFF
- [cmake] -- =======================================================
- [cmake] -- Build windows static libs.
- [cmake] -- Automatically detecting SSL backend.
- [cmake] -- Detecting SSL backend...
- [cmake] -- SSL auto detect: Using WinSSL.
- [cmake] -- Configuring built-in curl...
- [cmake] -- Using CMake version 4.0.3
- [cmake] CMake Deprecation Warning at build/_deps/zlib-src/CMakeLists.txt:1 (cmake_minimum_required):
- [cmake] Compatibility with CMake < 3.10 will be removed from a future version of
- [cmake] CMake.
- [cmake]
- [cmake] Update the VERSION argument <min> value. Or, use the <min>...<max> syntax
- [cmake] to tell CMake that the project requires at least <min> but has been updated
- [cmake] to work with policies introduced by <max> or earlier.
- [cmake]
- [cmake]
- [cmake] -- ZLIB_HEADER_VERSION: 1.2.13
- [cmake] -- ZLIBNG_HEADER_VERSION: 2.1.3
- [cmake] -- Arch detected: 'x86_64'
- [cmake] -- Basearch of 'x86_64' has been detected as: 'x86'
- [cmake] -- Using CMake toolchain: C:/vcpkg/scripts/buildsystems/vcpkg.cmake
- [cmake] -- Architecture-specific source files: arch/x86/x86_features.c;arch/x86/slide_hash_avx2.c;arch/x86/chunkset_avx2.c;arch/x86/compare256_avx2.c;arch/x86/adler32_avx2.c;arch/x86/adler32_avx512.c;arch/x86/adler32_avx512_vnni.c;arch/x86/adler32_sse42.c;arch/x86/insert_string_sse42.c;arch/x86/chunkset_sse2.c;arch/x86/compare256_sse2.c;arch/x86/slide_hash_sse2.c;arch/x86/adler32_ssse3.c;arch/x86/chunkset_ssse3.c;arch/x86/crc32_pclmulqdq.c;arch/x86/crc32_vpclmulqdq.c
- [cmake] -- The following features have been enabled:
- [cmake]
- [cmake] * CMAKE_BUILD_TYPE, Build type: Release (selected)
- [cmake] * AVX2_SLIDEHASH, Support AVX2 optimized slide_hash, using "/arch:AVX2"
- [cmake] * AVX2_CHUNKSET, Support AVX2 optimized chunkset, using "/arch:AVX2"
- [cmake] * AVX2_COMPARE256, Support AVX2 optimized compare256, using "/arch:AVX2"
- [cmake] * AVX2_ADLER32, Support AVX2-accelerated adler32, using "/arch:AVX2"
- [cmake] * AVX512_ADLER32, Support AVX512-accelerated adler32, using "/arch:AVX512"
- [cmake] * AVX512VNNI_ADLER32, Support AVX512VNNI adler32, using "/arch:AVX512"
- [cmake] * SSE42_CRC, Support SSE4.2 optimized CRC hash generation, using ""
- [cmake] * SSSE3_ADLER32, Support SSSE3-accelerated adler32, using ""
- [cmake] * PCLMUL_CRC, Support CRC hash generation using PCLMULQDQ, using " "
- [cmake] * VPCLMUL_CRC, Support CRC hash generation using VPCLMULQDQ, using " /arch:AVX512"
- [cmake] * XSAVE, Support XSAVE intrinsics using ""
- [cmake] * WITH_GZFILEOP, Compile with support for gzFile related functions
- [cmake] * ZLIB_COMPAT, Compile with zlib compatible API
- [cmake] * ZLIBNG_ENABLE_TESTS, Test zlib-ng specific API
- [cmake] * WITH_SANITIZER, Enable sanitizer support
- [cmake] * WITH_GTEST, Build gtest_zlib
- [cmake] * WITH_OPTIM, Build with optimisation
- [cmake] * WITH_NEW_STRATEGIES, Use new strategies
- [cmake] * WITH_AVX2, Build with AVX2
- [cmake] * WITH_AVX512, Build with AVX512
- [cmake] * WITH_AVX512VNNI, Build with AVX512 VNNI
- [cmake] * WITH_SSE2, Build with SSE2
- [cmake] * WITH_SSSE3, Build with SSSE3
- [cmake] * WITH_SSE42, Build with SSE42
- [cmake] * WITH_PCLMULQDQ, Build with PCLMULQDQ
- [cmake] * WITH_VPCLMULQDQ, Build with VPCLMULQDQ
- [cmake]
- [cmake] -- The following OPTIONAL packages have been found:
- [cmake]
- [cmake] * Git
- [cmake]
- [cmake] -- The following REQUIRED packages have been found:
- [cmake]
- [cmake] * cpr
- [cmake]
- [cmake] -- The following features have been disabled:
- [cmake]
- [cmake] * ZLIB_SYMBOL_PREFIX, Publicly exported symbols DO NOT have a custom prefix
- [cmake] * ZLIB_ENABLE_TESTS, Build test binaries
- [cmake] * WITH_FUZZERS, Build test/fuzz
- [cmake] * WITH_BENCHMARKS, Build test/benchmarks
- [cmake] * WITH_BENCHMARK_APPS, Build application benchmarks
- [cmake] * WITH_NATIVE_INSTRUCTIONS, Instruct the compiler to use the full instruction set on this host (gcc/clang -march=native)
- [cmake] * WITH_MAINTAINER_WARNINGS, Build with project maintainer warnings
- [cmake] * WITH_CODE_COVERAGE, Enable code coverage reporting
- [cmake] * WITH_INFLATE_STRICT, Build with strict inflate distance checking
- [cmake] * WITH_INFLATE_ALLOW_INVALID_DIST, Build with zero fill for inflate invalid distances
- [cmake] * INSTALL_UTILS, Copy minigzip and minideflate during install
- [cmake]
- [cmake] -- Enabled curl SSL
- [cmake] CMake Error at build/_deps/cpr-src/cmake/libpsl.cmake:7 (message):
- [cmake] meson not found. Please make sure you have meson installed on your system
- [cmake] (https://mesonbuild.com/Getting-meson.html). Meson is required for
- [cmake] building libpsl for curl on Windows.
- [cmake] Call Stack (most recent call first):
- [cmake] build/_deps/cpr-src/CMakeLists.txt:301 (include)
- [cmake]
- [cmake]
- [cmake] -- Configuring incomplete, errors occurred!
- [proc] The command: "C:\Program Files\CMake\bin\cmake.EXE" -DCMAKE_TOOLCHAIN_FILE:STRING=C:/vcpkg/scripts/buildsystems/vcpkg.cmake -DCMAKE_EXPORT_COMPILE_COMMANDS:BOOL=TRUE --no-warn-unused-cli -S "C:/Users/norbe/OneDrive/Desktop/Learn C++" -B "c:/Users/norbe/OneDrive/Desktop/Learn C++/build" --debugger --debugger-pipe \\.\\pipe\\cmake-debugger-pipe\\2034abb3-b698-4492-8fd3-e6e821d29945 exited with code: 1
Advertisement
Add Comment
Please, Sign In to add comment