[Kwiver-users] [MapTk] : CMake Error : Missing include files

Matthew Leotta matt.leotta at kitware.com
Mon Jan 18 09:07:18 EST 2016


The current release branch (v0.7.1) is the last minor release that does not depend on the new Vital repository (https://github.com/kitware/vital <https://github.com/kitware/vital>).  Vital contains many of the core data structures and low-level functionality (logging, config file parsing, etc.) that have been factored out of the MAP-Tk code base for greater sharing across KWIVER projects.  On the current master branch (to be release in v0.8.0) you now must build MAP-Tk against Vital.  There should be a “vital_DIR” CMake variable that you can point to your Vital build tree or install path.  Vital provides kwiver-utils and vital-flags among other things.  I would expect you should get an error that Vital is not found before you get more obscure errors like those reported.  Are those errors from a clean configure/build of MAP-Tk on the master branch?  Did CMake complain about Vital not being found?  What operating system are you running?

Thanks,
Matt


> On Jan 16, 2016, at 3:00 PM, R. Pelapur <rpelapur at archlinux.info> wrote:
> 
> Hi,
> Getting CMake errors about vital and kwiver files (which are not present in the current subdirectories)
> 
> 
> CMake Error at CMakeLists.txt:50 (include):
>   include could not find load file:
> 
>     kwiver-utils
> 
> CMake Error at CMakeLists.txt:52 (include):
>   include could not find load file:
> 
>     vital-flags
> 
> 
> CMake Error at maptk/CMakeLists.txt:65 (kwiver_install_headers):
>   Unknown CMake command "kwiver_install_headers".
> 
> Using CMake 3.4.20160112-gb5009 and MapTk (fef1ad996828039e72ff2dfe210cd3f7cf420784). 
> 
> Had to go back to a commit prior to the release merge : 0be1f318d969be880139b6403fbc83fd77add917 for now which builds successfully. 
> 
> _______________________________________________
> Kwiver-users mailing list
> Kwiver-users at public.kitware.com <mailto:Kwiver-users at public.kitware.com>
> http://public.kitware.com/mailman/listinfo/kwiver-users <http://public.kitware.com/mailman/listinfo/kwiver-users>

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://public.kitware.com/pipermail/kwiver-users/attachments/20160118/f8292ba8/attachment.html>


More information about the Kwiver-users mailing list