-
-
Notifications
You must be signed in to change notification settings - Fork 33
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
error: failed to run custom build command for pcre2-sys v0.2.6
on the centos7 platform
#33
Comments
If possible, I can fix it |
To walk-around it, I enabled |
It's unclear to me why this is failing on CentOS but not anywhere else. I don't have a CentOS 7 system I can easily test on, so I think this will probably a require someone other than me to submit a patch. |
I guess it's caused by a lower version of |
The lower version might indeed be the culprit, although I still find that curious. Does that imply more recent versions of gcc default to at least c99? And the CentOS version of gcc does not? That feels like a question with a definite answer to me. But either way, yes, I think setting C99 mode explicitly in the build script is fine as long as CI passes. |
Ok I will Open a PR to set C99 mode later |
Yes, CentOS 7's gcc is 4.8.5, where:
And indeed 5.1.0 changed to (CentOS 7 has passed EOL, but RHEL 7 ELS remains until 2028.) |
Description
I have failed to run custom build command for pcre2-sys v0.2.6 on the centos7 platform.
The error message is
The text was updated successfully, but these errors were encountered: