Am 11.10.2016 um 14:03 schrieb Chris Share:
I set "MACOS=true" in Makefile.mk. When I
run "make" I get the following error:
/Applications/Xcode.app/Contents/Developer/usr/bin/make -C dpf/dgl
Makefile.mk:104: *** OpenGL missing, cannot continue. Stop.
make: *** [libs] Error 2
I never tested DPF under OS X, but my guess is that you need to add the
location of the OS X OpenGL headers and libraries to CFLAGS resp. LDFLAGS.
Chris