Perlmint / glew-cmake

GLEW(https://github.com/nigels-com/glew, source updated nightly) with Cmake and pre-generated sources
Other
235 stars 95 forks source link

Sth broke badly #11

Closed tszirr closed 8 years ago

tszirr commented 8 years ago

Hey,

just had loads of build errors pop up, seems like sth went rather wrong, e.g. glew.c now features garbage like this: static GLboolean _glewInit_GL_ARB_ES3_1_compatibility () { GLboolean r = GL_FALSE;

r = glewInit(GLbitfield() || r; r = _glewInit_barriers)() || r; r = _glewInit_glMemoryBarrierByRegion() || r; r = _glewInit_void() || r;

return r; } Any ideas?

Thx!

Perlmint commented 8 years ago

Thanks for reporting.
I cleaned up my CI workspace, run update source job and code generating. Now, It is built without error.
Try again with updated source please.

tszirr commented 8 years ago

Thanks for the quick response, has worked flawlessly since then.