Installing root binaries on MAC OS X

Hi, I have been trying to get root working on my 10.9 Mac. I chose to install the binaries and followed
all the directions.

Root boots up fine, until I open a canvas and click on the View->Editor, in which case it segfaults and
spews out the following errors:

No clue what’s going on. Has anyone been able to fix this?

And, just for the sake of completeness, here’s my gcc version:

[quote]17:15:43~/Documents/UROP>gcc --version
Configured with: --prefix=/Library/Developer/CommandLineTools/usr --with-gxx-include-dir=/usr/include/c++/4.2.1
Apple LLVM version 5.1 (clang-503.0.40) (based on LLVM 3.4svn)
Target: x86_64-apple-darwin13.3.0
Thread model: posix[/quote]

Please help!

UPDATE:

I “solved” my problem by building root from source. Nevertheless, the problem is still there.