pixterm
pixterm copied to clipboard
apple (arm64) m1 device cannot compile
terminal input
go mod tidy
go run cmd/pixterm/pixterm.go
error output:
# command-line-arguments
cmd/pixterm/pixterm.go:64:3: undefined: printIcon
cmd/pixterm/pixterm.go:68:2: undefined: printContributors
For some odd reason there's an issue within func printCredits()
printIcon() & printContributers() are out of scope therefore unreachable
if you comment out printIcon() & printContributers() within func printCredits() then it builds successfully
error output updated
Related https://github.com/eliukblau/pixterm/pull/22
Hi! Thanks for your observations. What's the version of golang.org/x/sys that you say compiles correctly on Apple M1?