CFD Online Logo CFD Online URL
www.cfd-online.com
[Sponsors]
Home > Forums > Software User Forums > OpenFOAM > OpenFOAM Installation

[OpenFOAM.com] missing uLabelSpecific.H when moving from v3.0.1 to v7

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   October 27, 2020, 17:41
Default missing uLabelSpecific.H when moving from v3.0.1 to v7
  #1
New Member
 
SamZ
Join Date: Oct 2020
Location: Indiana
Posts: 1
Rep Power: 0
samzzz is on a distinguished road
Hey folks,

Hope you all are doing well! I wonder anyone of you can do me a favor, I really appreciate it. I just moved from Openfoam 3.0.1 (which is the version I worked on for the longest time) to Openfoam 7. I got a lot of issues recompiling my code. One of them that I still haven't resolved so far is an error:

make: *** No rule to make target '/opt/openfoam7/src/OpenFOAM/lnInclude/uLabelSpecific.H', needed by 'Make/linux64GccDPInt32Opt/../OF_Library/library_OF.C.dep'. Stop.

I found uLabelSpecific.H no longer exists in OpenFOAM 7, I guess an equivalence is uLabel.H. I am not sure where this dependency comes from. Can anybody give me a hint how I can workaround with this issue?

best,
Sam
samzzz is offline   Reply With Quote

Old   October 28, 2020, 01:20
Default
  #2
Senior Member
 
Mark Olesen
Join Date: Mar 2009
Location: https://olesenm.github.io/
Posts: 1,689
Rep Power: 40
olesen has a spectacular aura aboutolesen has a spectacular aura about
With any makefiles you build a list of dependencies. In your case, the older code depended on particular headers that no longer exist. The male system obviously cannot determine if they are up to date when they cannot be found.
If you are making big jumps in the versions, it is not realistic to simply rebuild (this applies to any code, not just OpenFOAM). Perform a clean operation (wclean, Allwclean) first - that's what they do.

BTW from the path names it appears you have an Ubuntu installation. Could also try giving this one a whirl
https://develop.openfoam.com/Develop...ompiled/debian
olesen is offline   Reply With Quote

Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
HELP - Moving car simulation in fluent Brad Wells FLUENT 7 January 4, 2018 19:55
2D selective mesh generation Durga Sravan ANSYS 17 February 5, 2014 00:56
Moving boundary destroy other internal meshing yhaomin2007 OpenFOAM 1 November 7, 2013 02:34
C4 = 1 for Moving Mesh Xobile Siemens 2 January 18, 2005 05:22
moving cylinder blur boy Main CFD Forum 4 October 12, 2001 05:32


All times are GMT -4. The time now is 05:01.