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
I hadn't yet compiled any CGO for windows, so I first tried cygwin, and it fails while compiling something in C:
implicit declaration of function ‘_beginthread’; did you mean ‘OpenThread’
Following suggestion in stackoverlow I attempted using TDM GCC instead. After a reboot and having to install git for windows (as opposed of the cygwin), I then got the error:
go build github.com/go-vgo/robotgo
# github.com/go-vgo/robotgo
In file included from ./bitmap/../base/str_io_c.h:2:0,
from ./bitmap/goBitmap.h:17,
from C:\Users\pfeif\go\src\github.com\go-vgo\robotgo\robotgo.go:45:
./bitmap/../base/zlib_util_c.h:2:18: fatal error: zlib.h: No such file or directory
compilation terminated.
I'm not sure what to try next, I didn't find any easy way to install zlib with TDM gcc.
Any ideas/pointers ? What would be a "standard" setup to use RobotGo in windows ?
Many thanks!
The text was updated successfully, but these errors were encountered:
Versions
Description
I hadn't yet compiled any CGO for windows, so I first tried cygwin, and it fails while compiling something in C:
Following suggestion in stackoverlow I attempted using TDM GCC instead. After a reboot and having to install git for windows (as opposed of the cygwin), I then got the error:
I'm not sure what to try next, I didn't find any easy way to install zlib with TDM gcc.
Any ideas/pointers ? What would be a "standard" setup to use RobotGo in windows ?
Many thanks!
The text was updated successfully, but these errors were encountered: