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
../go/pkg/mod/github.com/robotn/[email protected]/event.go:51:10: undefined: addEvent ../go/pkg/mod/github.com/robotn/[email protected]/event.go:62:7: undefined: Start ../go/pkg/mod/github.com/robotn/[email protected]/event.go:75:18: undefined: KeyHold ../go/pkg/mod/github.com/robotn/[email protected]/event.go:83:18: undefined: KeyUp ../go/pkg/mod/github.com/robotn/[email protected]/event.go:95:22: undefined: KeyUp ../go/pkg/mod/github.com/robotn/[email protected]/event.go:96:4: undefined: End ../go/pkg/mod/github.com/robotn/[email protected]/event.go:113:7: undefined: Start ../go/pkg/mod/github.com/robotn/[email protected]/event.go:121:17: undefined: MouseMove ../go/pkg/mod/github.com/robotn/[email protected]/event.go:128:22: undefined: MouseDown ../go/pkg/mod/github.com/robotn/[email protected]/event.go:129:4: undefined: End ../go/pkg/mod/github.com/robotn/[email protected]/event.go:129:4: too many errors
The text was updated successfully, but these errors were encountered:
Same with github.com/robotn/gohook v0.40.0 and github.com/robotn/gohook v0.41.0
Sorry, something went wrong.
You most likely don't have the required libs and GCC setup https://github.com/go-vgo/robotgo?tab=readme-ov-file#requirements
That definitely did it for me, after I carefully followed the instructions. Having a docker setup helped my investigation.
No branches or pull requests
github.com/robotn/gohook
../go/pkg/mod/github.com/robotn/[email protected]/event.go:51:10: undefined: addEvent
../go/pkg/mod/github.com/robotn/[email protected]/event.go:62:7: undefined: Start
../go/pkg/mod/github.com/robotn/[email protected]/event.go:75:18: undefined: KeyHold
../go/pkg/mod/github.com/robotn/[email protected]/event.go:83:18: undefined: KeyUp
../go/pkg/mod/github.com/robotn/[email protected]/event.go:95:22: undefined: KeyUp
../go/pkg/mod/github.com/robotn/[email protected]/event.go:96:4: undefined: End
../go/pkg/mod/github.com/robotn/[email protected]/event.go:113:7: undefined: Start
../go/pkg/mod/github.com/robotn/[email protected]/event.go:121:17: undefined: MouseMove
../go/pkg/mod/github.com/robotn/[email protected]/event.go:128:22: undefined: MouseDown
../go/pkg/mod/github.com/robotn/[email protected]/event.go:129:4: undefined: End
../go/pkg/mod/github.com/robotn/[email protected]/event.go:129:4: too many errors
The text was updated successfully, but these errors were encountered: