i need to do cross compiling for my go project using gotk3 lib
i followed there wiki guide https://github.com/gotk3/gotk3/wiki/Cross-Compiling
using yay to install mingw-w64-gtk3 lead to following error
==> ERROR: Could not resolve all dependencies.
→ error making: mingw-w64-gtk3-exit status 8
→ Failed to install the following packages. Manual intervention is required:
mingw-w64-poppler - exit status 8
mingw-w64-curl - exit status 4
mingw-w64-pango - exit status 8
mingw-w64-gtk3 - exit status 8
how can i fix that?