Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- make
- make -f Makefile.Release
- make[1]: Entering directory `/boot/develop/Chhobi'
- 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
- /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&)':
- pngchunk.cpp:(.text+0x463): undefined reference to `compress2'
- /boot/common/lib/libexiv2.a(pngchunk.o): In function `Exiv2::Internal::PngChunk::zlibUncompress(unsigned char const*, unsigned int, Exiv2::DataBuf&)':
- pngchunk.cpp:(.text+0x5c1): undefined reference to `uncompress'
- /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)':
- pngchunk.cpp:(.text+0xbf5): undefined reference to `crc32'
- pngchunk.cpp:(.text+0xc06): undefined reference to `crc32'
- /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)':
- pngchunk.cpp:(.text+0x110e): undefined reference to `crc32'
- pngchunk.cpp:(.text+0x111f): undefined reference to `crc32'
- /boot/common/lib/libexiv2.a(types.o): In function `_exvGettext(char const*)':
- types.cpp:(.text+0x109b): undefined reference to `libintl_bindtextdomain'
- types.cpp:(.text+0x10b1): undefined reference to `libintl_dgettext'
- /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*)':
- convert.cpp:(.text+0x96f5): undefined reference to `libiconv_open'
- convert.cpp:(.text+0x97a6): undefined reference to `libiconv'
- convert.cpp:(.text+0x99c5): undefined reference to `libiconv_close'
- /boot/common/lib/libexiv2.a(ExpatAdapter.o): In function `ExpatAdapter::ParseBuffer(void const*, unsigned long, bool)':
- ExpatAdapter.cpp:(.text+0x15a): undefined reference to `XML_Parse'
- /boot/common/lib/libexiv2.a(ExpatAdapter.o): In function `ExpatAdapter::~ExpatAdapter()':
- ExpatAdapter.cpp:(.text+0x3bc): undefined reference to `XML_ParserFree'
- /boot/common/lib/libexiv2.a(ExpatAdapter.o): In function `ExpatAdapter::ExpatAdapter()':
- ExpatAdapter.cpp:(.text+0xbe2): undefined reference to `XML_ParserCreateNS'
- ExpatAdapter.cpp:(.text+0xbf9): undefined reference to `XML_SetUserData'
- ExpatAdapter.cpp:(.text+0xc13): undefined reference to `XML_SetNamespaceDeclHandler'
- ExpatAdapter.cpp:(.text+0xc2d): undefined reference to `XML_SetElementHandler'
- ExpatAdapter.cpp:(.text+0xc3f): undefined reference to `XML_SetCharacterDataHandler'
- ExpatAdapter.cpp:(.text+0xc59): undefined reference to `XML_SetCdataSectionHandler'
- ExpatAdapter.cpp:(.text+0xc6b): undefined reference to `XML_SetProcessingInstructionHandler'
- ExpatAdapter.cpp:(.text+0xc7d): undefined reference to `XML_SetCommentHandler'
- collect2: ld returned 1 exit status
- make[1]: *** [Chhobi] Error 1
- make[1]: Leaving directory `/boot/develop/Chhobi'
- make: *** [release] Error 2
- /boot/develop/Chhobi>
Advertisement
Add Comment
Please, Sign In to add comment