|
Back
Midas
Rome
Roody
Rootana
|
Midas DAQ System |
Not logged in |
|
|
13 Nov 2023, Ivo Schulthess, Forum, mlogger does not HAVE_ROOT
|
13 Nov 2023, Konstantin Olchanski, Forum, mlogger does not HAVE_ROOT
|
13 Nov 2023, Stefan Ritt, Forum, mlogger does not HAVE_ROOT
|
14 Nov 2023, Konstantin Olchanski, Forum, mlogger does not HAVE_ROOT
|
14 Nov 2023, Ivo Schulthess, Forum, mlogger does not HAVE_ROOT
|
14 Nov 2023, Stefan Ritt, Forum, mlogger does not HAVE_ROOT
|
15 Nov 2023, Ivo Schulthess, Forum, mlogger does not HAVE_ROOT
|
|
Message ID: 2626
Entry time: 13 Nov 2023
In reply to: 2624
Reply to this: 2627
|
Author: |
Stefan Ritt |
Topic: |
Forum |
Subject: |
mlogger does not HAVE_ROOT |
|
|
When you do "cmake .." in the build directory, you will see
-- MIDAS: Found ROOT version xxx in yyy
which will tell you that ROOT has been found. Then you should check if it has been turned off manually by doing\
ccmake ..
in the build directory. You will then see all the control variables. Make sure NO_ROOT is turned OFF (meaning ROOT is enabled).
Finally, make sure you start "rmlogger" and not "mlogger". Only "rmlogger" contains the ROOT binding.
Stefan |