chai2010 / chai2010/webp

trying to compile a project for linux from osx

Open
#16 4 comments 0 reactions 0 assignees View on GitHub
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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.