Root runtime error

Hi,

I am sure I posted a issue early today, but for some reason I am not able to find it anymore… So I will post it again…

I’ve installed root under Ubuntu 8.10 compiling the source code…

I have ran the configure script like this

./configure --prefix=/opt/root --disable-xrootd

and the I have installed make -j2 && make install

my env is

> env | grep -i root LD_LIBRARY_PATH=:/opt/root/lib:/home/fguimara/Workspace/ChartDirector/lib PATH=/opt/matlab/bin:/opt/root/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/home/fguimara/bin:/usr/local/sbin:/opt/xlite:/home/fguimara/Workspace/Android/tools:/home/fguimara/bin/scripts ROOTSYS=/opt/root XERCESCROOT=/usr/include/xercesc PYTHONPATH=/opt/root/lib:

but it does not work…

[code]> root


  •                                     *
    
  •    W E L C O M E  to  R O O T       *
    
  •                                     *
    
  • Version 5.20/00 24 June 2008 *
  •                                     *
    
  • You are welcome to visit our Web site *
  •      http://root.cern.ch            *
    
  •                                     *
    

ROOT 5.20/00 (trunk@24524, Nov 30 2008, 16:15:00 on linuxx8664gcc)

CINT/ROOT C/C++ Interpreter version 5.16.29, Jan 08, 2008
Type ? for help. Commands must be C++ statements.
Enclose multiple statements between { }.
Error: cannot open file “iostream” (tmpfile):2:
*** Interpreter error recovered ***
Error: cannot open file “_string” (tmpfile):2:
*** Interpreter error recovered ***
Error: cannot open file “RtypesCint.h” (tmpfile):2:
*** Interpreter error recovered ***
Error: cannot open file “DllImport.h” (tmpfile):2:
*** Interpreter error recovered ***
root [0] .q
[/code]

What I am missing???

Cheers

Hi,

Where did you check-out the ROOT source code? If it is /opt/root then this is the problem, you can not install (with --prefix) in the same directory as the one you are build (if this is what you need, simply remove the --prefix from the configure line).

Cheers,
Philippe.

[quote=“pcanal”]Hi,

Where did you check-out the ROOT source code? If it is /opt/root then this is the problem, you can not install (with --prefix) in the same directory as the one you are build (if this is what you need, simply remove the --prefix from the configure line).

Cheers,
Philippe.[/quote]

So, I unzipped root at my home director… That is way I used the prefix?? Did I do wrong???

Cheers

[quote=“fguimara”][quote=“pcanal”]Hi,

Where did you check-out the ROOT source code? If it is /opt/root then this is the problem, you can not install (with --prefix) in the same directory as the one you are build (if this is what you need, simply remove the --prefix from the configure line).

Cheers,
Philippe.[/quote]

So, I unzipped root at my home director… That is way I used the prefix?? Did I do wrong???

Cheers[/quote]

Anything??

Hi,

Can you retry with the new version of ROOT v5.22?

Thanks,
Philippe