Advertisement
Guest User

Untitled

a guest
Nov 18th, 2013
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.02 KB | None | 0 0
  1. make[2]: Entering directory `/mythstuff/src/myth/master/mythtv/mythtv/libs/libmythmetadata'
  2. ccache distcc g++ -c -pipe -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -DNDEBUG -fomit-frame-pointer -pthread -g -Wall -Wpointer-arith -D__STDC_CONSTANT_MACROS -D__STDC_LIMIT_MACROS -fvisibility-inlines-hidden -Wmissing-declarations -Wno-switch -Woverloaded-virtual -funit-at-a-time -fvisibility=hidden -D_REENTRANT -fPIC -DMMX -Di386 -D_GNU_SOURCE -DMETA_API -DQT_SQL_LIB -DQT_XML_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/mythtrunk/qt4.8.3/mkspecs/linux-g++ -I. -I/usr/mythtrunk/qt4.8.3/include/QtCore -I/usr/mythtrunk/qt4.8.3/include/QtNetwork -I/usr/mythtrunk/qt4.8.3/include/QtGui -I/usr/mythtrunk/qt4.8.3/include/QtXml -I/usr/mythtrunk/qt4.8.3/include/QtSql -I/usr/mythtrunk/qt4.8.3/include -I/usr/include -I/usr/mythtrunk -I../../external/qjson/include -I../../external/zeromq/include -I../../external/nzmqt/include/nzmqt -I../libmythbase -I../libmythtv -I../.. -I.. -I. -I../libmythupnp -I../libmythui -I../../external/FFmpeg -I../libmyth -I../../external/libmythbluray -I/usr/include/taglib -I. -o musicmetadata.o musicmetadata.cpp
  3. distcc[20443] ERROR: compile /home/mythtv/.ccache/musicmetad.tmp.mythmaster.20439.ii on localhost failed
  4. In file included from musicmetadata.cpp:27:
  5. metaioflacvorbis.h:44: error: ISO C++ forbids declaration of ‘Picture’ with no type
  6. metaioflacvorbis.h:44: error: invalid use of ‘::’
  7. metaioflacvorbis.h:44: error: expected ‘;’ before ‘*’ token
  8. metaioflacvorbis.h:46: error: ‘TagLib::FLAC::Picture’ has not been declared
  9. metaioflacvorbis.h:46: error: ISO C++ forbids declaration of ‘Type’ with no type
  10. metaioflacvorbis.h:46: error: expected ‘;’ before ‘PictureTypeFromImageType’
  11. make[2]: *** [musicmetadata.o] Error 1
  12. make[2]: Leaving directory `/mythstuff/src/myth/master/mythtv/mythtv/libs/libmythmetadata'
  13. make[1]: *** [sub-libmythmetadata-make_default] Error 2
  14. make[1]: Leaving directory `/mythstuff/src/myth/master/mythtv/mythtv/libs'
  15. make: *** [libs] Error 2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement