Mailing List archive

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

[vdr] Re: DVB subtitles plugin



On Tue, 2004-09-07 at 14:12 +0200, Sascha Volkenandt wrote:
> Am Dienstag, 7. September 2004 09:08 schrieb Malcolm Caldwell:
> > How do I use this?
> >
> > I tried applying this patch, then getting the appropriate versions of
> > subtitles and ttxtsups.  I untared them and did the ln -s
> >
> > Now when I try to compile I see:
> > make[1]: Entering directory `/space/src/vdr-1.3.12/PLUGINS/src/
> > subtitles-0.3.3'
> > g++ -O2 -g -Wall -Woverloaded-virtual -c -
> > DPLUGIN_NAME_I18N='"subtitles"' -I../../../include -I../../../../DVB/
> > include subtitles.c
> > In file included from ../../../include/vdr/ci.h:15,
> >                  from ../../../include/vdr/device.h:13,
> >                  from ../../../include/vdr/config.h:19,
> >                  from ../../../include/vdr/osdbase.h:13,
> >                  from ../../../include/vdr/menuitems.h:13,
> >                  from ../../../include/vdr/plugin.h:14,
> >                  from subtitles.c:10:
> > ../../../include/vdr/thread.h:33: syntax error before `;'
> > make[1]: *** [subtitles.o] Error 1
> >
> >
> > I followed the directions and cp the .h etc files requested but still
> > get this error.
> 
> Assumption: gcc 2.95
> Solution: Add -D_GNU_SOURCE to the Plugin's Makefile's DEFINES = ... line.
> 
> Just a guess, but matches this error 99% :-)

Yes - this fixed this problem.

(I then found another problem see other message!)

> 
> Greetings,
> Sascha
> 
> 
> 





Home | Main Index | Thread Index