dissent
dissent copied to clipboard
gtkcord4 won't compile
I tried using an AUR package with the name "gtkcord4-bin", that one gets stuck around...
here.
and when I use the command provided in the "compiling" section of this repo... (go install -v github.com/diamondburned/gtkcord4@latest )

it gets stuck at the start like so.
Is this a known issue?
It is known, and it's not an issue to do with gtkcord4. It's mostly cmd/cgo being very slow at compiling and how massive gotk4 is to have to be compiled.
gtkcord4-bin should've used the prebuilt binaries supplied by the CI.
Provided binaries are not latest (master). I failed building this using cross-compile to ARM64 or even compiling on ARM64 itself.
-bin shouldn't be -git. "Latest" is the latest version, not the latest commit.