Bug #428
closedBuild failure due to r8734
Description
The changes introduced in r8734 (CbmL1TofMerger) cause the system not to build any more (Mac OS, clang, FairRoot v-15.07a, FairSoft jul15p2; same with FairRoot v-15.03a, FairSoft map15p2)
/Users/vfriese/software/cbmroot/trunk/source/L1/CbmL1TofMerger.cxx:46:38: error: addition of default argument on redeclaration makes this constructor a default constructor
CbmL1TofMerger::CbmL1TofMerger(Int_t verbose=1):fArrayTrdTrack(0)
See also Dashboard. There seem to be more problems than just this one.
Updated by Florian Uhlig over 6 years ago
- Status changed from Assigned to Resolved
- % Done changed from 0 to 100
Applied in changeset cbmroot|r8740.
Updated by Florian Uhlig over 6 years ago
I couldn't find the problem on the dashboard, so it probably only shows up with clang. It is fixed anyway.
The other problems have been due to an update of an external svn repo. This issue was solved by fixing the version in the svn:externals property file.