Mailing List archive

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

[vdr] Re: xine-0.1.1 plugin compile problem



Hi,

Markus Reschka wrote:

I have a litte compile problem with xine plugin 0.1.1: After entering
'make plugins' in the vdr home I get the following error:

*********snip*********
make[1]: Entering directory `/dvb/vdr-1.2.6/PLUGINS/src/xine-0.1.1'
g++ -g -O2 -Wall -Woverloaded-virtual -c -DPLUGIN_NAME_I18N='"xine"'
-DFIFO_DIR=\"/tmp/vdr-xine\" -DDATA_DIR=\"./PLUGINS/src/xine/data\"
-I../../../include -I../DVB/include xineLib.c
xineLib.c: In method `int PluginXine::cXineLib::xwrite(int, const void *,
int)':
xineLib.c:848: `sighandler_t' undeclared (first use this function)
xineLib.c:848: (Each undeclared identifier is reported only once
xineLib.c:848: for each function it appears in.)
xineLib.c:848: parse error before `='
xineLib.c:852: `sigPipeHandler' undeclared (first use this function)
make[1]: *** [xineLib.o] Error 1
make[1]: Leaving directory `/dvb/vdr-1.2.6/PLUGINS/src/xine-0.1.1'
make: *** [plugins] Error 2
*********snip*********

sighandler_t should be defined through the include signal.h
I am using vdr 1.2.6 (HDTV and elchi Patch), xine-lib 1rc3a and gcc 2.95
This is a known problem, but I forgot to release a fix. See attachment :-)

Bye.
--
Dipl.-Inform. (FH) Reinhard Nissl
mailto:rnissl@gmx.de

Attachment: vdr-xine-0.1.1-0.1.2.diff.gz
Description: GNU Zip compressed data


Home | Main Index | Thread Index