On 11.10.2016 14:22, Christopher Arndt wrote:
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.

DPF author here..


Under OSX you need to use:
$ make MACOS=true

If you're using gcc-4.2 you should use:
$ make MACOS_OLD=true


Hope that works.
_______________________________________________
Linux-audio-dev mailing list
[email protected]
http://lists.linuxaudio.org/listinfo/linux-audio-dev

Reply via email to