You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
PS D:\wp\cling\cling-build> cmake -DLLVM_EXTERNAL_PROJECTS=cling -DLLVM_EXTERNAL_CLING_SOURCE_DIR=../cling/ -DLLVM_ENABLE_PROJECTS="clang" -DLLVM_TARGETS_TO_BUILD="host;NVPTX" -DCMAKE_BUILD_TYPE=Release ../llvm-project/llvm
CMake Warning:
Ignoring extra path from command line:
"D:/wp/cling/cling"
CMake Deprecation Warning at D:/wp/cling/llvm-project/cmake/Modules/CMakePolicy.cmake:6 (cmake_policy):
The OLD behavior for policy CMP0114 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):
CMakeLists.txt:6 (include)
CMake Deprecation Warning at D:/wp/cling/llvm-project/cmake/Modules/CMakePolicy.cmake:11 (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):
CMakeLists.txt:6 (include)
why cmake "Ignoring extra path from command line:"
hi:
cling is a great project!. I want to build it and use it in my c++ app.
when I build it following https://rawgit.com/vgvassilev/cling/master/www/build.html and forum https://root-forum.cern.ch/t/compiling-cling-on-windows-msvc-2022/47106 instead of https://github.com/root-project/cling README.md( also build failed ) .I get some error in building.:
build_error.log
config.log
my environment:
Visual studio 2019 , cmake version 3.29.6, Python 3.13.1
I don't know why so many symble can't find in building (Some fragments of build_error.log):
I am very grateful if you could help me solve the problem
The text was updated successfully, but these errors were encountered: