We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
pi@raspberrypi:~/Documents/gemini-tray $ CGO_ENABLED=0 go build main.go
../../go/pkg/mod/github.com/getlantern/[email protected]/systray.go:78:2: undefined: nativeLoop ../../go/pkg/mod/github.com/getlantern/[email protected]/systray.go:106:2: undefined: registerSystray ../../go/pkg/mod/github.com/getlantern/[email protected]/systray.go:111:14: undefined: quit ../../go/pkg/mod/github.com/getlantern/[email protected]/systray.go:136:2: undefined: addSeparator ../../go/pkg/mod/github.com/getlantern/[email protected]/systray.go:190:2: undefined: hideMenuItem ../../go/pkg/mod/github.com/getlantern/[email protected]/systray.go:195:2: undefined: showMenuItem ../../go/pkg/mod/github.com/getlantern/[email protected]/systray.go:220:2: undefined: addOrUpdateMenuItem ../../go/pkg/mod/github.com/getlantern/[email protected]/systray_linux.go:8:2: undefined: SetIcon
The text was updated successfully, but these errors were encountered:
This package requires cgo
Sorry, something went wrong.
How we can resolve this issue @heliosgo ?
No branches or pull requests
pi@raspberrypi:~/Documents/gemini-tray $ CGO_ENABLED=0 go build main.go
github.com/getlantern/systray
../../go/pkg/mod/github.com/getlantern/[email protected]/systray.go:78:2: undefined: nativeLoop
../../go/pkg/mod/github.com/getlantern/[email protected]/systray.go:106:2: undefined: registerSystray
../../go/pkg/mod/github.com/getlantern/[email protected]/systray.go:111:14: undefined: quit
../../go/pkg/mod/github.com/getlantern/[email protected]/systray.go:136:2: undefined: addSeparator
../../go/pkg/mod/github.com/getlantern/[email protected]/systray.go:190:2: undefined: hideMenuItem
../../go/pkg/mod/github.com/getlantern/[email protected]/systray.go:195:2: undefined: showMenuItem
../../go/pkg/mod/github.com/getlantern/[email protected]/systray.go:220:2: undefined: addOrUpdateMenuItem
../../go/pkg/mod/github.com/getlantern/[email protected]/systray_linux.go:8:2: undefined: SetIcon
The text was updated successfully, but these errors were encountered: