libretro / parallel-n64

Optimized/rewritten Nintendo 64 emulator made specifically for Libretro. Originally based on Mupen64 Plus.
311 stars 128 forks source link

error: GL/gl.h: No such file or directory #569

Open Power535 opened 5 years ago

Power535 commented 5 years ago

Please fix ./libretro-common/include/glsym/rglgen_headers.h:65:10: fatal error: GL/gl.h: No such file or directory

hizzlekizzle commented 5 years ago

You're getting that error when trying to compile? If so, it means you're missing one or more dependencies. In debian-based linux distros, this is provided by mesa-common-dev, IIRC.

Power535 commented 5 years ago

Installed mesa-common-dev Need for compiling S905

hizzlekizzle commented 5 years ago

Did that resolve it? Can this issue be closed?

Power535 commented 5 years ago

No

hizzlekizzle commented 5 years ago

lol okay, well, I'm still not sure what your actual problem is, so maybe someone else can figure it out.

Power535 commented 5 years ago

Run compile on Debian 9 Where located file GL/gl.h ? Maybe need to fix file rglgen_headers.h ?

hizzlekizzle commented 5 years ago

Since there is a RetroArch package in the debian repos, you could use 'apt-get build-dep retroarch' and it should download all of them at once.

Power535 commented 5 years ago

Thank you I will check it tomorrow

hizzlekizzle commented 5 years ago

oh crap, sorry, I just realized this is a core repo... You can still do the same thing with the core package, though: apt-get build-dep libretro-mupen64plus

Power535 commented 5 years ago

Not fix ((