Dear ROOT users, can someone help us with some problem concenring the gerneration of a dictionary which works under one user account but not on another. We do have a class "Track" and want to generate a dictionary according to: the following Linkdef.h file: #pragma link off all globals; #pragma link off all classes; #pragma link off all functions; #pragma link C++ class Track+; #pragma link C++ class vector<Track*>+; #pragma link C++ class vector<Track>+; and end up with the error message: rootcint -f Dict.cxx -c Track.h Linkdef.h Note: Link requested for undefined class allocator<Track*> (ignore this message) FILE: LINE:0 Note: Link requested for undefined class allocator<Track> (ignore this message) FILE: LINE:0 Segmentation fault On another user account, the whole thing works fine, allowing to store in the TTree STL collectoins of Track objects. Both accounts use /afs/cern.ch/sw/root/v3.05.05/rh73_gcc2952/root and gcc --version 2.95.2 has anyone come across similar problem and knows what else can cause such error? Greetings, Stefan, Helge
This archive was generated by hypermail 2b29 : Thu Jan 01 2004 - 17:50:14 MET