glfw3 build problem

o-san wrote on Tuesday, June 04, 2013:

I get an error when trying to compile glfw3 for code blocks:

…\glfw-master\src\win32_window.c|482|error: ‘WM_UNICHAR’ undeclared (first use in this function)

I’ve also tried compiling with MinGW Makefiles with same result. Any help appreciated!

o-san wrote on Tuesday, June 04, 2013:

… downloaded from https://github.com/glfw/glfw

elmindreda wrote on Tuesday, June 04, 2013:

Your toolchain must be very old.

o-san wrote on Wednesday, June 05, 2013:

I looked over my toolchain and managed to clear it out. Turns out I was using an older MinGW without noticing it. Thanks! =)