Problem with BigSur version 11.6

Hi all,

Yesterday, I installed the new macOS bigSur 11.6 and new version of root v6.24.06, but I am encountering the following problem when I do “root -l” command:

root -l
ERROR in cling::CIFactory::createCI(): cannot extract standard library include paths!

Invoking:

LC_ALL=C /Library/Developer/CommandLineTools/usr/bin/c++ -xc++ -E -v /dev/null 2>&1 | sed -n -e '/^.include/,${' -e '/^ \/.*++/p' -e '}'

Results was:

With exit code 0

warning: no such sysroot directory: '/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/'

**error:** **entry with relative path at the root level is not discoverable**

{ 'name': '', 'type': 'directory',

**^~**

Error in modulemap.overlay!

*** Break *** segmentation violation

Before, using macOS Mojave e root 6.12 it was working perfectly, does anyone know what happens?

Thanks,

Elia

Hi,

You are probably missing the command line tool of Xcode. Did you do
xcode-select --install ?

See Dependencies - ROOT

Lorenzo

Thank you very much, It works! I didn’t think to that because I already did it on Mojave macOS!

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