Sonic-CD-11-Decompilation icon indicating copy to clipboard operation
Sonic-CD-11-Decompilation copied to clipboard

Can't build for psvita: Missing `GL/glew.h`

Open beelzebielsk opened this issue 2 years ago • 4 comments

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>
      |          ^~~~~~~~~~~

beelzebielsk avatar Jun 17 '22 18:06 beelzebielsk

Is this going through the docker method for Vita as mentioned in the Readme?

parkerlreed avatar Jun 18 '22 02:06 parkerlreed

Yep. I did a little digging, and I'm not sure the Vita has glew as an available library. At least not through vdpm.

beelzebielsk avatar Jun 18 '22 02:06 beelzebielsk

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.

parkerlreed avatar Jun 18 '22 09:06 parkerlreed

I have the same issue. Has anyone found a fix yet?

MysticAx0lotl avatar Jul 08 '22 20:07 MysticAx0lotl

The Vita port (at least the one in this repo) is deprecated and is no longer expected to work. Closing.

MegAmi24 avatar Aug 02 '23 01:08 MegAmi24