Error in cling::AutoLoadingVisitor::InsertIntoAutoLoadingState:

Could you please provide me with an advice what I should fix in this situation:

Error in cling::AutoLoadingVisitor::InsertIntoAutoLoadingState:
   Missing FileEntry for ExRootAnalysis/ExRootTask.h
   requested to autoload type ExRootTask

I think there is some information missing here. With which version of ROOT? Which platform? Which compiler? When do you see this error? When doing what? How can we try to reproduce it?

ROOT Version: 6.22/03
I am running a binary that depends on a custom built library.
Should I set some environment variables?

Try with something like:

export LD_LIBRARY_PATH=/path/to/ExRootAnalysis:${LD_LIBRARY_PATH}
export ROOT_INCLUDE_PATH=/path/to/ExRootAnalysis/../
1 Like

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