webp icon indicating copy to clipboard operation
webp copied to clipboard

macos 编译出错

Open libra1010 opened this issue 3 years ago • 0 comments

macos 12.4 go 1.18.1 提示如下 github.com/sizeofint/webp-animation

github.com/sizeofint/webp-animation In file included from ../../repository/go/pkg/mod/github.com/sizeofint/[email protected]/gifdec.go:6: ./webp.hpp:4:10: fatal error: 'webp/encode.h' file not found #include <webp/encode.h> ^~~~~~~~~~~~~~~

使用make 或者手动命令build 提示均如上所示

libra1010 avatar Jul 17 '22 02:07 libra1010