MorsGames / sm64plus

A fork of sm64-port that focuses on QoL improvements and customizability.
https://mfgg.net/index.php?act=resdb&param=02&c=2&id=38190
453 stars 32 forks source link

Build Failure on Steam Deck #72

Closed brycesweaver closed 2 years ago

brycesweaver commented 2 years ago

When building on arch linux the build fails with this error

In file included from src/pc/gfx/gfx_opengl.c:29:
/usr/include/SDL2/SDL_opengles2.h:35:10: fatal error: GLES2/gl2platform.h: No such file or directory
   35 | #include <GLES2/gl2platform.h>
      |          ^~~~~~~~~~~~~~~~~~~~~
In file included from src/pc/gfx/gfx_sdl2.c:24:
/usr/include/SDL2/SDL_opengles2.h:35:10: fatal error: GLES2/gl2platform.h: No such file or directory
   35 | #include <GLES2/gl2platform.h>
brycesweaver commented 2 years ago

Missing Library, not an issue with the project. Resolved by installing libusb, glibc, linux-api-headers, libglvnd