Mailing List archive

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

[vdr] Re: [ANNOUNCE] vdr-xine-0.0.1 plugin



On Tue, Sep 09, 2003 at 07:15:41PM +0300, Petri Hintukainen wrote:

> I uploaded sources to http://www.hut.fi/u/phintuka/vdr/

Oooh another one! :)

> Some notes:
> - this is not a release; code is still incomplete and probably very buggy
>   and unclean

OK fair enough - but isn't being able to see a 'work in progress' mature part of the joy of Open Source? 
:)

I have the current CVS xine-lib installed locally from testing Reinhard's vdr-xine yesterday - talk about
famine and feast with the xine stuff :D via ./autogen.sh; make; make install so it's all gone to
/usr/local

I unpacked the tarball, and simply issued make plugins... whilst many of the files compiled fine, this one
is choking...

make[1]: Entering directory `/root/telly/vdr-1.2.2/PLUGINS/src/xineliboutput'
gcc -Wall -O2 -I/usr/local/include -c -D_GNU_SOURCE -DPLUGIN_NAME_I18N='"xineliboutput"' -D_REENTRANT 
-D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I../../../include -I../../../../DVB/include -O4 -march=i486 
-mcpu=i686 -pipe -ffast-math -fomit-frame-pointer xine_input_vdr.c
xine_input_vdr.c: In function `vdr_adjust_realtime_speed':
xine_input_vdr.c:270: parse error before `static'
xine_input_vdr.c:271: `fcnt' undeclared (first use in this function)
xine_input_vdr.c:271: (Each undeclared identifier is reported only once
xine_input_vdr.c:271: for each function it appears in.)
xine_input_vdr.c: In function `vdr_render_rle_bitmap':
xine_input_vdr.c:456: warning: unused variable `oy'
xine_input_vdr.c: In function `vdr_plugin_exec_osd_command':
xine_input_vdr.c:498: parse error before `*'
xine_input_vdr.c:510: `wnd' undeclared (first use in this function)
xine_input_vdr.c:511: `osd_renderer' undeclared (first use in this function)
xine_input_vdr.c:540: `visible' undeclared (first use in this function)
xine_input_vdr.c: In function `vdr_plugin_parse_control':
xine_input_vdr.c:645: parse error before `osdcmd'
xine_input_vdr.c:646: `osdcmd' undeclared (first use in this function)
xine_input_vdr.c: In function `vdr_plugin_write':
xine_input_vdr.c:982: parse error before `int'
xine_input_vdr.c:983: `pes_len' undeclared (first use in this function)
xine_input_vdr.c:988: parse error before `int'
xine_input_vdr.c:989: `trycount' undeclared (first use in this function)
xine_input_vdr.c: In function `connect_data_stream':
xine_input_vdr.c:1483: parse error before `int'
xine_input_vdr.c:1485: `fd_data' undeclared (first use in this function)
make[1]: *** [xine_input_vdr.o] Error 1
make[1]: Leaving directory `/root/telly/vdr-1.2.2/PLUGINS/src/xineliboutput'
make: *** [plugins] Error 2

I'm using Debian 3.0, so gcc is 2.95.4 if that helps?

Cheers,
Gavin.


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



Home | Main Index | Thread Index