[Paraview] compiling from CVS, vtkSocketCommunicator.cxx:420: error

Brad King brad.king at kitware.com
Tue Jun 30 10:46:06 EDT 2009


Ricardo Reis wrote:
> On Tue, 30 Jun 2009, Brad King wrote:
>> Utkarsh Ayachit wrote:
>>> Can you check is a file named VTK/Parallel/vtkSocketCommunicatorHash.h
>>> was generated. Look at it's contents. Does it look something as such:
>>>
>>> #ifndef vtkSocketCommunicatorHash
>>> # define vtkSocketCommunicatorHash "5827858305bd3f3ec0c8b5e8836b390f"
>>> #endif
> 
> The file is empty

Please run these commands by hand:

cd /home/rreis/on_hold/src/ParaView3.X86_64/VTK/Parallel && ../../bin/vtkHashSource /home/rreis/on_hold/src/ParaView3/VTK/Parallel/vtkSocketCommunicator.cxx vtkSocketCommunicatorHash

and post the output.  This output is supposed to be redirected into
"vtkSocketCommunicatorHash.h" (there is a rule in build.make for it).

-Brad


More information about the ParaView mailing list