dissent icon indicating copy to clipboard operation
dissent copied to clipboard

gtkcord4 won't compile

Open raidenovich opened this issue 1 year ago • 3 comments

I tried using an AUR package with the name "gtkcord4-bin", that one gets stuck around... image here.

and when I use the command provided in the "compiling" section of this repo... (go install -v github.com/diamondburned/gtkcord4@latest )

image

it gets stuck at the start like so.

Is this a known issue?

raidenovich avatar Aug 28 '22 12:08 raidenovich

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.

diamondburned avatar Aug 28 '22 21:08 diamondburned

Provided binaries are not latest (master). I failed building this using cross-compile to ARM64 or even compiling on ARM64 itself.

CrafterSvK avatar Sep 01 '22 14:09 CrafterSvK

-bin shouldn't be -git. "Latest" is the latest version, not the latest commit.

diamondburned avatar Sep 01 '22 20:09 diamondburned