Error during compiling SU2:feature_TMZHB (had the same error on 2 different machines) #1645
Unanswered
koraysevinc
asked this question in
Q&A
Replies: 2 comments
-
Hi, I am still facing this issue. Does anyone have an idea about that? Thanks. ../src/geometry_structure.cpp:14365:20: error: ‘HUGE’ was not declared in this scope |
Beta Was this translation helpful? Give feedback.
0 replies
-
That branch is very old. The person that created it is probably not working on su2 anymore. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Describe the bug
I have 3 different versions of SU2 on my machine and they all work (master branch, feature_turbomachinery_restruct_singlezone, feature_turbomachinery).
I wanted to try feature_TMZHB in order to study Harmonic Balance problems. However during make process I faced an error. I tried it on my laptop as well and faced exactly the same error. It occurred during compiling of geometry_structure.cpp.
I don't know how to solve this issue. Thanks for your help in advance.
Koray
To Reproduce
Here's my configure outputs:
Build Configuration Summary:
################
Here are the error lines during make process:
CXX ../src/libSU2_a-dual_grid_structure.o
CXX ../src/libSU2_a-geometry_structure.o
../src/geometry_structure.cpp: In member function ‘virtual void CPhysicalGeometry::UpdateTurboVertex(CConfig*, short unsigned int, short unsigned int)’:
../src/geometry_structure.cpp:14365:20: error: ‘HUGE’ was not declared in this scope
14365 | su2double max = -HUGE;
| ^~~~
make[1]: *** [Makefile:857: ../src/libSU2_a-geometry_structure.o] Error 1
make[1]: Leaving directory '/home/koray/SU2_TMZHB/SU2/Common/lib'
make: *** [Makefile:391: all-recursive] Error 1
Desktop (please complete the following information):
Beta Was this translation helpful? Give feedback.
All reactions