pvr.rtl.radiofm
pvr.rtl.radiofm copied to clipboard
Compil Issue
Hello !
I have a issue with the compilation :
/home/milousebw/Bureau/pvr.rtl.radiofm-master/src/kodi_codec_descriptor.hpp:53:37: error: ‘class CHelper_libXBMC_pvr’ has no member named ‘GetCodecByName’ retVal = CodecDescriptor(PVR->GetCodecByName("MP2"), strCodecName); ^~~~~~~~~~~~~~ /home/milousebw/Bureau/pvr.rtl.radiofm-master/src/kodi_codec_descriptor.hpp:55:37: error: ‘class CHelper_libXBMC_pvr’ has no member named ‘GetCodecByName’ retVal = CodecDescriptor(PVR->GetCodecByName("MPEG2VIDEO"), strCodecName); ^~~~~~~~~~~~~~ /home/milousebw/Bureau/pvr.rtl.radiofm-master/src/kodi_codec_descriptor.hpp:57:37: error: ‘class CHelper_libXBMC_pvr’ has no member named ‘GetCodecByName’ retVal = CodecDescriptor(PVR->GetCodecByName("TEXT"), strCodecName); ^~~~~~~~~~~~~~ /home/milousebw/Bureau/pvr.rtl.radiofm-master/src/kodi_codec_descriptor.hpp:59:37: error: ‘class CHelper_libXBMC_pvr’ has no member named ‘GetCodecByName’ retVal = CodecDescriptor(PVR->GetCodecByName(strCodecName), strCodecName); ^~~~~~~~~~~~~~ /home/milousebw/Bureau/pvr.rtl.radiofm-master/src/client.cpp: In function ‘ADDON_STATUS ADDON_SetSetting(const char*, const void*)’: /home/milousebw/Bureau/pvr.rtl.radiofm-master/src/client.cpp:298:10: error: ‘ADDON_STATUS_NOT_IMPLEMENTED’ was not declared in this scope return ADDON_STATUS_NOT_IMPLEMENTED; ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/milousebw/Bureau/pvr.rtl.radiofm-master/src/client.cpp:298:10: note: suggested alternative: ‘PVR_ERROR_NOT_IMPLEMENTED’ return ADDON_STATUS_NOT_IMPLEMENTED; ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ PVR_ERROR_NOT_IMPLEMENTED /home/milousebw/Bureau/pvr.rtl.radiofm-master/src/client.cpp: At global scope: /home/milousebw/Bureau/pvr.rtl.radiofm-master/src/client.cpp:306:53: error: ‘PVR_NAMED_VALUE’ has not been declared PVR_ERROR GetEPGTagStreamProperties(const EPG_TAG*, PVR_NAMED_VALUE*, unsigned int*) { return PVR_ERROR_NOT_IMPLEMENTED; } ^~~~~~~~~~~~~~~ /home/milousebw/Bureau/pvr.rtl.radiofm-master/src/client.cpp:358:26: error: ‘PVR_STREAM_TIMES’ was not declared in this scope PVR_ERROR GetStreamTimes(PVR_STREAM_TIMES*) { return PVR_ERROR_NOT_IMPLEMENTED; } ^~~~~~~~~~~~~~~~ /home/milousebw/Bureau/pvr.rtl.radiofm-master/src/client.cpp:358:26: note: suggested alternative: ‘PVR_STREAM_PROPERTIES’ PVR_ERROR GetStreamTimes(PVR_STREAM_TIMES*) { return PVR_ERROR_NOT_IMPLEMENTED; } ^~~~~~~~~~~~~~~~ PVR_STREAM_PROPERTIES /home/milousebw/Bureau/pvr.rtl.radiofm-master/src/client.cpp:358:43: error: expected primary-expression before ‘)’ token PVR_ERROR GetStreamTimes(PVR_STREAM_TIMES*) { return PVR_ERROR_NOT_IMPLEMENTED; } ^ /home/milousebw/Bureau/pvr.rtl.radiofm-master/src/client.cpp:359:29: error: ‘PVR_DESCRAMBLE_INFO’ was not declared in this scope PVR_ERROR GetDescrambleInfo(PVR_DESCRAMBLE_INFO*) { return PVR_ERROR_NOT_IMPLEMENTED; } ^~~~~~~~~~~~~~~~~~~ /home/milousebw/Bureau/pvr.rtl.radiofm-master/src/client.cpp:359:49: error: expected primary-expression before ‘)’ token PVR_ERROR GetDescrambleInfo(PVR_DESCRAMBLE_INFO*) { return PVR_ERROR_NOT_IMPLEMENTED; } ^ /home/milousebw/Bureau/pvr.rtl.radiofm-master/src/client.cpp:360:58: error: ‘PVR_NAMED_VALUE’ has not been declared PVR_ERROR GetChannelStreamProperties(const PVR_CHANNEL*, PVR_NAMED_VALUE*, unsigned int*) { return PVR_ERROR_NOT_IMPLEMENTED; } ^~~~~~~~~~~~~~~ /home/milousebw/Bureau/pvr.rtl.radiofm-master/src/client.cpp:361:62: error: ‘PVR_NAMED_VALUE’ has not been declared PVR_ERROR GetRecordingStreamProperties(const PVR_RECORDING*, PVR_NAMED_VALUE*, unsigned int*) { return PVR_ERROR_NOT_IMPLEMENTED; } ^~~~~~~~~~~~~~~ make[2]: *** [CMakeFiles/pvr.rtl.radiofm.dir/build.make:63: CMakeFiles/pvr.rtl.radiofm.dir/src/client.cpp.o] Error 1 make[1]: *** [CMakeFiles/Makefile2:73: CMakeFiles/pvr.rtl.radiofm.dir/all] Error 2 make: *** [Makefile:152: all] Error 2
Can you help me please, I try many thinks ...
Thanks :)
Hi, please can you tell me if can you solve this problem??
I have this exact same issue. No clue how to resolve it