EngoEngine/engo

I cant get it running.

jakubDoka opened this issue · 3 comments

When i import the "github.com/EngoEngine/engo" or any other package i get error message :

github.com/go-gl/glfw/v3.3/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
I have no idea what this is and i canot find anything on internet eather.

Make sure you have the 64 bit version of the GCC compiler from Mingw-w64. You can get it here. I'm personally using WinBuilds. It should work after that because that error is usually from you having the 32 bit version installed.

In deed i have. Thank you. I probably downloaded 32 by accident.

Glad that fixed you issue, let us know if you have any other questions or concerns.