I tried to compile the latest meshlab code tonight, four error message I got when compiling filter_meshing project.
one of them as below:
Error 72 error C2784: 'ScalarType vcg::Distance(const vcg::Line2<linescalartype,norm> &,const vcg::Point2<p2scalartype> &)' : could not deduce template argument for 'const vcg::Line2<linescalartype,norm> &' from 'vcg::Plane3f' d:\MeshLab\src\meshlabplugins\filter_meshing\meshfilter.cpp 787 filter_meshing</linescalartype,norm></p2scalartype></linescalartype,norm>
After comparing versions 5441 and 5382 of meshfilter.cpp, I commented out lines from 785 to 789.
Things went fine.
Thus, I'd like to report the bug in meshfilter.cpp class.