Hello,
I am getting this error while running my ejecutable
Error in cling::AutoloadingVisitor::InsertIntoAutoloadingState:
Missing FileEntry for …/GenFit//include/AbsKalmanFitter.h
requested to autoload type genfit::TrackPoint
Error in cling::AutoloadingVisitor::InsertIntoAutoloadingState:
Missing FileEntry for …/GenFit//include/AbsFinitePlane.h
requested to autoload type genfit::AbsFinitePlane
Error in cling::AutoloadingVisitor::InsertIntoAutoloadingState:
Missing FileEntry for …/GenFit//include/AbsFitterInfo.h
requested to autoload type genfit::DetPlane
.
.
.
For several headers.
I am using root version 6.14/04 and gcc 4.9.3.
I read in some others posts that it is a known problem since version 6.08, if I am not wrong.
Since I am using libraries from my experiment, I am not able to apply some of the solution that I read, like creating a .rootmap associated to the libraries.
Thank you for any ideas you can provide,
Alejandro