[Paraview] a error in compiling unix version

whk at iapcm.ac.cn whk at iapcm.ac.cn
Thu May 27 04:40:55 EDT 2004


After I configure paraview1.42 in sgi o2, I run 'make' to build EXE. Then I got an error related to the defination of "VTK_HAVE_SOCKLEN_T" in 'GetPort()' method while compiling 'vtkSocketCommunicator.cxx' . So I change the line :

VTK_HAVE_SOCKLEN_T:INTERNAL=1  to   VTK_HAVE_SOCKLEN_T:INTERNAL=0
 
in file CMakeCache.txt.  So I can finish building of paraview1.4.2. While runing in server/client mode with server runing in unix and client in windows on pc, the client cannot connect to server with error info. below:

vtkSocketCommunicator (0x130294a0): Requested size (1) is different than the size that was sent (16777216)


ERROR: In /asm13/jsy34z2/paraview-1.4.2/VTK/Parallel/vtkSocketCommunicator.cxx, line 350
vtkSocketCommunicator (0x130294a0): Endian handshake failed.


ERROR: In /asm13/jsy34z2/paraview-1.4.2/GUI/Client/vtkPVClientServerModule.cxx, line 587
vtkPVClientServerModule (0x13029a20): Wait timed out or could not initialize socket.

I have check the IP and port is correct. And server/client both in Unix or in Windows,the connection is right.  What is the reason about this?  

thanks,
Howard




More information about the ParaView mailing list