Libraries problem

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

Hi Alejandro,
Can you export ROOT_INCLUDE_PATH=/foo/bar where /foo/bar is the directory that contains .../GenFit//include/AbsKalmanFitter.h? If you run ROOT with that environment variable set it should be able to find the headers.
Axel.

Hi Axel,

We finally decide to go back to another version since I found out this ticket still open
https://sft.its.cern.ch/jira/browse/ROOT-6446
and that is exactly my issue.

Thanks,
Alejandro

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