Skip to content

Document build of FLANN #141

Description

@schuhschuh

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

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions