Advertisement
Guest User

kodi

a guest
Mar 4th, 2015
453
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.86 KB | None | 0 0
  1. gmake[3]: Leaving directory '/usr/ports/multimedia/kodi/work/xbmc-14.0-Helix/xbmc'
  2. gmake[3]: Entering directory '/usr/ports/multimedia/kodi/work/xbmc-14.0-Helix/xbmc/interfaces/python'
  3. gmake[3]: Leaving directory '/usr/ports/multimedia/kodi/work/xbmc-14.0-Helix/xbmc/interfaces/python'
  4. gmake[3]: Entering directory '/usr/ports/multimedia/kodi/work/xbmc-14.0-Helix/xbmc/windowing/X11'
  5. CPP xbmc/windowing/X11/WinSystemX11.o
  6. WinSystemX11.cpp:198:3: error: unknown type name 'XOutput'
  7. XOutput *out = NULL;
  8. ^
  9. WinSystemX11.cpp:201:11: error: use of undeclared identifier 'g_xrandr'
  10. out = g_xrandr.GetOutput(m_userOutput);
  11. ^
  12. WinSystemX11.cpp:204:7: error: unknown type name 'XMode'
  13. XMode mode = g_xrandr.GetCurrentMode(m_userOutput);
  14. ^
  15. WinSystemX11.cpp:204:20: error: use of undeclared identifier 'g_xrandr'
  16. XMode mode = g_xrandr.GetCurrentMode(m_userOutput);
  17. ^
  18. WinSystemX11.cpp:213:17: error: use of undeclared identifier 'XOutput'
  19. std::vector<XOutput> outputs = g_xrandr.GetModes();
  20. ^
  21. WinSystemX11.cpp:213:26: error: C++ requires a type specifier for all declarations
  22. std::vector<XOutput> outputs = g_xrandr.GetModes();
  23. ^~~~~~~
  24. WinSystemX11.cpp:213:36: error: use of undeclared identifier 'g_xrandr'
  25. std::vector<XOutput> outputs = g_xrandr.GetModes();
  26. ^
  27. WinSystemX11.cpp:457:3: error: unknown type name 'XOutput'
  28. XOutput *out = g_xrandr.GetOutput(m_currentOutput);
  29. ^
  30. WinSystemX11.cpp:457:18: error: use of undeclared identifier 'g_xrandr'
  31. XOutput *out = g_xrandr.GetOutput(m_currentOutput);
  32. ^
  33. WinSystemX11.cpp:491:10: error: use of undeclared identifier 'XOutput'
  34. vector<XOutput> outs;
  35. ^
  36. WinSystemX11.cpp:492:3: error: use of undeclared identifier 'g_xrandr'
  37. g_xrandr.Query(true);
  38. ^
  39. WinSystemX11.cpp:493:3: error: use of undeclared identifier 'outs'
  40. outs = g_xrandr.GetModes();
  41. ^
  42. WinSystemX11.cpp:493:10: error: use of undeclared identifier 'g_xrandr'
  43. outs = g_xrandr.GetModes();
  44. ^
  45. WinSystemX11.cpp:495:27: error: use of undeclared identifier 'outs'; did you mean 'puts'?
  46. for(unsigned int i=0; i<outs.size(); ++i)
  47. ^~~~
  48. puts
  49. /usr/include/stdio.h:260:6: note: 'puts' declared here
  50. int puts(const char *);
  51. ^
  52. WinSystemX11.cpp:495:31: error: member reference base type 'int (const char *)' is not a structure or union
  53. for(unsigned int i=0; i<outs.size(); ++i)
  54. ~~~~^~~~~
  55. WinSystemX11.cpp:497:24: error: use of undeclared identifier 'outs'; did you mean 'puts'?
  56. outputs->push_back(outs[i].name);
  57. ^~~~
  58. puts
  59. /usr/include/stdio.h:260:6: note: 'puts' declared here
  60. int puts(const char *);
  61. ^
  62. WinSystemX11.cpp:497:24: error: subscript of pointer to function type 'int (const char *)'
  63. outputs->push_back(outs[i].name);
  64. ^~~~
  65. WinSystemX11.cpp:866:8: error: use of undeclared identifier 'g_xrandr'
  66. if (!g_xrandr.Query(true))
  67. ^
  68. WinSystemX11.cpp:887:3: error: unknown type name 'XOutput'
  69. XOutput *out = g_xrandr.GetOutput(m_userOutput);
  70. ^
  71. fatal error: too many errors emitted, stopping now [-ferror-limit=]
  72. 20 errors generated.
  73. ../../../Makefile.include:94: recipe for target 'WinSystemX11.o' failed
  74. gmake[3]: *** [WinSystemX11.o] Error 1
  75. gmake[3]: Leaving directory '/usr/ports/multimedia/kodi/work/xbmc-14.0-Helix/xbmc/windowing/X11'
  76. Makefile:515: recipe for target 'xbmc/windowing/X11/windowing_X11.a' failed
  77. gmake[2]: *** [xbmc/windowing/X11/windowing_X11.a] Error 2
  78. gmake[2]: Leaving directory '/usr/ports/multimedia/kodi/work/xbmc-14.0-Helix'
  79. *** Error code 1
  80.  
  81. Stop.
  82. make[1]: stopped in /usr/ports/multimedia/kodi
  83. *** Error code 1
  84.  
  85. Stop.
  86. make: stopped in /usr/ports/multimedia/kodi
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement