Please read tips for efficient and successful posting and posting code
Please fill also the fields below. Note that root -b -q will tell you this info, and starting from 6.28/06 upwards, you can call .forum bug from the ROOT prompt to pre-populate a topic.
ROOT Version: ROOT Version: 6.32.08
Platform: Linux
Compiler: gcc
Hello,
When I try and instantiate an object of my home-made analysis class, I get the following error:
You are probably missing the definition of cling::runtime::internal::LifetimeHandler::LifetimeHandler(cling::runtime::internal::DynamicExprInfo*, clang::DeclContext*, char const*, cling::Interpreter*)
I used this class in the past (few months ago) w/o problem.
Now that I come back to it, I get the above-mentioned error.
The full error message is:
root [1] recoEvents ana(events,0x3);
[runStaticInitializersOnce]: Failed to materialize symbols: { (main, { _ZN11__cling_N5015__cling_Un1Qu36EPv, _GLOBAL__sub_I_cling_module_58, __cxx_global_var_initcling_module_58_, __cxx_global_var_initcling_module_58_.2, _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEC1IS3_EEPKcRKS3_, _ZN11__cling_N503anaE, _ZN5cling7runtime8internal15DynamicExprInfoC1EPKcPPvb, __orc_init_func.cling-module-58, $.cling-module-58.__inits.0, _ZN11__cling_N5024__dynamic__cling_Un1Qu30E, _ZN5cling7runtime8internal15DynamicExprInfoC2EPKcPPvb, _ZNK5cling7runtime8internal15LifetimeHandler9getMemoryEv }) }
IncrementalExecutor::executeFunction: symbol '_ZN5cling7runtime8internal15LifetimeHandlerC1EPNS1_15DynamicExprInfoEPN5clang11DeclContextEPKcPNS_11InterpreterE' unresolved while linking [cling interface function]!
You are probably missing the definition of cling::runtime::internal::LifetimeHandler::LifetimeHandler(cling::runtime::internal::DynamicExprInfo*, clang::DeclContext*, char const*, cling::Interpreter*)
Maybe you need to load the corresponding shared library?
IncrementalExecutor::executeFunction: symbol '_ZN5cling7runtime8internal15LifetimeHandlerD1Ev' unresolved while linking [cling interface function]!
You are probably missing the definition of cling::runtime::internal::LifetimeHandler::~LifetimeHandler()
Maybe you need to load the corresponding shared library?
Can you help me?
Regards,
Yann Bedfer