Re: [vdr] plugin vdr-live failes to build

2012-10-16 Thread Ole Ernst

Am 16.10.2012 07:16, schrieb cedric.dew...@telfort.nl:

Hi All,

I'm trying to build vdr-plugin-live on arch linux. It gives the following
error while compiling. I have downloaded the PKGBUILD files with this command:
svn co https://archvdr.svn.sourceforge.net/svnroot/archvdr archvdr

How can I fix this?
Best regards,
Cedric


Hi,

you need to apply this patch[1] before building the plugin.

Best Regards

[1] 
http://www.vdr-portal.de/board1-news/board2-vdr-news/p1083437-announce-vdr-developer-version-1-7-29/#post1083437


___
vdr mailing list
vdr@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr


[vdr] plugin vdr-live failes to build

2012-10-15 Thread cedric . dewijs
Hi All,

I'm trying to build vdr-plugin-live on arch linux. It gives the following
error while compiling. I have downloaded the PKGBUILD files with this command:
svn co https://archvdr.svn.sourceforge.net/svnroot/archvdr archvdr

How can I fix this?
Best regards,
Cedric

g++ -g -O3 -Wall -Werror=overloaded-virtual -Wno-parentheses -fPIC 
-I/usr/include
 -c -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE 
-D__KERNEL_STRICT_NAMES
-DUSE_GRAPHTFT -D_GNU_SOURCE -DPLUGIN_NAME_I18N='"live"' -DTNTVERSION=21000
 -DHAVE_LIBPCRECPP -I/usr/include/vdr/include tasks.cpp
tasks.cpp: In member function 'virtual void 
vdrlive::PlayRecordingTask::Action()':
tasks.cpp:63:38: error: no matching function for call to 
'cReplayControl::SetRecording(int,
int)'
tasks.cpp:63:38: note: candidate is:
In file included from tasks.cpp:4:0:
/usr/include/vdr/menu.h:300:15: note: static void 
cReplayControl::SetRecording(const
char*)
/usr/include/vdr/menu.h:300:15: note:   candidate expects 1 argument, 2 provided
tasks.cpp:65:75: error: no matching function for call to 
'cReplayControl::SetRecording(const
char*, const char*)'
tasks.cpp:65:75: note: candidate is:
In file included from tasks.cpp:4:0:
/usr/include/vdr/menu.h:300:15: note: static void 
cReplayControl::SetRecording(const
char*)
/usr/include/vdr/menu.h:300:15: note:   candidate expects 1 argument, 2 provided
tasks.cpp: In member function 'virtual void 
vdrlive::StopRecordingTask::Action()':
tasks.cpp:125:37: error: no matching function for call to 
'cReplayControl::SetRecording(int,
int)'
tasks.cpp:125:37: note: candidate is:
In file included from tasks.cpp:4:0:
/usr/include/vdr/menu.h:300:15: note: static void 
cReplayControl::SetRecording(const
char*)
/usr/include/vdr/menu.h:300:15: note:   candidate expects 1 argument, 2 provided
make: *** [tasks.o] Error 1
==> ERROR: A failure occurred in build().
Aborting...
[cedric@TV vdr-plugin-live-git]$ 


   




___
vdr mailing list
vdr@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr