jenskristian / mupen64plus

Automatically exported from code.google.com/p/mupen64plus
0 stars 0 forks source link

mupen64plus-video-z64 fails to build with GLEW #649

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
At the moment mupen64plus-video-z64 fails to build with GLEW (>= 1.12.0). The 
files src/glshader.cpp and src/rgl.h currently reference the GLEW header via 
'#include <glew.h>', these need to be changed to '#include <GL/glew.h>'.

Original issue reported on code.google.com by brad.ope...@gmail.com on 8 May 2015 at 9:18

GoogleCodeExporter commented 8 years ago
This has been fixed:

https://github.com/mupen64plus/mupen64plus-video-z64/commit/21507b3600c616bca704
9004eb518cf11f45f299

Original comment by anth...@cathet.us on 7 Jun 2015 at 6:07

GoogleCodeExporter commented 8 years ago

Original comment by richard...@gmail.com on 8 Jun 2015 at 3:23