Hey, I feel like this is going to be a really simple issue.
I have downloaded the ofxKinectProjectorToolkitV2 addon, and installed it in the addon’s section along with all the dependencies listed.
ofxMultiKinectV2
ofxTurboJpeg
ofxFastFboReader
ofxLayerMask
ofxCv
ofxSecondWindow
I also installed ofxTimeMeasurements because one of the dependencies was dependent on it.
I then opened the example Calibration project that came with ofxKinectProjectorToolkitV2 and tried to compile and run it but the build failed with the following error
no such file or directory: ‘…/…/…/addons/ofxTurboJpeg/libs/turbo-jpeg/lib/osx/libturbojpeg.a’
The error makes sense - there is no libturbojpeg.a
part of the readme for ofxKinectProjectorToolkitV2 said for any project using ofxKinectProjectorToolkitV2 I’d need to link ofturbojpeg.dylib to the project.
I assume that this has been done for the example, but I checked and - yup it has. So, can anyone help me trouble shoot this? Sory if it’s a dumb question - I’m new to xcode and openframeworks.