Microsoft Windows [Version 10.0.26200.8894] (c) Microsoft Corporation. All rights reserved. C:\Users\johan>rmdir /s /q C:\Root\root-6.40.02-build C:\Users\johan>cmake -G"Visual Studio 17 2022" -A x64 -Thost=x64 -Dbuiltin_freetype=ON -Dbuiltin_ftgl=ON -Dbuiltin_gif=ON -Dbuiltin_gl2ps=ON -Dbuiltin_jpeg=ON -Dbuiltin_png=ON -Dbuiltin_gtest=ON -Dbuiltin_lzma=ON -Dbuiltin_lz4=ON -Dbuiltin_pcre=ON -Dbuiltin_tiff=ON -Dbuiltin_unuran=ON -Dbuiltin_xxhash=ON -Dbuiltin_zlib=ON -Dbuiltin_zstd=ON -DCMAKE_INSTALL_PREFIX=C:/Root/root-6.40.02-install -B C:/Root/root-6.40.02-build C:/Root/root-6.40.02-source CMake Warning (deprecated) at CMakeLists.txt:12 (cmake_policy): The OLD behavior for policy CMP0091 will be removed from a future version of CMake. The cmake-policies(7) manual explains that the OLD behaviors of all policies are deprecated and that a policy should be set to OLD only under specific short-term circumstances. Projects should be ported to the NEW behavior and not rely on setting a policy to OLD. This warning is for project developers. Use -Wno-author or -Wno-deprecated to suppress it. CMake Warning (deprecated) at CMakeLists.txt:46 (cmake_policy): The OLD behavior for policy CMP0116 will be removed from a future version of CMake. The cmake-policies(7) manual explains that the OLD behaviors of all policies are deprecated and that a policy should be set to OLD only under specific short-term circumstances. Projects should be ported to the NEW behavior and not rely on setting a policy to OLD. This warning is for project developers. Use -Wno-author or -Wno-deprecated to suppress it. CMake Warning (deprecated) at CMakeLists.txt:46 (cmake_policy): The OLD behavior for policy CMP0135 will be removed from a future version of CMake. The cmake-policies(7) manual explains that the OLD behaviors of all policies are deprecated and that a policy should be set to OLD only under specific short-term circumstances. Projects should be ported to the NEW behavior and not rely on setting a policy to OLD. This warning is for project developers. Use -Wno-author or -Wno-deprecated to suppress it. CMake Warning (deprecated) at CMakeLists.txt:46 (cmake_policy): The OLD behavior for policy CMP0144 will be removed from a future version of CMake. The cmake-policies(7) manual explains that the OLD behaviors of all policies are deprecated and that a policy should be set to OLD only under specific short-term circumstances. Projects should be ported to the NEW behavior and not rely on setting a policy to OLD. This warning is for project developers. Use -Wno-author or -Wno-deprecated to suppress it. -- Selecting Windows SDK version 10.0.26100.0 to target Windows 10.0.26200. -- The C compiler identification is MSVC 19.44.35228.0 -- The CXX compiler identification is MSVC 19.44.35228.0 -- Detecting C compiler ABI info -- Detecting C compiler ABI info - done -- Check for working C compiler: C:/Program Files/Microsoft Visual Studio/2022/Community/VC/Tools/MSVC/14.44.35207/bin/Hostx64/x64/cl.exe - skipped -- Detecting C compile features -- Detecting C compile features - done -- Detecting CXX compiler ABI info -- Detecting CXX compiler ABI info - done -- Check for working CXX compiler: C:/Program Files/Microsoft Visual Studio/2022/Community/VC/Tools/MSVC/14.44.35207/bin/Hostx64/x64/cl.exe - skipped -- Detecting CXX compile features -- Detecting CXX compile features - done -- Building ROOT version 6.40.02 -- Looking for a CUDA compiler -- Looking for a CUDA compiler - NOTFOUND -- Performing Test CMAKE_HAVE_LIBC_PTHREAD -- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Failed -- Looking for pthread_create in pthreads -- Looking for pthread_create in pthreads - not found -- Looking for pthread_create in pthread -- Looking for pthread_create in pthread - not found -- Found Threads: TRUE -- Checking internet connectivity -- Checking internet connectivity - found -- Zlib detected -- Looking for nlohmann/json.hpp -- nlohmann/json.hpp not found. Switching on builtin_nlohmannjson option -- Could NOT find TIFF (missing: TIFF_LIBRARY TIFF_INCLUDE_DIR) -- Looking for Python -- Could NOT find Python3 (missing: Python3_EXECUTABLE Python3_LIBRARIES Python3_INCLUDE_DIRS Interpreter Development Development.Module Development.Embed) (Required is at least version "3.10") -- Looking for OpenGL -- Found OpenGL: opengl32 -- Looking for LibXml2 -- Could NOT find LibXml2 (missing: LIBXML2_LIBRARY LIBXML2_INCLUDE_DIR) -- LibXml2 not found. Switching off xml option -- Could NOT find OpenSSL, try to set the path to OpenSSL root folder in the system variable OPENSSL_ROOT_DIR (missing: OPENSSL_CRYPTO_LIBRARY OPENSSL_INCLUDE_DIR SSL) -- Switching OFF 'ssl' option. -- Looking for SQLite -- Could NOT find Sqlite (missing: SQLITE_INCLUDE_DIR SQLITE_LIBRARIES) -- SQLite not found. Switching off sqlite option -- Looking for CFITSIO -- Could NOT find CFITSIO (missing: CFITSIO_LIBRARY CFITSIO_INCLUDE_DIR) -- CFITSIO not found. You can enable the option 'builtin_cfitsio' to build the library internally' -- For the time being switching off 'fitsio' option -- Looking for libcurl -- Could NOT find CURL (missing: CURL_LIBRARY CURL_INCLUDE_DIR HTTP HTTPS threadsafe) (Required is at least version "7.84") -- libcurl not found. Switching off curl option -- Looking for TBB -- Could NOT find TBB (missing: TBB_ROOT_DIR TBB_INCLUDE_DIR TBB_LIBRARY) (Required is at least version "2020") -- TBB not found, enabling 'builtin_tbb' option -- Looking for sgemm_ -- Looking for sgemm_ - not found -- Could NOT find BLAS (missing: BLAS_LIBRARIES) -- Looking for GSL -- Could NOT find GSL (missing: GSL_INCLUDE_DIR GSL_LIBRARY GSL_CBLAS_LIBRARY) (Required is at least version "1.10") -- GSL not found. Set variable GSL_ROOT_DIR to point to your GSL installation -- Alternatively, you can also enable the option 'builtin_gsl' to build the GSL libraries internally' -- For the time being switching OFF 'tmva-cpu' option -- PyROOT: Python development package not found for python _Python3_EXECUTABLE-NOTFOUND. Switching off pyroot option -- TPython: Python development package not found for python _Python3_EXECUTABLE-NOTFOUND. Switching off tpython option -- Performing Test ROOT_HAVE_CXX_ATOMICS_WITHOUT_LIB -- Performing Test ROOT_HAVE_CXX_ATOMICS_WITHOUT_LIB - Success -- Performing Test ROOT_HAVE_NATIVE_CXX_FILESYSTEM -- Performing Test ROOT_HAVE_NATIVE_CXX_FILESYSTEM - Success -- Building LLVM in 'Release' mode. CMake Warning (deprecated) at interpreter/llvm-project/cmake/Modules/CMakePolicy.cmake:6 (cmake_policy): The OLD behavior for policy CMP0116 will be removed from a future version of CMake. The cmake-policies(7) manual explains that the OLD behaviors of all policies are deprecated and that a policy should be set to OLD only under specific short-term circumstances. Projects should be ported to the NEW behavior and not rely on setting a policy to OLD. Call Stack (most recent call first): interpreter/llvm-project/llvm/CMakeLists.txt:8 (include) This warning is for project developers. Use -Wno-author or -Wno-deprecated to suppress it. CMake Warning (policy) at C:/Program Files/CMake/share/cmake-4.4/Modules/CMakeDetermineASMCompiler.cmake:237 (cmake_policy): Policy CMP0194 is not set: MSVC is not an assembler for language ASM. Run "cmake --help-policy CMP0194" for policy details. Use the cmake_policy command to set the policy and suppress this warning. Call Stack (most recent call first): interpreter/llvm-project/llvm/CMakeLists.txt:47 (project) This warning is for project developers. Use -Wno-author or -Wno-policy to suppress it. CMake Error at C:/Program Files/CMake/share/cmake-4.4/Modules/FindPackageHandleStandardArgs.cmake:290 (message): Could NOT find Python3 (missing: Python3_EXECUTABLE Interpreter) (Required is at least version "3.0") Call Stack (most recent call first): C:/Program Files/CMake/share/cmake-4.4/Modules/FindPackageHandleStandardArgs.cmake:654 (_FPHSA_FAILURE_MESSAGE) C:/Program Files/CMake/share/cmake-4.4/Modules/FindPython/Support.cmake:4379 (find_package_handle_standard_args) C:/Program Files/CMake/share/cmake-4.4/Modules/FindPython3.cmake:684 (include) cmake/modules/SearchInstalledSoftware.cmake:134 (_find_package) interpreter/llvm-project/llvm/CMakeLists.txt:975 (find_package) -- Configuring incomplete, errors occurred! C:\Users\johan>