Coder Social home page Coder Social logo

TBrowser issue about root HOT 9 CLOSED

xkzl avatar xkzl commented on June 12, 2024
TBrowser issue

from root.

Comments (9)

couet avatar couet commented on June 12, 2024

We had that some time ago but it was fixed. What is your processor? Intel ? M1 ? M2 ?

from root.

couet avatar couet commented on June 12, 2024

I just rebuilt ROOT on an arm machine with MacOS sonoma. It works for me:

Screenshot 2024-01-30 at 11 21 07

from root.

xkzl avatar xkzl commented on June 12, 2024

I have a MacBook Pro M2 Max (2022)

I compiled a ROOT stable tagged version few days ago. May I ask which one you just compiled ?

What was the origin of the issue in the first place ? Perhaps it might help finding the reason why this happens again.

Thank you.

from root.

couet avatar couet commented on June 12, 2024

I have tried on a Mac Mini with the M2 processor, MacOS 14.3 and clang 15. I used the master version of ROOT.
The PR fixing this issue is: #13885
@TimurP made it.

I did:

   git clone https://github.com/root-project/root.git
   mkdir root-build
   cd root-build
   cmake ../root
   make -j8
   source bin/thisroot.sh
   root -web=off

from root.

xkzl avatar xkzl commented on June 12, 2024

Just for completion, I have a Clang16 with MacOS 14.2.1.

Could you point me a specific commit or you just compiled the master version recently ?

-- Found OpenGL: /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/OpenGL.framework
-- Looking for GLEW
-- Found GLEW: /opt/homebrew/lib/cmake/glew/glew-config.cmake
CMake Error at cmake/modules/SearchInstalledSoftware.cmake:615 (message):
  Please enable builtin Glew due bug in latest CMake (use cmake option
  -Dbuiltin_glew=ON).
Call Stack (most recent call first):
  CMakeLists.txt:298 (include)

from root.

couet avatar couet commented on June 12, 2024

I just compiled the master version
Clang 16 ? ... I haven't tried.

from root.

couet avatar couet commented on June 12, 2024

I look at this page to know which Xcode version corresponds to a given MacOS version.
-> It tells me that for 14.2 it is Xcode it is Xcode 15.2
I look at this page to know which clang version corresponds to a given XCode. version.
-> It tells me that for XCode 15.2 it is Clang 15.0.0

from root.

xkzl avatar xkzl commented on June 12, 2024

From the cmake log in ROOT it shows:

-- Clang version: 16.0.6
[...]
Compiler: AppleClang15

Not sure which one to trust. Other libraries I am using are showing Clang15.

I bypassed the cmake issue using the builtin_glew suggestion.
cmake.log

Looking more closely I can see many error message as following. I am not sure about the origin of these lines.

ERROR in cling::CIFactory::createCI(): cannot extract standard library include paths!
Invoking:
  LC_ALL=C clang   -xc++ -E -v /dev/null 2>&1 | sed -n -e '/^.include/,${' -e '/^ \/.*++/p' -e '}'
ERROR in cling::CIFactory::createCI(): cannot extract standard library include paths!

Except this, there is no issue anymore. The most recent master doesn't have this white blank issue.
Thank you for pointing the solution.

from root.

github-actions avatar github-actions commented on June 12, 2024

Hi @xkzl, @couet,

It appears this issue is closed, but wasn't yet added to a project. Please add upcoming versions that will include the fix, or 'not applicable' otherwise.

Sincerely,
🤖

from root.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.