"RooGlobalFunc.h" is missing

See: ROOT Build Prerequisites
Try (note: the “build” subdirectory MUST be different from the “source code” subdirectory and in case of problems, attach the “cmake.out.txt” file here):

rm -rf root-6.10.08 # make sure no "remnants" from previous builds are present
mkdir root-6.10.08 # create the "build" subdirectory
cd root-6.10.08
unset ROOTSYS # nothing in your environment should point to another ROOT version
cmake -Dall="ON" -Dsoversion="ON" /source/code/of/root-6.10.08 > cmake.out.txt 2>&1
cmake --build . >> cmake.out.txt 2>&1
1 Like