Fatal error: TRFIOFile.h: No such file or directory

Hi Experts,
I am using root-6.12.06. Using command to compile my code:
g+±5 Tb_tH_M1500_dCSV.C -o test03.exe -I$ROOTSYS/include -L$ROOTSYS/lib root-config --cflags root-config --libs
I am getting error as ;
In file included from Tb_tH_M1500_dCSV.C:2:0:
Tb_tH_M1500_dCSV.h:51:23: fatal error: TRFIOFile.h: No such file or directory
compilation terminated.
Even I try to comment the given line but problem still persists & give error for another header file.
I try to uninstall & re-install root but same results.
Help me with it.
Arjun

Try root-config --features and see if you have “rfio” inside or try root-config --has-rfio and see if you get “yes”.

For root-config --has-rfio I got no. So how could I add these header files? Any ideas.

Building ROOT

I follow the process, every step but no success. Still having same error.

Do you have the libshift from CASTOR (>= 1.5.2) installed (together with its development include files)?

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.