-
Notifications
You must be signed in to change notification settings - Fork 769
Closed
Description
Running a Mac with OSX 10.9.5. Everything goes smooth until 'make && make install'. I get this error:
/Users/jessekirberger/Documents/Kinect/libfreenect2/examples/protonect/src/opencl_depth_packet_processor.cpp:43:10: fatal error:
'OpenCL/cl.hpp' file not found
#include <OpenCL/cl.hpp>
^
1 warning and 1 error generated.
make[2]: *** [CMakeFiles/freenect2.dir/src/opencl_depth_packet_processor.cpp.o] Error 1
make[1]: *** [CMakeFiles/freenect2.dir/all] Error 2
make: *** [all] Error 2
Any ideas? I don't have a folder called 'OpenCL' anywhere, but I do have the OpenCL.frameworks folder.