Sonic-CD-11-Decompilation
Sonic-CD-11-Decompilation copied to clipboard
Can't build for psvita: Missing `GL/glew.h`
I got several errors while trying to build for the vita, but this is the one I can't get around.
/work/RSDKv3/RetroEngine.hpp:161:10: fatal error: GL/glew.h: No such file or directory
161 | #include <GL/glew.h>
| ^~~~~~~~~~~
Is this going through the docker method for Vita as mentioned in the Readme?
Yep. I did a little digging, and I'm not sure the Vita has glew as an available library. At least not through vdpm.
Yep. I did a little digging, and I'm not sure the Vita has glew as an available library. At least not through vdpm.
Yeah that was my thought too. GLEW is more desktop GL focused. I might give that a try later if nothing comes up.
I have the same issue. Has anyone found a fix yet?
The Vita port (at least the one in this repo) is deprecated and is no longer expected to work. Closing.