Ville Skytt? wrote: > On Wed, 2005-02-16 at 09:57 -0800, C.Y.M wrote: > > >>Now you are missing the 2.6 DVB userspace headers. The following files should >>be in /usr/include/linux/dvb/ > > > That's /lib/modules/$(uname -r)/build/include/linux/dvb/ on FC3. > > >>audio.h ca.h dmx.h frontend.h net.h osd.h version.h video.h > > > This in vdr's Make.config works for me: > > DVBDIR = /lib/modules/$(shell uname -r)/build > What you are pointing to are the kernel headers, not the userspace headers. There is a big difference. Even though pointing to the kernel headers may work, it does not give the kernel and userspace separation. Best Regards,