Skip to content
New issue

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

Error at make step #8

Open
mayankamedhe opened this issue Jul 12, 2018 · 2 comments
Open

Error at make step #8

mayankamedhe opened this issue Jul 12, 2018 · 2 comments

Comments

@mayankamedhe
Copy link

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?

@scipione1
Copy link

I have the same issue. Did you solve it?

@bomtorazek
Copy link

#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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants