Guest User

Exiv: undefined references

a guest
Feb 18th, 2013
287
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.62 KB | None | 0 0
  1. make
  2. make -f Makefile.Release
  3. make[1]: Entering directory `/boot/develop/Chhobi'
  4. g++ -Wl,-O1 -Wl,-rpath,/boot/common/lib -o Chhobi release/chhobi_main_window.o release/database.o release/lighttable.o release/main.o release/metadata_edit.o release/photo.o release/photo_adjust.o release/preferences.o release/moc_chhobi_main_window.o release/moc_lighttable.o release/moc_metadata_edit.o release/moc_photo.o release/moc_photo_adjust.o release/qrc_Chhobi.o -L/boot/common/lib -L/boot/common/lib/ -lexiv2 -lQtSql -L/boot/common/lib -lQtGui -ltracker -lQtCore -lroot
  5. /boot/common/lib/libexiv2.a(pngchunk.o): In function `Exiv2::Internal::PngChunk::zlibCompress(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)':
  6. pngchunk.cpp:(.text+0x463): undefined reference to `compress2'
  7. /boot/common/lib/libexiv2.a(pngchunk.o): In function `Exiv2::Internal::PngChunk::zlibUncompress(unsigned char const*, unsigned int, Exiv2::DataBuf&)':
  8. pngchunk.cpp:(.text+0x5c1): undefined reference to `uncompress'
  9. /boot/common/lib/libexiv2.a(pngchunk.o): In function `Exiv2::Internal::PngChunk::makeUtf8TxtChunk(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, bool)':
  10. pngchunk.cpp:(.text+0xbf5): undefined reference to `crc32'
  11. pngchunk.cpp:(.text+0xc06): undefined reference to `crc32'
  12. /boot/common/lib/libexiv2.a(pngchunk.o): In function `Exiv2::Internal::PngChunk::makeAsciiTxtChunk(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, bool)':
  13. pngchunk.cpp:(.text+0x110e): undefined reference to `crc32'
  14. pngchunk.cpp:(.text+0x111f): undefined reference to `crc32'
  15. /boot/common/lib/libexiv2.a(types.o): In function `_exvGettext(char const*)':
  16. types.cpp:(.text+0x109b): undefined reference to `libintl_bindtextdomain'
  17. types.cpp:(.text+0x10b1): undefined reference to `libintl_dgettext'
  18. /boot/common/lib/libexiv2.a(convert.o): In function `(anonymous namespace)::convertStringCharsetIconv(std::basic_string<char, std::char_traits<char>, std::allocator<char> >&, char const*, char const*)':
  19. convert.cpp:(.text+0x96f5): undefined reference to `libiconv_open'
  20. convert.cpp:(.text+0x97a6): undefined reference to `libiconv'
  21. convert.cpp:(.text+0x99c5): undefined reference to `libiconv_close'
  22. /boot/common/lib/libexiv2.a(ExpatAdapter.o): In function `ExpatAdapter::ParseBuffer(void const*, unsigned long, bool)':
  23. ExpatAdapter.cpp:(.text+0x15a): undefined reference to `XML_Parse'
  24. /boot/common/lib/libexiv2.a(ExpatAdapter.o): In function `ExpatAdapter::~ExpatAdapter()':
  25. ExpatAdapter.cpp:(.text+0x3bc): undefined reference to `XML_ParserFree'
  26. /boot/common/lib/libexiv2.a(ExpatAdapter.o): In function `ExpatAdapter::ExpatAdapter()':
  27. ExpatAdapter.cpp:(.text+0xbe2): undefined reference to `XML_ParserCreateNS'
  28. ExpatAdapter.cpp:(.text+0xbf9): undefined reference to `XML_SetUserData'
  29. ExpatAdapter.cpp:(.text+0xc13): undefined reference to `XML_SetNamespaceDeclHandler'
  30. ExpatAdapter.cpp:(.text+0xc2d): undefined reference to `XML_SetElementHandler'
  31. ExpatAdapter.cpp:(.text+0xc3f): undefined reference to `XML_SetCharacterDataHandler'
  32. ExpatAdapter.cpp:(.text+0xc59): undefined reference to `XML_SetCdataSectionHandler'
  33. ExpatAdapter.cpp:(.text+0xc6b): undefined reference to `XML_SetProcessingInstructionHandler'
  34. ExpatAdapter.cpp:(.text+0xc7d): undefined reference to `XML_SetCommentHandler'
  35. collect2: ld returned 1 exit status
  36. make[1]: *** [Chhobi] Error 1
  37. make[1]: Leaving directory `/boot/develop/Chhobi'
  38. make: *** [release] Error 2
  39. /boot/develop/Chhobi>
Advertisement
Add Comment
Please, Sign In to add comment