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

odvr source is missing files #28

Open
GoogleCodeExporter opened this issue Mar 15, 2015 · 0 comments
Open

odvr source is missing files #28

GoogleCodeExporter opened this issue Mar 15, 2015 · 0 comments

Comments

@GoogleCodeExporter
Copy link

What steps will reproduce the problem?
1. I downloaded the source from svn (readonly)
2. make odvr

olympusdvr.c:24:21: error: sndfile.h: No such file or directory
olympusdvr.c:25:17: error: usb.h: No such file or directory

I am able to get usb.h by introducing a -I into CFLAGS in the Makefile, and
changing the #include in olympusdvr.c to say:
#define __KERNEL__
#include <linux/usb.h>

but then I get other errors.  I can't find sndfile.h anywhere.

I am using Ubuntu Linux 8.10; my kernel is 2.6.27-11-generic.


Original issue reported on code.google.com by [email protected] on 13 May 2009 at 9:57

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

No branches or pull requests

1 participant