Closed abcfy2 closed 7 years ago
the new commit, capi.cc
add the <string.h>
header for memcpy
: https://github.com/chai2010/guetzli-go/commit/015096ec963d81cd19a45d241e272e141872be96
please try again. thanks
Thanks, it works. But there's another warning:
# github.com/chai2010/guetzli-go
In file included from go/src/github.com/chai2010/guetzli-go/z_guetzli_processor.cc:5:0:
go/src/github.com/chai2010/guetzli-go/./internal/guetzli-1.0/guetzli/processor.cc:180:7: warning: ‘guetzli::QuantMatrixGenerator’ has a field ‘guetzli::QuantMatrixGenerator::quants_’ whose type uses the anonymous namespace
class QuantMatrixGenerator {
^
I can't compile this code on ubuntu 16.04. How to ?
go version:
go version go1.8 linux/amd64
gcc version: