Hello<br><br>I&#39;m going off the QVTK RenderWindowUISingleInheritance example on the VTK page, as followed by this link<br><br><a href="http://www.vtk.org/Wiki/VTK/Examples/Cxx/Qt/RenderWindowUISingleInheritance">http://www.vtk.org/Wiki/VTK/Examples/Cxx/Qt/RenderWindowUISingleInheritance</a><br>
<br>I&#39;ve built it exactly as it is, the only things changed are in the CMakeLists.txt file, where in the line<br><pre class="de1"><span class="kw1">TARGET_LINK_LIBRARIES</span><span class="sy0">(</span> RenderWindowUI <span class="re0">${VTK_LIBRARIES}</span> <span class="sy0">)</span></pre>
I&#39;ve changed it to <br><br>TARGET_LINK_LIBRARIES( RenderWindowUISingleInheritance ${VTK_LIBRARIES} ${QT_LIBRARIES} QVTK)<br><br>So that it would compile. Except now, upon running the application, I get a segmentation fault. I have no idea what&#39;s going on, this is my first introduction to VTK. Any ideas?<br>
<br>Thanks<br>Obi<br>