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

Libfreenect Solution Build Error-Windows #647

Open
senayapsu opened this issue Dec 4, 2021 · 2 comments
Open

Libfreenect Solution Build Error-Windows #647

senayapsu opened this issue Dec 4, 2021 · 2 comments

Comments

@senayapsu
Copy link

From tihs github page and this page(https://openkinect.org/wiki/Getting_Started), I followed the download steps for libfreenect but in the solution build in visual studio I have this error. There is no libusb.h file found in the project. However, It should exist.

libusb h_error

Then on the web, I found a libusb.h file myself and put it inside the project. After that it see libusb.h file, but errors increased.

How can I solve these errors and build the solution for libfreenect?

after_adding_libusb h

@dcnavarros-intecol
Copy link

I'm Getting exactly the same kind of problems, did you solved it?

@GameDungeon
Copy link

I am also getting the same. As far as I can tell, libusb doesn't come packaged with a header file (only a DLL and lib) on windows. It only does for linux. This poses an issue as libfreenect asks for a header file/

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