Mailing List archive

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

[vdr] softdevice and directfb



Hello,

I'm trying to compile the softdevice plugin for vdr. However, when I to
a 'make plugins' in the vdr directory, I get:

make[1]: Entering directory
`/home/juhis/src/dvb/vdr-1.2.6/PLUGINS/src/softdevice'
g++ -O2 -Wall -Woverloaded-virtual
-L/home/veehoo/src/mplayer/ffmpeg/libavcodec  -c
-DPLUGIN_NAME_I18N='"softdevice"' -DDFB_SUPPORT -I../../../include
-I/home/juhis/src/dvb/driver/dvb-kernel/build-2.4/include
-I/home/juhis/src/mplayer/ffmpeg/libavcodec  `directfb-config --cflags` 
video-dfb.c
In file included from video-dfb.c:13:
video.h:45: warning: `virtual void cVideoOut::OpenOSD(int, int)' was
hidden
video-dfb.h:37: warning:   by `virtual void cDFBVideoOut::OpenOSD()'
video-dfb.c: In function `DFBEnumerationResult EnumCallBack(unsigned
int, 
   DFBDisplayLayerDescription, void*)':
video-dfb.c:54: error: `cerr' undeclared (first use this function)
video-dfb.c:54: error: (Each undeclared identifier is reported only once
for 
   each function it appears in.)
video-dfb.c:54: error: `endl' undeclared (first use this function)
video-dfb.c:192:1: warning: "/*" within comment
video-dfb.c: In member function `cDFBVideoOut::cDFBVideoOut()':
video-dfb.c:160: warning: unused variable `uint8_t*dst'
video-dfb.c:161: warning: unused variable `int pitch'
video-dfb.c: In member function `virtual void cDFBVideoOut::Refresh()':
video-dfb.c:319: error: no matching function for call to
`cWindowLayer::Draw(
   uint8_t*&, int&)'
video.h:22: error: candidates are: void cWindowLayer::Draw(unsigned
char*, int, 
   unsigned char*)
/usr/include/c++/3.3/iostream: At top level:
video-dfb.c:21: warning: `DFBEnumerationResult EnumCallBack(unsigned
int, 
   DFBDisplayLayerDescription, void*)' defined but not used
video-dfb.c:63: warning: `DFBEnumerationResult
EnumVideoModeCallback(int, int, 
   int, void*)' defined but not used
make[1]: *** [video-dfb.o] Error 1
make[1]: Leaving directory
`/home/juhis/src/dvb/vdr-1.2.6/PLUGINS/src/softdevice'


I'm using vdr-1.2.6, softdevice-0.0.5pre1, DirectFB-0.9.20,
DFB++-0.9.20, and dvb-kernel cvs from today. Should this setup work? Has
anybody seen an error like that before?

By the way, I have a G400, and I'd like to use softdevice similarily to
the 'dfbmga' option in mplayer. Does softdevice support that?

Thanks in advance,

Juhis




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



Home | Main Index | Thread Index