Mailing List archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[linux-dvb] Problems compiling siemens_dvb-0.9.4.tar.gz



Hello,


hope that my questions is ok here on theis mailing list ...

Whenever I try to compile the DVB/driver directory in the siemens_dvb-0.9.4.tar.gz packet I get following error:

--------> 

gcc -D__KERNEL__ -I/usr/src/linux-2.4.19-pre6/include -Wall -Wstrict-prototypes -Wno-trigraphs -O2 -fno-strict-aliasing -fno-common
+-fomit-frame-pointer -pipe -mpreferred-stack-boundary=2 -march=i686 -DMODULE -I ../ost/include -I . -D__DVB_PACK__ -g -DUSE_OSD
+-nostdinc -I /usr/lib/gcc-lib/i586-pc-linux-gnu/2.95.3/include -DKBUILD_BASENAME=dvb  -DEXPORT_SYMTAB -c dvb.c
dvb.c:3504: unknown field `busy' specified in initializer
make[2]: *** [dvb.o] Error 1
make[2]: Leaving directory `/dvb/DVB/driver'
make[1]: *** [_mod_/dvb/DVB/driver] Error 2
make[1]: Leaving directory `/usr/src/linux-2.4.19-pre6'
make: *** [here] Error 2

--------> 

The error seems to be in this structure:

/* template for video_device-structure */
static struct video_device dvb_template = {
name:           "DVB Board",
type:           VID_TYPE_TUNER      |
				VID_TYPE_CAPTURE    |
				VID_TYPE_OVERLAY    |
				VID_TYPE_CLIPPING   |
				VID_TYPE_FRAMERAM   |
				VID_TYPE_SCALES,
hardware:       VID_HARDWARE_SAA7146,
open:           dvb_open,
close:          dvb_close,
read:           NULL,
write:          NULL,
poll:           NULL,
ioctl:          dvb_ioctl,
mmap:           dvb_mmap,
initialize:     dvb_init_done,
priv:           NULL,
busy:           0,
minor:          0
};

Since I have never seen a initialization of a structure like this one ( no data types etc. ) 
I assume that it referes to a external structure?

Does anybody know what the reason for this error could be? 

I am using gcc version 2.95.3 20010315 under gentoo-linux with kernel 2.4.19-pre6.


Greetings,


		Arno Wilhelm


-- 
      _                 __      ___ _ _        _
     /_\  _ _ _ _  ___  \ \    / (_) | |_  ___| |_ __
    / _ \| '_| ' \/ _ \  \ \/\/ /| | | ' \/ -_) | '  \
   /_/ \_\_| |_||_\___/   \_/\_/ |_|_|_||_\___|_|_|_|_|

   cell://+43/676/9263473
   tel://+43/5252/6127
   fax://+43/5252/6127
   mail://a.wilhelm(a)quirxi.com
   http://www.quirxi.com


-- 
Info:
To unsubscribe send a mail to listar@linuxtv.org with "unsubscribe linux-dvb" as subject.


Home | Main Index | Thread Index