bakape / thumbnailer

Go media thumbnailer
MIT License
153 stars 36 forks source link

Compilation error #12

Closed Tozuko closed 6 years ago

Tozuko commented 6 years ago

When I try to run Meguca's make update_deps (using the latest version of the master branch), I get this error.

Go version: go1.9 linux/amd64 Distro: Debian 9

I have all the dependencies installed.

Error:

github.com/bakape/thumbnailer
# github.com/bakape/thumbnailer
/root/go/src/github.com/bakape/thumbnailer/ffmpeg.go:157: constant 18446744072328293384 overflows C.int
/root/go/src/github.com/bakape/thumbnailer/ffmpeg.go:178: constant 18446744072328293384 overflows C.int
Makefile:74: recipe for target 'update_deps' failed
make: *** [update_deps] Error 123
Tozuko commented 6 years ago

Please disregard. Fixed by upgrading to Go 1.9.2.