diamondburned / gtkcord3

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

Support for gcc-go? #83

Closed micwoj92 closed 4 years ago

micwoj92 commented 4 years ago

Trying to build with gcc-go 10.1.0 , gave me error gtkcord/plugins.go:6:2: package plugin is not in GOROOT (/usr/src/plugin) im not familiar with go, is there that big difference between go and gcc-go? package builds with regular go just fine

diamondburned commented 4 years ago

Why are you building with gcc-go?

micwoj92 commented 4 years ago

Nowhere in this repo have I found some big text which says: GCC-GO WILL NOT BE SUPPORTED So I asked myself, why not try? And I tried and failed.

diamondburned commented 4 years ago

gcc-go doesn't do plugins. Also: outdated by relevant.