Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- /elec/kazaqs/LibreELEC.tv/build.LibreELEC-S905.arm-8.0-devel/peripheral.joystick-eeb6fec/src/buttonmapper/ButtonMapTranslator.cpp: In static member function 'static ADDON::DriverPrimitive JOYSTICK::ButtonMapTranslator::ToDriverPrimitive(const string&, JOYSTICK_DRIVER_PRIMITIVE_TYPE)':
- /elec/kazaqs/LibreELEC.tv/build.LibreELEC-S905.arm-8.0-devel/peripheral.joystick-eeb6fec/src/buttonmapper/ButtonMapTranslator.cpp:100:53: error: invalid conversion from 'int' to 'JOYSTICK_DRIVER_PRIMITIVE_TYPE' [-fpermissive]
- primitive = ADDON::DriverPrimitive(std::atoi(strPrimitive.substr(1).c_str()), dir);
- ~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- In file included from /elec/kazaqs/LibreELEC.tv/build.LibreELEC-S905.arm-8.0-devel/peripheral.joystick-eeb6fec/src/buttonmapper/ButtonMapTranslator.h:22:0,
- from /elec/kazaqs/LibreELEC.tv/build.LibreELEC-S905.arm-8.0-devel/peripheral.joystick-eeb6fec/src/buttonmapper/ButtonMapTranslator.cpp:21:
- /elec/kazaqs/LibreELEC.tv/build.LibreELEC-S905.arm-8.0-devel/toolchain/armv8a-libreelec-linux-gnueabi/sysroot/usr/include/kodi/kodi_peripheral_utils.hpp:378:5: note: initializing argument 1 of 'ADDON::DriverPrimitive::DriverPrimitive(JOYSTICK_DRIVER_PRIMITIVE_TYPE, unsigned int)'
- DriverPrimitive(JOYSTICK_DRIVER_PRIMITIVE_TYPE type, unsigned int driverIndex) :
- ^~~~~~~~~~~~~~~
- /elec/kazaqs/LibreELEC.tv/build.LibreELEC-S905.arm-8.0-devel/peripheral.joystick-eeb6fec/src/buttonmapper/ButtonMapTranslator.cpp:100:90: error: 'ADDON::DriverPrimitive::DriverPrimitive(JOYSTICK_DRIVER_PRIMITIVE_TYPE, unsigned int)' is protected within this context
- primitive = ADDON::DriverPrimitive(std::atoi(strPrimitive.substr(1).c_str()), dir);
- ^
- In file included from /elec/kazaqs/LibreELEC.tv/build.LibreELEC-S905.arm-8.0-devel/peripheral.joystick-eeb6fec/src/buttonmapper/ButtonMapTranslator.h:22:0,
- from /elec/kazaqs/LibreELEC.tv/build.LibreELEC-S905.arm-8.0-devel/peripheral.joystick-eeb6fec/src/buttonmapper/ButtonMapTranslator.cpp:21:
- /elec/kazaqs/LibreELEC.tv/build.LibreELEC-S905.arm-8.0-devel/toolchain/armv8a-libreelec-linux-gnueabi/sysroot/usr/include/kodi/kodi_peripheral_utils.hpp:378:5: note: declared protected here
- DriverPrimitive(JOYSTICK_DRIVER_PRIMITIVE_TYPE type, unsigned int driverIndex) :
- ^~~~~~~~~~~~~~~
- make[3]: *** [CMakeFiles/peripheral.joystick.dir/build.make:255: CMakeFiles/peripheral.joystick.dir/src/buttonmapper/ButtonMapTranslator.cpp.o] Error 1
- make[3]: *** Waiting for unfinished jobs....
- make[3]: Leaving directory '/elec/kazaqs/LibreELEC.tv/build.LibreELEC-S905.arm-8.0-devel/peripheral.joystick-eeb6fec/.armv8a-libreelec-linux-gnueabi'
- make[2]: *** [CMakeFiles/Makefile2:100: CMakeFiles/peripheral.joystick.dir/all] Error 2
- make[2]: Leaving directory '/elec/kazaqs/LibreELEC.tv/build.LibreELEC-S905.arm-8.0-devel/peripheral.joystick-eeb6fec/.armv8a-libreelec-linux-gnueabi'
- make[1]: *** [Makefile:128: all] Error 2
- make[1]: Leaving directory '/elec/kazaqs/LibreELEC.tv/build.LibreELEC-S905.arm-8.0-devel/peripheral.joystick-eeb6fec/.armv8a-libreelec-linux-gnueabi'
- Makefile:18: recipe for target 'amlpkg' failed
- make: *** [amlpkg] Error 2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement