My TBrowser is showing a blank page when I open it locally. I read in another discussion that this is a problem with MacOS 14 and clang 15, so I want to degrade my version of clang to use it. The problem is that I am using the system clang and not one installed from homebrew. How do I go about it. Thanks
ps: I also tried with clang version 14.0.6 installed using homebrew and it is still not working
Thanks for posting this issue. I am sorry you are experiencing issues with macos14+clang15. This is unfortunately a known issue but already fixed (see for example GUI issue on macos 14.0 - #2 by couet). We’ll be releasing soon new ROOT releases that address this problem and will inform our community through the usual channels, including this forum.
Hi Danilo, Yes in the discussion you mentioned it said that a fix was merged. I thought it would have worked if I downloaded through source but unfortunately it didn’t. Would it be possible for you to suggest an alternative to this problem (other than using the web browser version) through changing versions for clang maybe?
Checking out master is a way to achieve this.
Or checking out the branch v6-30-00-patches if you want a preview of the 6.30 release without being at the bleeding edge.