Mailing List archive

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

[vdr] streamdev doesnot compile




make[1]: Entering directory
vdr-1.3.17/PLUGINS/src/streamdev-0.3.1'
g++ -g3 -W -Woverloaded-virtual -O2 -c -D_GNU_SOURCE -DHAVE_AUTOPID
-I../../../include -I../../../../DVB/include -I. -
o client/socket.o client/socket.c
client/socket.c: In method `bool
cClientSocket::DeleteRecording(cRemoteRecording *)':
client/socket.c:454: `Interface' undeclared (first use this function)
client/socket.c:454: (Each undeclared identifier is reported only once
client/socket.c:454: for each function it appears in.)
make[1]: *** [client/socket.o] Error 1
make[1]: Leaving directory
`/home/root/video/vdr-1.3.17/PLUGINS/src/streamdev-0.3.1'
make: *** [plugins] Error 2

applying

http://www.vdr-portal.de/download/vdr-1.3.7-pluginpatches/streamdev-0.3.1-1.3.7.diff

does not help:


g++ -g3 -W -Woverloaded-virtual -O2 -c -D_GNU_SOURCE -DHAVE_AUTOPID
-I../../../include -I../../../../DVB/include -I. -
o client/device.o client/device.c
client/device.c: In method `bool cStreamdevDevice::GetTSPacket(unsigned char *&)':
client/device.c:99: no matching function for call to `cTSBuffer::Read ()'
make[1]: *** [client/device.o] Error 1
make[1]: Leaving directory
`/home/root/video/vdr-1.3.17/PLUGINS/src/streamdev-0.3.1'
make: *** [plugins] Error 2







Home | Main Index | Thread Index