Advertisement
Guest User

Untitled

a guest
Feb 20th, 2017
224
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.25 KB | None | 0 0
  1. /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)':
  2. /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]
  3. primitive = ADDON::DriverPrimitive(std::atoi(strPrimitive.substr(1).c_str()), dir);
  4. ~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  5. In file included from /elec/kazaqs/LibreELEC.tv/build.LibreELEC-S905.arm-8.0-devel/peripheral.joystick-eeb6fec/src/buttonmapper/ButtonMapTranslator.h:22:0,
  6. from /elec/kazaqs/LibreELEC.tv/build.LibreELEC-S905.arm-8.0-devel/peripheral.joystick-eeb6fec/src/buttonmapper/ButtonMapTranslator.cpp:21:
  7. /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)'
  8. DriverPrimitive(JOYSTICK_DRIVER_PRIMITIVE_TYPE type, unsigned int driverIndex) :
  9. ^~~~~~~~~~~~~~~
  10. /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
  11. primitive = ADDON::DriverPrimitive(std::atoi(strPrimitive.substr(1).c_str()), dir);
  12. ^
  13. In file included from /elec/kazaqs/LibreELEC.tv/build.LibreELEC-S905.arm-8.0-devel/peripheral.joystick-eeb6fec/src/buttonmapper/ButtonMapTranslator.h:22:0,
  14. from /elec/kazaqs/LibreELEC.tv/build.LibreELEC-S905.arm-8.0-devel/peripheral.joystick-eeb6fec/src/buttonmapper/ButtonMapTranslator.cpp:21:
  15. /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
  16. DriverPrimitive(JOYSTICK_DRIVER_PRIMITIVE_TYPE type, unsigned int driverIndex) :
  17. ^~~~~~~~~~~~~~~
  18. make[3]: *** [CMakeFiles/peripheral.joystick.dir/build.make:255: CMakeFiles/peripheral.joystick.dir/src/buttonmapper/ButtonMapTranslator.cpp.o] Error 1
  19. make[3]: *** Waiting for unfinished jobs....
  20. make[3]: Leaving directory '/elec/kazaqs/LibreELEC.tv/build.LibreELEC-S905.arm-8.0-devel/peripheral.joystick-eeb6fec/.armv8a-libreelec-linux-gnueabi'
  21. make[2]: *** [CMakeFiles/Makefile2:100: CMakeFiles/peripheral.joystick.dir/all] Error 2
  22. make[2]: Leaving directory '/elec/kazaqs/LibreELEC.tv/build.LibreELEC-S905.arm-8.0-devel/peripheral.joystick-eeb6fec/.armv8a-libreelec-linux-gnueabi'
  23. make[1]: *** [Makefile:128: all] Error 2
  24. make[1]: Leaving directory '/elec/kazaqs/LibreELEC.tv/build.LibreELEC-S905.arm-8.0-devel/peripheral.joystick-eeb6fec/.armv8a-libreelec-linux-gnueabi'
  25. Makefile:18: recipe for target 'amlpkg' failed
  26. make: *** [amlpkg] Error 2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement