-
Notifications
You must be signed in to change notification settings - Fork 13
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
Installation error #11
Comments
Ahoi.
Using these two hooks, I was able to compile it, hope this helps :-) |
@crauterb, if you want to submit a pull request, I'll certainly accept it -- I haven't done much (any) work with machine vision for about a year, and I'm unlikely to be able to devote a large amount of time to this project in the near future. |
I followed what was suggested by @crauterb and it did work for me. |
Hello!
I git cloned the repository and when i run "sudo python setup.py install" for installation i get following error:
In file included from pyfreenect2.cpp:1:0:
pyfreenect2.hpp:5:41: fatal error: libfreenect2/libfreenect2.hpp: No such file or directory
#include <libfreenect2/libfreenect2.hpp>
^
compilation terminated.
error: command 'x86_64-linux-gnu-gcc' failed with exit status 1
could you help?
Thanks
The text was updated successfully, but these errors were encountered: