mrRay / vvopensource

OSC and MIDI frameworks for OS X and iOS, a framework for managing and rendering to GL textures in OS X, and a functional ISF (interactive shader format) implementation for OS X.
231 stars 33 forks source link

Xcode 8 and quicktime.h #23

Closed pixlwave closed 8 years ago

pixlwave commented 8 years ago

Hi Ray

I realise Xcode 8 is still in Beta right now, but I thought I'd take a few projects for a spin to see how they work. Unfortunately VVBufferPool-mac fails to compile HapSupport.h with the following error: vvopensource/VVBufferPool/HapSupport.h:59:9: 'QuickTime/QuickTime.h' file not found

I guess the pending doom of QuickTime's removal is already known, but thought it might be useful to add an issue anyway.

lov commented 8 years ago

Yep, a workaround for now is setting the Root SDK to 10.11 instead of 10.12

pixlwave commented 8 years ago

Great thanks, I'll give this a try :smiley:

mrRay commented 8 years ago

howdy-

thanks for reporting this- i was able to reproduce this error, and have made some changes that should fix it. please pull the latest repos when you get a chance and let me know if you still have any problems!

cheers : : ray

pixlwave commented 8 years ago

Perfect, works for me 👍