Compile ROOT problems in macOS 13.0

Hi,

I have one problem when I compile the ROOT 6.26.06 in my MacBook.
The output errors is following:

"CMake Error at cmake/modules/SearchInstalledSoftware.cmake:592 (message):
Please enable builtin Glew due bug in latest CMake (use cmake option
-Dbuiltin_glew=ON).
Call Stack (most recent call first):
CMakeLists.txt:245 (include)
"
The cmake version is 3.24.2.
How can I fix it?


Please read tips for efficient and successful posting and posting code

_ROOT Version:6.26.06
_Platform:macos 13.0
_Compiler:Cmake 3.24.2

Does it help if you use the option -Dbuiltin_glew=ON ?

I have setted “-Dbuiltin_glew=ON”.But when I input “cmake install”, the errors is:

"CMake Error at /Users/pedanter/root-6.26.06_build/FREETYPE-prefix/src/FREETYPE-stamp/FREETYPE-build-Release.cmake:49 (message):
Command failed: 2

‘/usr/local/bin/gmake’

See also

/Users/pedanter/root-6.26.06_build/FREETYPE-prefix/src/FREETYPE-stamp/FREETYPE-build-*.log

"

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