Advertisement
Guest User

Untitled

a guest
Oct 26th, 2011
147
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 6.10 KB | None | 0 0
  1. make[1]: Leaving directory `/home/settop/temp/tsp-xbmc/tsp-xbmc-98a6f0f/xbmc/screensavers/rsxs-0.9/xbmc'
  2. make -C lib/libapetag
  3. make[1]: Entering directory `/home/settop/temp/tsp-xbmc/tsp-xbmc-98a6f0f/lib/libapetag'
  4. make  all-am
  5. make[2]: Entering directory `/home/settop/temp/tsp-xbmc/tsp-xbmc-98a6f0f/lib/libapetag'
  6. make[2]: Leaving directory `/home/settop/temp/tsp-xbmc/tsp-xbmc-98a6f0f/lib/libapetag'
  7. make[1]: Leaving directory `/home/settop/temp/tsp-xbmc/tsp-xbmc-98a6f0f/lib/libapetag'
  8. CPP     xbmc/utils/TimeSmoother.o
  9. In file included from TimeSmoother.cpp:23:
  10. TimeSmoother.h:25:37: error: boost/circular_buffer.hpp: No such file or directory
  11. In file included from TimeSmoother.cpp:23:
  12. TimeSmoother.h:127: error: expected ‘,’ or ‘...’ before ‘::’ token
  13. TimeSmoother.h:127: error: ISO C++ forbids declaration of ‘boost’ with no type
  14. TimeSmoother.h:156: error: expected ‘,’ or ‘...’ before ‘::’ token
  15. TimeSmoother.h:156: error: ISO C++ forbids declaration of ‘boost’ with no type
  16. TimeSmoother.h:167: error: expected ‘,’ or ‘...’ before ‘::’ token
  17. TimeSmoother.h:167: error: ISO C++ forbids declaration of ‘boost’ with no type
  18. TimeSmoother.h:180: error: ‘boost’ has not been declared
  19. TimeSmoother.h:180: error: ISO C++ forbids declaration of ‘circular_buffer’ with no type
  20. TimeSmoother.h:180: error: expected ‘;’ before ‘<’ token
  21. TimeSmoother.h:181: error: ‘boost’ has not been declared
  22. TimeSmoother.h:181: error: ISO C++ forbids declaration of ‘circular_buffer’ with no type
  23. TimeSmoother.h:181: error: expected ‘;’ before ‘<’ token
  24. TimeSmoother.h:186: error: ‘boost’ has not been declared
  25. TimeSmoother.h:186: error: ISO C++ forbids declaration of ‘circular_buffer’ with no type
  26. TimeSmoother.h:186: error: expected ‘;’ before ‘<’ token
  27. TimeSmoother.h:187: error: ‘boost’ has not been declared
  28. TimeSmoother.h:187: error: ISO C++ forbids declaration of ‘circular_buffer’ with no type
  29. TimeSmoother.h:187: error: expected ‘;’ before ‘<’ token
  30. TimeSmoother.cpp: In constructor ‘CTimeSmoother::CTimeSmoother()’:
  31. TimeSmoother.cpp:31: error: class ‘CTimeSmoother’ does not have any field named ‘m_diffs’
  32. TimeSmoother.cpp:32: error: class ‘CTimeSmoother’ does not have any field named ‘m_periods’
  33. TimeSmoother.cpp:35: error: class ‘CTimeSmoother’ does not have any field named ‘m_prevIn’
  34. TimeSmoother.cpp:36: error: class ‘CTimeSmoother’ does not have any field named ‘m_prevOut’
  35. TimeSmoother.cpp: In member function ‘void CTimeSmoother::AddTimeStamp(unsigned int)’:
  36. TimeSmoother.cpp:42: error: ‘m_prevIn’ was not declared in this scope
  37. TimeSmoother.cpp:44: error: ‘m_diffs’ was not declared in this scope
  38. TimeSmoother.cpp:47: error: ‘m_diffs’ was not declared in this scope
  39. TimeSmoother.cpp:65: error: ‘m_periods’ was not declared in this scope
  40. TimeSmoother.cpp:68: error: ‘m_periods’ was not declared in this scope
  41. TimeSmoother.cpp:72: error: ‘m_periods’ was not declared in this scope
  42. TimeSmoother.cpp:76: error: ‘m_prevOut’ was not declared in this scope
  43. TimeSmoother.cpp: At global scope:
  44. TimeSmoother.cpp:93: error: expected ‘,’ or ‘...’ before ‘::’ token
  45. TimeSmoother.cpp:93: error: ISO C++ forbids declaration of ‘boost’ with no type
  46. TimeSmoother.cpp: In member function ‘void CTimeSmoother::BinData(int)’:
  47. TimeSmoother.cpp:95: error: ‘data’ was not declared in this scope
  48. TimeSmoother.cpp:98: error: ‘bins’ was not declared in this scope
  49. TimeSmoother.cpp:101: error: ‘boost’ is not a class or namespace
  50. TimeSmoother.cpp:101: error: expected primary-expression before ‘double’
  51. TimeSmoother.cpp:101: error: expected `;' before ‘double’
  52. TimeSmoother.cpp:101: error: ‘i’ was not declared in this scope
  53. TimeSmoother.cpp:101: error: ‘data’ was not declared in this scope
  54. TimeSmoother.cpp:106: error: ‘threshold’ was not declared in this scope
  55. TimeSmoother.cpp:121: error: ‘minbinsize’ was not declared in this scope
  56. TimeSmoother.cpp: In member function ‘void CTimeSmoother::GetGCDMultipliers(const std::vector<double, std::allocator<double> >&, std::vector<unsigned int, std::allocator<unsigned int> >&, unsigned int)’:
  57. TimeSmoother.cpp:175: error: ‘min_element’ is not a member of ‘std’
  58. TimeSmoother.cpp:195: error: ‘max_element’ is not a member of ‘std’
  59. TimeSmoother.cpp: At global scope:
  60. TimeSmoother.cpp:200: error: expected ‘,’ or ‘...’ before ‘::’ token
  61. TimeSmoother.cpp:200: error: ISO C++ forbids declaration of ‘boost’ with no type
  62. TimeSmoother.cpp: In member function ‘void CTimeSmoother::GetIntRepresentation(int)’:
  63. TimeSmoother.cpp:202: error: ‘intData’ was not declared in this scope
  64. TimeSmoother.cpp:203: error: ‘boost’ is not a class or namespace
  65. TimeSmoother.cpp:203: error: expected primary-expression before ‘double’
  66. TimeSmoother.cpp:203: error: expected `;' before ‘double’
  67. TimeSmoother.cpp:203: error: ‘i’ was not declared in this scope
  68. TimeSmoother.cpp:203: error: ‘data’ was not declared in this scope
  69. TimeSmoother.cpp:207: error: ‘bins’ was not declared in this scope
  70. TimeSmoother.cpp:217: error: ‘bins’ was not declared in this scope
  71. TimeSmoother.cpp:217: error: ‘intBins’ was not declared in this scope
  72. TimeSmoother.cpp: At global scope:
  73. TimeSmoother.cpp:221: error: expected ‘,’ or ‘...’ before ‘::’ token
  74. TimeSmoother.cpp:221: error: ISO C++ forbids declaration of ‘boost’ with no type
  75. TimeSmoother.cpp: In member function ‘double CTimeSmoother::EstimatePeriod(int)’:
  76. TimeSmoother.cpp:224: error: ‘data’ was not declared in this scope
  77. TimeSmoother.cpp:226: error: ‘intData’ was not declared in this scope
  78. TimeSmoother.cpp: In member function ‘double CTimeSmoother::EstimateFrameTime(unsigned int)’:
  79. TimeSmoother.cpp:234: error: ‘m_prevIn’ was not declared in this scope
  80. TimeSmoother.cpp:234: error: ‘m_prevOut’ was not declared in this scope
  81. TimeSmoother.cpp:240: error: ‘sort’ was not declared in this scope
  82. make[1]: *** [TimeSmoother.o] Error 1
  83. make: *** [xbmc/utils/utils.a] Error 2
  84.  
  85.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement