-
Notifications
You must be signed in to change notification settings - Fork 11
Open
Description
I compiled qling using cling from an exiting ROOT installation (obtained from git repository)
When I try running it I get this error:
./cling/Interpreter/RuntimeUniverse.h:26:10: fatal error: 'cling/Interpreter/RuntimeException.h' file not found
include "cling/Interpreter/RuntimeException.h"
^
input_line_2:1:45: error: no type named 'Interpreter' in namespace 'cling'
namespace cling {namespace runtime { cling::Interpreter gCling=(cling::Interpreter)140736718491952;} }
~~~~~~~^
...
It seems this error happens when the qling interpreter is instantiated (before calling Qling::init()). I checked the llvm_install path and it seems to be the same passed to the interpreter instance used by the root tool itself, which it's working properly
Any suggestions on what can be going wrong?
Thanks a lot.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels