Braiko / mupen64plus

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

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

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 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