Mailing List archive

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

[vdr] streamdev-0.3.0 & vdr-1.3.4 compile problem



I thought I'd give vdr-1.3.4 a bash and have a few problem with
compiling some plugins.

The main one is streamdev-0.3.0.

This works rather well with vdr-1.2.6 (well done to _all_, we've been
using vdr extensively for the last year and it's VERY cool - even my
wife thinks so...) but has the following compile problem with 1.3.4 :

server/transceiver.c: In method `virtual
    cStreamdevTransceiver::~cStreamdevTransceiver()':
server/transceiver.c:60: warning: unused variable `time_t st'
g++ -Wall -Woverloaded-virtual -c -DPLUGIN_NAME_I18N='"streamdev"'
-D_GNU_SOURCE -I../../../include -I../../../../DVB/include -I. -o
server/connectionVTP.o server/connectionVTP.c
server/connectionVTP.c: In method `bool cConnectionVTP::CmdABRT(char*)':
server/connectionVTP.c:196: warning: unused variable `time_t st'
server/connectionVTP.c: In member function `bool
    cConnectionVTP::CmdLSTE(char*)':
server/connectionVTP.c:226: `cSIProcessor' undeclared (first use this
function)
server/connectionVTP.c:226: (Each undeclared identifier is reported only
once
    for each function it appears in.)
server/connectionVTP.c:226: parse error before `::' token
make[1]: *** [server/connectionVTP.o] Error 1
make[1]: Leaving directory
`/usr/src/VDR/vdr-1.3.4/PLUGINS/src/streamdev-0.3.0'
make: *** [plugins] Error 2

I've seen other people write that it's ok with vdr-1.3.2. Any clues?

Steve



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



Home | Main Index | Thread Index