Problem with macos build
- Dominant language
- Go
- Stars
- 723
- Forks
- 113
- PR merge metrics
- No merged PRs in 30d
Description
I try to build application which use webp library and can't build it with enabled CGO:
``` GOOS=darwin GOARCH=amd64 CGO_ENABLED=1 go build -ldflags "-X main.Version=2.1.29 -X main.Build=`git rev-parse HEAD` -X main.BuildTime=`date +%FT%T%z`" -o bin ```
I have gcc installed.

Contributor guide
No contributing guide indexed for this repository
Research direction
Start by reproducing the supplied GOOS=darwin, GOARCH=amd64, CGO_ENABLED=1 go build command in the webp repository on macOS, then inspect the build error shown in the issue image. Determine whether the project can build with CGO and the webp library enabled; done means the command completes successfully.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- go, macos
- Domain
- build-system, operating-systems
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 20/100