Advertisement
Guest User

Untitled

a guest
Sep 24th, 2013
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.44 KB | None | 0 0
  1. gmake[2]: Entering directory `/usr/home/mythtv/mythtv/mythtv/libs/libmythbase'
  2. ccache clang++ -c -pipe -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -DPIC -DNDEBUG -fomit-frame-pointer -fPIC -pthread -g -Wall -Wpointer-arith -D__STDC_CONSTANT_MACROS -D__STDC_LIMIT_MACROS -Wno-self-assign -Wno-constant-logical-operand -Wno-unused-value -Qunused-arguments -pthread -D_THREAD_SAFE -fPIC -DMMX -D_GNU_SOURCE -DRUNPREFIX=\"/usr/local\" -DLIBDIRNAME=\"lib\" -DMBASE_API -DUSING_X11 -DQT_SQL_LIB -DQT_XML_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/local/share/qt4/mkspecs/freebsd-clang -I. -I/usr/local/include/qt4/QtCore -I/usr/local/include/qt4/QtNetwork -I/usr/local/include/qt4/QtGui -I/usr/local/include/qt4/QtXml -I/usr/local/include/qt4/QtSql -I/usr/local/include/qt4 -I/usr/include -I/usr/local -I/usr/local/include/libxml2 -I../../external/qjson/include -I../../external/zeromq/include -I../../external/nzmqt/include/nzmqt -I. -I/usr/local/include/qt4 -I/usr/local/include -o logging.o logging.cpp
  3. cd libmythfreemheg/ && gmake -f Makefile
  4. gmake[2]: Entering directory `/usr/home/mythtv/mythtv/mythtv/libs/libmythservicecontracts'
  5. gmake[2]: Nothing to be done for `first'.
  6. gmake[2]: Leaving directory `/usr/home/mythtv/mythtv/mythtv/libs/libmythservicecontracts'
  7. cd libmythnvctrl/ && gmake -f Makefile
  8. gmake[2]: Entering directory `/usr/home/mythtv/mythtv/mythtv/libs/libmythfreemheg'
  9. gmake[2]: Nothing to be done for `first'.
  10. gmake[2]: Leaving directory `/usr/home/mythtv/mythtv/mythtv/libs/libmythfreemheg'
  11. cd libmythmpeg2/ && gmake -f Makefile
  12. gmake[2]: Entering directory `/usr/home/mythtv/mythtv/mythtv/libs/libmythnvctrl'
  13. gmake[2]: Nothing to be done for `first'.
  14. gmake[2]: Leaving directory `/usr/home/mythtv/mythtv/mythtv/libs/libmythnvctrl'
  15. gmake[2]: Entering directory `/usr/home/mythtv/mythtv/mythtv/libs/libmythmpeg2'
  16. gmake[2]: Nothing to be done for `first'.
  17. gmake[2]: Leaving directory `/usr/home/mythtv/mythtv/mythtv/libs/libmythmpeg2'
  18. logging.cpp:876:25: error: assigning to 'CODE *' (aka '_code *') from incompatible type 'const CODE *' (aka 'const _code *')
  19. for (syslogname = &facilitynames[0];
  20. ^ ~~~~~~~~~~~~~~~~~
  21. 1 error generated.
  22. gmake[2]: *** [logging.o] Error 1
  23. gmake[2]: Leaving directory `/usr/home/mythtv/mythtv/mythtv/libs/libmythbase'
  24. gmake[1]: *** [sub-libmythbase-make_default] Error 2
  25. gmake[1]: Leaving directory `/usr/home/mythtv/mythtv/mythtv/libs'
  26. gmake: *** [libs] Error 2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement