Mailing List archive

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

[vdr] Re: Compiling VDR



axelgruber3@gmx.de(Axel Gruber)  01.10.01 14:20

Once upon a time Axel Gruber shaped the electrons to say...

>At compiling new VDR version i geht this error-Messages:

>/ost/include config.c
>g++ -g -O2 -Wall -Woverloaded-virtual -m486 -c -DREMOTE_KBD
>-DDEBUG_OSD -I../DVB/ost/include dvbapi.c dvbapi.c: In method `enum
>eSetChannelResult cDvbApi::SetChannel(int, int, char, int, int, int,
>int, int, int, int, int, int, int)': dvbapi.c:3258:
>`FrontendParameters' undeclared (first use this function)
>dvbapi.c:3258: (Each undeclared identifier is reported only once
>dvbapi.c:3258: for each function it appears in.) dvbapi.c:3258: parse
>error before `;' dvbapi.c:3259: `Frontend' undeclared (first use this
>function) dvbapi.c:3260: `INVERSION_AUTO' undeclared (first use this
>function) dvbapi.c:3286: `FE_SET_FRONTEND' undeclared (first use this
>function) dvbapi.c:3291: `FrontendEvent' undeclared (first use this
>function) dvbapi.c:3291: parse error before `;'
>dvbapi.c:3292: `FE_GET_EVENT' undeclared (first use this function)
>dvbapi.c:3292: `event' undeclared (first use this function)
>dvbapi.c:3305: parse error before `;'
>dvbapi.c:3319: parse error before `;'
>make: *** [dvbapi.o] Error 1
>tvserver:/vdr/VDR #

>anyone have a IDEA ?

Have look in the list archive and the announcement

VDR 0.96 requires the "latest" DVB-drivers because it
uses the new Frontend-API.


This question was asked at least 2 times before (and answered!)


Maybe it would be a nice idea and eases use to do someting like

#if not defined FE_SET_FRONTEND
#pragma error (" new DVB driver newer than 2001-09-21 required")
#pragma error (" *please* read the INSTALL text, now")
#pragma stop compile
#endif

(not syntax checked)

into one of the source/header files?




Home | Main Index | Thread Index