Dear vmtk users, I'm sending this email just in case someone has a similar problem as described below. I encountered two slight hiccups when compiling vmtk from superbuild:
1) vmtk-build/ITK/Code/Algorithms/itkCurvesLevelSetFunction.h:102:55: error: ‘PropagationSpeed’ was not declared in this scope, and no declarations were found by argument-dependent lookup at the point of instantiation This can be fixed by changing line 102 in itkCurvesLevelSetFunction.h from: { return PropagationSpeed( neighborhood, offset, gd ); } to { return this->PropagationSpeed( neighborhood, offset, gd ); } 2) A similar error occurs in vmtk- build/ITK/Code/Algorithms/itkGeodesicActiveContourLevelSetFunction.h Change line 117 from: return PropagationSpeed( neighborhood, offset, gd ); to return this->PropagationSpeed( neighborhood, offset, gd ); After that, everything compiled fine. I use Arch linux with gcc 4.7.1. The only non-default setting in the superbuild was build type - I used RelWithDebInfo. Best regards, Martin Vymazal ------------------------------------------------------------------------------ Live Security Virtual Conference Exclusive live event will cover all the ways today's security and threat landscape has changed and how IT managers can respond. Discussions will include endpoint security, mobile security and the latest in malware threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ _______________________________________________ vmtk-users mailing list vmtk-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/vmtk-users