meeting-concluder icon indicating copy to clipboard operation
meeting-concluder copied to clipboard

64-bit mode not compiled in

Open chaoscreater opened this issue 1 year ago • 1 comments

Getting this message when running go build:

(meeting-concluder) C:\Users\Ricky\1. Github Projects\meeting-concluder\cmd\backend>go build
go: downloading github.com/labstack/echo/v4 v4.10.2
go: downloading github.com/go-audio/audio v1.0.0
go: downloading github.com/go-audio/wav v1.1.0
go: downloading github.com/gordonklaus/portaudio v0.0.0-20221027163845-7c3b689db3cc
go: downloading github.com/pelletier/go-toml/v2 v2.0.7
go: downloading github.com/xyproto/env/v2 v2.0.0
go: downloading github.com/labstack/gommon v0.4.0
go: downloading github.com/golang-jwt/jwt v3.2.2+incompatible
go: downloading golang.org/x/net v0.8.0
go: downloading golang.org/x/crypto v0.7.0
go: downloading github.com/valyala/fasttemplate v1.2.2
go: downloading golang.org/x/time v0.3.0
go: downloading github.com/mattn/go-isatty v0.0.18
go: downloading github.com/go-audio/riff v1.0.0
go: downloading github.com/valyala/bytebufferpool v1.0.0
go: downloading golang.org/x/text v0.8.0
# runtime/cgo
cc1.exe: sorry, unimplemented: 64-bit mode not compiled in

chaoscreater avatar Jul 12 '23 06:07 chaoscreater