Mailing List archive

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

[vdr] Re: DXR3



>> Works fine for me! I'm using a 2.6 kernel, cvs drivers, vdr-1.3.15, and
>> the current dxr3 plugin (0.2.3-pre2, I think it is).

What is your configuration? I couldn't compile 0.2.3-pre2 with VDR >=
1.3.13, current CVS dxr3 version compiles successfully, but OSD isn't
enabled in it.

BTW what is a roadmap of future DXR3-plugin releases? :)


My logs:

Slackware 10, kernel 2.6.9

gcc -v
======
Reading specs from /usr/lib/gcc/i486-slackware-linux/3.4.2/specs
Configured with: ../gcc-3.4.2/configure --prefix=/usr --enable-shared --enable-threads=posix --enable-__cxa_atexit --disable-checking --with-gnu-ld --verbose --target=i486-slackware-linux --host=i486-slackware-linux
Thread model: posix
gcc version 3.4.2

make plugins
============
make plugins
make[1]: Entering directory `/usr/src/11/vdr-1.3.15/PLUGINS/src/dxr3-0.2.3-pre2'
g++ -O2 -Wall -Woverloaded-virtual -c -DPLUGIN_NAME_I18N='"dxr3"' -DSOCKET_CHMOD=0660 -D_GNU_SOURCE -I../../../include -I../../../../DVB/include -I/usr/include/ffmpeg -I/usr/include dxr3syncbuffer.c
dxr3syncbuffer.c: In constructor `cDxr3SyncBuffer::cDxr3SyncBuffer(int, int, cDxr3Interface&)':
dxr3syncbuffer.c:108: error: ISO C++ forbids initialization in array new
dxr3syncbuffer.c: In member function `virtual int cDxr3SyncBuffer::Available()':
dxr3syncbuffer.c:145: error: `Lock' undeclared (first use this function)
dxr3syncbuffer.c:145: error: (Each undeclared identifier is reported only once for each function it appears in.)
dxr3syncbuffer.c:147: error: `Unlock' undeclared (first use this function)
dxr3syncbuffer.c: In member function `cFixedLengthFrame* cDxr3SyncBuffer::Push(const uint8_t*, int, uint32_t, eFrameType)':
dxr3syncbuffer.c:205: error: `Lock' undeclared (first use this function)
dxr3syncbuffer.c:249: error: `Unlock' undeclared (first use this function)
dxr3syncbuffer.c: In member function `void cDxr3SyncBuffer::Pop()':
dxr3syncbuffer.c:259: error: `Lock' undeclared (first use this function)
dxr3syncbuffer.c:283: error: `Unlock' undeclared (first use this function)
dxr3syncbuffer.c: In member function `cFixedLengthFrame* cDxr3SyncBuffer::Get()':
dxr3syncbuffer.c:300: error: `Lock' undeclared (first use this function)
dxr3syncbuffer.c:305: error: `Unlock' undeclared (first use this function)
dxr3syncbuffer.c: In member function `virtual void cDxr3SyncBuffer::Clear()':
dxr3syncbuffer.c:318: error: `Lock' undeclared (first use this function)
dxr3syncbuffer.c:333: error: `Unlock' undeclared (first use this function)
dxr3syncbuffer.c: In member function `void cDxr3SyncBuffer::WaitForSysClock(uint32_t, uint32_t)':
dxr3syncbuffer.c:343: error: `Lock' undeclared (first use this function)
dxr3syncbuffer.c:345: error: `Unlock' undeclared (first use this function)
dxr3syncbuffer.c: In member function `void cDxr3SyncBuffer::WakeUp()':
dxr3syncbuffer.c:385: error: `Lock' undeclared (first use this function)
dxr3syncbuffer.c:402: error: `Unlock' undeclared (first use this function)
make[1]: *** [dxr3syncbuffer.o] Error 1
make[1]: Leaving directory `/usr/src/11/vdr-1.3.15/PLUGINS/src/dxr3-0.2.3-pre2'
make: *** [plugins] Error 2






Home | Main Index | Thread Index