Advertisement
pauldacheez

Dolphin - Compilation broken by a81631b58e3a

May 26th, 2012
100
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.36 KB | None | 0 0
  1. [ 4%] Building CXX object Source/Core/Common/CMakeFiles/common.dir/Src/VideoBackendBase.cpp.o
  2. In file included from /Users/Paul/dolphin-emu/Source/Core/Common/Src/VideoBackendBase.cpp:18:
  3. In file included from /Users/Paul/dolphin-emu/Source/Core/Common/Src/VideoBackendBase.h:24:
  4. /Users/Paul/dolphin-emu/Source/Core/Common/Src/ChunkFile.h:102:40: error:
  5. expected ';' after expression
  6. std::map<unsigned int, T>::iterator itr ...
  7. ^
  8. ;
  9. /Users/Paul/dolphin-emu/Source/Core/Common/Src/ChunkFile.h:102:41: error: use of
  10. undeclared identifier 'itr'; did you mean 'ptr'?
  11. std::map<unsigned int, T>::iterator itr ...
  12. ^~~
  13. ptr
  14. /Users/Paul/dolphin-emu/Source/Core/Common/Src/ChunkFile.h:55:7: note: 'ptr'
  15. declared here
  16. u8 **ptr;
  17. ^
  18. /Users/Paul/dolphin-emu/Source/Core/Common/Src/ChunkFile.h:105:9: error: use of
  19. undeclared identifier 'itr'; did you mean 'ptr'?
  20. Do(itr->first);
  21. ^~~
  22. ptr
  23. /Users/Paul/dolphin-emu/Source/Core/Common/Src/ChunkFile.h:55:7: note: 'ptr'
  24. declared here
  25. u8 **ptr;
  26. ^
  27. /Users/Paul/dolphin-emu/Source/Core/Common/Src/ChunkFile.h:105:14: error:
  28. member reference base type 'u8 *' (aka 'unsigned char *') is not a
  29. structure or union
  30. Do(itr->first);
  31. ~~~ ^
  32. /Users/Paul/dolphin-emu/Source/Core/Common/Src/ChunkFile.h:106:9: error: use of
  33. undeclared identifier 'itr'; did you mean 'ptr'?
  34. Do(itr->second);
  35. ^~~
  36. ptr
  37. /Users/Paul/dolphin-emu/Source/Core/Common/Src/ChunkFile.h:55:7: note: 'ptr'
  38. declared here
  39. u8 **ptr;
  40. ^
  41. /Users/Paul/dolphin-emu/Source/Core/Common/Src/ChunkFile.h:106:14: error:
  42. member reference base type 'u8 *' (aka 'unsigned char *') is not a
  43. structure or union
  44. Do(itr->second);
  45. ~~~ ^
  46. /Users/Paul/dolphin-emu/Source/Core/Common/Src/ChunkFile.h:108:8: error: use of
  47. undeclared identifier 'itr'; did you mean 'ptr'?
  48. ++itr;
  49. ^~~
  50. ptr
  51. /Users/Paul/dolphin-emu/Source/Core/Common/Src/ChunkFile.h:55:7: note: 'ptr'
  52. declared here
  53. u8 **ptr;
  54. ^
  55. 7 errors generated.
  56. make[2]: *** [Source/Core/Common/CMakeFiles/common.dir/Src/VideoBackendBase.cpp.o] Error 1
  57. make[1]: *** [Source/Core/Common/CMakeFiles/common.dir/all] Error 2
  58. make[1]: *** Waiting for unfinished jobs....
  59. [ 4%] Building CXX object Source/Core/AudioCommon/CMakeFiles/audiocommon.dir/Src/AudioCommonConfig.cpp.o
  60. In file included from /Users/Paul/dolphin-emu/Source/Core/AudioCommon/Src/AudioCommonConfig.cpp:21:
  61. In file included from /Users/Paul/dolphin-emu/Source/Core/AudioCommon/Src/../../Core/Src/ConfigManager.h:25:
  62. In file included from /Users/Paul/dolphin-emu/Source/Core/Core/Src/HW/EXI_Device.h:22:
  63. /Users/Paul/dolphin-emu/Source/Core/Common/Src/ChunkFile.h:102:40: error:
  64. expected ';' after expression
  65. std::map<unsigned int, T>::iterator itr ...
  66. ^
  67. ;
  68. /Users/Paul/dolphin-emu/Source/Core/Common/Src/ChunkFile.h:102:41: error: use of
  69. undeclared identifier 'itr'; did you mean 'ptr'?
  70. std::map<unsigned int, T>::iterator itr ...
  71. ^~~
  72. ptr
  73. /Users/Paul/dolphin-emu/Source/Core/Common/Src/ChunkFile.h:55:7: note: 'ptr'
  74. declared here
  75. u8 **ptr;
  76. ^
  77. /Users/Paul/dolphin-emu/Source/Core/Common/Src/ChunkFile.h:105:9: error: use of
  78. undeclared identifier 'itr'; did you mean 'ptr'?
  79. Do(itr->first);
  80. ^~~
  81. ptr
  82. /Users/Paul/dolphin-emu/Source/Core/Common/Src/ChunkFile.h:55:7: note: 'ptr'
  83. declared here
  84. u8 **ptr;
  85. ^
  86. /Users/Paul/dolphin-emu/Source/Core/Common/Src/ChunkFile.h:105:14: error:
  87. member reference base type 'u8 *' (aka 'unsigned char *') is not a
  88. structure or union
  89. Do(itr->first);
  90. ~~~ ^
  91. /Users/Paul/dolphin-emu/Source/Core/Common/Src/ChunkFile.h:106:9: error: use of
  92. undeclared identifier 'itr'; did you mean 'ptr'?
  93. Do(itr->second);
  94. ^~~
  95. ptr
  96. /Users/Paul/dolphin-emu/Source/Core/Common/Src/ChunkFile.h:55:7: note: 'ptr'
  97. declared here
  98. u8 **ptr;
  99. ^
  100. /Users/Paul/dolphin-emu/Source/Core/Common/Src/ChunkFile.h:106:14: error:
  101. member reference base type 'u8 *' (aka 'unsigned char *') is not a
  102. structure or union
  103. Do(itr->second);
  104. ~~~ ^
  105. /Users/Paul/dolphin-emu/Source/Core/Common/Src/ChunkFile.h:108:8: error: use of
  106. undeclared identifier 'itr'; did you mean 'ptr'?
  107. ++itr;
  108. ^~~
  109. ptr
  110. /Users/Paul/dolphin-emu/Source/Core/Common/Src/ChunkFile.h:55:7: note: 'ptr'
  111. declared here
  112. u8 **ptr;
  113. ^
  114. 7 errors generated.
  115. make[2]: *** [Source/Core/AudioCommon/CMakeFiles/audiocommon.dir/Src/AudioCommonConfig.cpp.o] Error 1
  116. make[2]: *** Waiting for unfinished jobs....
  117. make[1]: *** [Source/Core/AudioCommon/CMakeFiles/audiocommon.dir/all] Error 2
  118. make: *** [all] Error 2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement