trying to compile a project for linux from osx
- Dominant language
- Go
- Stars
- 723
- Forks
- 113
- PR merge metrics
- No merged PRs in 30d
Description
i get this error
```
$ GOOS=linux GOARCH=amd64 go build main.go
# github.com/chai2010/webp
../../github.com/chai2010/webp/webp.go:24: undefined: CBuffer
```
did i miss anything? thank you (:
Contributor guide
No contributing guide indexed for this repository
Research direction
Start by reproducing the GOOS=linux GOARCH=amd64 go build main.go command and inspect webp.go at line 24, where CBuffer is reported as undefined. Trace how CBuffer is provided in the package and determine whether the Linux cross-compilation path is supported; done means the cause and a supported fix or limitation are clearly established.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- go
- Domain
- build-system
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 20/100