Guest User

libiconv error

a guest
Nov 8th, 2017
108
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 3.26 KB | None | 0 0
  1.  
  2. [100%] Built target libkodi
  3. [100%] Linking CXX executable kodi.bin
  4. build/utils/utils.a(CharsetConverter.cpp.o):CharsetConverter.cpp:function __tcf_0: error: undefined reference to 'libiconv_close'
  5. build/utils/utils.a(CharsetConverter.cpp.o):CharsetConverter.cpp:function CCharsetConverter::OnSettingChanged(std::shared_ptr<CSetting const>): error: undefined reference to 'libiconv_close'
  6. build/utils/utils.a(CharsetConverter.cpp.o):CharsetConverter.cpp:function CCharsetConverter::OnSettingChanged(std::shared_ptr<CSetting const>): error: undefined reference to 'libiconv_close'
  7. build/utils/utils.a(CharsetConverter.cpp.o):CharsetConverter.cpp:function CCharsetConverter::OnSettingChanged(std::shared_ptr<CSetting const>): error: undefined reference to 'libiconv_close'
  8. build/utils/utils.a(CharsetConverter.cpp.o):CharsetConverter.cpp:function CConverterType::GetConverter(CSingleLock&) [clone .part.85]: error: undefined reference to 'libiconv_open'
  9. build/utils/utils.a(CharsetConverter.cpp.o):CharsetConverter.cpp:function CConverterType::GetConverter(CSingleLock&): error: undefined reference to 'libiconv_open'
  10. build/utils/utils.a(CharsetConverter.cpp.o):CharsetConverter.cpp:function CCharsetConverter::utf32ToUtf8(std::__cxx11::basic_string<char32_t, std::char_traits<char32_t>, std::allocator<char32_t> > const&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, bool): error: undefined reference to 'libiconv'
  11. build/utils/utils.a(CharsetConverter.cpp.o):CharsetConverter.cpp:function CCharsetConverter::utf32ToUtf8(std::__cxx11::basic_string<char32_t, std::char_traits<char32_t>, std::allocator<char32_t> > const&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, bool): error: undefined reference to 'libiconv'
  12. build/utils/utils.a(CharsetConverter.cpp.o):CharsetConverter.cpp:function CCharsetConverter::utf32ToUtf8(std::__cxx11::basic_string<char32_t, std::char_traits<char32_t>, std::allocator<char32_t> > const&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, bool): error: undefined reference to 'libiconv_open'
  13. build/utils/utils.a(CharsetConverter.cpp.o):CharsetConverter.cpp:function CCharsetConverter::utf32ToUtf8(std::__cxx11::basic_string<char32_t, std::char_traits<char32_t>, std::allocator<char32_t> > const&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, bool): error: undefined reference to 'libiconv'
  14. build/utils/utils.a(CharsetConverter.cpp.o):CharsetConverter.cpp:function CCharsetConverter::utf32ToUtf8(std::__cxx11::basic_string<char32_t, std::char_traits<char32_t>, std::allocator<char32_t> > const&, bool): error: undefined reference to 'libiconv'
  15. build/utils/utils.a(CharsetConverter.cpp.o):CharsetConverter.cpp:function CCharsetConverter::utf32ToUtf8(std::__cxx11::basic_string<char32_t, std::char_traits<char32_t>, std::allocator<char32_t> > const&, bool): error: undefined reference to 'libiconv_open'
  16. collect2: error: ld returned 1 exit status
  17. CMakeFiles/kodi.dir/build.make:447: recipe for target 'kodi.bin' failed
  18. make[2]: *** [kodi.bin] Error 1
  19. CMakeFiles/Makefile2:353: recipe for target 'CMakeFiles/kodi.dir/all' failed
  20. make[1]: *** [CMakeFiles/kodi.dir/all] Error 2
  21. Makefile:140: recipe for target 'all' failed
  22. make: *** [all] Error 2
Add Comment
Please, Sign In to add comment