[Debian-med-packaging] C++ help needed for psortb
Walter Landry
wlandry at caltech.edu
Tue Apr 18 20:26:58 UTC 2017
Andreas Tille <andreas at an3as.eu> wrote:
> hmm-binding.cpp: In member function ‘void HMM::init(char*, int, int)’:
> hmm-binding.cpp:245:20: error: ‘CUT_NONE’ was not declared in this scope
> thresh.autocut = CUT_NONE;
> ^~~~~~~~
> Makefile:346: recipe for target 'hmm-binding.o' failed
It is difficult to know without spending more time, but I would try
changing this to
thresh.autocut = threshold_s::CUT_NONE;
Cheers,
Walter Landry
More information about the Debian-med-packaging
mailing list