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

Installation Problem with ParaView 3.12.0 on Scientific Linux 5.7

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   September 26, 2012, 06:57
Default Installation Problem with ParaView 3.12.0 on Scientific Linux 5.7
  #1
New Member
 
Join Date: Sep 2012
Posts: 1
Rep Power: 0
Wley is on a distinguished road
Dear All,

Being a newbie in Linux I am trying to install Openfoam-ParaView on Scientific Linux 5.7. I would be grateful to a forum member who could provide me with a hint to solve a problem with ParaView 3.12.0 installation.

I have to compile OpenFOAM and ParaView from source packages. After downloading OpenFOAM-2.1.1.tgz and ThirdParty-2.1.1.tgz, unpacking them I have finally succeeded in compiling OpenFOAM (after installing gcc-4.7.1).

Now, however, I am struggling with the compilation process of ParaView. First, I installed cmake (version 2.8.9) and Qt (version 4.7.3). Nevertheless, something is still wrong with the installation process of ParaView. I attach the make.log file and would be very grateful if someone could tell me what the problem is and how I can manage it.

Thank you!
Wley
Attached Files
File Type: gz make.log.tar.gz (59.7 KB, 5 views)
Wley is offline   Reply With Quote

Old   September 26, 2012, 09:53
Default
  #2
Member
 
Join Date: Mar 2012
Location: Munich, Germany
Posts: 67
Rep Power: 14
treima is on a distinguished road
Hi,

perhaps this is no the answer you expected and I think there are others who can help you here.

But if you canīt manage it to install Paraview, you can download the binaries from the homepage and work with these.
http://www.paraview.org/paraview/resources/software.php


regards

treima
treima is offline   Reply With Quote

Old   September 28, 2012, 06:06
Default
  #3
Retired Super Moderator
 
Bruno Santos
Join Date: Mar 2009
Location: Lisbon, Portugal
Posts: 10,975
Blog Entries: 45
Rep Power: 128
wyldckat is a name known to allwyldckat is a name known to allwyldckat is a name known to allwyldckat is a name known to allwyldckat is a name known to allwyldckat is a name known to all
Greetings to all!

@Wley: I've been testing and writing instructions on how to build OpenFOAM and ParaView in several Linux Distributions. Last night I finished writing instructions for CentOS 5.8 + OpenFOAM 2.1.1 and ParaView 3.12.0: http://openfoamwiki.net/index.php/In...HEL#CentOS_5.8

But there are big differences in versions, at least related to Gcc and Qt. Since you're trying to build with Gcc 4.7.1, ParaView needs a small fix:
Code:
cd $WM_THIRD_PARTY_DIR
sed -i -e 's/ClearAndSelect = Clear | Select/ClearAndSelect = static_cast<int>(Clear) | static_cast<int>(Select)/' \
ParaView-3.12.0/Qt/Core/pqServerManagerSelectionModel.h
I got this from the instructions for Fedora 17: http://openfoamwiki.net/index.php/In...dora#Fedora_17

As for Qt: it's better to use Qt 4.6.4, because there is a very annoying bug in Qt 4.7.3: https://bugreports.qt-project.org/browse/QTBUG-18910


You'll find on the first link on this post instructions for easily getting and building Qt 4.6.4 and ParaView with. Along with the fix I mentioned afterwards, you should get a working installation after a few hours of compiling

Best regards,
Bruno
__________________
wyldckat 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
[OpenFOAM] Paraview display problem jiejie ParaView 4 October 13, 2013 21:29
OpenFOAM 1.7 installation on Redhat linux maxims OpenFOAM Installation 2 November 30, 2012 04:29
Installation paraFoam - still problem nhl OpenFOAM Installation 7 June 22, 2010 09:22
Yet another Paraview problem gascortado OpenFOAM 5 February 21, 2010 06:39
64bitrhel5 OF installation instructions mirko OpenFOAM Installation 2 August 12, 2008 18:07


All times are GMT -4. The time now is 17:30.