go-gl / gl

Go bindings for OpenGL (generated via glow)
MIT License
1.07k stars 74 forks source link

Using bindings on Windows 10? #65

Closed Kapho closed 7 years ago

Kapho commented 7 years ago

I can't seem to use these bindings on Windows. I've tried reinstalling MinGW, but there seems to be an error with the C compiler. Could anyone help me out?


C:\Users\default.DESKTOP-I2M9C05>go get -u github.com/go-gl/gl/v3.3-core/gl
# github.com/go-gl/gl/v3.3-core/gl
realgcc.exe: fatal error: no input files
compilation terminated.
Kapho commented 7 years ago

oops i'm an idiot. After realizing I was using Haskell's gcc, I installed 64-bit minGW and got it working.

dmitshur commented 7 years ago

Glad to hear that. I wasn't able to offer help because I don't use Windows.