Guest User

Untitled

a guest
Jun 18th, 2025
7
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.11 KB | None | 0 0
  1. [main] Configuring project: Learn C++
  2. [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
  3. [cmake] Not searching for unused variables given on the command line.
  4. [cmake] Running with debugger on.
  5. [cmake] Waiting for debugger client to connect...
  6. [debugger] Connecting debugger on named pipe: "\\.\\pipe\\cmake-debugger-pipe\\2034abb3-b698-4492-8fd3-e6e821d29945"
  7. [cmake] Debugger client connected.
  8. [cmake] -- Selecting Windows SDK version 10.0.26100.0 to target Windows 10.0.19045.
  9. [cmake] -- CXX standard: 17
  10. [cmake] -- C++ Requests CMake Options
  11. [cmake] -- =======================================================
  12. [cmake] -- CPR_GENERATE_COVERAGE: OFF
  13. [cmake] -- CPR_CURL_NOSIGNAL: OFF
  14. [cmake] -- CURL_VERBOSE_LOGGING: OFF
  15. [cmake] -- CPR_USE_SYSTEM_GTEST: OFF
  16. [cmake] -- CPR_USE_SYSTEM_CURL: OFF
  17. [cmake] -- CPR_USE_SYSTEM_LIB_PSL: OFF
  18. [cmake] -- CPR_ENABLE_CURL_HTTP_ONLY: ON
  19. [cmake] -- CPR_ENABLE_SSL: ON
  20. [cmake] -- CPR_FORCE_OPENSSL_BACKEND: OFF
  21. [cmake] -- CPR_FORCE_WINSSL_BACKEND: OFF
  22. [cmake] -- CPR_FORCE_DARWINSSL_BACKEND: OFF
  23. [cmake] -- CPR_FORCE_MBEDTLS_BACKEND: OFF
  24. [cmake] -- CPR_ENABLE_LINTING: OFF
  25. [cmake] -- CPR_ENABLE_CPPCHECK: OFF
  26. [cmake] -- CPR_BUILD_TESTS: OFF
  27. [cmake] -- CPR_BUILD_TESTS_SSL: OFF
  28. [cmake] -- CPR_BUILD_TESTS_PROXY: OFF
  29. [cmake] -- CPR_BUILD_VERSION_OUTPUT_ONLY: OFF
  30. [cmake] -- CPR_SKIP_CA_BUNDLE_SEARCH: OFF
  31. [cmake] -- CPR_USE_BOOST_FILESYSTEM: OFF
  32. [cmake] -- CPR_DEBUG_SANITIZER_FLAG_THREAD: OFF
  33. [cmake] -- CPR_DEBUG_SANITIZER_FLAG_ADDR: OFF
  34. [cmake] -- CPR_DEBUG_SANITIZER_FLAG_LEAK: OFF
  35. [cmake] -- CPR_DEBUG_SANITIZER_FLAG_UB: OFF
  36. [cmake] -- CPR_DEBUG_SANITIZER_FLAG_ALL: OFF
  37. [cmake] -- =======================================================
  38. [cmake] -- Build windows static libs.
  39. [cmake] -- Automatically detecting SSL backend.
  40. [cmake] -- Detecting SSL backend...
  41. [cmake] -- SSL auto detect: Using WinSSL.
  42. [cmake] -- Configuring built-in curl...
  43. [cmake] -- Using CMake version 4.0.3
  44. [cmake] CMake Deprecation Warning at build/_deps/zlib-src/CMakeLists.txt:1 (cmake_minimum_required):
  45. [cmake] Compatibility with CMake < 3.10 will be removed from a future version of
  46. [cmake] CMake.
  47. [cmake]
  48. [cmake] Update the VERSION argument <min> value. Or, use the <min>...<max> syntax
  49. [cmake] to tell CMake that the project requires at least <min> but has been updated
  50. [cmake] to work with policies introduced by <max> or earlier.
  51. [cmake]
  52. [cmake]
  53. [cmake] -- ZLIB_HEADER_VERSION: 1.2.13
  54. [cmake] -- ZLIBNG_HEADER_VERSION: 2.1.3
  55. [cmake] -- Arch detected: 'x86_64'
  56. [cmake] -- Basearch of 'x86_64' has been detected as: 'x86'
  57. [cmake] -- Using CMake toolchain: C:/vcpkg/scripts/buildsystems/vcpkg.cmake
  58. [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
  59. [cmake] -- The following features have been enabled:
  60. [cmake]
  61. [cmake] * CMAKE_BUILD_TYPE, Build type: Release (selected)
  62. [cmake] * AVX2_SLIDEHASH, Support AVX2 optimized slide_hash, using "/arch:AVX2"
  63. [cmake] * AVX2_CHUNKSET, Support AVX2 optimized chunkset, using "/arch:AVX2"
  64. [cmake] * AVX2_COMPARE256, Support AVX2 optimized compare256, using "/arch:AVX2"
  65. [cmake] * AVX2_ADLER32, Support AVX2-accelerated adler32, using "/arch:AVX2"
  66. [cmake] * AVX512_ADLER32, Support AVX512-accelerated adler32, using "/arch:AVX512"
  67. [cmake] * AVX512VNNI_ADLER32, Support AVX512VNNI adler32, using "/arch:AVX512"
  68. [cmake] * SSE42_CRC, Support SSE4.2 optimized CRC hash generation, using ""
  69. [cmake] * SSSE3_ADLER32, Support SSSE3-accelerated adler32, using ""
  70. [cmake] * PCLMUL_CRC, Support CRC hash generation using PCLMULQDQ, using " "
  71. [cmake] * VPCLMUL_CRC, Support CRC hash generation using VPCLMULQDQ, using " /arch:AVX512"
  72. [cmake] * XSAVE, Support XSAVE intrinsics using ""
  73. [cmake] * WITH_GZFILEOP, Compile with support for gzFile related functions
  74. [cmake] * ZLIB_COMPAT, Compile with zlib compatible API
  75. [cmake] * ZLIBNG_ENABLE_TESTS, Test zlib-ng specific API
  76. [cmake] * WITH_SANITIZER, Enable sanitizer support
  77. [cmake] * WITH_GTEST, Build gtest_zlib
  78. [cmake] * WITH_OPTIM, Build with optimisation
  79. [cmake] * WITH_NEW_STRATEGIES, Use new strategies
  80. [cmake] * WITH_AVX2, Build with AVX2
  81. [cmake] * WITH_AVX512, Build with AVX512
  82. [cmake] * WITH_AVX512VNNI, Build with AVX512 VNNI
  83. [cmake] * WITH_SSE2, Build with SSE2
  84. [cmake] * WITH_SSSE3, Build with SSSE3
  85. [cmake] * WITH_SSE42, Build with SSE42
  86. [cmake] * WITH_PCLMULQDQ, Build with PCLMULQDQ
  87. [cmake] * WITH_VPCLMULQDQ, Build with VPCLMULQDQ
  88. [cmake]
  89. [cmake] -- The following OPTIONAL packages have been found:
  90. [cmake]
  91. [cmake] * Git
  92. [cmake]
  93. [cmake] -- The following REQUIRED packages have been found:
  94. [cmake]
  95. [cmake] * cpr
  96. [cmake]
  97. [cmake] -- The following features have been disabled:
  98. [cmake]
  99. [cmake] * ZLIB_SYMBOL_PREFIX, Publicly exported symbols DO NOT have a custom prefix
  100. [cmake] * ZLIB_ENABLE_TESTS, Build test binaries
  101. [cmake] * WITH_FUZZERS, Build test/fuzz
  102. [cmake] * WITH_BENCHMARKS, Build test/benchmarks
  103. [cmake] * WITH_BENCHMARK_APPS, Build application benchmarks
  104. [cmake] * WITH_NATIVE_INSTRUCTIONS, Instruct the compiler to use the full instruction set on this host (gcc/clang -march=native)
  105. [cmake] * WITH_MAINTAINER_WARNINGS, Build with project maintainer warnings
  106. [cmake] * WITH_CODE_COVERAGE, Enable code coverage reporting
  107. [cmake] * WITH_INFLATE_STRICT, Build with strict inflate distance checking
  108. [cmake] * WITH_INFLATE_ALLOW_INVALID_DIST, Build with zero fill for inflate invalid distances
  109. [cmake] * INSTALL_UTILS, Copy minigzip and minideflate during install
  110. [cmake]
  111. [cmake] -- Enabled curl SSL
  112. [cmake] CMake Error at build/_deps/cpr-src/cmake/libpsl.cmake:7 (message):
  113. [cmake] meson not found. Please make sure you have meson installed on your system
  114. [cmake] (https://mesonbuild.com/Getting-meson.html). Meson is required for
  115. [cmake] building libpsl for curl on Windows.
  116. [cmake] Call Stack (most recent call first):
  117. [cmake] build/_deps/cpr-src/CMakeLists.txt:301 (include)
  118. [cmake]
  119. [cmake]
  120. [cmake] -- Configuring incomplete, errors occurred!
  121. [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