<div dir="ltr">Hi Nicholas,<div><br></div><div>Just to follow up - I built VTK 5.10.1 on a 32bit Linux AMI. The VTK libs built fine, but linking the GraphicsCxxTest executable fails because it can't find libXt symbols referenced in libvtkRendering.</div>
<div><br></div><div>To fix the bug, just add the lines below to VTK/Graphics/Testing/Cxx/CMakeList.txt</div><div><br></div><div><div> IF(X11_Xft_FOUND)</div><div> target_link_libraries(${KIT}CxxTests ${X11_Xft_LIB})</div>
<div> ENDIF(X11_Xft_FOUND)</div></div><div><br></div><div>This will only crop up if testing is on... switch that off in CMake and its goes too.</div><div><br></div><div>Goodwin</div><div class="gmail_extra"><br><br><div class="gmail_quote">
On Mon, Feb 17, 2014 at 11:08 PM, Nicholas Yue <span dir="ltr"><<a href="mailto:yue.nicholas@gmail.com" target="_blank">yue.nicholas@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>On 17/02/14 11:37 PM, Goodwin Lawlor 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">
Hi Nicholas,<br>
<br>
I built Paraview and VTK on a standard Amazon Linux AMI (back in 2011) and it just required a<br>
<br>
yum install libXt<br>
yum install libXt-devel<br>
<br>
libXt-devel only contains the header files needed for development, the library libXt.so.* is installed with "yum install libXt"<br>
<br>
Check to see if it is installed with<br>
<br>
find /usr -name libXt*<br>
<br>
hth<br>
</blockquote></div>
Thanks Goodwin. That helps.<div><div><br>
<br>
Cheers<br>
<br>
-- <br>
Nicholas Yue<br>
Graphics - RenderMan, Visualization, OpenGL, HDF5<br>
Custom Dev - C++ porting, OSX, Linux, Windows<br>
<a href="http://au.linkedin.com/in/nicholasyue" target="_blank">http://au.linkedin.com/in/<u></u>nicholasyue</a><br>
<a href="https://vimeo.com/channels/naiadtools" target="_blank">https://vimeo.com/channels/<u></u>naiadtools</a><br>
<br>
______________________________<u></u>_________________<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/<u></u>opensource/opensource.html</a><br>
<br>
Follow this link to subscribe/unsubscribe:<br>
<a href="http://www.vtk.org/mailman/listinfo/vtk-developers" target="_blank">http://www.vtk.org/mailman/<u></u>listinfo/vtk-developers</a><br>
<br>
</div></div></blockquote></div><br></div></div>