Comment 2 for bug 200906

Revision history for this message
Martti Kuparinen (mk1970) wrote :

Any estimate when this will be fixed? It'd be nice to be able to build this package...

sudo apt-get build-dep xineliboutput-sxfe
sudo apt-get source xineliboutput-sxfe
cd vdr-plugin-xineliboutput-1.0.0~rc2
dpkg-buildpackage -b -rfakeroot
...
g++ -g -O2 -c -D_GNU_SOURCE -DPLUGIN_NAME_I18N='"xineliboutput"' -D_REENTRANT -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DXINELIBOUTPUT_VERSION='"1.0.0rc2"' -DUSE_ICONV=1 -DNOSIGNAL_IMAGE_FILE='"/usr/share/libxine1-xvdr/nosignal.mpg"' -DHAVE_DBUS_GLIB -Wall -I/usr/include/vdr/include -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -o device.o device.c
device.c: In member function 'virtual void cXinelibDevice::MakePrimaryDevice(bool)':
device.c:330: error: cannot allocate an object of abstract type 'cXinelibOsdProvider'
osd.h:54: note: because the following virtual functions are pure within 'cXinelibOsdProvider':
/usr/include/vdr/osd.h:409: note: virtual cOsd* cOsdProvider::CreateOsd(int, int, uint)
make[1]: *** [device.o] Error 1