-
Notifications
You must be signed in to change notification settings - Fork 36
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
pkgconfig fails due to drop of embedded glib from pkgconfig v0.26 #83
Comments
pkgconfig can be upgraded to v0.27, then configured with
This introduces a dependency on gettext. How has this been handled? Are pkg-config and glib expected as dependencies? |
Maybe this is moot given the new build tool in development. I can install gettext and glib:
Then, execute the equivalent output of:
Which for me is:
|
Actually, I'm going to reopen this to reference issues while I rework the makefile and build. |
Mac OS X build is failing at target pkgconfig:
pkgconfig v0.26 dropped embedded glib, now expecting glib as an external dependency.
The text was updated successfully, but these errors were encountered: