[Paraview] openmpi compilation

Kent Eschenberg eschenbe at psc.edu
Mon Nov 19 11:28:45 EST 2007


"XVisualInfo" is not part of Qt so you'll need to consider my earlier suggestion.

cmake refuses to use Qt 4.3 when building PV 3.2 beta. I suggest you first 
check which version is needed by your version of PV.

You can set the environment variable QTDIR to the desired Qt directory but this 
must be done before running cmake the first time in the build area.

Kent

Michele Vascellari wrote:
> Probably the error depends on the presence of two version of Qt4 library:
> the debian version (4.3) and a compiled version (4.2). It is possible to
> force paraview to use the 4.3 version of the Qt library?
> 
> Michele
> 
> 2007/11/19, Kent Eschenberg <eschenbe at psc.edu>:
>> Michele Vascellari wrote:
>>> [ 22%] Building CXX object
>>> VTK/GUISupport/Qt/CMakeFiles/QVTK.dir/QVTKWidget.o
>>>
>> /home/michele/stuff/paraview/ParaView3.2/VTK/GUISupport/Qt/QVTKWidget.cxx:
>>> In member function 'void QVTKWidget::x11_setup_window()':
>>>
>> /home/michele/stuff/paraview/ParaView3.2/VTK/GUISupport/Qt/QVTKWidget.cxx:1305:
>>> error: 'XVisualInfo' was not declared in this scope
>> That's an X windows routine. Check the cmake variables that point to the X
>> windows and the OpenGL libraries. I built ParaView 3.2 using MPICH on a
>> CentOS
>> system last week with no problems.
>>
>> Kent
>> Pittsburgh Supercomputing Center


More information about the ParaView mailing list