<div dir="ltr"><div class="gmail_default" style="font-family:verdana,sans-serif;font-size:small">This same project builds on a different system with VS2010 and VTK git from a few weeks ago. This system inside a virtual machine has VS2012 and RC2 version of VTK. Both machines use Win7 x64.</div>
</div><div class="gmail_extra"><br><br><div class="gmail_quote">On Tue, Jun 11, 2013 at 8:09 PM, David E DeMarle <span dir="ltr"><<a href="mailto:dave.demarle@kitware.com" target="_blank">dave.demarle@kitware.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">Dženan,<div><br></div><div>Which modules did you build your VTK with? And which modules is your project asking to link to?</div>
<div><br></div><div>See the arguments to find_package(VTK) in <a href="http://www.vtk.org/Wiki/VTK/Build_System_Migration" target="_blank">http://www.vtk.org/Wiki/VTK/Build_System_Migration</a> for how to pick and choose amongst the available modules.</div>
<div><br></div><div>thanks for trying the release candidate!</div><span class="HOEnZb"><font color="#888888"><div><br></div></font></span></div><div class="gmail_extra"><span class="HOEnZb"><font color="#888888"><br clear="all">
<div>David E DeMarle<br>Kitware, Inc.<br>R&D Engineer<br>21 Corporate Drive<br>
Clifton Park, NY 12065-8662<br>Phone: 518-881-4909</div></font></span><div><div class="h5">
<br><br><div class="gmail_quote">On Tue, Jun 11, 2013 at 9:50 AM, David E DeMarle <span dir="ltr"><<a href="mailto:dave.demarle@kitware.com" target="_blank">dave.demarle@kitware.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div dir="ltr"><br><div class="gmail_extra"><br><div class="gmail_quote"><div>On Tue, Jun 11, 2013 at 5:13 AM, Dženan Zukić <span dir="ltr"><<a href="mailto:dzenanz@gmail.com" target="_blank">dzenanz@gmail.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex"><div dir="ltr"><div style="font-family:verdana,sans-serif;font-size:small">
I configured my Qt to be built without WebKit, and if I turn on VTK_Group_Qt during configuration I end up with the following error:</div>
<div style="font-family:verdana,sans-serif;font-size:small"><br></div><div><p style="font-family:verdana,sans-serif;font-size:small;margin:0px"><span style="color:rgb(255,0,0)">CMake Error at C:/Program Files (x86)/CMake 2.8/share/cmake-2.8/Modules/FindPackageHandleStandardArgs.cmake:97 (MESSAGE):</span></p>
<p style="font-family:verdana,sans-serif;font-size:small;margin:0px"><span style="color:rgb(255,0,0)"> Could NOT find Qt4 (missing: QT_QTWEBKIT_LIBRARY) (found version "4.8.2")</span></p>
<p style="font-family:verdana,sans-serif;font-size:small;margin:0px"><span style="color:rgb(255,0,0)">Call Stack (most recent call first):</span></p>
<p style="font-family:verdana,sans-serif;font-size:small;margin:0px"><span style="color:rgb(255,0,0)"> C:/Program Files (x86)/CMake 2.8/share/cmake-2.8/Modules/FindPackageHandleStandardArgs.cmake:288 (_FPHSA_FAILURE_MESSAGE)</span></p>
<p style="font-family:verdana,sans-serif;font-size:small;margin:0px"><span style="color:rgb(255,0,0)"> C:/Program Files (x86)/CMake 2.8/share/cmake-2.8/Modules/FindQt4.cmake:1200 (FIND_PACKAGE_HANDLE_STANDARD_ARGS)</span></p>
<p style="font-family:verdana,sans-serif;font-size:small;margin:0px"><span style="color:rgb(255,0,0)"> GUISupport/QtWebkit/CMakeLists.txt:1 (find_package)</span></p><p style="font-family:verdana,sans-serif;font-size:small;margin:0px">
<span style="color:rgb(255,0,0)"><br></span></p>If I leave <span style="font-family:verdana,sans-serif">VTK_Group_Qt to off, and just enable </span><font face="verdana, sans-serif">Module_vtkGUISupportQt and Module_vtkGUISupportQtOpenGL then there is no error. </font><span style="font-family:verdana,sans-serif">Is this the expected behavior?</span></div>
<div><font face="verdana, sans-serif"><br></font></div></div></blockquote><div><br></div></div><div>Yes. The VTK module GUISupport/QtWebkit is part of the VTK's Qt module group and it depends on Qt's Webkit.</div>
<div>
<div><br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex"><div dir="ltr"><div><font face="verdana, sans-serif"></font></div>
<div><font face="verdana, sans-serif">Another issue is that folder C:\VTK6.0.0.rc2\Imaging\Stencil is missing from additional include directories (Imaging\Color and Imaging\Core are present), so my project does not compile</font><span style="font-family:verdana,sans-serif">: Cannot open include file: 'vtkPolyDataToImageStencil.h'. If I add this path manually to MSVC project configuration, then the compilation is successful, but there is a </span><font face="verdana, sans-serif">fatal error LNK1104: cannot open file 'vtkGUISupportQtSQL.lib'. This file does not exist, there is only 'vtkGUISupportQt-6.0.lib'. The same for vtkViewsQt.lib. And finally I had to add C:\VTK6.0.0.rc2\lib\Debug\vtkImagingStencil-6.0.lib.</font></div>
</div>
<br></blockquote><div><br></div></div><div>Looking into it...</div><div> </div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">
_______________________________________________<br>
Powered by <a href="http://www.kitware.com" target="_blank">www.kitware.com</a><br>
<br>
Visit other Kitware open-source projects at <a href="http://www.kitware.com/opensource/opensource.html" target="_blank">http://www.kitware.com/opensource/opensource.html</a><br>
<br>
Please keep messages on-topic and check the VTK FAQ at: <a href="http://www.vtk.org/Wiki/VTK_FAQ" target="_blank">http://www.vtk.org/Wiki/VTK_FAQ</a><br>
<br>
Follow this link to subscribe/unsubscribe:<br>
<a href="http://www.vtk.org/mailman/listinfo/vtkusers" target="_blank">http://www.vtk.org/mailman/listinfo/vtkusers</a><br>
<br></blockquote></div><br></div></div>
</blockquote></div><br></div></div></div>
</blockquote></div><br></div>