Error with TBB build on MacOS

I am attempting to install ROOT on my computer. Following the instructions on the ROOT file repo, i used the commands:

$ git clone https://github.com/root-project/root.git

$ mkdir build
$ cd build
$ cmake …/root
$ make -j8

cmake command works fine but when I run the make command I get the error shown.


when I open the file listed under “see also” this is the message

The problem seems to be with the TBB build, but I have no idea how to fix this problem.

ROOT Version: v6.24/00
Platform: macOS 11.3.1

If you don’t necessarily need to build ROOT from sources, it is probably quickest to use a pre-built binary package instead. We have some instructions on how to install them.

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