Vdr-dvbapi-plugin - how to compile?

Hi
Can you explain me how can I compile vdr-dvbapi-plugin for VDR 2.x.x?

I tried compile this package:

After make command I always got error like this one:

SCCAMSlot.cpp: In constructor 'SCCAMSlot::SCCAMSlot(SCCIAdapter*, int, int)':
SCCAMSlot.cpp:42:59: error: no matching function for call to 'cCamSlot::cCamSlot(SCCIAdapter*&, bool)'
  , rb(KILOBYTE(4), 5 + LEN_OFF, false, "SC-CI slot answer")
                                                           ^
SCCAMSlot.cpp:42:59: note: candidates are:
In file included from SCCAMSlot.cpp:27:0:
/usr/include/vdr/ci.h:150:3: note: cCamSlot::cCamSlot(cCiAdapter*)
   cCamSlot(cCiAdapter *CiAdapter);
   ^
/usr/include/vdr/ci.h:150:3: note:   candidate expects 1 argument, 2 provided
/usr/include/vdr/ci.h:125:7: note: cCamSlot::cCamSlot(const cCamSlot&)
 class cCamSlot : public cListObject {
       ^
/usr/include/vdr/ci.h:125:7: note:   candidate expects 1 argument, 2 provided
Makefile:84: recipe for target 'SCCAMSlot.o' failed
make: *** [SCCAMSlot.o] Error 1
root@osmc:/var/lib/vdr/plugins/vdr-plugin-dvbapi

I was trying compile with LIBDVBCSA=1 parametr but without succes.

Anybody succes with vdr and dvbapi plugin?

Regards,
Rafal

Hi,

Try this suggestion: i have problems making plugins · Issue #45 · manio/vdr-plugin-dvbapi · GitHub

Regards,
Floris