<div dir="ltr">Hi Nicholas,<div><br></div><div>I built Paraview and VTK on a standard Amazon Linux AMI (back in 2011) and it just required a </div><div><br></div><div><div>yum install libXt</div><div>yum install libXt-devel</div>
</div><div><br></div><div>libXt-devel only contains the header files needed for development, the library libXt.so.* is installed with "yum install libXt"</div><div><br></div><div>Check to see if it is installed with</div>
<div><br></div><div>find /usr -name libXt*</div><div><br></div><div>hth</div><div><br></div><div>Goodwin</div><div><br></div></div><div class="gmail_extra"><br><br><div class="gmail_quote">On Mon, Feb 17, 2014 at 7:33 AM, 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:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi,<br>
<br>
    Using a CentOS 6.x image/instance, I am attempting to build VTK 5.10.1<br>
<br>
    I believe I have installed the required yum packages but keep getting the libXt-devel libraries still being missing (I have yum installed that already).<br>
<br>
    Anyone tried building VTK on Amazon AMI and can shed some light on the full yum packages required for a successful build ?<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>
</blockquote></div><br></div>