istvan-v / ep128emu

IstvanV's great Enterprise-128 emulator imported to github
https://sourceforge.net/projects/ep128emu/
GNU General Public License v2.0
25 stars 10 forks source link

OSX : OpenGL library not found #9

Open ep-tango opened 3 years ago

ep-tango commented 3 years ago

Hi,

When compiling on Mac 10.15.3, OpenGL header files are not found, although it is included in OS. After same research I have found that instead of:

include <GL/gl.h>

include <GL/glext.h>

**#include <OpenGL/gl.h>

include <OpenGL/glext.h>**

works.