我正在尝试使用 github.com/hajimehoshi/ebiten 上的库。不管我做什么,我都会遇到这个错误:
# github.com/go-gl/glfw/v3.2/glfw
cc1.exe: sorry, unimplemented: 64-bit mode not compiled in
# github.com/go-gl/gl/v2.1/gl
cc1.exe: sorry, unimplemented: 64-bit mode not compiled in
我已经尝试更新 MinGW
mingw-获取更新
我已经为 MinGW 设置了 PATH 变量。
我在这里下载了 MinGW-w64 。
我已经到这里下载了 tdm-gcc 64 包。
而且,我遇到了同样的错误。我该如何规避这个?