veandco / go-sdl2

SDL2 binding for Go
https://godoc.org/github.com/veandco/go-sdl2
BSD 3-Clause "New" or "Revised" License
2.21k stars 221 forks source link

# github.com/veandco/go-sdl2/sdl cc1.exe: sorry, unimplemented: 64-bit mode not compiled in #469

Closed watchdog19 closed 4 years ago

watchdog19 commented 4 years ago

This is the error message i get

veeableful commented 4 years ago

Hi @watchdog19, could you mention your operating system and Go version (run go version), and the command you ran to get the error message?

watchdog19 commented 4 years ago

I use Windows

go version go1.14.4 windows/amd64

go env set GO111MODULE= set GOARCH=amd64 set GOBIN= set GOCACHE=C:\Users\Osose\AppData\Local\go-build set GOENV=C:\Users\Osose\AppData\Roaming\go\env set GOEXE=.exe set GOFLAGS= set GOHOSTARCH=amd64 set GOHOSTOS=windows set GOINSECURE= set GONOPROXY= set GONOSUMDB= set GOOS=windows set GOPATH=C:\Users\Osose\go set GOPRIVATE= set GOPROXY=https://proxy.golang.org,direct set GOROOT=c:\go set GOSUMDB=sum.golang.org set GOTMPDIR= set GOTOOLDIR=c:\go\pkg\tool\windows_amd64 set GCCGO=gccgo set AR=ar set CC=gcc set CXX=g++ set CGO_ENABLED=1 set GOMOD= set CGO_CFLAGS=-g -O2 set CGO_CPPFLAGS= set CGO_CXXFLAGS=-g -O2 set CGO_FFLAGS=-g -O2 set CGO_LDFLAGS=-g -O2 set PKG_CONFIG=pkg-config set GOGCCFLAGS=-m64 -mthreads -fmessage-length=0 -fdebug-prefix-map=C:\Users\Osose\AppData\Local\Temp\go-build747574890=/tmp/go-build -gno-record-gcc-switches

I was running a program that will create a new window and i got the error message

vault-thirteen commented 1 year ago

I have the same error when I try to start the "Hello, World" example from the readme file :)