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

Reply via email to