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

[OS X] Including problem with file keep_alive.c #379

Closed
killkrt opened this issue Mar 23, 2014 · 0 comments
Closed

[OS X] Including problem with file keep_alive.c #379

killkrt opened this issue Mar 23, 2014 · 0 comments
Milestone

Comments

@killkrt
Copy link

killkrt commented Mar 23, 2014

Please note that build process on OS X 10.9.2 gives the following error:

...
[ 3%] Building C object src/CMakeFiles/freenect.dir/keep_alive.c.o
/Users/killkrt/Development/3rdparty/libfreenect/src/keep_alive.c:68:10: fatal error:
'libusb-1.0/libusb.h' file not found

include <libusb-1.0/libusb.h>

...

To fix it I've simply replaced:

include < libusb-1.0/libusb >

with

include < libusb.h >

in file "src/keep_alive.c".

Thank you.

@piedar piedar added this to the v0.4.2 milestone Mar 23, 2014
@piedar piedar closed this as completed in bd9e41b Mar 23, 2014
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

2 participants