[LAD] DPF Template Not Working on OSX

Filipe Coelho falktx at gmail.com
Tue Oct 11 12:24:41 UTC 2016


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.


More information about the Linux-audio-dev mailing list