Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

GOOS=windows GOARCH=amd64 go build main.go #54

Open
simaybocu opened this issue Nov 28, 2022 · 0 comments
Open

GOOS=windows GOARCH=amd64 go build main.go #54

simaybocu opened this issue Nov 28, 2022 · 0 comments

Comments

@simaybocu
Copy link

GOOS=windows GOARCH=amd64 go build main.go on Docker gives the following error when this command is run.

/go/pkg/mod/github.com/qiniu/iconv@v1.2.0/reader.go:11:11: undefined: Iconv
/go/pkg/mod/github.com/qiniu/iconv@v1.2.0/reader.go:19:19: undefined: Iconv
/go/pkg/mod/github.com/qiniu/iconv@v1.2.0/reader.go:21:13: undefined: DefaultBufSize
/go/pkg/mod/github.com/qiniu/iconv@v1.2.0/reader.go:49:14: undefined: EILSEQ
/go/pkg/mod/github.com/qiniu/iconv@v1.2.0/writer.go:12:11: undefined: Iconv
/go/pkg/mod/github.com/qiniu/iconv@v1.2.0/writer.go:19:19: undefined: Iconv
/go/pkg/mod/github.com/qiniu/iconv@v1.2.0/writer.go:21:13: undefined: DefaultBufSize
/go/pkg/mod/github.com/qiniu/iconv@v1.2.0/writer.go:70:15: undefined: EILSEQ
/go/pkg/mod/github.com/qiniu/iconv@v1.2.0/writer.go:102:15: undefined: EILSEQ

Can you check please?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant