You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 5, 2022. It is now read-only.
After using the command go1.15.2 get github.com/diamondburned/gtkcord3, go outputs this error and fails to install gtkcord3
# pkg-config --cflags -- cairo cairo-gobject gobject-2.0
Package cairo was not found in the pkg-config search path.
Perhaps you should add the directory containing `cairo.pc'
to the PKG_CONFIG_PATH environment variable
No package 'cairo' found
Package cairo-gobject was not found in the pkg-config search path.
Perhaps you should add the directory containing `cairo-gobject.pc'
to the PKG_CONFIG_PATH environment variable
No package 'cairo-gobject' found
pkg-config: exit status 1
# github.com/diamondburned/gtkcord3/gtkcord/ningen
../go/src/github.com/diamondburned/gtkcord3/gtkcord/ningen/ningen.go:69:5: cannot use (*ningen.State)(nil) (type *ningen.State) as type Presencer in assignment:
*ningen.State does not implement Presencer (wrong type for Presence method)
have Presence(discord.GuildID, discord.UserID) (*discord.Presence, error)
want Presence(discord.Snowflake, discord.Snowflake) (*discord.Presence, error)
../go/src/github.com/diamondburned/gtkcord3/gtkcord/ningen/ningen.go:82:9: e.ID.Valid undefined (type discord.EmojiID has no field or method Valid)
Any help in getting this to work would be appreciated
The text was updated successfully, but these errors were encountered:
After using the command
go1.15.2 get github.com/diamondburned/gtkcord3
, go outputs this error and fails to install gtkcord3Any help in getting this to work would be appreciated
The text was updated successfully, but these errors were encountered: