# github.com/mattn/go-gtk/pango
In file included from ..\..\github.com\mattn\go-gtk\pango\pango.go:5:0:
./pango.go.h:7:10: fatal error: pango/pango.h: No such file or directory
#include <pango/pango.h>
^~~~~~~~~~~~~~~
compilation terminated.
# github.com/mattn/go-gtk/glib
In file included from ..\..\github.com\mattn\go-gtk\glib\glib.go:5:0:
./glib.go.h:4:10: fatal error: glib.h: No such file or directory
#include <glib.h>
^~~~~~~~
compilation terminated.
Compilation finished with exit code 2
求解这是什么原因