I am guessing that this error is related to the error you mentioned below...<div><br></div><div><div>/home/ubuntu/ParaView-3.8.1/Utilities/Xdmf2/libsrc/utils/XdmfExodusReader.cxx:27:22: error: exodusII.h: No such file or directory</div>
<div><br></div><div>I have no need for the exodusii reader, I didn&#39;t see anywhere that I could disable it in cmake</div><br><div class="gmail_quote">On Fri, Feb 11, 2011 at 4:37 PM, Fabian, Nathan <span dir="ltr">&lt;<a href="mailto:ndfabia@sandia.gov">ndfabia@sandia.gov</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">



<div>
<font face="Calibri, Verdana, Helvetica, Arial"><span style="font-size:11pt">The OSMESA_LIBRARY should also point to libOSMesa.so<br>
<br>
(btw you can also compile leaving OPENGL_gl_LIBRARY and OPENGL_glu_LIBRARY empty.  I found I needed to do this when compiling static to avoid link errors in, I think, the XDMF library).<div class="im"><br>
<br>
On 2/11/11 6:32 PM, &quot;Matthew Dillon&quot; &lt;<a href="http://mrdillon@alaska.edu" target="_blank">mrdillon@alaska.edu</a>&gt; wrote:<br>
<br>
</div></span></font><blockquote><div class="im"><font face="Calibri, Verdana, Helvetica, Arial"><span style="font-size:11pt">Nathan,<br>
Thanks for the reply. That cleared out most of the warnings. I am left with:<br>
<br>
 WARNING: Target &quot;vtkRendering&quot; requests linking to directory &quot;/home/ubuntu/osmesa/lib&quot;.  Targets may link only to libraries.  CMake is dropping the item.<br>
 WARNING: Target &quot;vtkRendering&quot; requests linking to directory &quot;/home/ubuntu/osmesa/lib&quot;.  Targets may link only to libraries.  CMake is dropping the item.<br>
 WARNING: Target &quot;vtkVolumeRendering&quot; requests linking to directory &quot;/home/ubuntu/osmesa/lib&quot;.  Targets may link only to libraries.  CMake is dropping the item.<br>
<br>
which seems kind of critical to me... I am sure i am missing something else, but not sure what:<br>
<br>