Hello,
The linking breakes at Utilities/DataFlow/src/SubframeBuilderDevice.cxx because of the lines where a LOG(NFO) tries to printout "mDuration", which is defined in the header as "constexpr static uint32_t" and if I cast it with "static_cast<uint64_t>(mDuration)" then it passes and the build is ok.
cheers,
Bogdan.
Hello,
The linking breakes at Utilities/DataFlow/src/SubframeBuilderDevice.cxx because of the lines where a LOG(NFO) tries to printout "mDuration", which is defined in the header as "constexpr static uint32_t" and if I cast it with "static_cast<uint64_t>(mDuration)" then it passes and the build is ok.
cheers,
Bogdan.