[vtk-developers] Parallel/vtkSocketCommunicatorHash.h
Brad King
brad.king at kitware.com
Thu Aug 27 16:17:05 EDT 2009
Randy Heiland wrote:
> Working from CVS, I'm not finding this header file and getting errors
> trying to compile:
>
> [ 69%] Building CXX object
> Parallel/CMakeFiles/vtkParallel.dir/vtkSocketCommunicator.cxx.o
> /Users/heiland/Documents/workspace/VTK/Parallel/vtkSocketCommunicator.cxx:
> In member function ‘int vtkSocketCommunicator::ServerSideHandshake()’:
> /Users/heiland/Documents/workspace/VTK/Parallel/vtkSocketCommunicator.cxx:420:
> error: ‘vtkSocketCommunicatorHash’ was not declared in this scope
In the build tree there should be a file
Parallel/vtkSocketCommunicatorHash.h
Does it exist? What is its content?
If it is empty, try deleting it and build again.
-Brad
More information about the vtk-developers
mailing list