We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I am getting the following error at make step-
[ 25%] Building CXX object CMakeFiles/RGBDCapture.dir/OpenNISensor.cpp.o In file included from /home/mayankamedhe/RGBDCapture/RGBDCapture/OpenNISensor.cpp:1:0: /home/mayankamedhe/RGBDCapture/RGBDCapture/OpenNISensor.h:6:20: fatal error: OpenNI.h: No such file or directory compilation terminated. CMakeFiles/RGBDCapture.dir/build.make:62: recipe for target 'CMakeFiles/RGBDCapture.dir/OpenNISensor.cpp.o' failed make[2]: *** [CMakeFiles/RGBDCapture.dir/OpenNISensor.cpp.o] Error 1 CMakeFiles/Makefile2:67: recipe for target 'CMakeFiles/RGBDCapture.dir/all' failed make[1]: *** [CMakeFiles/RGBDCapture.dir/all] Error 2 Makefile:83: recipe for target 'all' failed make: *** [all] Error 2
Does anyone know how to resolve it?
The text was updated successfully, but these errors were encountered:
I have the same issue. Did you solve it?
Sorry, something went wrong.
#7 I think it is because you uncommented OpenNI_LIBRARIES like the upper link, I only changed the file path to OpenNI2, and cmake worked.
No branches or pull requests
I am getting the following error at make step-
[ 25%] Building CXX object CMakeFiles/RGBDCapture.dir/OpenNISensor.cpp.o
In file included from /home/mayankamedhe/RGBDCapture/RGBDCapture/OpenNISensor.cpp:1:0:
/home/mayankamedhe/RGBDCapture/RGBDCapture/OpenNISensor.h:6:20: fatal error: OpenNI.h: No such file or directory
compilation terminated.
CMakeFiles/RGBDCapture.dir/build.make:62: recipe for target 'CMakeFiles/RGBDCapture.dir/OpenNISensor.cpp.o' failed
make[2]: *** [CMakeFiles/RGBDCapture.dir/OpenNISensor.cpp.o] Error 1
CMakeFiles/Makefile2:67: recipe for target 'CMakeFiles/RGBDCapture.dir/all' failed
make[1]: *** [CMakeFiles/RGBDCapture.dir/all] Error 2
Makefile:83: recipe for target 'all' failed
make: *** [all] Error 2
Does anyone know how to resolve it?
The text was updated successfully, but these errors were encountered: