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

installing "ruby" platform gem should either use the "pkg-config" gem or omit mentioning it in error messages #358

Open
flavorjones opened this issue Oct 12, 2022 · 0 comments

Comments

@flavorjones
Copy link
Member

Currently (v1.5.0+) if a system does not have the pkg-config utility installed, the user will see an error message like this:

Could not configure the build properly (pkg_config). Please install either the pkg-config utility or the pkg-config rubygem.

Unfortunately, the extconf.rb does not actually use the pkg-config gem if it's present. We should either add that support to the extconf.rb file or remove mention of the gem from the error message.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant