diamondburned / gtkcord3

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

Lines 264 and 273 of accel.go throw errors #114

Closed prodbywerty closed 2 years ago

prodbywerty commented 2 years ago

Description:

Ran go install -v github.com/diamondburned/gtkcord3@latest. Lines 264 and 273 of accel.go throw errors.

Error messages:

accel.go:264:5: val.accel_flags undefined (type _Ctype_struct__GtkAccelKey has no field or method accel_flags)

accel.go:273:22: obj.accel_flags undefined (type *_Ctype_struct__GtkAccelKey has no field or method accel_flags)

Environment:

GTK 3 version: '3.24.25-1ubuntu4.1' Go version: '1.17.2' OS: 'Ubuntu Linux 21.04 x86_64'

diamondburned commented 2 years ago

I just published v0.1.0. Can you retry with go install -v github.com/diamondburned/gtkcord3@v0.1.0?

diamondburned commented 2 years ago

v0.0.4 uses gotk3/gotk3.

prodbywerty commented 2 years ago

I just published v0.1.0.

Did you? go install -v github.com/diamondburned/gtkcord3@v0.1.0 returns:

go install: github.com/diamondburned/gtkcord3@v0.1.0: github.com/diamondburned/gtkcord3@v0.1.0: invalid version: unknown revision v0.1.0
diamondburned commented 2 years ago

Try again.

prodbywerty commented 2 years ago

Works! Thank you :)