<div dir="ltr"><div class="gmail_default" style="font-family:verdana,sans-serif;font-size:small">If I enable BUILD_TESTING then there are no compile errors.</div></div><div class="gmail_extra"><br><br><div class="gmail_quote">

On Wed, May 22, 2013 at 3:28 PM, Dženan Zukić <span dir="ltr">&lt;<a href="mailto:dzenanz@gmail.com" target="_blank">dzenanz@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">

<div dir="ltr"><div class="gmail_default"><font face="verdana, sans-serif">I get compile errors with RC1. 163 projects built OK and 10 failed. Most common error was &quot;cannot include vtkTestDriver.h&quot;. Below is a small sample of errors. Machine: Win7x64 + VS2010SP1.</font></div>


<div class="gmail_default"><font face="verdana, sans-serif"><br></font></div><div class="gmail_default"><font face="verdana, sans-serif"><div class="gmail_default">6&gt;D:/SDK/vtk-6.0.0/Testing/Rendering/vtkTestingObjectFactory.h(38): fatal error C1083: Cannot open include file: &#39;vtkTestDriver.h&#39;: No such file or directory</div>


<div class="gmail_default">7&gt;D:\SDK\vtk-6.0.0\Rendering\HybridOpenGL\Testing\Cxx\TestSurfaceLIC.h(27): fatal error C1083: Cannot open include file: &#39;vtkRegressionTestImage.h&#39;: No such file or directory</div><div class="gmail_default">


8&gt;D:\SDK\vtk-6.0.0\Rendering\HybridOpenGL\Testing\Cxx\TestStructuredGridLIC2DSlice.h(29): fatal error C1083: Cannot open include file: &#39;vtkTestUtilities.h&#39;: No such file or directory</div></font></div></div><div class="gmail_extra">


<br><br><div class="gmail_quote"><div><div class="h5">On Mon, May 20, 2013 at 10:24 PM, David E DeMarle <span dir="ltr">&lt;<a href="mailto:dave.demarle@kitware.com" target="_blank">dave.demarle@kitware.com</a>&gt;</span> wrote:<br>

</div></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div><div class="h5">
<div dir="ltr"><span style="font-family:arial,sans-serif;font-size:13px">Kitware and the </span><span style="background-color:rgb(255,255,204);font-family:arial,sans-serif;font-size:13px">VTK</span><span style="font-family:arial,sans-serif;font-size:13px"> team are happy to </span><span style="background-color:rgb(255,255,204);font-family:arial,sans-serif;font-size:13px">announce</span><span style="font-family:arial,sans-serif;font-size:13px"> that </span><span style="background-color:rgb(255,255,204);font-family:arial,sans-serif;font-size:13px">VTK</span><span style="font-family:arial,sans-serif;font-size:13px"> 6.0 has</span><br style="font-family:arial,sans-serif;font-size:13px">





<span style="font-family:arial,sans-serif;font-size:13px">entered the release candidate stage!</span><br style="font-family:arial,sans-serif;font-size:13px"><br style="font-family:arial,sans-serif;font-size:13px"><span style="font-family:arial,sans-serif;font-size:13px">You can find the source and data packages here:</span><br style="font-family:arial,sans-serif;font-size:13px">





<a href="http://www.vtk.org/VTK/resources/software.html#cand" style="font-family:arial,sans-serif;font-size:13px" target="_blank">http://www.<span style="background-color:rgb(255,255,204);color:rgb(34,34,34)">vtk</span>.org/<span style="background-color:rgb(255,255,204);color:rgb(34,34,34)">VTK</span>/resources/software.html#cand</a><div>




<div><br style="font-family:arial,sans-serif;font-size:13px"><font face="arial, sans-serif">The big news in this release is that VTK has been refactored from a large monolithic resource consisting of 19 tightly bound &quot;kits&quot; into a still large but now composeable resource consisting of 160 loosely bound &quot;modules&quot;. Now applications can be built using just the source code for the small portions of the VTK library that they actually use instead of the whole million plus line enchilada.</font><span style="font-family:arial,sans-serif"> Conversely, it is easier than ever now to add new capabilities to VTK by writing small self-contained external modules. </span></div>




<div><span style="font-family:arial,sans-serif"><br></span></div><div><span style="font-family:arial,sans-serif">To refactor VTK, we started by cleanly separating VTK&#39;s Executive and DataObject classes. You may notice this first in the way that vtkAlgorithm::SetInput() has now been replaced by vtkAlgorithm::SetInputConnection() for connecting Algorithms together and vtkAlgorithm::SetInputData() for feeding D</span><font face="arial, sans-serif">ataObjects directly into Algorithms. </font></div>




<div><font face="arial, sans-serif"><br></font></div><div><font face="arial, sans-serif">Next, we modernized our CMake build system scripts by sorting the classes into small functional groups, removing all of the configure time behavioral changes, and replacing the dated KitCommonBlock CMake macros with vtkModuleMacro CMake macros to define the content and dependencies of each functional group. You may notice this first in the way that platform specific classes, such as vtkXRenderWindowInteractor, are not produced automatically by calls to vtkRenderWindowInteractor::New() anymore, unless CMake knows that your code requires the RenderingOpenGL implementation of the RenderingCore module.</font></div>




<div><font face="arial, sans-serif"><br></font></div><div><font face="arial, sans-serif">For full guideline to upgrading your application from VTK 5.x to VTK 6.x, please see the VTK migration guides at: </font></div>

<div><a href="http://www.vtk.org/Wiki/VTK/VTK_6_Migration/Overview" target="_blank">http://www.vtk.org/Wiki/VTK/VTK_6_Migration/Overview</a>,</div><div><a href="http://www.vtk.org/Wiki/VTK/Build_System_Migration" target="_blank">http://www.vtk.org/Wiki/VTK/Build_System_Migration</a> and </div>




<div><a href="http://www.vtk.org/Wiki/VTK/Module_Development" target="_blank">http://www.vtk.org/Wiki/VTK/Module_Development</a><br></div><div><font face="arial, sans-serif"><br></font></div><div><font face="arial, sans-serif">Besides modularization, VTK has the usual spate of new features, bug fixes and cleanups. These items will be summarized when VTK 6.0.0 final is released in a few days time.</font><br>




<div><br style="font-family:arial,sans-serif;font-size:13px"><span style="font-family:arial,sans-serif;font-size:13px">The attachment has a complete list of changes in this release</span><br style="font-family:arial,sans-serif;font-size:13px">





<span style="font-family:arial,sans-serif;font-size:13px">candidate since VTK5.10.1. Please try this version of </span><span style="background-color:rgb(255,255,204);font-family:arial,sans-serif;font-size:13px">VTK</span><span style="font-family:arial,sans-serif;font-size:13px"> and</span><br style="font-family:arial,sans-serif;font-size:13px">





<span style="font-family:arial,sans-serif;font-size:13px">report any issues to the list or the bug tracker so that we can try to address them before VTK 6.0.0 final.</span><div style="font-family:arial,sans-serif;font-size:13px">




<div><img src="https://mail.google.com/mail/u/1/images/cleardot.gif"></div><span><font color="#888888">
</font></span></div><span><font color="#888888"><div>David E DeMarle<br>Kitware, Inc.<br>R&amp;D Engineer<br>21 Corporate Drive<br>Clifton Park, NY 12065-8662<br>Phone: <a href="tel:518-881-4909" value="+15188814909" target="_blank">518-881-4909</a></div>



</font></span></div></div></div></div>
<br></div></div>_______________________________________________<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>
</blockquote></div><br></div>