Guest
Public paste!

Untitled

By: a guest | Jun 16th, 2010 | Syntax: None | Size: 9.59 KB | Hits: 61 | Expires: Never
Copy text to clipboard
  1. ccache g++ -c -pipe -fomit-frame-pointer -O3 -DNDEBUG -march=core2 -g -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -Wno-non-virtual-dtor -funit-at-a-time -D__STDC_CONSTANT_MACROS -I/usr/include/directfb -D_REENTRANT -D_REENTRANT -DPIC -fPIC -DMMX -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -DUSING_VDPAU -DUSING_X11 -DUSE_JOYSTICK_MENU -DUSE_LIRC -DUSING_XRANDR -DUSE_OPENGL_PAINTER -DUSING_QTWEBKIT -DQT_WEBKIT_LIB -DQT_SQL_LIB -DQT_XML_LIB -DQT_OPENGL_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtNetwork -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtOpenGL -I/usr/include/qt4/QtXml -I/usr/include/qt4/QtSql -I/usr/include/qt4/QtWebKit -I/usr/include/qt4 -I/usr/include -I/usr/local -I../libmythdb -I../.. -I.. -I/usr/X11R6/include -I. -o mythpainter_vdpau.o mythpainter_vdpau.cpp
  2. In file included from mythrender_vdpau.h:14,
  3.                  from mythpainter_vdpau.cpp:19:
  4. ../libavcodec/vdpau.h:47:25: error: vdpau/vdpau.h: No such file or directory
  5. ../libavcodec/vdpau.h:48:29: error: vdpau/vdpau_x11.h: No such file or directory
  6. In file included from mythrender_vdpau.h:14,
  7.                  from mythpainter_vdpau.cpp:19:
  8. ../libavcodec/vdpau.h:67: error: âVdpVideoSurfaceâ does not name a type
  9. ../libavcodec/vdpau.h:73: error: âVdpPictureInfoH264â does not name a type
  10. ../libavcodec/vdpau.h:74: error: âVdpPictureInfoMPEG1Or2â does not name a type
  11. ../libavcodec/vdpau.h:75: error: âVdpPictureInfoVC1â does not name a type
  12. ../libavcodec/vdpau.h:76: error: âVdpPictureInfoMPEG4Part2â does not name a type
  13. ../libavcodec/vdpau.h:84: error: ISO C++ forbids declaration of âVdpBitstreamBufferâ with no type
  14. ../libavcodec/vdpau.h:84: error: expected â;â before â*â token
  15. In file included from mythpainter_vdpau.cpp:19:
  16. mythrender_vdpau.h:84: error: âVdpRGBAFormatâ has not been declared
  17. mythrender_vdpau.h:87: error: âVdpChromaTypeâ has not been declared
  18. mythrender_vdpau.h:90: error: âVdpRGBAFormatâ has not been declared
  19. mythrender_vdpau.h:92: error: âVdpDecoderProfileâ has not been declared
  20. mythrender_vdpau.h:96: error: âVdpChromaTypeâ has not been declared
  21. mythrender_vdpau.h:108: error: âVdpVideoMixerPictureStructureâ has not been declared
  22. mythrender_vdpau.h:126: error: âVdpVideoSurfaceâ has not been declared
  23. mythrender_vdpau.h:153: error: âVdpVideoMixerAttributeâ has not been declared
  24. mythrender_vdpau.h:160: error: âVdpRectâ does not name a type
  25. mythrender_vdpau.h:169: error: âVdpDeviceâ does not name a type
  26. mythrender_vdpau.h:171: error: âVdpPresentationQueueâ does not name a type
  27. mythrender_vdpau.h:172: error: âVdpPresentationQueueTargetâ does not name a type
  28. mythrender_vdpau.h:182: error: âVdpVideoSurfaceâ was not declared in this scope
  29. mythrender_vdpau.h:182: error: template argument 1 is invalid
  30. mythrender_vdpau.h:185: error: ISO C++ forbids declaration of âVdpGetProcAddressâ with no type
  31. mythrender_vdpau.h:185: error: expected â;â before â*â token
  32. mythrender_vdpau.h:186: error: ISO C++ forbids declaration of âVdpGetErrorStringâ with no type
  33. mythrender_vdpau.h:186: error: expected â;â before â*â token
  34. mythrender_vdpau.h:187: error: ISO C++ forbids declaration of âVdpDeviceDestroyâ with no type
  35. mythrender_vdpau.h:187: error: expected â;â before â*â token
  36. mythrender_vdpau.h:188: error: ISO C++ forbids declaration of âVdpGetApiVersionâ with no type
  37. mythrender_vdpau.h:188: error: expected â;â before â*â token
  38. mythrender_vdpau.h:189: error: ISO C++ forbids declaration of âVdpGetInformationStringâ with no type
  39. mythrender_vdpau.h:189: error: expected â;â before â*â token
  40. mythrender_vdpau.h:190: error: ISO C++ forbids declaration of âVdpVideoSurfaceCreateâ with no type
  41. mythrender_vdpau.h:190: error: expected â;â before â*â token
  42. mythrender_vdpau.h:191: error: ISO C++ forbids declaration of âVdpVideoSurfaceDestroyâ with no type
  43. mythrender_vdpau.h:191: error: expected â;â before â*â token
  44. mythrender_vdpau.h:192: error: ISO C++ forbids declaration of âVdpVideoSurfaceGetBitsYCbCrâ with no type
  45. mythrender_vdpau.h:192: error: expected â;â before â*â token
  46. mythrender_vdpau.h:193: error: ISO C++ forbids declaration of âVdpOutputSurfacePutBitsNativeâ with no type
  47. mythrender_vdpau.h:193: error: expected â;â before â*â token
  48. mythrender_vdpau.h:194: error: ISO C++ forbids declaration of âVdpOutputSurfaceCreateâ with no type
  49. mythrender_vdpau.h:194: error: expected â;â before â*â token
  50. mythrender_vdpau.h:195: error: ISO C++ forbids declaration of âVdpOutputSurfaceDestroyâ with no type
  51. mythrender_vdpau.h:195: error: expected â;â before â*â token
  52. mythrender_vdpau.h:196: error: ISO C++ forbids declaration of âVdpOutputSurfaceRenderBitmapSurfaceâ with no type
  53. mythrender_vdpau.h:196: error: expected â;â before â*â token
  54. mythrender_vdpau.h:197: error: ISO C++ forbids declaration of âVdpVideoMixerCreateâ with no type
  55. mythrender_vdpau.h:197: error: expected â;â before â*â token
  56. mythrender_vdpau.h:198: error: ISO C++ forbids declaration of âVdpVideoMixerSetFeatureEnablesâ with no type
  57. mythrender_vdpau.h:198: error: expected â;â before â*â token
  58. mythrender_vdpau.h:199: error: ISO C++ forbids declaration of âVdpVideoMixerDestroyâ with no type
  59. mythrender_vdpau.h:199: error: expected â;â before â*â token
  60. mythrender_vdpau.h:200: error: ISO C++ forbids declaration of âVdpVideoMixerRenderâ with no type
  61. mythrender_vdpau.h:200: error: expected â;â before â*â token
  62. mythrender_vdpau.h:201: error: ISO C++ forbids declaration of âVdpVideoMixerSetAttributeValuesâ with no type
  63. mythrender_vdpau.h:201: error: expected â;â before â*â token
  64. mythrender_vdpau.h:202: error: ISO C++ forbids declaration of âVdpGenerateCSCMatrixâ with no type
  65. mythrender_vdpau.h:202: error: expected â;â before â*â token
  66. mythrender_vdpau.h:203: error: ISO C++ forbids declaration of âVdpVideoMixerQueryFeatureSupportâ with no type
  67. mythrender_vdpau.h:203: error: expected â;â before â*â token
  68. mythrender_vdpau.h:204: error: ISO C++ forbids declaration of âVdpPresentationQueueTargetDestroyâ with no type
  69. mythrender_vdpau.h:204: error: expected â;â before â*â token
  70. mythrender_vdpau.h:205: error: ISO C++ forbids declaration of âVdpPresentationQueueCreateâ with no type
  71. mythrender_vdpau.h:205: error: expected â;â before â*â token
  72. mythrender_vdpau.h:206: error: ISO C++ forbids declaration of âVdpPresentationQueueDestroyâ with no type
  73. mythrender_vdpau.h:206: error: expected â;â before â*â token
  74. mythrender_vdpau.h:207: error: ISO C++ forbids declaration of âVdpPresentationQueueDisplayâ with no type
  75. mythrender_vdpau.h:207: error: expected â;â before â*â token
  76. mythrender_vdpau.h:208: error: ISO C++ forbids declaration of âVdpPresentationQueueBlockUntilSurfaceIdleâ with no type
  77. mythrender_vdpau.h:209: error: expected â;â before â*â token
  78. mythrender_vdpau.h:210: error: ISO C++ forbids declaration of âVdpPresentationQueueTargetCreateX11â with no type
  79. mythrender_vdpau.h:211: error: expected â;â before â*â token
  80. mythrender_vdpau.h:212: error: ISO C++ forbids declaration of âVdpPresentationQueueGetTimeâ with no type
  81. mythrender_vdpau.h:212: error: expected â;â before â*â token
  82. mythrender_vdpau.h:213: error: ISO C++ forbids declaration of âVdpPresentationQueueSetBackgroundColorâ with no type
  83. mythrender_vdpau.h:214: error: expected â;â before â*â token
  84. mythrender_vdpau.h:215: error: ISO C++ forbids declaration of âVdpDecoderCreateâ with no type
  85. mythrender_vdpau.h:215: error: expected â;â before â*â token
  86. mythrender_vdpau.h:216: error: ISO C++ forbids declaration of âVdpDecoderDestroyâ with no type
  87. mythrender_vdpau.h:216: error: expected â;â before â*â token
  88. mythrender_vdpau.h:217: error: ISO C++ forbids declaration of âVdpDecoderRenderâ with no type
  89. mythrender_vdpau.h:217: error: expected â;â before â*â token
  90. mythrender_vdpau.h:218: error: ISO C++ forbids declaration of âVdpDecoderQueryCapabilitiesâ with no type
  91. mythrender_vdpau.h:218: error: expected â;â before â*â token
  92. mythrender_vdpau.h:219: error: ISO C++ forbids declaration of âVdpBitmapSurfaceCreateâ with no type
  93. mythrender_vdpau.h:219: error: expected â;â before â*â token
  94. mythrender_vdpau.h:220: error: ISO C++ forbids declaration of âVdpBitmapSurfaceDestroyâ with no type
  95. mythrender_vdpau.h:220: error: expected â;â before â*â token
  96. mythrender_vdpau.h:221: error: ISO C++ forbids declaration of âVdpBitmapSurfacePutBitsNativeâ with no type
  97. mythrender_vdpau.h:221: error: expected â;â before â*â token
  98. mythrender_vdpau.h:222: error: ISO C++ forbids declaration of âVdpPreemptionCallbackRegisterâ with no type
  99. mythrender_vdpau.h:222: error: expected â;â before â*â token
  100. mythrender_vdpau.h:84: error: âVDP_RGBA_FORMAT_B8G8R8A8â was not declared in this scope
  101. mythrender_vdpau.h:87: error: âVDP_CHROMA_TYPE_420â was not declared in this scope
  102. mythrender_vdpau.h:90: error: âVDP_RGBA_FORMAT_B8G8R8A8â was not declared in this scope
  103. mythrender_vdpau.h:96: error: âVDP_CHROMA_TYPE_420â was not declared in this scope
  104. mythpainter_vdpau.cpp: In member function âuint MythVDPAUPainter::GetTextureFromCache(MythImage*)â:
  105. mythpainter_vdpau.cpp:271: error: the default argument for parameter 1 of âuint MythRenderVDPAU::CreateBitmapSurface(const QSize&, int, uint)â has not yet been parsed
  106. make[2]: *** [mythpainter_vdpau.o] Error 1
  107. make[2]: Leaving directory `/usr/src/mythtv/trunk/mythtv/libs/libmythui'
  108. make[1]: *** [sub-libmythui-make_default] Error 2
  109. make[1]: Leaving directory `/usr/src/mythtv/trunk/mythtv/libs'
  110. make: *** [sub-libs-make_default-ordered] Error 2