[Paraview] [Fwd: CMake Error at Utilities/VTKClientServer/vtkClientServer.cmake]

2010-04-23 Thread Mark Olesen
Forwarded Message From: Mark Olesen mark.ole...@faurecia.com To: ParaView Developers paraview-develop...@paraview.org Subject: CMake Error at Utilities/VTKClientServer/vtkClientServer.cmake Date: Fri, 23 Apr 2010 16:41:53 +0200 Since pulling paraview from the new git

Re: [Paraview] [Fwd: CMake Error at Utilities/VTKClientServer/vtkClientServer.cmake]

2010-04-23 Thread Sven Buijssen
Hi Mark, You're git submodule Utilities/Xdmf2 is too recent. Let me guess. You checked out ParaView from git like this: % git clone git://paraview.org/ParaView.git % git submodule init % git submodule update Then, for some reason, you did something similar to % cd Utilities/Xdmf2/ % git branch

Re: [Paraview] [Fwd: CMake Error at Utilities/VTKClientServer/vtkClientServer.cmake]

2010-04-23 Thread Mark Olesen
... If you run then cmake, you'll get exactly the error you posted. Go back to your ParaView source repository (not the Xdmf2 subdir) and issue % git submodule update Submodule path 'Utilities/Xdmf2': checked out '17f7aadc96a0a72c0f8f6e21cd37900db73b1b1f' then try running cmake again. I