View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0002707 | OpenFOAM | Bug | public | 2017-09-27 09:29 | 2017-09-27 11:33 |
Reporter | Shorty | Assigned To | henry | ||
Priority | normal | Severity | crash | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Platform | GNU/Linux | OS | Ubuntu | OS Version | 16.04 |
Product Version | dev | ||||
Fixed in Version | dev | ||||
Summary | 0002707: Compiling problems after 85fbc13 (sixDoFRigidBodyState) | ||||
Description | Hi all, the new implemented functionObject (sixDoFRigidBodyState) cannot be compiled based on the missing lnInclude folder of the corresponding sixDoFRigidBodySolver, which is compiled after the functionObjects. Two options: a) compile the functions after the sixDoFRigidState is compiled b) change the Make/options file of the functionObject namely sixDoFRigidBodyState Just wanted to let you know. Tobi | ||||
Tags | No tags attached. | ||||
|
Quick question: Did you use "Allwmake" or "Allwmake -update"? |
|
I used Allwmake doing that, therefore we just go to the src/Allwmake and there we find: -------------------------------------------------------- functionObjects/Allwmake $targetType $* wmake $targetType sixDoFRigidBodyMotion -------------------------------------------------------- Hence, we compile the functionObjects before the lnInclude folder of the sixDoFRigidBodyMotion is build. At least it was the problem during my compilation (twice). First time: Git pull -force to the new commit & Allwmake -> stopped with the error that the sixDoFRigidBodyMotionSolver.H is missing Second: wclean all & Allwmake -> same error. After checking it, I compiled the solver manually and restart Allwmake (successfully compiled). |
|
Resolved by commit 422556fd3fc56e8be73dea2fdd95e40de90a9b61 |
Date Modified | Username | Field | Change |
---|---|---|---|
2017-09-27 09:29 | Shorty | New Issue | |
2017-09-27 10:28 | wyldckat | Note Added: 0008799 | |
2017-09-27 10:50 | Shorty | Note Added: 0008800 | |
2017-09-27 11:33 | henry | Assigned To | => henry |
2017-09-27 11:33 | henry | Status | new => resolved |
2017-09-27 11:33 | henry | Resolution | open => fixed |
2017-09-27 11:33 | henry | Fixed in Version | => dev |
2017-09-27 11:33 | henry | Note Added: 0008801 |