go-vgo / robotgo

RobotGo, Go Native cross-platform RPA and GUI automation @vcaesar
Apache License 2.0
9.47k stars 862 forks source link

unable to install this library #601

Closed TheCunningFox closed 11 months ago

TheCunningFox commented 11 months ago

Hello,

I am able to install this library onto my macbook but when I try and install it onto my application when I am running it on my ASUS computer using ubuntu I am unable to install it into my application.

I have been able to find all the files it needed to install into the application except for one and I was hopping if you could provide me with this file?

Anyway this is the error I'm getting.

github.com/go-vgo/robotgo

vendor/github.com/go-vgo/robotgo/bitmap.go:24:11: fatal error: bitmap/goBitmap.h: No such file or directory 24 | #include "bitmap/goBitmap.h" | ^~~~~~~ compilation terminated.

Please help, my boss is on my case right now :)

TheCunningFox commented 11 months ago

I figured this out