Advertisement
Guest User

Untitled

a guest
May 5th, 2014
276
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.91 KB | None | 0 0
  1. CPP lib/libUPnP/Platinum/Source/Devices/MediaConnect/X_MS_MediaReceiverRegistrarSCPD.o
  2. WinSystemX11.cpp: In member function ‘virtual bool CWinSystemX11::ResizeWindow(int, int, int, int)’:
  3. WinSystemX11.cpp:170:3: error: ‘XOutput’ was not declared in this scope
  4. XOutput *out = NULL;
  5. ^
  6. WinSystemX11.cpp:170:12: error: ‘out’ was not declared in this scope
  7. XOutput *out = NULL;
  8. ^
  9. WinSystemX11.cpp:173:11: error: ‘g_xrandr’ was not declared in this scope
  10. out = g_xrandr.GetOutput(m_userOutput);
  11. ^
  12. WinSystemX11.cpp:176:7: error: ‘XMode’ was not declared in this scope
  13. XMode mode = g_xrandr.GetCurrentMode(m_userOutput);
  14. ^
  15. WinSystemX11.cpp:176:13: error: expected ‘;’ before ‘mode’
  16. XMode mode = g_xrandr.GetCurrentMode(m_userOutput);
  17. ^
  18. WinSystemX11.cpp:177:12: error: ‘mode’ was not declared in this scope
  19. if (!mode.isCurrent)
  20. ^
  21. WinSystemX11.cpp:185:24: error: type/value mismatch at argument 1 in template parameter list for ‘template<class _Tp, class _Alloc> class std::vector’
  22. std::vector<XOutput> outputs = g_xrandr.GetModes();
  23. ^
  24. WinSystemX11.cpp:185:24: error: expected a type, got ‘XOutput’
  25. WinSystemX11.cpp:185:24: error: template argument 2 is invalid
  26. WinSystemX11.cpp:185:34: error: invalid type in declaration before ‘=’ token
  27. std::vector<XOutput> outputs = g_xrandr.GetModes();
  28. ^
  29. WinSystemX11.cpp:185:36: error: ‘g_xrandr’ was not declared in this scope
  30. std::vector<XOutput> outputs = g_xrandr.GetModes();
  31. ^
  32. WinSystemX11.cpp:186:17: error: request for member ‘size’ in ‘outputs’, which is of non-class type ‘int’
  33. if (outputs.size() > 0)
  34. ^
  35. WinSystemX11.cpp:188:31: error: invalid types ‘int[int]’ for array subscript
  36. m_userOutput = outputs[0].name;
  37. ^
  38. WinSystemX11.cpp: In member function ‘virtual bool CWinSystemX11::HasCalibration(const RESOLUTION_INFO&)’:
  39. WinSystemX11.cpp:407:3: error: ‘XOutput’ was not declared in this scope
  40. XOutput *out = g_xrandr.GetOutput(m_currentOutput);
  41. ^
  42. WinSystemX11.cpp:407:12: error: ‘out’ was not declared in this scope
  43. XOutput *out = g_xrandr.GetOutput(m_currentOutput);
  44. ^
  45. WinSystemX11.cpp:407:18: error: ‘g_xrandr’ was not declared in this scope
  46. XOutput *out = g_xrandr.GetOutput(m_currentOutput);
  47. ^
  48. WinSystemX11.cpp: In member function ‘void CWinSystemX11::GetConnectedOutputs(std::vector<CStdStr<char> >*)’:
  49. WinSystemX11.cpp:441:10: error: ‘XOutput’ was not declared in this scope
  50. vector<XOutput> outs;
  51. ^
  52. WinSystemX11.cpp:441:17: error: template argument 1 is invalid
  53. vector<XOutput> outs;
  54. ^
  55. WinSystemX11.cpp:441:17: error: template argument 2 is invalid
  56. WinSystemX11.cpp:441:23: error: invalid type in declaration before ‘;’ token
  57. vector<XOutput> outs;
  58. ^
  59. WinSystemX11.cpp:442:3: error: ‘g_xrandr’ was not declared in this scope
  60. g_xrandr.Query(true);
  61. ^
  62. WinSystemX11.cpp:445:32: error: request for member ‘size’ in ‘outs’, which is of non-class type ‘int’
  63. for(unsigned int i=0; i<outs.size(); ++i)
  64. ^
  65. WinSystemX11.cpp:447:30: error: invalid types ‘int[unsigned int]’ for array subscript
  66. outputs->push_back(outs[i].name);
  67. ^
  68. WinSystemX11.cpp: In member function ‘virtual void CWinSystemX11::EnableSystemScreenSaver(bool)’:
  69. WinSystemX11.cpp:604:10: warning: unused variable ‘isInWin’ [-Wunused-variable]
  70. bool isInWin = XQueryPointer(m_dpy, RootWindow(m_dpy, m_nScreen), &root_return, &child_return,
  71. ^
  72. WinSystemX11.cpp: In member function ‘void CWinSystemX11::NotifyXRREvent()’:
  73. WinSystemX11.cpp:714:8: error: ‘g_xrandr’ was not declared in this scope
  74. if (!g_xrandr.Query(true))
  75. ^
  76. WinSystemX11.cpp:727:3: error: ‘XOutput’ was not declared in this scope
  77. XOutput *out = g_xrandr.GetOutput(m_userOutput);
  78. ^
  79. WinSystemX11.cpp:727:12: error: ‘out’ was not declared in this scope
  80. XOutput *out = g_xrandr.GetOutput(m_userOutput);
  81. ^
  82. WinSystemX11.cpp:727:18: error: ‘g_xrandr’ was not declared in this scope
  83. XOutput *out = g_xrandr.GetOutput(m_userOutput);
  84. ^
  85. WinSystemX11.cpp:728:3: error: ‘XMode’ was not declared in this scope
  86. XMode mode = g_xrandr.GetCurrentMode(m_userOutput);
  87. ^
  88. WinSystemX11.cpp:728:9: error: expected ‘;’ before ‘mode’
  89. XMode mode = g_xrandr.GetCurrentMode(m_userOutput);
  90. ^
  91. WinSystemX11.cpp:732:35: error: ‘mode’ was not declared in this scope
  92. , out->name.c_str(), mode.id.c_str(), mode.hz);
  93. ^
  94. WinSystemX11.cpp:742:67: error: ‘mode’ was not declared in this scope
  95. if (CDisplaySettings::Get().GetResolutionInfo(i).strId.Equals(mode.id))
  96. ^
  97. WinSystemX11.cpp: In member function ‘bool CWinSystemX11::SetWindow(int, int, bool, const string&)’:
  98. WinSystemX11.cpp:867:5: error: ‘XOutput’ was not declared in this scope
  99. XOutput *out = g_xrandr.GetOutput(output);
  100. ^
  101. WinSystemX11.cpp:867:14: error: ‘out’ was not declared in this scope
  102. XOutput *out = g_xrandr.GetOutput(output);
  103. ^
  104. WinSystemX11.cpp:867:20: error: ‘g_xrandr’ was not declared in this scope
  105. XOutput *out = g_xrandr.GetOutput(output);
  106. ^
  107. WinSystemX11.cpp: In member function ‘bool CWinSystemX11::CreateIconPixmap()’:
  108. WinSystemX11.cpp:1075:38: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  109. for (i=0; i<iconTexture->GetHeight();++i)
  110. ^
  111. WinSystemX11.cpp:1077:39: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  112. for (j=0; j<iconTexture->GetWidth();++j)
  113. ^
  114. WinSystemX11.cpp:1060:7: warning: unused variable ‘wid’ [-Wunused-variable]
  115. int wid = iconTexture->GetWidth();
  116. ^
  117. WinSystemX11.cpp:1061:7: warning: unused variable ‘hi’ [-Wunused-variable]
  118. int hi = iconTexture->GetHeight();
  119. ^
  120. WinSystemX11.cpp: In member function ‘bool CWinSystemX11::HasWindowManager()’:
  121. WinSystemX11.cpp:1141:41: warning: unused variable ‘i’ [-Wunused-variable]
  122. unsigned long items_read, items_left, i;
  123. ^
  124. WinSystemX11.cpp:1142:8: warning: unused variable ‘req’ [-Wunused-variable]
  125. char req = 0;
  126. ^
  127. CPP lib/libUPnP/Platinum/Source/Devices/MediaConnect/PltMediaConnect.o
  128. make[1]: *** [WinSystemX11.o] Error 1
  129. make: *** [xbmc/windowing/X11/windowing_X11.a] Error 2
  130. make: *** Waiting for unfinished jobs....
  131. CPP xbmc/interfaces/python//root/xbmc/xbmc/interfaces/python/generated/AddonModuleXbmcplugin.o
  132. CPP lib/libUPnP/Neptune/Source/System/Posix/NptPosixEnvironment.o
  133. AR lib/libUPnP/libupnp.a
  134. CPP xbmc/interfaces/python//root/xbmc/xbmc/interfaces/python/generated/AddonModuleXbmcaddon.o
  135. CPP xbmc/interfaces/python//root/xbmc/xbmc/interfaces/python/generated/AddonModuleXbmcvfs.o
  136. /root/xbmc/xbmc/interfaces/python/generated/AddonModuleXbmcgui.cpp: In function ‘PyObject* PythonBindings::xbmcgui_XBMCAddon_xbmcgui_Dialog_browse(PythonBindings::PyHolder*, PyObject*, PyObject*)’:
  137. /root/xbmc/xbmc/interfaces/python/generated/AddonModuleXbmcgui.cpp:6836:15: warning: ‘result’ may be used uninitialized in this function [-Wmaybe-uninitialized]
  138. PyObject* result;
  139. ^
  140. AR xbmc/interfaces/python/python_binding.a
  141. root@xbmc:~/xbmc#
  142. root@xbmc:~/xbmc# make install prefix=/usr
  143. Copying XBMC binary to /usr/lib/xbmc/
  144. install: cannot stat ‘xbmc.bin’: No such file or directory
  145. make: *** [install-binaries] Error 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement