Ok.. I figured out what was wrong. The offending line was this: (running make with VERBOSE=1)<br><br><div style="margin-left: 40px;">[ 80%] Building CXX object Utilities/VTKClientServer/Xdmf/CMakeFiles/vtkXdmfCS.dir/vtkXdmfReaderClientServer.o
<br>/usr/local/ofed/mpi/gcc/openmpi-1.1.1-1/bin/mpicxx&nbsp;&nbsp; -DvtkXdmfCS_EXPORTS&nbsp;&nbsp; -Wno-deprecated -O3 -DNDEBUG -fPIC -I/viz/home/rhand/src/PV3/ParaView3/Utilities/VTKClientServer/Xdmf -I/viz/home/rhand/src/PV3/build -I/viz/home/rhand/src/PV3/build/VTK/Utilities -I/viz/home/rhand/src/PV3/ParaView3/Utilities/VTKClientServer -I/viz/home/rhand/src/PV3/build/Utilities/VTKClientServer -I/viz/home/rhand/src/PV3/ParaView3/VTK -I/viz/home/rhand/src/PV3/build/VTK -I/viz/home/rhand/src/PV3/ParaView3/VTK/Utilities -I/viz/home/rhand/src/PV3/ParaView3/VTK/Common -I/viz/home/rhand/src/PV3/build/VTK/Common -I/viz/home/rhand/src/PV3/ParaView3/VTK/Filtering -I/viz/home/rhand/src/PV3/build/VTK/Filtering -I/viz/home/rhand/src/PV3/ParaView3/VTK/GenericFiltering -I/viz/home/rhand/src/PV3/build/VTK/GenericFiltering -I/viz/home/rhand/src/PV3/ParaView3/VTK/IO -I/viz/home/rhand/src/PV3/build/VTK/IO -I/viz/home/rhand/src/PV3/ParaView3/VTK/Imaging -I/viz/home/rhand/src/PV3/build/VTK/Imaging -I/viz/home/rhand/src/PV3/ParaView3/VTK/Rendering -I/viz/home/rhand/src/PV3/build/VTK/Rendering -I/viz/home/rhand/src/PV3/ParaView3/VTK/Parallel -I/viz/home/rhand/src/PV3/build/VTK/Parallel -I/viz/home/rhand/src/PV3/ParaView3/VTK/Graphics -I/viz/home/rhand/src/PV3/build/VTK/Graphics -I/viz/home/rhand/src/PV3/ParaView3/VTK/Hybrid -I/viz/home/rhand/src/PV3/build/VTK/Hybrid -I/viz/home/rhand/src/PV3/ParaView3/VTK/VolumeRendering -I/viz/home/rhand/src/PV3/build/VTK/VolumeRendering -I/viz/home/rhand/src/PV3/ParaView3/VTK/Widgets -I/viz/home/rhand/src/PV3/build/VTK/Widgets -I/viz/home/rhand/src/PV3/ParaView3/VTK/Infovis -I/viz/home/rhand/src/PV3/build/VTK/Infovis -
<span style="font-weight: bold;">I/viz/home/rhand/local/include -I/viz/home/rhand/src/PV3/ParaView3/Utilities/Xdmf/vtk -I/viz/home/rhand/src/PV3/build/Utilities/Xdmf/vtk</span>&nbsp;&nbsp; -DPARAVIEW_BUILD_SHARED_LIBS -DVTK_PYTHON_BUILD -DMPICH_IGNORE_CXX_SEEK -o Utilities/VTKClientServer/Xdmf/CMakeFiles/vtkXdmfCS.dir/vtkXdmfReaderClientServer.o -c /viz/home/rhand/src/PV3/build/Utilities/VTKClientServer/Xdmf/vtkXdmfReaderClientServer.cxx
<br>/viz/home/rhand/src/PV3/build/Utilities/VTKClientServer/Xdmf/vtkXdmfReaderClientServer.cxx: In function `int vtkXdmfReaderCommand(vtkClientServerInterpreter*, vtkObjectBase*, const char*, const vtkClientServerStream&amp;, vtkClientServerStream&amp;)&#39;:
<br>/viz/home/rhand/src/PV3/build/Utilities/VTKClientServer/Xdmf/vtkXdmfReaderClientServer.cxx:605: error: &#39;class vtkXdmfReader&#39; has no member named &#39;RemoveAllGrids&#39;<br>gmake[2]: *** [Utilities/VTKClientServer/Xdmf/CMakeFiles/vtkXdmfCS.dir/vtkXdmfReaderClientServer.o] Error 1
<br>gmake[2]: Leaving directory `/viz/home/rhand/src/PV3/build&#39;<br>gmake[1]: *** [Utilities/VTKClientServer/Xdmf/CMakeFiles/vtkXdmfCS.dir/all] Error 2<br>gmake[1]: Leaving directory `/viz/home/rhand/src/PV3/build&#39;
<br>gmake: *** [all] Error 2<br></div><br>The bold part is the offending portion.&nbsp; The vtkXdmfReader.h file existing in the source tree, but before that it also exists in the /viz/home/rhand/local/include from a separate install I made of the Xdmf reader for other VTK-only code I&#39;ve written.&nbsp; I moved the files into another directory (temporarily) and the compile linked against the correct ones in the Source Tree.&nbsp; Any way this can be fixed in CMake?
<br clear="all"><br>-- <br>----------------------------------------<br>Randall Hand <br>Visualization Scientist<br>ERDC MSRC-ITL
<br><br>---------- Forwarded message ----------<br><span class="gmail_quote">From: <b class="gmail_sendername">Randall Hand</b> &lt;<a href="mailto:randall.hand@gmail.com">randall.hand@gmail.com</a>&gt;<br>Date: May 18, 2007 10:27 AM
<br>Subject: PV3 Compile Problem<br>To: Paraview List &lt;<a href="mailto:paraview@paraview.org">paraview@paraview.org</a>&gt;<br><br></span>I&#39;m trying to compile paraView 3 with MPI &amp; OSMesa support for some client-server testing, but I&#39;m running into the following problem late in the compile:
<br><br><br clear="all"><div style="margin-left: 40px;">
/viz/home/rhand/src/PV3/build/Utilities/VTKClientServer/Xdmf/vtkXdmfReaderClientServer.cxx: In function `int vtkXdmfReaderCommand(vtkClientServerInterpreter*, vtkObjectBase*, const char*, const vtkClientServerStream&amp;, vtkClientServerStream&amp;)&#39;:
<br>/viz/home/rhand/src/PV3/build/Utilities/VTKClientServer/Xdmf/vtkXdmfReaderClientServer.cxx:605: error: &#39;class vtkXdmfReader&#39; has no member named &#39;RemoveAllGrids&#39;<br>gmake[2]: *** [Utilities/VTKClientServer/Xdmf/CMakeFiles/vtkXdmfCS.dir/vtkXdmfReaderClientServer.o] Error 1
<br>gmake[2]: *** Waiting for unfinished jobs....<br></div><br><br>I used the instructions on the Website for obtaining source from CVS (i didn&#39;t see a source tarball).&nbsp; is CVS broken at the moment?&nbsp; A CVS update didn&#39;t fix this.
<br><span class="sg">-- <br>----------------------------------------<br>Randall Hand <br>Visualization Scientist<br>ERDC MSRC-ITL
</span>