paulobarcelos / ofxMacamPs3Eye

Fully featured and easy to use OpenFrameworks addon for using the PS3Eye camera on a Mac.
59 stars 17 forks source link

ComponentDispatchHelper.c misses 'Components.k.h' under of_v0.9.8 and MacOS 10.12 #17

Open marvmartz opened 7 years ago

marvmartz commented 7 years ago

Hi,

I get the error, that 'Components.k.h' is missing though CoreServices.frameworks (where I found Components.k.h) is linked. image

The error is accompanied by COMPONENT_BASELINE, COMPONENT_GLOBALS and COMPONENT_UPP_SELECT_ROOT not being defined. image

The error comes from ComponentDispatchHelper.c Prior, I fixed to miss QuickTime.h by running against 10.11 SDK https://forum.openframeworks.cc/t/quicktime-quicktime-h-file-not-found/24494

Any suggestions?