| Anonymous | Login | Signup for a new account | 2013-05-18 06:29 BST | ![]() |
| Main | My View | View Issues | Change Log | Roadmap |
| View Issue Details [ Jump to Notes ] | [ Issue History ] [ Print ] | |||||||
| ID | Project | Category | View Status | Date Submitted | Last Update | |||
| 0000626 | OpenFOAM | [All Projects] Bug | public | 2012-08-15 15:31 | 2012-08-15 15:45 | |||
| Reporter | kwardle | |||||||
| Assigned To | andy | |||||||
| Priority | normal | Severity | major | Reproducibility | always | |||
| Status | resolved | Resolution | no change required | |||||
| Platform | Linux | OS | Ubuntu | OS Version | 10.04 | |||
| Product Version | 2.1.x | |||||||
| Target Version | Fixed in Version | 2.1.x | ||||||
| Summary | 0000626: Missing file DataEntryFwd.H in 2.1.x git downloaded 8/15/12 9am CST | |||||||
| Description | + wmake libso OpenFOAM SOURCE=primitives/functions/DataEntry/polynomial/polynomial.C ; g++ -m64 -Dlinux64 -DWM_DP -Wall -Wextra -Wno-unused-parameter -Wold-style-cast -Wnon-virtual-dtor -O3 -DNoRepository -ftemplate-depth-100 -IMake/linux64GccDPOpt -IlnInclude -I. -I/home/wardke/OpenFOAM/OpenFOAM-2.1.x/src/OpenFOAM/lnInclude -I/home/wardke/OpenFOAM/OpenFOAM-2.1.x/src/OSspecific/POSIX/lnInclude -fPIC -c $SOURCE -o Make/linux64GccDPOpt/polynomial.o In file included from primitives/functions/DataEntry/polynomial/polynomial.C:26:0: primitives/functions/DataEntry/polynomial/polynomial.H:48:26: fatal error: DataEntryFwd.H: No such file or directory compilation terminated. make: *** [Make/linux64GccDPOpt/polynomial.o] Error 1 | |||||||
| Tags | No tags attached. | |||||||
| Attached Files | ||||||||
Notes |
|
|
(0001595) wyldckat (reporter) 2012-08-15 15:36 |
Try these commands: wclean libso $FOAM_SRC/OpenFOAM wmake libso $FOAM_SRC/OpenFOAM The "DataEntryFwd.H" file was added for the bug report #607: http://www.openfoam.org/mantisbt/view.php?id=607 [^] |
|
(0001596) kwardle (reporter) 2012-08-15 15:41 |
That did the trick. Didn't realize you need to wclean after a new git pull. |
|
(0001597) andy (manager) 2012-08-15 15:45 |
To wclean or not will depend on the level and type of changes since the last time you updated your local repository |
Issue History |
|||
| Date Modified | Username | Field | Change |
| 2012-08-15 15:31 | kwardle | New Issue | |
| 2012-08-15 15:36 | wyldckat | Note Added: 0001595 | |
| 2012-08-15 15:41 | kwardle | Note Added: 0001596 | |
| 2012-08-15 15:45 | andy | Note Added: 0001597 | |
| 2012-08-15 15:45 | andy | Status | new => resolved |
| 2012-08-15 15:45 | andy | Fixed in Version | => 2.1.x |
| 2012-08-15 15:45 | andy | Resolution | open => no change required |
| 2012-08-15 15:45 | andy | Assigned To | => andy |