|
Re: libEmc.so: undefined symbol: _ZNK17IfdDataProxyIFace9make_vtabEv [message #9721 is a reply to message #9720] |
Tue, 17 November 2009 15:16 |
Elwin Dijck
Messages: 16 Registered: June 2009 Location: Groningen, The Netherland...
|
occasional visitor |
From: *KVI.nl
|
|
Yes, I think you have load two additional libraries to solve this error (it was changed in gconfig/rootlogon.C). See the 3rd and 4th posts in this thread.
In the macro you use to load the PandaRoot libraries, PndBase and GlobalTasks have to be added:
...
gSystem->Load("libBase")
gSystem->Load("libPndBase") (<- here to add)
gSystem->Load("libGlobalTasks") (<- here to add)
gSystem->Load("libTrkBase")
...
|
|
|
|
|
|