- From: Ian Abbott <abbotti_at_mev.co.uk>
- Date: Wed, 23 Nov 2005 13:34:43 +0000
On 23/11/05 11:27, Tao Geng wrote: > I have a problem installing comedi in Ubuntu (kernel 2.6.14.2). It > displays as below. Can you > please tell me how to solve it? Many thanks. > cb_das16_cs.c: In function `init_das16cs_pcmcia_cs': > cb_das16_cs.c:1160: error: `servinfo_t' undeclared (first use in this > function) > cb_das16_cs.c:1160: error: (Each undeclared identifier is reported only > once > cb_das16_cs.c:1160: error: for each function it appears in.) > cb_das16_cs.c:1160: error: syntax error before "serv" > cb_das16_cs.c:1162: warning: implicit declaration of function > `pcmcia_get_card_services_info' > cb_das16_cs.c:1162: error: `serv' undeclared (first use in this function) > cb_das16_cs.c:1163: error: `CS_RELEASE_CODE' undeclared (first use in It should be fixed in CVS, or you could just delete any code that involves servinfo_t as it isn't really needed. It just checks that you aren't using an ancient version of PCMCIA card services. The functions to check this were removed from the 2.6.14 kernel as none of the in-kernel code use them. -- -=( Ian Abbott _at_ MEV Ltd. E-mail: <abbotti_at_mev.co.uk> )=- -=( Tel: +44 (0)161 477 1898 FAX: +44 (0)161 718 3587 )=-
Received on 2005-11-23Z13:34:43