On 05/13/2009 03:27 AM, Peter Forstmeier wrote:
Hi,
i tried to build v4l and did tho following:

pe...@linux-d9lb:~>  hg clone http://linuxtv.org/hg/v4l-dvb
destination directory: v4l-dvb
requesting all changes
adding changesets
adding manifests
adding file changes
added 11759 changesets with 29793 changes to 2019 files
updating working directory
1448 files updated, 0 files merged, 0 files removed, 0 files unresolved
pe...@linux-d9lb:~>  hg clone http://linuxtv.org/hg/dvb-apps
destination directory: dvb-apps
requesting all changes
adding changesets
adding manifests
adding file changes
added 1275 changesets with 5390 changes to 1814 files
updating working directory
1315 files updated, 0 files merged, 0 files removed, 0 files unresolved 
pe...@linux-d9lb:~>  cd v4l-dvb pe...@linux-d9lb:~/v4l-dvb>  hg pull -u 
http://linuxtv.org/hg/v4l-dvb
pulling from http://linuxtv.org/hg/v4l-dvb
searching for changes
no changes found

Doing 'make'

     make make -C /home/peter/v4l-dvb/v4l
make[1]: Entering directory `/home/peter/v4l-dvb/v4l'
No version yet, using 2.6.27.7-9-pae
make[1]: Leaving directory `/home/peter/v4l-dvb/v4l'
make[1]: Entering directory `/home/peter/v4l-dvb/v4l'
scripts/make_makefile.pl
Updating/Creating .config
Preparing to compile for kernel version 2.6.27 File not found: 
/lib/modules/2.6.27.7-9-pae/build/.config at ./scripts/make_kconfig.pl line 
32,<IN>  line 4.
make[1]: Leaving directory `/home/peter/v4l-dvb/v4l'
make[1]: Entering directory `/home/peter/v4l-dvb/v4l'
Updating/Creating .config
Preparing to compile for kernel version 2.6.27 File not found: 
/lib/modules/2.6.27.7-9-pae/build/.config at ./scripts/make_kconfig.pl line 
32,<IN>  line 4.
make[1]: *** Keine Regel vorhanden, um das Target ».myconfig«,
   benötigt von »config-compat.h«, zu erstellen.  Schluss.
make[1]: Leaving directory `/home/peter/v4l-dvb/v4l'
make: *** [all] Fehler 2
pe...@linux-d9lb:~/v4l-dvb>

Any idea's about that.

Thanks
Peter
I believe you do not have the kernel header files installed. Under OpenSUSE it looks like there isn't a separate package for the kernel headers, so you just need to install the full kernel sources instead (the kernel-source RPM).
--
To unsubscribe from this list: send the line "unsubscribe linux-media" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to