CFD Online Logo CFD Online URL
www.cfd-online.com
[Sponsors]
Home > Forums > Software User Forums > OpenFOAM > OpenFOAM Installation

Building paraview

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   February 23, 2009, 12:46
Default centOS 5.0 at step 7 of in
  #1
New Member
 
Neil McFadyen
Join Date: Mar 2009
Posts: 6
Rep Power: 17
neilm is on a distinguished road
centOS 5.0

at step 7 of installation:
removed platforms

added addCMakeVariable "VTK_USE_RPATH:BOOL=OFF" to buildParaViewFunctions

buildParaView3.3-cvs
....

CMake Error: Error in cmake code at
/home/user1/OpenFOAM/ThirdParty/ParaView3.3-cvs/DartConfig.cmake:1:
INCLUDE Could not find include file: /home/user1/OpenFOAM/ThirdParty/ParaView3.3-cvs/CTestConfig.cmake
...
-- Found Qt-Version 4.3.5
-- Found Qt-Version 4.3.5
-- Application: default ParaView Client enabled
-- Application: Custom Server enabled
-- Application: DobranoViz enabled
-- Plugin: Prism enabled
-- Found Qt-Version 4.3.5
CMake Error: This project requires some variables to be set,
and cmake can not find them.
Please set the following variables:
QT_X11_ICE_LIBRARY (ADVANCED)
QT_X11_SM_LIBRARY (ADVANCED)
QT_X11_Xext_LIBRARY (ADVANCED)
QT_XCURSOR_LIBRARY (ADVANCED)
QT_XINERAMA_LIBRARY (ADVANCED)
QT_XI_LIBRARY (ADVANCED)
QT_XRANDR_LIBRARY (ADVANCED)
QT_XRENDER_LIBRARY (ADVANCED)

where do I set these and what do I set them to?
neilm is offline   Reply With Quote

Old   February 23, 2009, 22:39
Default Hi Neil, You can set your var
  #2
New Member
 
Sayantan Datta Gupta
Join Date: Mar 2009
Location: Chennai, Tamilnadu, India
Posts: 16
Rep Power: 17
rishi123 is on a distinguished road
Hi Neil,
You can set your variables using ccmake. The below link would help you with the variables to be set. In this site check out "Configure Paraview with cmake" and mind it you need to have cmake installed in your system for it to work. Also this ccmake should be run only in the particular paraview3.3-cvs folder.

http://paraview.org/Wiki/ParaView:Build_And_Install

Try this out and let me know if there is any problem. Fine.
Bye
Rishi
__________________
Rishi
rishi123 is offline   Reply With Quote

Old   February 24, 2009, 10:05
Default problem solved by installing:
  #3
New Member
 
Neil McFadyen
Join Date: Mar 2009
Posts: 6
Rep Power: 17
neilm is on a distinguished road
problem solved by installing:
libXi-devel
libXcursor-devel
libXrender-devel
libXrandr-devel
libICE-devel
libXinerama-devel
libSM-devel
libXext-devel
neilm is offline   Reply With Quote

Old   February 24, 2009, 10:09
Default problem solved by installing:
  #4
New Member
 
Neil McFadyen
Join Date: Mar 2009
Posts: 6
Rep Power: 17
neilm is on a distinguished road
problem solved by installing:
libXi-devel
libXcursor-devel
libXrender-devel
libXrandr-devel
libICE-devel
libXinerama-devel
libSM-devel
libXext-devel
neilm is offline   Reply With Quote

Old   February 24, 2009, 10:13
Default problem solved by installing:
  #5
New Member
 
Neil McFadyen
Join Date: Mar 2009
Posts: 6
Rep Power: 17
neilm is on a distinguished road
problem solved by installing:
libXi-devel
libXcursor-devel
libXrender-devel
libXrandr-devel
libICE-devel
libXinerama-devel
libSM-devel
libXext-devel
neilm is offline   Reply With Quote

Old   February 24, 2009, 10:30
Default problem solved by installing:
  #6
New Member
 
Neil McFadyen
Join Date: Mar 2009
Posts: 6
Rep Power: 17
neilm is on a distinguished road
problem solved by installing:
libXi-devel
libXcursor-devel
libXrender-devel
libXrandr-devel
libICE-devel
libXinerama-devel
libSM-devel
libXext-devel
neilm is offline   Reply With Quote

Old   February 24, 2009, 10:51
Default new error: Building CXX o
  #7
New Member
 
Neil McFadyen
Join Date: Mar 2009
Posts: 6
Rep Power: 17
neilm is on a distinguished road
new error:

[ 52%] [ 52%] Building CXX object Utilities/VTKClientServer/Graphics/CMakeFiles/vtkGraphicsCS.dir/vtkWindowedSincP olyDataFilterClientServer.o
Building CXX object Utilities/VTKClientServer/Graphics/CMakeFiles/vtkGraphicsCS.dir/vtkGraphicsCSIni t.o
Linking CXX shared library ../../../bin/libvtkGraphicsCS.so
[ 52%] Built target vtkGraphicsCS
make: *** [all] Error 2
done
neilm is offline   Reply With Quote

Old   May 6, 2009, 12:21
Default
  #8
Member
 
matteo lombardi
Join Date: Apr 2009
Posts: 67
Rep Power: 17
matteoL is on a distinguished road
hey neil, have you managed to solve that error? i have the same one...
thanks,
matteo
matteoL is offline   Reply With Quote

Old   October 12, 2009, 13:03
Default builParaView3.3-cvs got following error
  #9
New Member
 
Nirmal
Join Date: Jun 2009
Posts: 13
Rep Power: 16
nirmalrishi is on a distinguished road
Hi,

When I tried to run buildParaView3.3-cvs after rmoving platforms directory, i got the following messages.

[ 52%] [ 52%] Building CXX object Utilities/VTKClientServer/Graphics/CMakeFiles/vtkGraphicsCS.dir/vtkWindowedSincPolyDataFilterClientServer.o
Building CXX object Utilities/VTKClientServer/Graphics/CMakeFiles/vtkGraphicsCS.dir/vtkGraphicsCSInit.o
Linking CXX shared library ../../../bin/libvtkGraphicsCS.so
[ 52%] Built target vtkGraphicsCS
make: *** [all] Error 2
done



please let me know, how can i avoid this and complete the installation?
nirmalrishi is offline   Reply With Quote

Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Error building DICOMAppHelper during ParaView compilation geoffjay OpenFOAM Installation 1 May 7, 2008 13:07
Flow over building Vedavyasa M FLUENT 0 February 25, 2008 04:08
[OpenFOAM] Building Paraview with reader builtin instead of parafoam script tj22 ParaView 2 April 7, 2006 12:55
[OpenFOAM] HI all I cant find display button in paraview when i execute cavity tutorial there is only parameter button in the paraview chan ParaView 2 February 13, 2006 07:37
cfd in building services abdul Phoenics 2 August 22, 2002 04:00


All times are GMT -4. The time now is 00:29.