Re: include bug in tpc dedx [message #6687 is a reply to message #6684] |
Wed, 07 May 2008 16:03 |
Viola Michael
Messages: 5 Registered: August 2007
|
occasional visitor |
From: *e18.physik.tu-muenchen.de
|
|
Hi!
Sorry, i have never looked at the dashboard before...
i have fixed the include bug.
For the other bug i have some trouble to figure out what it is about. This is what i am thinking:
The constructor i am using:
in root header /include/TF1.h
template <class PtrObj, typename MemFn>
TF1(const char *name, const PtrObj& p, MemFn memFn, Double_t xmin, Double_t xmax, Int_t npar, char * = 0, char * = 0)
does not appear in the list of canditates?
in the dashboard i see that we are using the same system and the same compiler (Debian3.1, gcc3.3.5 )
the only difference i can make up is the root version:
-- Looking for Root... - version 5.14/00
so i checked release notes from root: http://root.cern.ch/root/Version515.news.html
and i found exactly what i am using in there.
So maybe your root version is too old...
Best regards,
Viola
|
|
|