<div dir="ltr">Hi all.<div style>I made a GIT clone of the VTK 6.0 repository on Feb 27th, and now I am trying to build VTK on Visual Studio 2010 - Win64.</div><div style><br></div><div style>I&#39;ve enabled the following flags/groups on CMake (using CMake v2.8.10.2):</div>
<div style><br></div><div style>BUILD_SHARED_LIBS</div><div style>VTK_Group_Imaging</div><div style>VTK_Group_Rendering</div><div style>VTK_Group_StandAlone</div><div style>VTK_Group_Views</div><div style>VTK_WRAP_JAVA</div>
<div style><br></div><div style>After configuring, then generating, I build the ALL_BUILD project within the Visual Studio 2010 VTK solution.</div><div style><br></div><div style>Once the build process has finished, I obtain the following final summary:</div>
<div style><br></div><div style>========== Build: 383 succeeded, 2 failed, 0 up-to-date, 0 skipped ==========<br></div><div style><br></div><div style>Reviewing the previous error messages, I detected that the VTKJavaClasses and the VTKJavaJar builds failed. The relevant error message for these builds seems to be:</div>
<div style><br></div><div style>====</div><div style>[...]</div><div style><div> C:\[...]\buildWin64\java\vtk\vtkJavaTesting.java:10: error: cannot find symbol</div><div>382&gt;  import vtk.vtkTesting;</div><div>382&gt;            ^</div>
<div>382&gt;    symbol:   class vtkTesting</div><div>382&gt;    location: package vtk</div><div>[...]</div><div>====</div><div><br></div><div style>Basically, it cannot find the vtkTesting symbol inside the vtk package.</div>
<div style><br></div><div style>Is this error message related to the fact I did not select the &quot;BUILD_TESTING&quot; flag in CMake?</div><div style>Is this behavior expected, or rather it should compile without trying to import this symbol when the &quot;BUILD_TESTING&quot; flag is off on CMake?</div>
<div style><br></div><div style>Thanks for any hint on this.</div><div style>Best regards,</div><div style><br></div><div style>Marco</div><div style><br></div></div></div>