Mailing List archive

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

[vdr] vdr 1.0.4 compile error



Hello,

I try to compile vdr on a Duron 1.3Ghz with an Hauppauge card, running a
2.4.21-pre3 mandrake kernel on top of a Mandrake Cooker. The driver compiled
fine, and the card is recognised by the system (in var/log/message).

But when I compile Vdr 1.0.4, it fails with the following messages. I did not
find any clue on the lists, and I can't google my way out... The only thing I
did not check yet, is that the card is not currently linked to the dish (I have
to go downstairs and wanted it to be configured first). But this doesn't seem to
be an issue, doesn't it ?

Any idea on what I may be missing ?

Thanks in advance,

David 


# make
g++ -g -O2 -Wall -Woverloaded-virtual -c -DREMOTE_KBD -D_GNU_SOURCE
-I../DVB/ost/include config.c
In file included from config.h:18,
                 from config.c:10:
dvbapi.h:23:21: ost/dmx.h: No such file or directory
dvbapi.h:24:21: ost/sec.h: No such file or directory
dvbapi.h:25:26: ost/frontend.h: No such file or directory
dvbapi.h:26:23: ost/video.h: No such file or directory
dvbapi.h:27:23: ost/audio.h: No such file or directory
dvbapi.h:28:21: ost/osd.h: No such file or directory
In file included from dvbapi.h:31,
                 from config.h:18,
                 from config.c:10:
dvbosd.h:17:21: ost/osd.h: No such file or directory
In file included from dvbapi.h:31,
                 from config.h:18,
                 from config.c:10:
dvbosd.h:112: `OSD_Command' was not declared in this scope
dvbosd.h:112: parse error before `,' token
In file included from config.h:18,
                 from config.c:10:
dvbapi.h:83: 'FrontendType' is used as a type, but is not defined as a type.
dvbapi.h:86: type specifier omitted for parameter `dmxPesType_t'
dvbapi.h:86: parse error before `,' token
dvbapi.h:87: type specifier omitted for parameter `dmxOutput_t'
dvbapi.h:87: parse error before `)' token
dvbapi.h:88: type specifier omitted for parameter `dmxOutput_t'
dvbapi.h:88: parse error before `)' token
dvbapi.h:89: type specifier omitted for parameter `dmxOutput_t'
dvbapi.h:89: parse error before `)' token
dvbapi.h:90: type specifier omitted for parameter `dmxOutput_t'
dvbapi.h:90: parse error before `)' token
dvbapi.h:91: type specifier omitted for parameter `dmxOutput_t'
dvbapi.h:91: parse error before `)' token
dvbapi.h:92: type specifier omitted for parameter `dmxOutput_t'
dvbapi.h:92: parse error before `)' token
dvbapi.h:188: `videoFormat_t' was not declared in this scope
dvbapi.h:188: parse error before `)' token
dvbapi.h: In member function `bool cDvbApi::SetVpid(...)':
dvbapi.h:87: `DMX_PES_VIDEO' undeclared (first use this function)
dvbapi.h:87: (Each undeclared identifier is reported only once for each function
it appears in.)
dvbapi.h:87: `Vpid' undeclared (first use this function)
dvbapi.h:87: `Output' undeclared (first use this function)
dvbapi.h: In member function `bool cDvbApi::SetApid1(...)':
dvbapi.h:88: `DMX_PES_AUDIO' undeclared (first use this function)
dvbapi.h:88: `Apid' undeclared (first use this function)
dvbapi.h: In member function `bool cDvbApi::SetApid2(...)':
dvbapi.h:89: `DMX_PES_OTHER' undeclared (first use this function)
dvbapi.h: In member function `bool cDvbApi::SetDpid1(...)':
dvbapi.h:90: `Dpid' undeclared (first use this function)
dvbapi.h: In member function `bool cDvbApi::SetTpid(...)':
dvbapi.h:92: `DMX_PES_TELETEXT' undeclared (first use this function)
dvbapi.h:92: `Tpid' undeclared (first use this function)
In file included from config.c:10:
tools.h: At global scope:
tools.h:121: warning: `virtual bool cListObject::operator<(const cListObject&)'
was hidden
config.h:152: warning:   by `bool cTimer::operator<(const cTimer&)'
In file included from svdrp.h:13,
                 from interface.h:16,
                 from config.c:15:
config.h:224: warning: `bool cConfig<T>::Load(const char*, bool) [with T =
cMark]' was hidden
recording.h:87: warning:   by `bool cMarks::Load(const char*)'
config.c: In constructor `cSetup::cSetup()':
config.c:952: `VIDEO_FORMAT_4


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



Home | Main Index | Thread Index