Mailing List archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[linux-dvb] Re: Error compiling vdr 7.0 with linux-2.4.0
Hi Paul,
i had the same problem, but fixed it with the following "manual" patch:
in <path-to-dvb-sources>/driver/dvb.h you will find:
#if LINUX_VERSION_CODE > 0x020300
#include <linux/devfs_fs_kernel.h>
#endif
i modified it this way:
#if LINUX_VERSION_CODE > 0x020300
#ifdef CONFIG_DEVFS_FS
#include <linux/devfs_fs_kernel.h>
#endif
#endif
after these changes, it compiled right out of the box.
The problem is: i have no idea, if this is right way to do it!
Ciao,
Martin Bauer
--
----------------------------------------------------------------------
ISION Internet AG Martin Bauer
Harburger Schlossstr. 1 Tel: +49 40 77175-153
D-21079 Hamburg - Germany Fax: +49 40 77175-519
http://www.ision.net/ eMail: Martin.Bauer@ision.net
---
Info:
To unsubscribe send a mail to listar@linuxtv.org with "unsubscribe linux-dvb" as subject.
Home |
Main Index |
Thread Index