diamondburned / gtkcord3

A Gtk3 Discord client in Golang
GNU General Public License v3.0
629 stars 28 forks source link

Unable to go get #37

Closed Nox-404 closed 4 years ago

Nox-404 commented 4 years ago

Hello, I've been trying to set this up but failed to fetch it.

Any idea ?

$ go get github.com/diamondburned/gtkcord3
# github.com/diamondburned/gtkcord3/gtkcord/components/user
go/src/github.com/diamondburned/gtkcord3/gtkcord/components/user/user.go:112:31: cannot use ac.Emoji (type *discord.Emoji) as type discord.Emoji in argument to ningen.EmojiString
# github.com/diamondburned/gtkcord3/gtkcord/components/popup
go/src/github.com/diamondburned/gtkcord3/gtkcord/components/popup/popup_activity.go:79:33: cannot use ac.Emoji (type *discord.Emoji) as type discord.Emoji in argument to ningen.EmojiString
$ go version
go version go1.14.1 linux/amd64

$ uname -r
Arch Linux 5.5.13-arch2-1

$ pacman -Qi gtk3
Name            : gtk3
Version         : 1:3.24.17+4+g8c97702a07-1

$ pacman -Qi libhandy 
Name            : libhandy
Version         : 0.0.13-1

$ pacman -Qi pkgconfig
Name            : pkgconf
Version         : 1.6.3-3
diamondburned commented 4 years ago

Can you try go get github.com/diamondburned/gtkcord3@224d5c62a2751672ddca80911f0299960be66e88?

diamondburned commented 4 years ago

Closed because old.