Skip to content
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

Parse meson build has_header error output and automatically add build dependency #511

Open
gtkramer opened this issue Oct 30, 2019 · 1 comment
Labels
enhancement Feature request for autospec

Comments

@gtkramer
Copy link

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)
@phmccarty
Copy link
Contributor

Looks like the meson build requirement scan should be made more robust.

@phmccarty phmccarty added the enhancement Feature request for autospec label Jan 7, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Feature request for autospec
Projects
None yet
Development

No branches or pull requests

2 participants