Unable to cross compile to windows with gir gtk4 since 4.14, working fine in 4.12
Build.log:
https://termbin.com/xnfs
Version: gtk-4.14.4
Build script: (Gentoo crossdev)
https://termbin.com/aa1w
Command:
sudo FEATURES=“-ipc-sandbox -network-sandbox -pid-sandbox -sandbox -usersandbox” x86_64-w64-mingw32-emerge -auUDN gtk --exclude busybox
(The sandbox features are disabled because they conflict with wine)
Patch file with my changes to allow introspection to work when cross compiling to windows and fix some file chooser problems with posix threads: https://termbin.com/j3vp
I am writting this because I do not know what else to do, I tried everything I could possibly think of to fix this error.
I do not have the header which enables HAVE_DMABUF and still it is failing in dmabuf formats.
May this be a regression?
PD: I have double checked it and in 4.13.9 it is already broken and in 4.12.5-r1 it is working just fine.