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 -DvtkXdmfCS_EXPORTS -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> -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&, vtkClientServerStream&)':
<br>/viz/home/rhand/src/PV3/build/Utilities/VTKClientServer/Xdmf/vtkXdmfReaderClientServer.cxx:605: error: 'class vtkXdmfReader' has no member named 'RemoveAllGrids'<br>gmake[2]: *** [Utilities/VTKClientServer/Xdmf/CMakeFiles/vtkXdmfCS.dir/vtkXdmfReaderClientServer.o] Error 1
<br>gmake[2]: Leaving directory `/viz/home/rhand/src/PV3/build'<br>gmake[1]: *** [Utilities/VTKClientServer/Xdmf/CMakeFiles/vtkXdmfCS.dir/all] Error 2<br>gmake[1]: Leaving directory `/viz/home/rhand/src/PV3/build'
<br>gmake: *** [all] Error 2<br></div><br>The bold part is the offending portion. 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've written. I moved the files into another directory (temporarily) and the compile linked against the correct ones in the Source Tree. 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> <<a href="mailto:randall.hand@gmail.com">randall.hand@gmail.com</a>><br>Date: May 18, 2007 10:27 AM
<br>Subject: PV3 Compile Problem<br>To: Paraview List <<a href="mailto:paraview@paraview.org">paraview@paraview.org</a>><br><br></span>I'm trying to compile paraView 3 with MPI & OSMesa support for some client-server testing, but I'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&, vtkClientServerStream&)':
<br>/viz/home/rhand/src/PV3/build/Utilities/VTKClientServer/Xdmf/vtkXdmfReaderClientServer.cxx:605: error: 'class vtkXdmfReader' has no member named 'RemoveAllGrids'<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't see a source tarball). is CVS broken at the moment? A CVS update didn't fix this.
<br><span class="sg">-- <br>----------------------------------------<br>Randall Hand <br>Visualization Scientist<br>ERDC MSRC-ITL
</span>