meshtree.cpp:255:103: error: call to ‘bool vcg::AlignGlobal::GlobalAlign(const std::map<int, std::__cxx11::basic_string<char> >&, double, int, bool, FILE*, int*)’ uses the default argument for pa
rameter 6, which is not yet defined
while(!AG.GlobalAlign(names, StartGlobErr, 100, ap.MatchMode==vcg::AlignPair::Param::MMRigid, stdout)){
alignplugin doesn't follow lates changes in vcglibbuild error shows:
Looks like
alignplugin uses older definition ofCallBackinstead ofCallBackPos...