|
[Sponsors] |
[OpenFOAM.org] paraview compilation error paraview-3.12.0 |
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
April 10, 2012, 13:21 |
|
#21 | |
Senior Member
Illya Shevchuk
Join Date: Aug 2009
Location: Darmstadt, Germany
Posts: 176
Rep Power: 17 |
I have the same problem with Debian 2.6.32-5-amd64. The post #9 solution worked in my case also and I could install cmake 2.8.3 and rebuild paraview 3.12. The error was still there:
Quote:
Thank you Bruno. Last edited by linch; April 10, 2012 at 13:37. |
||
May 15, 2012, 14:15 |
ParaView Out-of-Source Build?
|
#22 | |
Member
Edward Leonard
Join Date: May 2012
Location: Calumet, MI
Posts: 31
Rep Power: 14 |
Quote:
Code:
---- CMake Error at CMakeLists.txt:58 (MESSAGE): ParaView requires an out of source Build. Please create a separate binary directory and run CMake there. -- Configuring incomplete, errors occurred! Thanks! EDIT: This has been resolved; I had unintentionally copied over an incorrect file, leaving CMakeCache.txt in the ParaView-3.12.0 directory, causing the error. All's well now! Last edited by iamed18; May 15, 2012 at 14:45. Reason: Resolved. |
||
June 11, 2012, 05:53 |
|
#23 |
New Member
Xiaoguang Yang
Join Date: Jun 2010
Posts: 7
Rep Power: 16 |
Thank Bruno Santos. Your method help me a lot.
|
|
October 29, 2015, 10:58 |
Followed steps but still not working
|
#24 |
Member
Lisandro Maders
Join Date: Feb 2013
Posts: 98
Rep Power: 13 |
Hello,
I am not being able to compile the ThirdParty properly. Here is soem information: - OpenFoam 2.1.0 installed and working fine - OS System: Linux debian 3.16.0-4-amd64 #1 SMP Debian 3.16.7-ckt11-1+deb8u5 (2015-10-09) x86_64 GNU/Linux After having OF installed and have download Third-Party and also the ParaView you suggested (in case the Third-Party itsel does not work). Here is my /opt/OpenFOAM/ folder listing: Code:
OpenFOAM-2.1.0 ParaView-3.12.0 ParaView-3.12.0.tar.gz ThirdParty-2.1.0.tgz Code:
tar xzf ThirdParty-2.1.0.tgz cd $WM_THIRD_PARTY_DIR Code:
./makeParaView > makePV.log 2>&1 As you can see,it gave me a similar error than the guys above had. So I tried to follow the steps you suggested (step #9),by using the ParaView downloaded from the link you suggested. First I removed the Paraview folder from ThirdParty folder, and copied the one downloaded from the link. Then, I followed the step #9 and the log result is also attached. It did not work as well and when I try to run paraFoam it returns me the following message: Code:
Please build the reader module before continuing: cd $FOAM_UTILITIES/postProcessing/graphics/PV3Readers ./Allwclean ./Allwmake But actually, there is no paraview-3.12.0 folder in this directory. I have no idea anymore what to do, I do not have very good knowledge on this stuff, so I would be glad if someone could help me with this.. Regards, Lisandro |
|
October 31, 2015, 08:15 |
|
#25 | |
Retired Super Moderator
Bruno Santos
Join Date: Mar 2009
Location: Lisbon, Portugal
Posts: 10,981
Blog Entries: 45
Rep Power: 128 |
Greetings Lisandro,
For the error in the first log file, the problem is the same as documented here: Quote:
Code:
sudo apt-get install libglu1-mesa-dev libqt4-opengl-dev Bruno
__________________
|
||
November 1, 2015, 20:44 |
|
#26 |
Member
Lisandro Maders
Join Date: Feb 2013
Posts: 98
Rep Power: 13 |
Well, it did not work. But I decided to check if it was everything really ok with OpenFOAM installation and it was not. So let's go step by step..
Here is the make.log from OF compilation, there are some errors I could not identify.. Just to be sure, is there a compatibilty between my Debian version and OF210, right? I am finding very weird it is giving me such errors, since I have already installed sometimes other versions of OF in Ubuntu systems without problems... Anyway, the make.log is attached and this is the log file after running ./Allwmake twice in order to get a summary from the previous compilation. Thanks a lot for your help. Regards, LIsandro. |
|
November 2, 2015, 18:45 |
|
#27 |
Retired Super Moderator
Bruno Santos
Join Date: Mar 2009
Location: Lisbon, Portugal
Posts: 10,981
Blog Entries: 45
Rep Power: 128 |
Hi Lisandro,
Mmm... OK, those errors you've gotten seem a bit strange: Code:
/home/lmaders/OpenFOAM/OpenFOAM-2.1.0/platforms/linux64GccDPOpt/lib/libreactionThermophysicalModels.so: undefined reference to `Foam::Reaction<Foam::constTransport<Foam::specieThermo<Foam::hConstThermo<Foam::perfectGas> > > >::typeName' collect2: error: ld returned 1 exit status
Code:
gcc --version g++ --version ld --version And ld should be of type "bfd" and not "gold". Best regards, Bruno |
|
June 10, 2021, 15:05 |
Same error but 10 years later
|
#28 |
Member
Jnana Bhaskar Rao
Join Date: Mar 2020
Posts: 46
Rep Power: 6 |
I know this is a really old thread but I'm facing the exact same problem with OF-6 and Ubuntu 20.04. OpenFOAM builds fine but Paraview and Third-Party do not. As the log file exceeds the .txt attachment size limit, I am adding the error lines here.
Code:
[ 5%] Built target QtTesting make: *** [Makefile:152: all] Error 2 Command exited with non-zero status 2 315.00user 25.09system 0:43.66elapsed 778%CPU (0avgtext+0avgdata 251968maxresident)k 15360inputs+228448outputs (31major+9504290minor)pagefaults 0swaps I believe the script described for building Cmake in post #9 is already part of the Third-Party folder now. So I didn't try that solution. Any help is most welcome. JBR |
|
Tags |
installation, paraview 3.12 |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Error building ParaVIEW 3.12.0 in CentOS 6.5 | wjm | OpenFOAM Installation | 8 | February 17, 2014 11:17 |
Compiling ParaView 3.12.0 on SUSE Linux Enterprise | bmikuz | OpenFOAM Installation | 1 | November 9, 2012 19:55 |
Installation Problem with ParaView 3.12.0 on Scientific Linux 5.7 | Wley | OpenFOAM Installation | 2 | September 28, 2012 07:06 |
[OpenFOAM] [Critical] ParaView 3.12.0 breaks monitor signal in Ubuntu 11.04 | v_mil | ParaView | 5 | March 18, 2012 14:39 |
paraFoam reader for OpenFOAM 1.6 | smart | OpenFOAM Installation | 13 | November 16, 2009 22:41 |