❯ $source_dir = "C:\ProgramShares\root" ❯ $install_dir = "C:\ProgramShares\root_v6.28.04_py3.11" ❯ $build_dir = $install_dir ❯ cd $build_dir ❯ cmake -G"Visual Studio 17 2022" -A x64 -Thost=x64 -DCMAKE_INSTALL_PREFIX=$install_dir $source_dir CMake Deprecation Warning at CMakeLists.txt:16 (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. -- Detected ROOT_VERSION 6.28.04 -- Checking internet connectivity -- Checking internet connectivity - found -- Looking for Python -- Found Python3: C:/Users/utrfh/AppData/Local/Programs/Python/Python311/python.exe (found version "3.11.2") found components: Interpreter Development NumPy Development.Module Development.Embed -- Could NOT find Python2: Found unsuitable major version "3", but required major version is exact version "2" -- ROOT Platform: win32 -- ROOT Compiler: MSVC 19.36.32532.0 -- ROOT Processor: AMD64 -- ROOT Architecture: win64 -- Build Type: '' (flags = '') -- Compiler Flags: -nologo -IC:/ProgramShares/root/build/win -FIw32pragma.h -FIsehmap.h -Zc:__cplusplus -std:c++17 -MD -GR -EHsc- -W3 -wd4141 -wd4291 -wd4244 -wd4049 -wd4146 -D_WIN32 -wd4267 -D_WIN64 -D_XKEYCHECK_H -DNOMINMAX -D_CRT_SECURE_NO_WARNINGS -D_SILENCE_CXX17_ITERATOR_BASE_CLASS_DEPRECATION_WARNING -D_SILENCE_CXX17_CODECVT_HEADER_DEPRECATION_WARNING -- ROOT default compression algorithm: zlib -- PyROOT will be built for version 3.11.2 -- Building freetype version 2.12.1 included in ROOT itself -- Building LZMA version 5.2.4 included in ROOT itself -- Could NOT find GIF (missing: GIF_LIBRARY GIF_INCLUDE_DIR) -- Could NOT find TIFF (missing: TIFF_LIBRARY TIFF_INCLUDE_DIR) -- Could NOT find PNG (missing: PNG_LIBRARY PNG_PNG_INCLUDE_DIR) -- Could NOT find JPEG (missing: JPEG_LIBRARY JPEG_INCLUDE_DIR) -- Looking for OpenGL -- Cannot select cudnn without selecting cuda or tmva-gpu. Option is ignored -- Building LLVM in 'Release' mode. -- Could NOT find LibXml2 (missing: LIBXML2_LIBRARY LIBXML2_INCLUDE_DIR) -- Could NOT find Backtrace (missing: Backtrace_LIBRARY Backtrace_INCLUDE_DIR) -- Native target architecture is X86 -- Threads disabled. -- Doxygen disabled. -- Go bindings disabled. -- Could NOT find OCaml (missing: OCAMLFIND OCAML_VERSION OCAML_STDLIB_PATH) -- OCaml bindings disabled. -- LLVM host triple: x86_64-pc-windows-msvc -- LLVM default target triple: x86_64-pc-windows-msvc -- Found Python3: C:/Users/utrfh/AppData/Local/Programs/Python/Python311/python.exe (found suitable version "3.11.2", minimum required is "3.0") found components: Interpreter -- LLVMHello ignored -- Loadable modules not supported on this platform. -- Targeting X86 -- Targeting NVPTX -- Clang version: 13.0.0 -- Not building amdgpu-arch: hsa-runtime64 not found -- PrintFunctionNames ignored -- Loadable modules not supported on this platform. -- AnnotateFunctions ignored -- Loadable modules not supported on this platform. -- Attribute ignored -- Loadable modules not supported on this platform. -- CallSuperAttr ignored -- Loadable modules not supported on this platform. -- BugpointPasses ignored -- Loadable modules not supported on this platform. -- Could NOT find LibXml2 (missing: LIBXML2_LIBRARY LIBXML2_INCLUDE_DIR) -- Cling version (from VERSION file): ROOT_1.0~dev -- Distributed RDataFrame enabled -- Performing Test found_stdstringview -- Performing Test found_stdstringview - Success -- Performing Test found_stod_stringview -- Performing Test found_stod_stringview - Failed -- Performing Test found_stdapply -- Performing Test found_stdapply - Success -- Performing Test found_stdinvoke -- Performing Test found_stdinvoke - Success -- Performing Test found_stdindexsequence -- Performing Test found_stdindexsequence - Success -- ROOT Configuration System Windows-10.0.22000 Processor 4 core 2419 MHz GenuineIntel Unknown P6 family (AMD64) Build type Install path C:/ProgramShares/root_v6.28.04_py3.11/$install_dir Compiler MSVC 19.36.32532.0 Compiler flags: C -nologo -IC:/ProgramShares/root/build/win -FIw32pragma.h -FIsehmap.h -MD -EHsc- -W3 -D_WIN32 -wd4267 -D_WIN64 -DNOMINMAX C++ -nologo -IC:/ProgramShares/root/build/win -FIw32pragma.h -FIsehmap.h -Zc:__cplusplus -std:c++17 -MD -GR -EHsc- -W3 -wd4141 -wd4291 -wd4244 -wd4049 -wd4146 -D_WIN32 -wd4267 -D_WIN64 -D_XKEYCHECK_H -DNOMINMAX -D_CRT_SECURE_NO_WARNINGS -D_SILENCE_CXX17_ITERATOR_BASE_CLASS_DEPRECATION_WARNING -D_SILENCE_CXX17_CODECVT_HEADER_DEPRECATION_WARNING Linker flags: Executable /machine:x64 Module /machine:x64 -ignore:4049,4206,4217,4221 -incremental:no Shared /machine:x64 -ignore:4049,4206,4217,4221 -incremental:no -- Enabled support for: asimage builtin_afterimage builtin_clang builtin_cling builtin_freetype builtin_ftgl builtin_gl2ps builtin_glew builtin_gtest builtin_llvm builtin_lz4 builtin_lzma builtin_nlohmannjson builtin_openui5 builtin_pcre builtin_tbb builtin_xxhash builtin_zlib builtin_zstd clad dataframe exceptions gdml http imt mlp minuit2 opengl pyroot roofit webgui root7 shared tmva tmva-pymva spectrum -- Configuring done (42.0s) -- Generating done (32.3s) -- Build files have been written to: C:/ProgramShares/root_v6.28.04_py3.11