Mailing List archive

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

[vdr] Re: ANNOUNCE: vdr-mhp-0.2



Hi all,

after many attempts to get the MHP Plugin working, everything seems to
depend on the following error message.


g++ -O0 -g -Wall -Woverloaded-virtual -c  -I../../../../include -I..
objects.c
objects.c: In member function `EightBit*
   DvbSi::EIT::Event::getContentNibbleLevel1(int&)':
objects.c:136: error: `hasNext' undeclared (first use this function)
objects.c:136: error: (Each undeclared identifier is reported only once for
   each function it appears in.)
objects.c:148: error: no matching function for call to `
   SI::StructureLoop<SI::ContentDescriptor::Nibble>::getNext(
   SI::Loop::Iterator&)'
../../../../include/libsi/si.h:290: error: candidates are: bool
   SI::StructureLoop<T>::getNext(T&, SI::Loop::Iterator&) [with T =
   SI::ContentDescriptor::Nibble]
objects.c: In member function `EightBit*
   DvbSi::EIT::Event::getContentNibbles(int&)':
objects.c:166: error: `hasNext' undeclared (first use this function)
objects.c:178: error: no matching function for call to `
   SI::StructureLoop<SI::ContentDescriptor::Nibble>::getNext(
   SI::Loop::Iterator&)'
../../../../include/libsi/si.h:290: error: candidates are: bool
   SI::StructureLoop<T>::getNext(T&, SI::Loop::Iterator&) [with T =
   SI::ContentDescriptor::Nibble]
make[2]: *** [objects.o] Error 1


I'm using:
- VDR 1.3.14
- MHP 0.2a
  + Patch mhp-0.2.diff.gz  from
  http://www.vdrportal.de/board/thread.php?threadid=22581&page=2

FFMPEG 0.4.8
DFB++ 0.9.20
DirectFB 0.9.20

The patch produces less error messages than Marcels patch for objects.c.
Are there any suggestions left or some further patches available?

bye,
Robert.




Home | Main Index | Thread Index