Building FLANN 1.8.4 with Visual Studio 2015 (and apparently also earlier versions, including the minimum required version to build MIRTK itself, i.e., VS 2013) produces a compiler error. The solution can be found in this SO thread. The following few lines have to be added to src\cpp\flann\util\serialization.h:92:
#ifdef _MSC_VER
BASIC_TYPE_SERIALIZER(unsigned __int64);
#endif
Building FLANN 1.8.4 with Visual Studio 2015 (and apparently also earlier versions, including the minimum required version to build MIRTK itself, i.e., VS 2013) produces a compiler error. The solution can be found in this SO thread. The following few lines have to be added to
src\cpp\flann\util\serialization.h:92: