Any hints?
ed@ed-desktop:~/atomspace/build$ make
[ 0%] Built target opencog_atom_types
[ 0%] Building CXX object opencog/truthvalue/CMakeFiles/truthvalue.dir/EvidenceCountTruthValue.cc.o
/home/ed/atomspace/opencog/truthvalue/EvidenceCountTruthValue.cc: In lambda function:
/home/ed/atomspace/opencog/truthvalue/EvidenceCountTruthValue.cc:164:52: error: ‘is_within’ was not declared in this scope
return is_within(lhs, rhs, FLOAT_ACCEPTABLE_ERROR);
^
/home/ed/atomspace/opencog/truthvalue/EvidenceCountTruthValue.cc: In member function ‘virtual bool opencog::EvidenceCountTruthValue::operator==(const opencog::ProtoAtom&) const’:
/home/ed/atomspace/opencog/truthvalue/EvidenceCountTruthValue.cc:168:21: error: could not convert ‘close_enough.opencog::EvidenceCountTruthValue::operator==(const opencog::ProtoAtom&) const::<lambda(opencog::count_t, opencog::count_t)>(opencog::EvidenceCountTruthValue::getPositiveCount(), ectv->opencog::EvidenceCountTruthValue::getPositiveCount())’ from ‘void’ to ‘bool’
return close_enough(getPositiveCount(), ectv->getPositiveCount())
^
/home/ed/atomspace/opencog/truthvalue/EvidenceCountTruthValue.cc:171:20: error: could not convert ‘close_enough.opencog::EvidenceCountTruthValue::operator==(const opencog::ProtoAtom&) const::<lambda(opencog::count_t, opencog::count_t)>(opencog::EvidenceCountTruthValue::getCount(), ectv->opencog::EvidenceCountTruthValue::getCount())’ from ‘void’ to ‘bool’
close_enough(getCount(), ectv->getCount()));
^
opencog/truthvalue/CMakeFiles/truthvalue.dir/build.make:110: recipe for target 'opencog/truthvalue/CMakeFiles/truthvalue.dir/EvidenceCountTruthValue.cc.o' failed
make[2]: *** [opencog/truthvalue/CMakeFiles/truthvalue.dir/EvidenceCountTruthValue.cc.o] Error 1
CMakeFiles/Makefile2:1858: recipe for target 'opencog/truthvalue/CMakeFiles/truthvalue.dir/all' failed
make[1]: *** [opencog/truthvalue/CMakeFiles/truthvalue.dir/all] Error 2
Makefile:149: recipe for target 'all' failed
make: *** [all] Error 2