Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[root6] StBFChain: Declare global pointer to chain in compiled code
It appears that the ROOT6 interpreter prefers to see the declaration of the main StBFChain in the compiled code over the one in the `bfc.C` macro: ``` LoadTable: .L /star-sw/StarDb/AgMLGeometry/Geometry.y2021a.C IncrementalExecutor::executeFunction: symbol 'chain' unresolved while linking [cling interface function]! root4star: .sl79_gcc485/OBJ/StRoot/St_db_Maker/St_db_Maker.cxx:934: virtual TDataSet* St_db_Maker::LoadTable(TDataSet*): Assertion `!ee' failed. ``` Could it be that global variables in interpreted code are not visible in other interpreted scripts?
- Loading branch information