I use the gotk3 library, I followed the installation instructions: https://github.com/gotk3/gotk3/wiki/Installing-on-Windows
pkg-config --cflags --libs gtk+-3.0 gives the correct result.
I'm trying to build a test project and get the error:
# github.com/gotk3/gotk3/glib In file included from ./glib.go.h:31:0, from D:\GOPATH\src\github.com\gotk3\gotk3\glib\application.go:7: C:/Fedora/include/glib-2.0/glib/gi18n.h:25:21: fatal error: libintl.h: No such file or directory #include <libintl.h> ^ compilation terminated. When I try to use go get github.com/gotk3/gotk3/gtk I get a similar error ... The very necessary file is in C:\Fedora\include
Where should this file lie to make the code work?