Skip to content

Error running qling compiled with root distributed cling #2

@de0a100

Description

@de0a100

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions