libheif icon indicating copy to clipboard operation
libheif copied to clipboard

compilation with autoconf script fails with 'go' error

Open farindk opened this issue 3 years ago • 2 comments

heif-test.go:39:2: no required module provides package
github.com/strukturag/libheif/go/heif: go.mod file not found in
current directory or any parent directory; see 'go help modules'

This might be due to a new requirement of go1.16: https://stackoverflow.com/questions/66894200/go-go-mod-file-not-found-in-current-directory-or-any-parent-directory-see-go I don't get the error for go1.13.8.

farindk avatar Jun 15 '21 18:06 farindk

same here with ubuntu 18.04 lts php 7.4x

Rar9 avatar Jul 03 '21 21:07 Rar9

go env -w GO111MODULE=off fixes this for the moment, but the package maintainer really should run go mod init.

zackbloom avatar Nov 18 '21 21:11 zackbloom