Advertisement
Guest User

Untitled

a guest
Mar 7th, 2012
51
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.64 KB | None | 0 0
  1. https://github.com/MythTV/mythtv/commits/bf7225c7dbaa28ac21a3562f763ff51f649d1872
  2.  
  3. clean checkout of bf7225c7dbaa28ac21a3562f763ff51f649d1872
  4.  
  5. Cleared out /usr/lib/libmyth* before compiling.
  6.  
  7. cd libavcodec/ && make -f Makefile
  8. make[2]: Entering directory `/root/mythtv/mythtv/libs/libavcodec'
  9. make[2]: Nothing to be done for `first'.
  10. make[2]: Leaving directory `/root/mythtv/mythtv/libs/libavcodec'
  11. cd libmythupnp/ && make -f Makefile
  12. make[2]: Entering directory `/root/mythtv/mythtv/libs/libmythupnp'
  13. g++ -c -pipe -fomit-frame-pointer -O3 -g -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -Wno-non-virtual-dtor -funit-at-a-time -D__STDC_CONSTANT_MACROS -D_REENTRANT -DPIC -fPIC -DMMX -Di386 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -DQT_NO_DEBUG -DQT_SQL_LIB -DQT_XML_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt/mkspecs/linux-g++ -I. -I/usr/include/QtCore -I/usr/include/QtNetwork -I/usr/include/QtGui -I/usr/include/QtXml -I/usr/include/QtSql -I/usr/include -I/usr/include -I/usr -I../libmythdb -I.. -I. -o upnpcmgr.o upnpcmgr.cpp
  14. In file included from upnpcmgr.h:28:0,
  15. from upnpcmgr.cpp:25:
  16. eventing.h: In member function ‘T StateVariables::GetValue(const QString&) [with T = QString]’:
  17. upnpcmgr.cpp:69:64: instantiated from here
  18. eventing.h:236:27: error: call of overloaded ‘QString(int)’ is ambiguous
  19. /usr/include/QtCore/qstring.h:428:43: note: candidates are: QString::QString(const QByteArray&)
  20. /usr/include/QtCore/qstring.h:426:43: note: QString::QString(const char*)
  21. /usr/include/QtCore/qstring.h:728:8: note: QString::QString(const QString&)
  22. /usr/include/QtCore/qstring.h:106:5: note: QString::QString(QChar)
  23. /usr/include/QtCore/qstring.h:105:14: note: QString::QString(const QChar*)
  24. eventing.h:244:23: error: call of overloaded ‘QString(int)’ is ambiguous
  25. /usr/include/QtCore/qstring.h:428:43: note: candidates are: QString::QString(const QByteArray&)
  26. /usr/include/QtCore/qstring.h:426:43: note: QString::QString(const char*)
  27. /usr/include/QtCore/qstring.h:728:8: note: QString::QString(const QString&)
  28. /usr/include/QtCore/qstring.h:106:5: note: QString::QString(QChar)
  29. /usr/include/QtCore/qstring.h:105:14: note: QString::QString(const QChar*)
  30. eventing.h:245:9: warning: control reaches end of non-void function
  31. make[2]: *** [upnpcmgr.o] Error 1
  32. make[2]: Leaving directory `/root/mythtv/mythtv/libs/libmythupnp'
  33. make[1]: *** [sub-libmythupnp-make_default] Error 2
  34. make[1]: Leaving directory `/root/mythtv/mythtv/libs'
  35. make: *** [sub-libs-make_default-ordered] Error 2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement