You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have observed a dependency error reporting cmake not found while building the package locally.
Which requires this to add core/cmake as a dev dependency.
Then, I've observed the include files are part of two sub-directories (gio-unix-2.0, glib-2.0).
Which should have been exposed with the pkg_include_dirs=(include/gio-unix-2.0 include/glib-2.0) rather than pkg_include_dirs=(include)
I guess this may be the reason for some packages (pango?) not being able to be built.
The text was updated successfully, but these errors were encountered:
After building glib without pkg_include_dirs=(include/gio-unix-2.0 include/glib-2.0) iam able to find both
directories gio-unix-2.0 and glib-2.0 in the include directory of final built directory
I have observed a dependency error reporting cmake not found while building the package locally.
Which requires this to add core/cmake as a dev dependency.
Then, I've observed the include files are part of two sub-directories (gio-unix-2.0, glib-2.0).
Which should have been exposed with the pkg_include_dirs=(include/gio-unix-2.0 include/glib-2.0) rather than pkg_include_dirs=(include)
I guess this may be the reason for some packages (pango?) not being able to be built.
The text was updated successfully, but these errors were encountered: