找不到软件包“ gdk-2.0”

时间:2019-04-15 12:29:47

标签: go cross-platform google-gdk go-gtk

我正在尝试在Windows-7 64位平台上使用cygwin编译器编译go-gtk(使用golang的UI开发)库。

when I tried to run or build the application,I am getting below error:
# pkg-config --cflags  -- gdk-2.0 gthread-2.0
Package gdk-2.0 was not found in the pkg-config search path.
Perhaps you should add the directory containing `gdk-2.0.pc'
to the PKG_CONFIG_PATH environment variable
No package 'gdk-2.0' found
pkg-config: exit status 1


I am trying to compile below libraries:
github.com/mattn/go-gtk/gdk
github.com/mattn/go-gtk/glib
github.com/mattn/go-gtk/gtk


Note:The above Application and Libraries are working fine in Ubuntu platform.

Any information regarding would be helpful!

0 个答案:

没有答案