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
Hi,
trying to build it with go1.21.8 on a Ubuntu Linux, but running into following error:
$ go install github.com/cosmos/gex@latest
# runtime/internal/sys
/usr/local/go/src/runtime/internal/sys/intrinsics_common.go:9:5: len8tab redeclared in this block
/usr/local/go/src/runtime/internal/sys/intrinsics.go:76:7: other declaration of len8tab
/usr/local/go/src/runtime/internal/sys/intrinsics_common.go:28:5: ntz8tab redeclared in this block
/usr/local/go/src/runtime/internal/sys/intrinsics.go:25:7: other declaration of ntz8tab
/usr/local/go/src/runtime/internal/sys/intrinsics_common.go:48:6: Len64 redeclared in this block
/usr/local/go/src/runtime/internal/sys/intrinsics.go:99:6: other declaration of Len64
/usr/local/go/src/runtime/internal/sys/intrinsics_common.go:66:7: m0 redeclared in this block
/usr/local/go/src/runtime/internal/sys/intrinsics.go:117:7: other declaration of m0
/usr/local/go/src/runtime/internal/sys/intrinsics_common.go:67:7: m1 redeclared in this block
/usr/local/go/src/runtime/internal/sys/intrinsics.go:118:7: other declaration of m1
/usr/local/go/src/runtime/internal/sys/intrinsics_common.go:68:7: m2 redeclared in this block
/usr/local/go/src/runtime/internal/sys/intrinsics.go:119:7: other declaration of m2
/usr/local/go/src/runtime/internal/sys/intrinsics_common.go:71:6: OnesCount64 redeclared in this block
/usr/local/go/src/runtime/internal/sys/intrinsics.go:122:6: other declaration of OnesCount64
/usr/local/go/src/runtime/internal/sys/intrinsics_common.go:101:5: deBruijn64tab redeclared in this block
/usr/local/go/src/runtime/internal/sys/intrinsics.go:16:5: other declaration of deBruijn64tab
/usr/local/go/src/runtime/internal/sys/intrinsics_common.go:108:7: deBruijn64 redeclared in this block
/usr/local/go/src/runtime/internal/sys/intrinsics.go:23:7: other declaration of deBruijn64
/usr/local/go/src/runtime/internal/sys/intrinsics_common.go:111:6: TrailingZeros64 redeclared in this block
/usr/local/go/src/runtime/internal/sys/intrinsics.go:53:6: other declaration of TrailingZeros64
/usr/local/go/src/runtime/internal/sys/intrinsics_common.go:111:6: too many errors
Does it only compile with go 1.16?
Thanks,
bert
The text was updated successfully, but these errors were encountered:
Hi,
trying to build it with
go1.21.8
on a Ubuntu Linux, but running into following error:Does it only compile with go
1.16
?Thanks,
bert
The text was updated successfully, but these errors were encountered: