|
[Sponsors] |
OF 1.6 ext on Ubuntu 12.10 (64 bit) compilation errors |
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
April 20, 2013, 10:20 |
OF 1.6 ext on Ubuntu 12.10 (64 bit) compilation errors
|
#1 | ||
New Member
ILAM
Join Date: May 2012
Location: chennai, INDIA
Posts: 20
Rep Power: 14 |
Hi guys,
I am trying to install OF 1.6 ext on ubuntu 12.1 (64 bit).. I got some errors while compiling paraview. So I set it to system installed paraview. But, I am still getting errors while compiling the src folder. can anybody help? I have attached the log files Quote:
Quote:
|
|||
April 20, 2013, 15:21 |
|
#2 | |
Retired Super Moderator
Bruno Santos
Join Date: Mar 2009
Location: Lisbon, Portugal
Posts: 10,981
Blog Entries: 45
Rep Power: 128 |
Hi dreamilam,
I got your message and I saw your post even before that I won't be able to test this anytime soon, but the following code seems to be the missing step: Quote:
After you've executed the last line of code, do the following steps as well:
Bruno
__________________
|
||
April 20, 2013, 21:19 |
|
#3 | ||
New Member
ILAM
Join Date: May 2012
Location: chennai, INDIA
Posts: 20
Rep Power: 14 |
Thanks for the quick reply bruno.
I did as you told and got this error. Quote:
But Its still not getting compiled. Quote:
|
|||
April 21, 2013, 05:16 |
|
#4 |
Retired Super Moderator
Bruno Santos
Join Date: Mar 2009
Location: Lisbon, Portugal
Posts: 10,981
Blog Entries: 45
Rep Power: 128 |
OK, I know what the problem is... I think... Run the following commands:
Code:
foam git stash git merge hotfix/gcc47 git stash pop If the "git merge" step does give you an error, then you possibly got the incomplete git repository... if so, try this: Code:
foam git remote add repo git://repo.or.cz/OpenFOAM-1.6-ext.git git pull repo hotfix/gcc47 Best regards, Bruno
__________________
Last edited by wyldckat; April 21, 2013 at 06:19. Reason: "git stash pop", not "git pop"... |
|
April 21, 2013, 06:12 |
|
#5 | |||||
New Member
ILAM
Join Date: May 2012
Location: chennai, INDIA
Posts: 20
Rep Power: 14 |
Hi Bruno,
I Followed your instructions, but I am getting a different kind of error. Quote:
Quote:
Quote:
Quote:
Quote:
|
||||||
April 21, 2013, 06:25 |
|
#6 |
Retired Super Moderator
Bruno Santos
Join Date: Mar 2009
Location: Lisbon, Portugal
Posts: 10,981
Blog Entries: 45
Rep Power: 128 |
Sorry, I forgot to write down the word "stash" before "pop" I've fixed the previous post. The correct command is:
Code:
git stash pop And apparently I was too sleepy when I read your previous post... Since you've copied the "wmake/rules/linux64Gcc47" folder from OF 2.2, then there's only one file missing. Copy the file "wmake/rules/General/mplibOPENMPI" from OpenFOAM 2.2 into the folder "wmake/rules/linux64Gcc47" on 1.6-ext. Then try Allwmake once again.
__________________
|
|
April 21, 2013, 06:31 |
|
#7 |
New Member
ILAM
Join Date: May 2012
Location: chennai, INDIA
Posts: 20
Rep Power: 14 |
Hi Bruno,
yeah, I copied the file. Its compiling nice and good. There is no error till now. Thanks a lot. You are a life saver. |
|
April 21, 2013, 06:43 |
|
#8 |
Retired Super Moderator
Bruno Santos
Join Date: Mar 2009
Location: Lisbon, Portugal
Posts: 10,981
Blog Entries: 45
Rep Power: 128 |
Hi dreamilam,
You're welcome! I just hope it will build everything without any further problems... Best regards, Bruno
__________________
|
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
OF 1.6 installation on Ubuntu 7.04 | mstfl | OpenFOAM Installation | 12 | March 29, 2010 01:18 |
OF 1.6 | Ubuntu 9.10 (64bit) | GLIBCXX_3.4.11 not found | piprus | OpenFOAM Installation | 22 | February 25, 2010 14:43 |
Problems Installing OF 1.6 32 bit | bucksfan | OpenFOAM Installation | 19 | August 4, 2009 02:36 |
Problem in running fluent 6.3 (64 bit) on ubuntu 8.1 (64 bit) | Mir5 | FLUENT | 3 | April 29, 2009 11:32 |
IcoFoam parallel woes | msrinath80 | OpenFOAM Running, Solving & CFD | 9 | July 22, 2007 03:58 |