Fail Installion on MacOSX 10.4

Hello,

I got the error message during building ROOT on my laptop.
The system is MacOSX 10.4.11 on MBP3.1(intel)
with
Xcode v.2.5,
X11 1.1 - XFree86 4.4.0
gcc version 4.0.1 (Apple Computer, Inc. build 5370)

I did
svn co root.cern.ch/svn/root/trunk root
cd root
./configure macosx
make

And got the error message

I don’t know if I did something wrong during the building.
I’ll really appreciate the help!
Thanks!

Hi,

Tiger will soon not be maintained anymore. Please move forward to 10.6. For the time being to compile ROOT without xrootd do:

./configure --disable-xrootd

Cheers, Fons.

Thanks a lots, really appreciate it! :smiley:
It works now, I’ll consider to upgrade my OS.

BTW, before running ROOT, I need to type one more command to make it work.

export DISPLAY=localhost:0.0

Yes and that last command is also not needed anymore on >= 10.5. There were a lot of improvments to make X11 behave transparently.

Cheers, Fons.