|
[Sponsors] |
May 10, 2010, 10:41 |
|
#341 | |
Senior Member
Anton Kidess
Join Date: May 2009
Location: Germany
Posts: 1,377
Rep Power: 30 |
I think we are still not quite there yet, there should be an error even further up. Remember we are looking for the very first error notification.
Quote:
|
||
May 10, 2010, 11:28 |
|
#342 | |
New Member
JohnMichaelKane
Join Date: Mar 2010
Posts: 18
Rep Power: 16 |
Quote:
Code:
make[5]: Target `CMakeFiles/PV3FoamReader.dir/build' not remade because of errors. make[4]: *** [CMakeFiles/PV3FoamReader.dir/all] Error 2 Additionally: What exactly are you looking for? |
||
May 10, 2010, 11:47 |
|
#343 |
Senior Member
Anton Kidess
Join Date: May 2009
Location: Germany
Posts: 1,377
Rep Power: 30 |
What you are posting is just a notification at the end of the build process that the build didn't complete due to errors. What I am looking for is the error description that might give us a clue how to fix things. I'm sorry I can't give more details because there is not standard scheme what the description will look like. Might be something like "./Allwmake: cmake: command not found" or could be "error: mpi.h: no such file or directory" or might be even something else. Can you upload your logfile somewhere? Then I could have a look at it myself.
|
|
May 10, 2010, 12:22 |
|
#344 | |
New Member
JohnMichaelKane
Join Date: Mar 2010
Posts: 18
Rep Power: 16 |
Quote:
|
||
May 10, 2010, 13:15 |
|
#345 |
Retired Super Moderator
Bruno Santos
Join Date: Mar 2009
Location: Lisbon, Portugal
Posts: 10,982
Blog Entries: 45
Rep Power: 128 |
Greetings to all!
John:
Bruno
__________________
|
|
May 10, 2010, 17:04 |
|
#346 | |
New Member
JohnMichaelKane
Join Date: Mar 2010
Posts: 18
Rep Power: 16 |
Quote:
After rerunning the script, I rebuilt Paraview using. Code:
./makeParaView |
||
May 10, 2010, 17:17 |
|
#347 | |
Retired Super Moderator
Bruno Santos
Join Date: Mar 2009
Location: Lisbon, Portugal
Posts: 10,982
Blog Entries: 45
Rep Power: 128 |
Greetings John,
Well, at least the utility for tecplot built nicely this time Actually, just a few hours ago, Nicolas has posted what other packages are missing (source: Missing packages on ubuntu 10.04): Quote:
After installing those packages, you will only need to run the following commands: Code:
cd "$FOAM_UTILITIES/postProcessing/graphics/PV3FoamReader" ./Allwclean ./Allwmake Additionally, if you want the Paraview's help up and running, you'll also need to install the package "qt4-dev-tools" and then rebuild Paraview Best regards, Bruno
__________________
|
||
May 10, 2010, 19:01 |
|
#348 | |
New Member
JohnMichaelKane
Join Date: Mar 2010
Posts: 18
Rep Power: 16 |
Quote:
I re-ran the process, with all additional packages. Upon completion, I entered the directory below. Code:
~/OpenFOAM/ThirdParty-1.6.x/paraview-3.6.1/platforms/linuxGcc/bin$ Code:
./paraview Additionally, if further information / testing is need please let me know. |
||
May 11, 2010, 06:33 |
|
#349 |
Senior Member
Mads Reck
Join Date: Aug 2009
Location: Copenhagen, Denmark
Posts: 177
Rep Power: 18 |
So consensus is that we need to add these packages to the apt-get section:
libxi-dev libxrender-dev libxrandr-dev libxcursor-dev libxinerama-dev libfreetype6-dev libfontconfig1-dev libglib2.0-dev and then the script works with 10.4? /Mads
__________________
Online free airfoil-mesher for OpenFOAM here |
|
May 11, 2010, 14:23 |
|
#350 | |
Member
Cedric Van Holsbeke
Join Date: Dec 2009
Location: Belgium
Posts: 81
Rep Power: 16 |
Quote:
sudo apt-get install libxi-dev libxrender-dev libxrandr-dev libxcursor-dev libxinerama-dev libfreetype6-dev libfontconfig1-dev libglib2.0-dev Followed by Code:
cd "$FOAM_UTILITIES/postProcessing/graphics/PV3FoamReader" ./Allwclean ./Allwmake |
||
May 11, 2010, 14:47 |
|
#351 |
Member
Cedric Van Holsbeke
Join Date: Dec 2009
Location: Belgium
Posts: 81
Rep Power: 16 |
Ok, my compilation error is solved, but an extra package was needed. When I also install libpng12-dev (and maybe libpng12-0, but that was already on my system), then it compiles.
All these things should be tested on a freshly installed Ubuntu 10.04 system as everybody has different configurations with different apps and thus different installed libraries. |
|
May 11, 2010, 14:52 |
|
#352 | |
Retired Super Moderator
Bruno Santos
Join Date: Mar 2009
Location: Lisbon, Portugal
Posts: 10,982
Blog Entries: 45
Rep Power: 128 |
Ooops:
Quote:
edit: Cedric, can you confirm that foamToTecplot360 built properly?
__________________
|
||
May 11, 2010, 15:17 |
|
#353 | |
Member
Cedric Van Holsbeke
Join Date: Dec 2009
Location: Belgium
Posts: 81
Rep Power: 16 |
Quote:
sudo apt-get install -y binutils-dev flex git-core build-essential python-dev libqt4-dev qt4-dev-tools libreadline5-dev wget zlib1g-dev cmake libxt-dev libxi-dev libxrender-dev libxrandr-dev libxcursor-dev libxinerama-dev libfreetype6-dev libfontconfig1-dev libglib2.0-dev libpng12-dev It should be tested if more packages are needed on a completely fresh Ubuntu 10.04 installation. Last edited by CedricVH; May 12, 2010 at 09:21. |
||
May 18, 2010, 10:11 |
ParaFoam doesn't work fine.
|
#354 |
Member
Rickard Hidefjäll
Join Date: Jun 2009
Location: Uppsala, Sweden
Posts: 39
Rep Power: 17 |
Hi
I've installed OpenFoam with MadsR install-cookbook script. I've uncomment git in the apt-get line. The installation worked fin. Ibus was installed afterword. ParaFoam doesn't work fine, in 10.4. it starts but it complains about Ibus not find. And then I start Ibus but it still looks bad. SimpleFoam works. Some thing has to be added before the script works smooth /SkunkWorks |
|
May 18, 2010, 10:51 |
|
#355 |
Member
Fábio César Canesin
Join Date: Mar 2010
Location: Florianópolis
Posts: 67
Rep Power: 16 |
10.04 need many fixes .. Bruno has done an amazing job perfecting our project and paraview is working fine in the script..
you can download it at: http://code.google.com/p/openfoam-ubuntu |
|
May 18, 2010, 11:02 |
|
#356 |
Senior Member
Anton Kidess
Join Date: May 2009
Location: Germany
Posts: 1,377
Rep Power: 30 |
Can you elaborate why you think it looks bad? ibus should not have any influence on the display, from what I read it only concerns keyboard input.
|
|
May 18, 2010, 15:41 |
The program looks fine, but...
|
#357 |
Member
Rickard Hidefjäll
Join Date: Jun 2009
Location: Uppsala, Sweden
Posts: 39
Rep Power: 17 |
The program looks fine. But the results / visualisation looks bad.
It looks very blocky and no result about for example streamlines. I'm running Kubuntu 10.04. |
|
May 18, 2010, 16:56 |
|
#358 | |
Member
Rickard Hidefjäll
Join Date: Jun 2009
Location: Uppsala, Sweden
Posts: 39
Rep Power: 17 |
Quote:
But ! It works Fine!!! Now . Thanks a lot every one! / SkunkWorks |
||
June 3, 2010, 03:53 |
|
#359 |
Member
Gareth
Join Date: Jun 2010
Posts: 56
Rep Power: 16 |
Hi
Brand new to OpenFoam and linux so i used the link to download in install openFoam. When i went throught the log fiel during the "installation test section" it bnoted a few criticals. so i ran teh foamInstallationtest again and got a fatal error. FATAL ERROR: OpenFOAM environment not configured. For this error, the installation has given you the right hint. ************************************* Please refer to the installation section of the README file: <openfoam>/OpenFOAM-1.5/README to source the OpenFOAM environment. ******************************* I went through the readme instructions but it did not help. Any suggestions, am i being daft should i run the installOF again...? |
|
June 3, 2010, 08:30 |
|
#360 |
Retired Super Moderator
Bruno Santos
Join Date: Mar 2009
Location: Lisbon, Portugal
Posts: 10,982
Blog Entries: 45
Rep Power: 128 |
Greetings bullmut and welcome to the forum!
OK, can you specify which link are you talking about? Because this particular thread has various links to various installation scripts And each script has its own particularities, including bugs Additionally, what steps did you take to use that script? Best regards, Bruno
__________________
|
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
install OpenFoam 1.6 by building source: how? | niudie | OpenFOAM Installation | 13 | April 26, 2011 01:48 |
How to Install OpenFOAM on 64 Ubuntu 9.04 | hansel | OpenFOAM Installation | 62 | March 19, 2010 15:43 |
install openfoam 1.6 on opensuse 11.0 | andresbh | OpenFOAM Installation | 8 | September 30, 2009 01:48 |
Install openFOAM 1.6 on debian 32bit - blockMesh: command not found | fossy | OpenFOAM Installation | 1 | August 28, 2009 05:06 |
Install of OpenFOAM 1.6 Error 1 Error 2 & run tutorial | potac | OpenFOAM Installation | 3 | August 27, 2009 10:04 |