Problem in installing ROOT on mac

Hi,

I am trying to install ROOT on MAC OS X 10.6.2. I am doing the following steps -

  1. I download the source file from root.cern.ch/drupal/content/downloading-root
    (I have tried this for many versions from 5.22, 5.24, 5.26)

  2. I untar it and go inside the root directory.

  3. I do the following - (my MAC uses bash shell)
    export ROOTSYS=$HOME/root

export PATH=$ROOTSYS/bin:$PATH
export LD_LIBRARY_PATH=$ROOTSYS/lib:$LD_LIBRARY_PATH
export DYLD_LIBRARY_PATH=$ROOTSYS/lib:$DYLD_LIBRARY_PATH

./configure macosx

Till this step its fine, then I do -
4. make -j2
Here it shows me a long list of warnings and errors :frowning:
I have attached the error file(error.txt) along with this post.

Can anyone look at the error and tell me what I am missing here.

Thanks in advance.

Regards,
Sudha.
error.txt (115 KB)

Did you fully install the Xcode developer environment on you Mac? If not, get it from the Snow Leopard DVD.

Cheers, Fons.

Hi,

I have it running on Mac (10.6.2). There were some problems with PyROOT, but in principle everything works now…

$ root-config --config
macosx --enable-roofit --with-python-incdir=/Library/Frameworks/Python.framework/Versions/2.6/include/python2.6 --with-python-libdir=/Library/Frameworks/Python.framework/Versions/2.6 --prefix=/opt/root-5.26.00-b --etcdir=/opt/root-5.26.00-b/etc

Ok fine.

Cheers, Fons.

Hi,

I think I had fully installed the Xcode developer package. :slight_smile:
After installing Xcode package from the Mac OS X install DVD(I got with my mac), I got a Developer folder in my mac which has following files and directories inside it

About Xcode Tools.pdf
Documentation
Extras
Icon?
Makefiles
Private
Tools
Applications
Examples
Headers
Library
Platforms
SDKs
usr

Now, do I have to give some command and set the environment too, or it should be set by itself now after the installation?

Thanks & Regards,
Sudha.