ROOT Installation in MacOS x 10.12.6

Hello,
I recently installed ROOT in my laptop (MacOS Sierra 10.12.6). It is crashing when I am trying to open a file with the following error -
IncrementalExecutor::executeFunction: symbol ‘_ZN5cling7runtime6gClingE’ unresolved while linking function ‘_GLOBAL__sub_I_cling_module_8’!
You are probably missing the definition of cling::runtime::gCling
Maybe you need to load the corresponding shared library?

I ran . /root/bin/thisroot.sh and tried to open a root file, which is failing.
Is there any other command I would need to run ?
Any help is appreciated.

Thank you
Shreya

Have you also installed Xcode ? and run the command:

$ xcode-select --install

?

Hello,
Yes, I did that, it is working now !
Thank you,.

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