Troubleshooting
Problem 1: An Error Is Reported During SU2 6.0.1 Compilation
Symptom
An error message "error:'VALID_REF' was not declared in this scope; did you mean'INVALID_REF'" is displayed when SU2 is compiled.
Possible Cause
The code has a bug.
Procedure
Download the official release of 6.0.x.
Problem 2: An Error Is Reported During SU2 7.0.4 Compilation
Symptom
An error message "configure: error: cannot find python-config for /usr/bin/python." is displayed when SU2 is compiled.
Possible Cause
The dependency python-devel does not exist.
Procedure
Run the following command to install the dependency before configuring:
yum install python-devel -y
Parent topic: SU2 Porting Guide (CentOS 7.6)