coyim icon indicating copy to clipboard operation
coyim copied to clipboard

Build hangs and never completes

Open PolarianDev opened this issue 1 year ago • 3 comments

Hello,

So I adopted the coyim AUR package today hoping to update and fix the issues with it. The compile guide on the repository recommends uses make build, however this just hangs indefinitely:

❯ make build
mkdir -p .build-tools
./build/find_esc.sh .build-tools
(cd gui; go generate -x ui_reader.go)
../.build-tools/esc -o definitions.go -modtime 1489449600 -pkg gui -ignore Makefile definitions/
(cd gui/css; go generate -x reader.go)
../../.build-tools/esc -o definitions.go -private -modtime 1489449600 -pkg css -ignore Makefile definitions/
PKG_CONFIG_PATH=/usr/local/opt/libffi/lib/pkgconfig:$PKG_CONFIG_PATH CGO_CFLAGS_ALLOW="-Wno-deprecated-declarations" CGO_CFLAGS="-Wno-deprecated-declarations"  go build -ldflags "-X 'main.BuildTimestamp=2023-06-17 21:37:31' -X 'main.BuildCommit=959ace9e1c6836a08dbd2166debef21da8c08fdc' -X 'main.BuildShortCommit=959ace9e' -X 'main.BuildTag='" -tags "glib_2_76","gtk_3_24","pango_1_50","cairo_1_17" -o bin/coyim

but following typical go build guidelines, using go build works just fine and coyim is popped out, and when its ran works just fine.

For now I will stick to go build seen as it works, but why does the Makefile not work?

PolarianDev avatar Jun 17 '23 21:06 PolarianDev