Skip to content
New issue

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

impossible to install on Linux #9

Open
sundowndev opened this issue May 25, 2020 · 2 comments
Open

impossible to install on Linux #9

sundowndev opened this issue May 25, 2020 · 2 comments

Comments

@sundowndev
Copy link

  • Linux 5.3.0-53-generic #47~18.04.1-Ubuntu SMP Thu May 7 13:10:50 UTC 2020 x86_64 x86_64 x86_64 GNU/Linux
  • go version go1.14.2 linux/amd64

I've installed libgtk-3-dev, andlabs/ui.

$ go get github.com/andlabs/wakeup
# github.com/andlabs/wakeup
../../go/src/github.com/andlabs/wakeup/main.go:46:11: undefined: ui.LineEdit
../../go/src/github.com/andlabs/wakeup/main.go:47:11: undefined: ui.LineEdit
../../go/src/github.com/andlabs/wakeup/main.go:61:4: undefined: ui.Post
../../go/src/github.com/andlabs/wakeup/main.go:77:10: mw.win.MsgBoxError undefined (type *ui.Window has no field or method MsgBoxError)
../../go/src/github.com/andlabs/wakeup/main.go:83:10: mw.win.MsgBoxError undefined (type *ui.Window has no field or method MsgBoxError)
../../go/src/github.com/andlabs/wakeup/main.go:100:23: not enough arguments in call to ui.NewWindow
	have (string, number, number)
	want (string, int, int, bool)
../../go/src/github.com/andlabs/wakeup/main.go:101:8: mw.win.Closing undefined (type *ui.Window has no field or method Closing)
../../go/src/github.com/andlabs/wakeup/main.go:102:8: mw.win.Posted undefined (type *ui.Window has no field or method Posted)
../../go/src/github.com/andlabs/wakeup/main.go:103:14: undefined: ui.NewLineEdit
../../go/src/github.com/andlabs/wakeup/main.go:104:15: undefined: ui.NewLineEdit
../../go/src/github.com/andlabs/wakeup/main.go:104:15: too many errors
@andlabs
Copy link
Owner

andlabs commented May 25, 2020

This project is so very out of date I should probably just pull it outright, sorry. Package ui no longer has the same API. I also don't know if I'll be updating it.

@sundowndev
Copy link
Author

Alright, may be consider adding a warning in the readme or archive the repository. I got here from your profile so this a bit confusing.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants