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

Error building ParaVIEW 3.12.0 in CentOS 6.5

Register Blogs Community New Posts Updated Threads Search

 
 
LinkBack Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
Old   February 11, 2014, 04:33
Default Error building ParaVIEW 3.12.0 in CentOS 6.5
  #1
wjm
New Member
 
William Mowat
Join Date: Feb 2014
Posts: 6
Rep Power: 12
wjm is on a distinguished road
Hi,
I'm a newbie to CentOS and OpenFOAM. I've installed OpenFOAM 2.2.2 using http://openfoamwiki.net/index.php/In...CentOS_SL_RHEL but when I get to building ParaVIEW in instruction 13, things go awry.

Here's the error that I get during the ./Allmake command:

Code:
[william.mowat@mcsklnx1 PV3Readers]$ ./Allwmake                                                             
wmakeLnInclude: linking include files to ./lnInclude                                                        
Making dependency list for source file vtkPV3Readers.C                                                      
SOURCE=vtkPV3Readers.C ;  g++ -m64 -Dlinux64 -DWM_DP -Wall -Wextra -Wno-unused-parameter -Wold-style-cast -O3  -DNoRepository -ftemplate-depth-100 -I/home/william.mowat/OpenFOAM/ThirdParty-2.2.2/platforms/linux64Gcc45/paraview-3.12.0/include/paraview-3.12 -IlnInclude -I. -I/home/william.mowat/OpenFOAM/OpenFOAM-2.2.2/src/OpenFOAM/lnInclude -I/home/william.mowat/OpenFOAM/OpenFOAM-2.2.2/src/OSspecific/POSIX/lnInclude   -fPIC -c $SOURCE -o Make/linux64Gcc45DPOpt/vtkPV3Readers.o                                         
'/home/william.mowat/OpenFOAM/OpenFOAM-2.2.2/platforms/linux64Gcc45DPOpt/lib/libvtkPV3Readers.so' is up to date.                                                             
+ '[' -d /home/william.mowat/OpenFOAM/ThirdParty-2.2.2/platforms/linux64Gcc45/paraview-3.12.0 -a -r /home/william.mowat/OpenFOAM/ThirdParty-2.2.2/platforms/linux64Gcc45/paraview-3.12.0 ']'                                                                                                                                                              
+ wmake libso vtkPV3blockMesh                                                                                                                                                
wmakeLnInclude: linking include files to ./lnInclude                                                                                                                         
Making dependency list for source file vtkPV3blockMesh.C                                                                                                                     
Making dependency list for source file vtkPV3blockMeshConvert.C                                                                                                              
Making dependency list for source file vtkPV3blockMeshUtils.C                                                                                                                
SOURCE=vtkPV3blockMesh.C ;  g++ -m64 -Dlinux64 -DWM_DP -Wall -Wextra -Wno-unused-parameter -Wold-style-cast -O3  -DNoRepository -ftemplate-depth-100 -I/home/william.mowat/OpenFOAM/OpenFOAM-2.2.2/src/meshTools/lnInclude -I/home/william.mowat/OpenFOAM/OpenFOAM-2.2.2/src/mesh/blockMesh/lnInclude -I/home/william.mowat/OpenFOAM/ThirdParty-2.2.2/platforms/linux64Gcc45/paraview-3.12.0/include/paraview-3.12 -I../../vtkPV3Readers/lnInclude -I../PV3blockMeshReader -IlnInclude -I. -I/home/william.mowat/OpenFOAM/OpenFOAM-2.2.2/src/OpenFOAM/lnInclude -I/home/william.mowat/OpenFOAM/OpenFOAM-2.2.2/src/OSspecific/POSIX/lnInclude   -fPIC -c $SOURCE -o Make/linux64Gcc45DPOpt/vtkPV3blockMesh.o         
SOURCE=vtkPV3blockMeshConvert.C ;  g++ -m64 -Dlinux64 -DWM_DP -Wall -Wextra -Wno-unused-parameter -Wold-style-cast -O3  -DNoRepository -ftemplate-depth-100 -I/home/william.mowat/OpenFOAM/OpenFOAM-2.2.2/src/meshTools/lnInclude -I/home/william.mowat/OpenFOAM/OpenFOAM-2.2.2/src/mesh/blockMesh/lnInclude -I/home/william.mowat/OpenFOAM/ThirdParty-2.2.2/platforms/linux64Gcc45/paraview-3.12.0/include/paraview-3.12 -I../../vtkPV3Readers/lnInclude -I../PV3blockMeshReader -IlnInclude -I. -I/home/william.mowat/OpenFOAM/OpenFOAM-2.2.2/src/OpenFOAM/lnInclude -I/home/william.mowat/OpenFOAM/OpenFOAM-2.2.2/src/OSspecific/POSIX/lnInclude   -fPIC -c $SOURCE -o Make/linux64Gcc45DPOpt/vtkPV3blockMeshConvert.o                                                                                                                                                                        
SOURCE=vtkPV3blockMeshUtils.C ;  g++ -m64 -Dlinux64 -DWM_DP -Wall -Wextra -Wno-unused-parameter -Wold-style-cast -O3  -DNoRepository -ftemplate-depth-100 -I/home/william.mowat/OpenFOAM/OpenFOAM-2.2.2/src/meshTools/lnInclude -I/home/william.mowat/OpenFOAM/OpenFOAM-2.2.2/src/mesh/blockMesh/lnInclude -I/home/william.mowat/OpenFOAM/ThirdParty-2.2.2/platforms/linux64Gcc45/paraview-3.12.0/include/paraview-3.12 -I../../vtkPV3Readers/lnInclude -I../PV3blockMeshReader -IlnInclude -I. -I/home/william.mowat/OpenFOAM/OpenFOAM-2.2.2/src/OpenFOAM/lnInclude -I/home/william.mowat/OpenFOAM/OpenFOAM-2.2.2/src/OSspecific/POSIX/lnInclude   -fPIC -c $SOURCE -o Make/linux64Gcc45DPOpt/vtkPV3blockMeshUtils.o                                                                                                                                                                            
'/home/william.mowat/OpenFOAM/OpenFOAM-2.2.2/platforms/linux64Gcc45DPOpt/lib/libvtkPV3blockMesh.so' is up to date.                                                           
+ cd PV3blockMeshReader                                                                                                                                                      
+ mkdir -p Make/linux64Gcc45DPOpt                                                                                                                                            
+ cd Make/linux64Gcc45DPOpt                                                                                                                                                  
+ cmake ../..                                                                                                                                                                
-- The C compiler identification is GNU                                                                                                                                      
-- The CXX compiler identification is GNU                                                                                                                                    
-- Check for working C compiler: /usr/lib64/ccache/gcc                                                                                                                       
-- Check for working C compiler: /usr/lib64/ccache/gcc -- works                                                                                                              
-- Detecting C compiler ABI info                                                                                                                                             
-- Detecting C compiler ABI info - done                                                                                                                                      
-- Check for working CXX compiler: /usr/lib64/ccache/g++                                                                                                                     
-- Check for working CXX compiler: /usr/lib64/ccache/g++ -- works                                                                                                            
-- Detecting CXX compiler ABI info                                                                                                                                           
-- Detecting CXX compiler ABI info - done                                                                                                                                    
-- Loading ParaView CMake commands                                                                                                                                           
-- Loading ParaView CMake commands - done                                                                                                                                    
CMake Error at CMakeLists.txt:43 (QT4_WRAP_CPP):                                                                                                                             
  Unknown CMake command "QT4_WRAP_CPP".                                                                                                                                      


-- Configuring incomplete, errors occurred!
Any help would be appreciated!

Cheers,

Will

Last edited by wyldckat; February 15, 2014 at 17:31. Reason: Added [CODE][/CODE]
wjm is offline   Reply With Quote

 


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
Compiling ParaView 3.12.0 on SUSE Linux Enterprise bmikuz OpenFOAM Installation 1 November 9, 2012 18:55
Installation Problem with ParaView 3.12.0 on Scientific Linux 5.7 Wley OpenFOAM Installation 2 September 28, 2012 06:06
[OpenFOAM] [Critical] ParaView 3.12.0 breaks monitor signal in Ubuntu 11.04 v_mil ParaView 5 March 18, 2012 13:39
Compiling Paraview 3.12.0 and the PV3FoamReader Module smpark OpenFOAM Installation 2 January 9, 2012 07:16
paraFoam reader for OpenFOAM 1.6 smart OpenFOAM Installation 13 November 16, 2009 21:41


All times are GMT -4. The time now is 09:22.