ricrpi / mupen64plus

A set of utilities for automatically installing mupen64plus on the Raspberry PI
48 stars 7 forks source link

install mupen64plus in raspian raspberry pi 3 issues #29

Open th3happybit opened 7 years ago

th3happybit commented 7 years ago

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 ?

phrawzt commented 3 years ago

I am having the same issue on my Raspberry Pi 4, so any help would be appreciated.

aatomium commented 1 year ago

Same on RPi 3, help would be appreciated.

gizmo98 commented 1 year ago

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 )?