kwiver icon indicating copy to clipboard operation
kwiver copied to clipboard

KWIVER 1.5 build failure on windows

Open aaron-bray opened this issue 4 years ago • 0 comments

I had to add : #include <stdexcept> here: https://github.com/Kitware/kwiver/blob/5a7a959a1df79d1657774b36d2c35be5884850c6/vital/types/track.cxx#L39

to get kwiver 1.5 to compile on windows MSVC 2019 (16.6.2) due to : KWIVER\src\vital\types\track.cxx(138,16): error C2039: 'logic_error': is not a member of 'std'

Note, I built both the basic KWIVER (no added cmake options) and with ARROWS and PROJ

aaron-bray avatar Jul 10 '20 16:07 aaron-bray