Build error from llvm

Hello everyone, there is an error when I build root6-26-10 , which shows

CMake Error at interpreter/llvm/src/CMakeLists.txt:715 (message):
that means ${LLVMBUILDRESULT} maybe not exist.

if( NOT "${LLVMBUILDRESULT}" STREQUAL "0" )                                                                                       
  message(FATAL_ERROR
    "Unexpected failure executing llvm-build: ${LLVMBUILDERRORS}")
endif()

I have add cmake-option in the sh script, named : cmake -DLLVMBUILDRESULT=“0” in order to not empty, but it doesn’t work. Is there any suggestion about that? thank you all.

What is the exact/complete cmake command you use to configure ROOT?

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.