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

Regression 1.1.1 -> 1.2.x: full static builds of gdk-pixbuf fail due to linkage #12696

Open
Neumann-A opened this issue Jan 4, 2024 · 1 comment

Comments

@Neumann-A
Copy link
Contributor

Describe the bug
Full static builds of gdk-pixbuf fail to link with newer versions of meson. Tested 1.2.3 and 1.3.1 against 1.1.1

Config/Build log with 1.1.1: (Builds fine)
config-x64-windows-static-release-rel-out.txt
package-x64-windows-static-release-rel-out.txt

Config/Build log with 1.3.1 (Fails to link)
config-x64-windows-static-rel-out.txt
package-x64-windows-static-dbg-out.txt

Expected behavior
Builds succeeds

@Neumann-A
Copy link
Contributor Author

Relevant code is probably:

https://gitlab.gnome.org/GNOME/gdk-pixbuf/-/blob/master/gdk-pixbuf/meson.build?ref_type=heads#L160-L167

loaders_deps contains the necessary deps for tiff/jpeg which seems to be no longer forwarded.

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

No branches or pull requests

2 participants