Open th3happybit opened 7 years ago
I am having the same issue on my Raspberry Pi 4, so any help would be appreciated.
Same on RPi 3, help would be appreciated.
This repo is a little bit old. On retropie we install the packages libraspberrypi-bin libraspberrypi-dev for rpi targets and libgles2-mesa-dev on mesa-gles2 targets (rpi4?) as build dependencies. Have you installed these packages (apt install
first i get this problem
In file included from ../../src/api/vidext.c:38:0: ../../src/api/vidext_sdl2_compat.h:34:2: error: #error SDL is not build with OpenGL ES2 support. Try USE_GLES=0 Makefile:630: recipe for target '_obj/api/vidext.o' failed make: *** [_obj/api/vidext.o] Error 1 make: Leaving directory '/home/pi/mupen64plus/ricrpi/mupen64plus-core/projects/unix'
after this i removed my sdl2 and i build again and new problem
make: Entering directory '/home/pi/mupen64plus/ricrpi/mupen64plus-core/projects/unix' Makefile:107: Architecture "armv7l" not officially supported.' Makefile:296: *** No OpenGL development libraries found!. Stop. make: Leaving directory '/home/pi/mupen64plus/ricrpi/mupen64plus-core/projects/unix' help please ?