Root5.34.34 MacOSX ELCapitan -> gl canvas error

Hi,

After reinstalling the command lines (xcode-select --install) and re-installing XQuartz I managed to install root5.34.34 using the ./configure & make method.

The installation went through and the tutorials run fine, EXCEPT the ones in …/root/tutorials/gl where I get:

Cristians-iMac:gl cristian$ root glbox.C


  •                                     *
    
  •    W E L C O M E  to  R O O T       *
    
  •                                     *
    
  • Version 5.34/34 2 October 2015 *
  •                                     *
    
  • You are welcome to visit our Web site *
  •      [root.cern.ch](http://root.cern.ch)            *
    
  •                                     *
    

ROOT 5.34/34 (v5-34-34@v5-34-34, Oct 02 2015, 16:30:37 on macosx64)

CINT/ROOT C/C++ Interpreter version 5.18.00, July 2, 2010
Type ? for help. Commands must be C++ statements.
Enclose multiple statements between { }.
root [0]
Processing glbox.C…
Error in TMacOSXSystem::DynamicPathName: RGL[.so | .dll | .dylib | .sl | .dl | .a] does not exist in /Users/cristian/root/lib:/Users/cristian/root/lib:/Users/cristian/root/lib:/::/Users/cristian/Qt5.4.0/5.4/clang_64/lib::.:/Users/cristian/root/lib::/Users/cristian/root/cint/cint/stl
Error in TCanvas::CreatePainter: GL Painter creation failed! Will use default!
Warning in TGQuartz::CopyPixmap: Operation skipped, since destination window is not double buffered
Error in TMacOSXSystem::DynamicPathName: RGL[.so | .dll | .dylib | .sl | .dl | .a] does not exist in /Users/cristian/root/lib:/Users/cristian/root/lib:/Users/cristian/root/lib:/::/Users/cristian/Qt5.4.0/5.4/clang_64/lib::.:/Users/cristian/root/lib::/Users/cristian/root/cint/cint/stl
Error in TMacOSXSystem::DynamicPathName: RGL[.so | .dll | .dylib | .sl | .dl | .a] does not exist in /Users/cristian/root/lib:/Users/cristian/root/lib:/Users/cristian/root/lib:/::/Users/cristian/Qt5.4.0/5.4/clang_64/lib::.:/Users/cristian/root/lib::/Users/cristian/root/cint/cint/stl
Warning in TGQuartz::CopyPixmap: Operation skipped, since destination window is not double buffered
Warning in TGQuartz::CopyPixmap: Operation skipped, since destination window is not double buffered
Warning in TGQuartz::CopyPixmap: Operation skipped, since destination window is not double buffered
root [1] .q

I would be very grateful for any suggestions on how to fix this.

Thank you,

Cristian

For me it is fine, but I have a more recent ROOT version:

$ root glbox.C 
  *******************************************
  *                                         *
  *        W E L C O M E  to  R O O T       *
  *                                         *
  *   Version   5.34/35    2 October 2015   *
  *                                         *
  *  You are welcome to visit our Web site  *
  *          http://root.cern.ch            *
  *                                         *
  *******************************************

ROOT 5.34/35 (v5-34-34@v5-34-34, Nov 18 2015, 10:41:00 on macosx64)

CINT/ROOT C/C++ Interpreter version 5.18.00, July 2, 2010
Type ? for help. Commands must be C++ statements.
Enclose multiple statements between { }.
root [0] 
Processing glbox.C...
root [1] 

Hi,

Yes, I can confirm that, although just a development version and not a fixed tag, root5.34.35 works.

Thank you,

Cristian