Failed to install mingw-w64-gtk3

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?

My first guess would be to just install these packages?
Only available in AUR though.

poppler,pango and gtk3 all depend on curl installing curl lead to exit status 4
the error messages is the following
…/…/lib/curl_setup.h:624:4: error: #error “Unexpected build: IPv6 is enabled but getaddrinfo was not found.”
624 | # error “Unexpected build: IPv6 is enabled but getaddrinfo was not found.”
| ^~~~~
make[2]: *** [Makefile:2195: libcurl_la-altsvc.lo] Error 1