我需要导入this包。
它需要zlib和libpng。
我通过MinGW(我的操作系统 - Windows 8.1 64)编译zlib和libpng。
libpng.a
现在在MinGW lib文件夹中,但没有改变,同样的恐怖:
In file included from ./bitmap/../base/io_c.h:4:0,
from ./bitmap/goBitmap.h:25,
from ..\github.com\go-vgo\robotgo\robotgo.go:26:
./bitmap/../base/png_io_c.h:4:17: fatal error: png.h: No such file or directory
#include <png.h>
答案 0 :(得分:0)
您可以使用Jenkins docs或阅读Mingw。
答案 1 :(得分:0)
使用以下步骤
生成libpng.a并使用命令复制到Mingw / lib 1)复制脚本\ makefile.gcc makefile.gcc 2)mingw32-make -f makefile.gcc