Apologies, I'm running it on Ubuntu 11.10<br><br><div class="gmail_quote">On Mon, Dec 10, 2012 at 4:46 PM, Obadiah <span dir="ltr"><<a href="mailto:ob1.owk@gmail.com" target="_blank">ob1.owk@gmail.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hello<br><br>I'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" target="_blank">http://www.vtk.org/Wiki/VTK/Examples/Cxx/Qt/RenderWindowUISingleInheritance</a><br>
<br>I've built it exactly as it is, the only things changed are in the CMakeLists.txt file, where in the line<br><pre><span>TARGET_LINK_LIBRARIES</span><span>(</span> RenderWindowUI <span>${VTK_LIBRARIES}</span> <span>)</span></pre>
I'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's going on, this is my first introduction to VTK. Any ideas?<br>
<br>Thanks<br>Obi<br>
</blockquote></div><br>