We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When building gnome-builder, after getting through 10 rounds, the build errors out with the following message:
Configuring ide-debug.h using configuration src/libide/terminal/meson.build:7:3: ERROR: C header 'pcre2.h' not found
Autospec was not able to handle the output from the following check during the meson build:
# Ensure we have PCRE2 available cc.has_header('pcre2.h', required: true)
The text was updated successfully, but these errors were encountered:
Looks like the meson build requirement scan should be made more robust.
Sorry, something went wrong.
No branches or pull requests
When building gnome-builder, after getting through 10 rounds, the build errors out with the following message:
Autospec was not able to handle the output from the following check during the meson build:
The text was updated successfully, but these errors were encountered: