Andreas Tille <andr...@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