-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Closed
Description
Description
Building RetroArch on Raspberry Pi 0 W with DietPi results in a fatal error.
[Description of the bug]
Expected behavior
Running ./retroarch-build.sh should successfully build the application.
[What you expected to happen]
Actual behavior
Running ./retroarch-build.sh doesn't finish building and results in the following error:
gfx/drivers_context/vc_egl_ctx.c:25:23: fatal error: VG/openvg.h: No such file or directory
#include <VG/openvg.h>
^
compilation terminated.
Makefile:191: recipe for target 'obj-unix/release/gfx/drivers_context/vc_egl_ctx.o' failed
make: *** [obj-unix/release/gfx/drivers_context/vc_egl_ctx.o] Error 1
Failed to build RetroArch
[What is actually happening]
Steps to reproduce the bug
- Follow this exactly step by step on a Raspberry Pi 0W.
- You get to the point
./retroarch-build.sh, command it and wait 1 hour. - Be disappointed about the error after a long time of compilation.
Version/Commit
You can find this information under Information/System Information
- RetroArch: 292249b
Environment information
- OS:
Linux hostname 4.14.79+ #1159 Sun Nov 4 17:28:08 GMT 2018 armv6l GNU/Linux
Reactions are currently unavailable