You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, just discovered your repo. I suppose it is meant for the Razer OrbWeaver keypad. Trying to install and run it in Windows but I get the following error for go run orbbind.go
package command-line-arguments
imports fyne.io/fyne/v2/app
imports fyne.io/fyne/v2/internal/driver/glfw
imports fyne.io/fyne/v2/internal/driver/common
imports fyne.io/fyne/v2/internal/painter/gl
imports github.com/go-gl/gl/v3.2-core/gl: build constraints exclude all Go files in C:\Users\spike\go\pkg\mod\github.com\go-gl\gl@v0.0.0-20211210172815-726fda9656d6\v3.2-core\gl
The text was updated successfully, but these errors were encountered:
For windows I have always compiled this with MinGW/MSYS2, never with MSVC... so I actually don't have an answer for this unfortunately... I gave up on this codebase a while ago to be honest...
Quickie edit... try go build without an argument... it should build an exe for you to use
Hi, just discovered your repo. I suppose it is meant for the Razer OrbWeaver keypad. Trying to install and run it in Windows but I get the following error for
go run orbbind.go
The text was updated successfully, but these errors were encountered: