Hi guys,
Thanks a lot for the great addon !
I tried to compile myself (ubuntu and debian proxmox CT), but I always get the same error at "make".
Actually I'm looking for a RPI 4 addon. (I downloaded the RPI 2B addon from the forum here which works, but RPI 2B weak cpu allows me only for 720p and 1080p makes more fun).
****
....
[ 90%] Building CXX object CMakeFiles/pvr.eon.dir/src/PVREon.cpp.o
In file included from /home/pvr.eon/src/PVREon.h:14,
from /home/pvr.eon/src/PVREon.cpp:9:
/home/pvr.eon/src/http/HttpClient.h:9:7: warning: 'HttpClient' declared with greater visibility than the type of its field 'HttpClient::m_settings' [-Wattributes]
9 | class HttpClient
| ^~~~~~~~~~
/home/pvr.eon/src/PVREon.h:145:13: error: 'PVR_ERROR CPVREon::GetChannelStreamProperties(const kodi::addon::PVRChannel&, std::vector<kodi::addon::PVRStreamProperty>&)' marked 'override', but does not override
145 | PVR_ERROR GetChannelStreamProperties(
| ^~~~~~~~~~~~~~~~~~~~~~~~~~
make[5]: *** [CMakeFiles/pvr.eon.dir/build.make:188: CMakeFiles/pvr.eon.dir/src/PVREon.cpp.o] Error 1
make[4]: *** [CMakeFiles/Makefile2:110: CMakeFiles/pvr.eon.dir/all] Error 2
make[3]: *** [Makefile:156: all] Error 2
make[2]: *** [CMakeFiles/pvr.eon.dir/build.make:88: pvr.eon-prefix/src/pvr.eon-stamp/pvr.eon-build] Error 2
make[1]: *** [CMakeFiles/Makefile2:132: CMakeFiles/pvr.eon.dir/all] Error 2
make: *** [Makefile:91: all] Error 2
****
I needed first to install the following: apt install git build-essential cmake
before I proceeded with the recipe.
What am I doing wrong ?
Thanks and Cheers in advance !