[Fixed] PndMvdStripHitProducer undeclared function [message #18291] |
Mon, 01 June 2015 11:31 |
Stefan Pflueger
Messages: 99 Registered: February 2012
|
continuous participant |
From: *kph.uni-mainz.de
|
|
Hello,
I just got an undefined reference when linking to the libMvd, and the following member function is not implemented.
/** Specify the branch & folder names for the I/O **/
void SetBranchNames(TString inBranchname, TString outBranchname, TString folderName);
Since we mostly have macros that use the shared libraries, these errors usually do not appear unless you link to that library from somewhere else. Maybe we can turn on -Wl,--no-undefined to avoid these kind of errors...
Cheers,
Stefan
[Updated on: Mon, 06 July 2015 13:40] Report message to a moderator
|
|
|