On Fri, 2006-12-29 at 13:09 +0100, Florian Kammermann wrote: > Ok try to compile ivtv under debian etch kernel 2.6.18 ivtv-version 0.8.2 > > First I had troubles with the kernel-sources. > I had to add the link "build -> /usr/src/linux-source-2.6.18" to the > directory "/lib/modules/2.6.18-3-486". > After that the kernel-sources would be found. But there were many other > failures. So I made a "make oldconfig" in the source-directory. I tried also > to make a "make prepare" but that gives me an error:
I think you need to install linux-headers-FOO not linux-source-FOO. The former is needed to build 3rd party modules against the linux-image-FOO packages while the later is used if you want to build you own kernel from scratch. For this reason linux-source-FOO contains an unconfigured source tree (hence no `include/config/auto.conf'). linux-headers-FOO contains that file. Ian. -- Ian Campbell Never underestimate the power of human stupidity.
signature.asc
Description: This is a digitally signed message part
_______________________________________________ ivtv-users mailing list [email protected] http://ivtvdriver.org/mailman/listinfo/ivtv-users
