--- Christian Hoffmann <[EMAIL PROTECTED]> wrote:
<snip>
> 
> make LINUXINCLUDE="-I`pwd`/linux/include -I`pwd`/v4l -Iinclude
> -include include/linux/autoconf.h"
<snip>
>   CC [M]  /home/christian/v4l-dvb-experimental/v4l/flexcop-pci.o
> In file included 
> from /home/christian/v4l-dvb-experimental/v4l/flexcop-pci.c:10:
> /home/christian/v4l-dvb-experimental/v4l/flexcop-common.h:11:23:
> error: 
> linux/pci.h: No such file or directory
> /home/christian/v4l-dvb-experimental/v4l/flexcop-common.h:14:25:
> error: 
> linux/mutex.h: No such file or directory
> In file included 
> from /home/christian/v4l-dvb-experimental/v4l/flexcop-common.h:17,
>                  
<snip> 
> Any hints?
> 
> Chris

On your second try, it looks like the kernel headers are not being
found. Try adding to the LINUXINCLUDE variable with the full path to
your kernel headers e.g. add "-I/usr/src/kernels/2.6.24/include/" after
the `pwd` ones.

--

Edward Sheldrake


      __________________________________________________________
Sent from Yahoo! Mail - a smarter inbox http://uk.mail.yahoo.com


_______________________________________________
Em28xx mailing list
Em28xx@mcentral.de
http://mcentral.de/mailman/listinfo/em28xx

Reply via email to