odvr source is missing files
GoogleCodeExporter opened this issue · 0 comments
GoogleCodeExporter commented
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 raph...@cs.uky.edu
on 13 May 2009 at 9:57