I've got stock with making a c++ project with PCL and freenect. I am following instructions from "Hacking the Kinect" and getting below error.
fatal error: libfreenect-registration.h: No such file or directory
I am uploading my codes and CMakeList.txt and hope someone could help me with this. I did install freenect correctly and could trace libraries and include paths with "pkg-config --libs" and "pkg-config --cflag". Even, the include paths are available in project tree.
Paul Bußmann Messages: 17 Registered: October 2012
Junior Member
Did you provide the correct include path to the compiler? See "-I" in the output from building. Try to give the absolute path of the directory where libfreenect-registration.h resides if relative path doesn't work.