Hello,
I’m experiencing issues with ROOT on my Mac. Previously, ROOT was working fine, but now it fails to initialize. I’ve tried updating Homebrew, ROOT, and Xcode multiple times, but the problem persists.
When trying to run ROOT, I encounter the following error:
[Error log starts here]
input_line_1:1:10: remark: building module ‘std’ as ‘/usr/local/Cellar/root/6.32.04/lib/root/std.pcm’ [-Rmodule-build]
#include
^
[… truncated for brevity …]
*** Break *** segmentation violation
[/usr/lib/system/libsystem_platform.dylib] _sigtramp (no debug info)
[] (no debug info)
[… truncated for brevity …]
[/usr/local/Cellar/root/6.32.04/bin/root.exe] main (no debug info)
[/usr/lib/dyld] start (no debug info)
[Error log ends here]
The error seems to involve cyclic dependencies in modules and issues with building the ‘std’ module. It also mentions problems with files in Xcode’s SDK directory.
Could you please advise on how to resolve this issue? Are there any known conflicts with recent macOS or Xcode updates that might be causing this problem?
Thank you for your help Ü
Emanuele