Mailing List archive

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

[linux-dvb] Re: CAM problems...



Gregoire Favre wrote:
> 
> Rehello,
> 
> I have written too fast... Even without CAM, I have problem, if I run
> the last vdr I managed to compil (0.71pre7) it also hangs my system.
> I haven't try pre8, but pre9 doesn't compil for me, and pre10:
> kg++ -g -O2 -Wall -m486 -c -DREMOTE_KBD -I../DVB/driver dvbapi.c
> dvbapi.c: In method `cReplayBuffer::~cReplayBuffer()':
> dvbapi.c:974: `VID_PLAY_CLEAR_BUFFER' undeclared (first use this
> function)
> dvbapi.c:974: (Each undeclared identifier is reported only once
> dvbapi.c:974: for each function it appears in.)
> dvbapi.c: In method `void cReplayBuffer::Action()':
> dvbapi.c:998: confused by earlier errors, bailing out
> make: *** [dvbapi.o] Error 1
> 
> And if I try to recompil pre7 against the CVS DVB, it also fail:
> kg++ -g -O2 -Wall -m486 -c -DREMOTE_LIRC -I../DVB/driver dvbapi.c
> dvbapi.c: In method `cReplayBuffer::~cReplayBuffer()':
> dvbapi.c:974: `VID_PLAY_CLEAR_BUFFER' undeclared (first use this
> function)
> dvbapi.c:974: (Each undeclared identifier is reported only once
> dvbapi.c:974: for each function it appears in.)
> dvbapi.c: In method `void cReplayBuffer::Action()':
> dvbapi.c:998: confused by earlier errors, bailing out
> make: *** [dvbapi.o] Error 1
> 
> And that the same with 0.70.
> 
> Any idea? (other than having vdr with dvb together in sync)

The macro VID_PLAY_CLEAR_BUFFER is defined in DVB/driver/videodev.h.
VDR needs this in order to work as designed.
If this macro is not defined, you may be using an outdated version
of the driver, or the compiler may include a different version of
that file. On my system there is also such a file at
/usr/src/linux-2.2.13.SuSE/include/linux/videodev.h, which doesn't
contain that macro definition.

Klaus
-- 
_______________________________________________________________

Klaus Schmidinger                       Phone: +49-8635-6989-10
CadSoft Computer GmbH                   Fax:   +49-8635-6989-40
Hofmark 2                               Email:   kls@cadsoft.de
D-84568 Pleiskirchen, Germany           URL:     www.cadsoft.de
_______________________________________________________________


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



Home | Main Index | Thread Index