<div dir="ltr">Dear castor users,<div><br></div><div>I am new to CASTOR.</div><div>I have a plan to reconstruct the simulated results from GATE v.8.2.</div><div>I complied CASTOR using CMAKE with defining option in CMakeLists.txt as below:</div><div><br></div><div>option( CASToR_64bits "Build CASToR on 64 bits architecture" YES )<br>option( CASToR_VERBOSE "Print lot of infos from CASToR" YES )<br>option( CASToR_DEBUG "Enable many additionnal checks in primitive functions" NO )<br>option( CASToR_BUILD_GATE_UTILITIES "Build GATE tools for CASToR (require ROOT library)" YES )<br>option( CASToR_BUILD_SAMPLE_UTILITIES "Build toolkits and example codes" NO )<br>option( CASToR_BUILD_DEVEL "Build devel tools. Must be left unchecked" NO )<br>option( CASToR_ROOT "Build CASToR with ROOT library" NO )<br>option( CASToR_SIMD "Build CASToR with SIMD OPTION" NO )<br>option( CASToR_OMP "Build CASToR with OMP" NO )<br>option( CASToR_MPI "Build CASToR with MPI" NO )<br></div><div><br></div><div>The cmake compilation was successful with below command in terminal</div><div><br></div><div>cmake CMakeLists.txt -DCASTOR_CONFIG=/home/gate/kkm/castor_v3.1.1/config<br></div><div><br></div><div>and with make command the castor-RootToCastor.exe in bin directory.</div><div>However, when I execute the castor-RootToCastor.exe as below I got the error massage.</div><div><br></div><div>castor-GATERootToCastor -i benchSPECT.root -o test -m benchSPECT_dew.mac -s SPECT_CASTOR_BENCHMARK.geom<br>***** castor-GATERootToCastor :: CASToR must be compiled with ROOT to read input root files (check installation instructions)<br>***** Exit function called. Abort with code 1.<br></div><div><br></div><div>I confirmed that root is executed normally as below.</div><div><br></div><div>[gate@localhost castor_v3.1.1]$ root<br>   ------------------------------------------------------------------<br>  | Welcome to ROOT 6.19/02                        <a href="https://root.cern">https://root.cern</a> |<br>  | (c) 1995-2020, The ROOT Team; conception: R. Brun, F. Rademakers |<br>  | Built for linuxx8664gcc on Jan 17 2020, 09:32:43                 |<br>  | From tags/v6-19-02@v6-19-02                                      |<br>  | Try '.help', '.demo', '.license', '.credits', '.quit'/'.q'       |<br>   ------------------------------------------------------------------<br></div><div><br></div><div>Could anyone give help with this issue?</div><div><br></div><div>Thank you.</div><div><br></div><div>Kim.</div><div><br></div><div><br></div><div><br></div><div><br></div><div><br></div><div><br></div></div>