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

Add *BSD support #55

Open
arturbrzoz opened this issue Nov 28, 2023 · 0 comments
Open

Add *BSD support #55

arturbrzoz opened this issue Nov 28, 2023 · 0 comments

Comments

@arturbrzoz
Copy link

Hi,

when building on recent FreeBSD 14.0 and OpenBSD 7.3 (amd64):

$ go install golang.design/x/clipboard/cmd/gclip@latest
# golang.design/x/clipboard
.go/pkg/mod/golang.design/x/[email protected]/clipboard.go:107:15: undefined: initialize
.go/pkg/mod/golang.design/x/[email protected]/clipboard.go:118:14: undefined: read
.go/pkg/mod/golang.design/x/[email protected]/clipboard.go:138:18: undefined: write
.go/pkg/mod/golang.design/x/[email protected]/clipboard.go:153:9: undefined: watch

I figure this is due to *BSDs not being explicitly supported, but perhaps there's a way to build clipboard anyways, especially since BSDs share a lot with Linux, including the X system.

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