mupen64plus / mupen64plus-user-issues

Issue reports from users go here
http://www.mupen64plus.org/
17 stars 3 forks source link

mupen64plus-video-z64 can't compile #658

Closed inukaze closed 8 years ago

inukaze commented 8 years ago

Hi there i can't compile , in the CLI , i saw the follow

$ make all CC _obj/osal_dynamiclib_unix.o CXX _obj/rgl.o ../../src/rgl.cpp:80:18: error fatal: glew.h:There is no such file or directory completed compilation. Makefile:394: failure instructions to the target '_obj/rgl.o' make: *\ [_obj/rgl.o] Error 1

inukaze commented 8 years ago

I fix it , i just change

include

To

include <GL/glew.h>

in the follow files : rgl.cpp rgl_tiles.cpp rgl_rendermodes.cpp

i saw "#include <GL/glew.h>" in "glshader.cpp" and now i can compile it :D

samuelsantosdev commented 6 years ago

Many thanks!