<html>
<head>
<meta content="text/html; charset=utf-8" http-equiv="Content-Type">
</head>
<body text="#000000" bgcolor="#FFFFFF">
Solution : Vital is now required.<br>
<br>
Thanks for the fix.<br>
<br>
commit 59472c9a13db56aee2fd162ae71cabd6e39e6792 :<br>
<br>
Built and works fine. Marking as solved.<br>
<br>
<br>
<div class="moz-cite-prefix">On 01/18/2016 10:20 AM, Matt Leotta
wrote:<br>
</div>
<blockquote
cite="mid:CAJ40+bLSdCh4JL-8j+K00DFSM86oNxOQ3aZi8WjethDU_VXSTQ@mail.gmail.com"
type="cite">
<div dir="ltr">Thanks for reporting this. I can confirm that I
see those errors. However, before the errors you should have
seen the following warning:
<div><br>
</div>
<div>
<div><span style="background-color:rgb(255,255,255)"><font
color="#ff0000"> CMake Warning at CMakeLists.txt:19
(find_package):</font></span></div>
<div><span style="background-color:rgb(255,255,255)"><font
color="#ff0000"> By not providing "Findvital.cmake" in
CMAKE_MODULE_PATH this project has</font></span></div>
<div><span style="background-color:rgb(255,255,255)"><font
color="#ff0000"> asked CMake to find a package
configuration file provided by "vital", but</font></span></div>
<div><span style="background-color:rgb(255,255,255)"><font
color="#ff0000"> CMake did not find one.</font></span></div>
<div><span style="background-color:rgb(255,255,255)"><font
color="#ff0000"><br>
</font></span></div>
<div><span style="background-color:rgb(255,255,255)"><font
color="#ff0000"> Could not find a package
configuration file provided by "vital" with any of</font></span></div>
<div><span style="background-color:rgb(255,255,255)"><font
color="#ff0000"> the following names:</font></span></div>
<div><span style="background-color:rgb(255,255,255)"><font
color="#ff0000"><br>
</font></span></div>
<div><span style="background-color:rgb(255,255,255)"><font
color="#ff0000"> vitalConfig.cmake</font></span></div>
<div><span style="background-color:rgb(255,255,255)"><font
color="#ff0000"> vital-config.cmake</font></span></div>
<div><span style="background-color:rgb(255,255,255)"><font
color="#ff0000"><br>
</font></span></div>
<div><span style="background-color:rgb(255,255,255)"><font
color="#ff0000"> Add the installation prefix of
"vital" to CMAKE_PREFIX_PATH or set</font></span></div>
<div><span style="background-color:rgb(255,255,255)"><font
color="#ff0000"> "vital_DIR" to a directory containing
one of the above files. If "vital"</font></span></div>
<div><span style="background-color:rgb(255,255,255)"><font
color="#ff0000"> provides a separate development
package or SDK, be sure it has been</font></span></div>
<div><span style="background-color:rgb(255,255,255)"><font
color="#ff0000"> installed.</font></span></div>
</div>
<div><br>
</div>
<div>That warning should actually be an error because Vital is
required. We will fix this by marking Vital as REQUIRED in
CMake, so the above warning will become an error and you won't
see those other errors.</div>
<div><br>
</div>
<div>Either way, the solution is to build the Vital project and
then specify the path to it in the "vital_DIR" CMake variable
in MAP-Tk.</div>
<div><br>
</div>
<div>--Matt</div>
<div><br>
</div>
</div>
<div class="gmail_extra"><br>
<div class="gmail_quote">On Mon, Jan 18, 2016 at 9:48 AM, <a
moz-do-not-send="true" href="mailto:rpelapur@archlinux.info"><a class="moz-txt-link-abbreviated" href="mailto:rpelapur@archlinux.info">rpelapur@archlinux.info</a></a>
<span dir="ltr"><<a moz-do-not-send="true"
href="mailto:rpelapur@archlinux.info" target="_blank">rpelapur@archlinux.info</a>></span>
wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0
.8ex;border-left:1px #ccc solid;padding-left:1ex">
<div dir="auto">
<div><span></span></div>
<div>
<div><span class="">
<blockquote type="cite"><font color="#000000"><span
style="background-color:rgba(255,255,255,0)">Are
those errors from a clean configure/build of
MAP-Tk on the master branch? </span></font></blockquote>
</span>Yes. It is a clean build on the master branch
commit #<span
style="background-color:rgba(255,255,255,0)">fef1ad996828039e72ff2dfe210cd3f7cf420784
where I am getting the error.</span><span class="">
<blockquote type="cite"><font color="#000000"><span
style="background-color:rgba(255,255,255,0)">Did
CMake complain about Vital not being found? </span></font></blockquote>
</span>No. The first error is the "Kwiver-utils" not
being found followed by "vital-flags" not being found.<span
class=""><br>
<blockquote type="cite"><font color="#000000"><span
style="background-color:rgba(255,255,255,0)"> What
operating system are you running?</span></font></blockquote>
</span>Linux (x86_64). A rolling release Arch and
CentOS 6 stable if that matters.</div>
<div><br>
</div>
<div>Thanks for the reply. </div>
<div><br>
<br>
Sent from my iPhone</div>
<div>
<div class="h5">
<div><br>
On Jan 18, 2016, at 8:07 AM, Matthew Leotta <<a
moz-do-not-send="true"
href="mailto:matt.leotta@kitware.com"
target="_blank"><a class="moz-txt-link-abbreviated" href="mailto:matt.leotta@kitware.com">matt.leotta@kitware.com</a></a>>
wrote:<br>
<br>
</div>
<blockquote type="cite">
<div>The current release branch (v0.7.1) is the
last minor release that does not depend on the
new Vital repository (<a moz-do-not-send="true"
href="https://github.com/kitware/vital"
target="_blank">https://github.com/kitware/vital</a>).
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?
<div><br>
</div>
<div>Thanks,</div>
<div>Matt</div>
<div><br>
</div>
<div><br>
<div>
<blockquote type="cite">
<div>On Jan 16, 2016, at 3:00 PM, R.
Pelapur <<a moz-do-not-send="true"
href="mailto:rpelapur@archlinux.info"
target="_blank">rpelapur@archlinux.info</a>>
wrote:</div>
<br>
<div><span
style="font-family:Helvetica;font-size:12px;font-style:normal;font-variant:normal;font-weight:normal;letter-spacing:normal;line-height:normal;text-align:start;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px;background-color:rgb(255,255,255);float:none;display:inline!important">Hi,</span><br
style="font-family:Helvetica;font-size:12px;font-style:normal;font-variant:normal;font-weight:normal;letter-spacing:normal;line-height:normal;text-align:start;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px;background-color:rgb(255,255,255)">
<span
style="font-family:Helvetica;font-size:12px;font-style:normal;font-variant:normal;font-weight:normal;letter-spacing:normal;line-height:normal;text-align:start;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px;background-color:rgb(255,255,255);float:none;display:inline!important">Getting
CMake errors about vital and kwiver
files (which are not present in the
current subdirectories)</span><br
style="font-family:Helvetica;font-size:12px;font-style:normal;font-variant:normal;font-weight:normal;letter-spacing:normal;line-height:normal;text-align:start;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px;background-color:rgb(255,255,255)">
<br
style="font-family:Helvetica;font-size:12px;font-style:normal;font-variant:normal;font-weight:normal;letter-spacing:normal;line-height:normal;text-align:start;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px;background-color:rgb(255,255,255)">
<br
style="font-family:Helvetica;font-size:12px;font-style:normal;font-variant:normal;font-weight:normal;letter-spacing:normal;line-height:normal;text-align:start;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px;background-color:rgb(255,255,255)">
<div style="white-space:pre-wrap;font-family:Helvetica;font-size:12px;font-style:normal;font-variant:normal;font-weight:normal;letter-spacing:normal;line-height:normal;text-align:start;text-indent:0px;text-transform:none;word-spacing:0px;background-color:rgb(255,255,255);margin:0px"><span style="color:rgb(255,0,0)">CMake Error at CMakeLists.txt:50 (include):
include could not find load file:
kwiver-utils
</span></div>
<div style="white-space:pre-wrap;font-family:Helvetica;font-size:12px;font-style:normal;font-variant:normal;font-weight:normal;letter-spacing:normal;line-height:normal;text-align:start;text-indent:0px;text-transform:none;word-spacing:0px;background-color:rgb(255,255,255);margin:0px"><span style="color:rgb(255,0,0)">CMake Error at CMakeLists.txt:52 (include):
include could not find load file:
vital-flags</span></div>
<br
style="font-family:Helvetica;font-size:12px;font-style:normal;font-variant:normal;font-weight:normal;letter-spacing:normal;line-height:normal;text-align:start;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px;background-color:rgb(255,255,255)">
<br
style="font-family:Helvetica;font-size:12px;font-style:normal;font-variant:normal;font-weight:normal;letter-spacing:normal;line-height:normal;text-align:start;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px;background-color:rgb(255,255,255)">
<div style="white-space:pre-wrap;font-family:Helvetica;font-size:12px;font-style:normal;font-variant:normal;font-weight:normal;letter-spacing:normal;line-height:normal;text-align:start;text-indent:0px;text-transform:none;word-spacing:0px;background-color:rgb(255,255,255);margin:0px"><span style="color:rgb(255,0,0)">CMake Error at maptk/CMakeLists.txt:65 (kwiver_install_headers):
Unknown CMake command "kwiver_install_headers".
</span></div>
<br
style="font-family:Helvetica;font-size:12px;font-style:normal;font-variant:normal;font-weight:normal;letter-spacing:normal;line-height:normal;text-align:start;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px;background-color:rgb(255,255,255)">
<span
style="font-family:Helvetica;font-size:12px;font-style:normal;font-variant:normal;font-weight:normal;letter-spacing:normal;line-height:normal;text-align:start;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px;background-color:rgb(255,255,255);float:none;display:inline!important">Using
CMake 3.4.20160112-gb5009 and MapTk (</span><font
color="#000000"><span
style="background-color:rgba(255,255,255,0)">fef1ad996828039e72ff2dfe210cd3f7cf420784</span></font><span
style="font-family:Helvetica;font-size:12px;background-color:rgb(255,255,255)">).</span> </div>
</blockquote>
</div>
</div>
</div>
</blockquote>
<blockquote type="cite">
<div>
<div>
<div>
<blockquote type="cite">
<div><br
style="font-family:Helvetica;font-size:12px;font-style:normal;font-variant:normal;font-weight:normal;letter-spacing:normal;line-height:normal;text-align:start;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px;background-color:rgb(255,255,255)">
<span
style="font-family:Helvetica;font-size:12px;font-style:normal;font-variant:normal;font-weight:normal;letter-spacing:normal;line-height:normal;text-align:start;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px;background-color:rgb(255,255,255);float:none;display:inline!important">Had
to go back to a commit prior to the
release merge :
0be1f318d969be880139b6403fbc83fd77add917
for now which builds successfully.<span> </span></span><br
style="font-family:Helvetica;font-size:12px;font-style:normal;font-variant:normal;font-weight:normal;letter-spacing:normal;line-height:normal;text-align:start;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px;background-color:rgb(255,255,255)">
<br
style="font-family:Helvetica;font-size:12px;font-style:normal;font-variant:normal;font-weight:normal;letter-spacing:normal;line-height:normal;text-align:start;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px;background-color:rgb(255,255,255)">
<span
style="font-family:Helvetica;font-size:12px;font-style:normal;font-variant:normal;font-weight:normal;letter-spacing:normal;line-height:normal;text-align:start;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px;background-color:rgb(255,255,255);float:none;display:inline!important">_______________________________________________</span><br
style="font-family:Helvetica;font-size:12px;font-style:normal;font-variant:normal;font-weight:normal;letter-spacing:normal;line-height:normal;text-align:start;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px;background-color:rgb(255,255,255)">
<span
style="font-family:Helvetica;font-size:12px;font-style:normal;font-variant:normal;font-weight:normal;letter-spacing:normal;line-height:normal;text-align:start;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px;background-color:rgb(255,255,255);float:none;display:inline!important">Kwiver-users
mailing list</span><br
style="font-family:Helvetica;font-size:12px;font-style:normal;font-variant:normal;font-weight:normal;letter-spacing:normal;line-height:normal;text-align:start;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px;background-color:rgb(255,255,255)">
<a moz-do-not-send="true"
href="mailto:Kwiver-users@public.kitware.com"
style="font-family:Helvetica;font-size:12px;font-style:normal;font-variant:normal;font-weight:normal;letter-spacing:normal;line-height:normal;text-align:start;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px;background-color:rgb(255,255,255)"
target="_blank">Kwiver-users@public.kitware.com</a><br
style="font-family:Helvetica;font-size:12px;font-style:normal;font-variant:normal;font-weight:normal;letter-spacing:normal;line-height:normal;text-align:start;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px;background-color:rgb(255,255,255)">
<a moz-do-not-send="true"
href="http://public.kitware.com/mailman/listinfo/kwiver-users"
style="font-family:Helvetica;font-size:12px;font-style:normal;font-variant:normal;font-weight:normal;letter-spacing:normal;line-height:normal;text-align:start;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px;background-color:rgb(255,255,255)"
target="_blank">http://public.kitware.com/mailman/listinfo/kwiver-users</a><br
style="font-family:Helvetica;font-size:12px;font-style:normal;font-variant:normal;font-weight:normal;letter-spacing:normal;line-height:normal;text-align:start;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px;background-color:rgb(255,255,255)">
</div>
</blockquote>
</div>
<br>
</div>
</div>
</blockquote>
</div>
</div>
</div>
</div>
</blockquote>
</div>
<br>
</div>
</blockquote>
<br>
</body>
</html>