How can i get rid of CMake Error at home/usr/


Please read tips for efficient and successful posting and posting code
I’m just downloading the root. However, error occured while installing the sourcefile and compilation. I wrote ‘make’ ,but an error appeared.
what should i do?
ROOT Version: 06.22.00
Platform: Not Provided
Compiler: Not Provided


It looks like a dependency is missing. As described in the screenshot, the XROOTD-build-*.log should provide more details.

In order to get started with ROOT, the easiest approach is not to build from sources but to take one of our prebuilt versions.

Configure your ROOT so that the building of the buggy xrootd is disabled:
cmake -Dall=ON -Dxrootd=OFF ...

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