vips icon indicating copy to clipboard operation
vips copied to clipboard

issues on go get

Open lekki opened this issue 10 years ago • 0 comments

vips-7.38.5

go get github.com/daddye/vips /opt/go/src/github.com/daddye/vips/vips.go:129: cannot use &image (type *__Ctype_struct__VipsImage) as type *__Ctype_VipsImage in function argument /opt/go/src/github.com/daddye/vips/vips.go:131: cannot use &image (type *__Ctype_struct__VipsImage) as type *__Ctype_VipsImage in function argument /opt/go/src/github.com/daddye/vips/vips.go:225: cannot use &tmpImage (type *__Ctype_struct__VipsImage) as type *__Ctype_VipsImage in function argument /opt/go/src/github.com/daddye/vips/vips.go:236: cannot use image (type __Ctype_struct__VipsImage) as type *_Ctype_VipsImage in function argument /opt/go/src/github.com/daddye/vips/vips.go:236: cannot use &tmpImage (type *__Ctype_struct__VipsImage) as type *__Ctype_VipsImage in function argument /opt/go/src/github.com/daddye/vips/vips.go:265: cannot use image (type *_Ctype_struct__VipsImage) as type *_Ctype_VipsImage in function argument /opt/go/src/github.com/daddye/vips/vips.go:265: cannot use &tmpImage (type *__Ctype_struct__VipsImage) as type *__Ctype_VipsImage in function argument /opt/go/src/github.com/daddye/vips/vips.go:289: cannot use image (type *_Ctype_struct__VipsImage) as type *_Ctype_VipsImage in function argument /opt/go/src/github.com/daddye/vips/vips.go:289: cannot use &tmpImage (type *__Ctype_struct__VipsImage) as type **_Ctype_VipsImage in function argument /opt/go/src/github.com/daddye/vips/vips.go:299: cannot use image (type *_Ctype_struct__VipsImage) as type *_Ctype_VipsImage in function argument

lekki avatar Sep 21 '15 07:09 lekki