Error in <TGHScrollBar::TGHScrollBar>: arrow_*.xpm not found

Hello,

I am currently using ROOT 5.34.10 on Mac OSX 10.8.5 (iMac 27),with g++ 4.2.1.
When I start a graphic window (e.g. TCanvas ), ROOT is working well.
Then, I start a next graphic widow, ROOT always complains as follows;
e.g.

root [0] TCanvas c;
root [1] TCanvas c1;
Error in <TGHScrollBar::TGHScrollBar>: arrow_*.xpm not found
Error in <TGVScrollBar::TGVScrollBar>: arrow_*.xpm not found

 *** Break *** segmentation violation

I searched a solution for this trouble, and found similar problems.
However, I can not solve my problem.

Any ideas ?

For people from the future, who also hit this question:
Try enabling cocoa and asimage.
(-Dasimage=ON -Dcocoa=ON)

1 Like

This solved my problem.