Guest User

Untitled

a guest
Nov 24th, 2017
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 23.16 KB | None | 0 0
  1.  
  2.  
  3. g++ -DHAVE_CONFIG_H -I. -I../extern/jsoncpp/include -I../extern/glew-1.5.8/include -fno-exceptions -finline-limit=300 -Wall -W -Wno-unused -Wno-switch -O3 -MT stepmania-TimingSegments.o -MD -MP -MF .deps/stepmania-TimingSegments.Tpo -c -o stepmania-TimingSegments.o `test -f 'TimingSegments.cpp' || echo './'`TimingSegments.cpp
  4. In file included from LuaReference.h:4:0,
  5. from EnumHelper.h:4,
  6. from GameConstantsAndTypes.h:6,
  7. from NoteTypes.h:6,
  8. from TimingSegments.h:4,
  9. from TimingSegments.cpp:1:
  10. RageUtil_AutoPtr.h: In constructor ‘AutoPtrCopyOnWrite<T>::AutoPtrCopyOnWrite()’:
  11. RageUtil_AutoPtr.h:30:38: error: ‘NULL’ was not declared in this scope
  12. RageUtil_AutoPtr.h: At global scope:
  13. RageUtil_AutoPtr.h:130:29: error: ‘NULL’ was not declared in this scope
  14. RageUtil_AutoPtr.h: In copy constructor ‘HiddenPtr<T>::HiddenPtr(const HiddenPtr<T>&)’:
  15. RageUtil_AutoPtr.h:132:47: error: ‘NULL’ was not declared in this scope
  16. In file included from LuaReference.h:5:0,
  17. from EnumHelper.h:4,
  18. from GameConstantsAndTypes.h:6,
  19. from NoteTypes.h:6,
  20. from TimingSegments.h:4,
  21. from TimingSegments.cpp:1:
  22. LuaManager.h: At global scope:
  23. LuaManager.h:39:24: error: ‘RString’ does not name a type
  24. LuaManager.h:39:33: error: ISO C++ forbids declaration of ‘sName’ with no type
  25. LuaManager.h:40:24: error: ‘RString’ does not name a type
  26. LuaManager.h:40:33: error: ISO C++ forbids declaration of ‘sName’ with no type
  27. LuaManager.h:40:46: error: ‘RString’ does not name a type
  28. LuaManager.h:40:55: error: ISO C++ forbids declaration of ‘val’ with no type
  29. LuaManager.h:41:26: error: ‘RString’ does not name a type
  30. LuaManager.h:41:35: error: ISO C++ forbids declaration of ‘sName’ with no type
  31. LuaManager.h:59:33: error: ‘RString’ does not name a type
  32. LuaManager.h:59:42: error: ISO C++ forbids declaration of ‘sScript’ with no type
  33. LuaManager.h:59:57: error: ‘RString’ does not name a type
  34. LuaManager.h:59:66: error: ISO C++ forbids declaration of ‘sName’ with no type
  35. LuaManager.h:59:73: error: ‘RString’ has not been declared
  36. LuaManager.h:65:33: error: ‘RString’ has not been declared
  37. LuaManager.h:69:32: error: ‘RString’ does not name a type
  38. LuaManager.h:69:41: error: ISO C++ forbids declaration of ‘sScript’ with no type
  39. LuaManager.h:69:56: error: ‘RString’ does not name a type
  40. LuaManager.h:69:65: error: ISO C++ forbids declaration of ‘sName’ with no type
  41. LuaManager.h:69:72: error: ‘RString’ has not been declared
  42. In file included from LuaReference.h:5:0,
  43. from EnumHelper.h:4,
  44. from GameConstantsAndTypes.h:6,
  45. from NoteTypes.h:6,
  46. from TimingSegments.h:4,
  47. from TimingSegments.cpp:1:
  48. LuaManager.h:73:36: error: ‘RString’ does not name a type
  49. LuaManager.h:73:45: error: ISO C++ forbids declaration of ‘sExpression’ with no type
  50. LuaManager.h:73:64: error: ‘RString’ does not name a type
  51. LuaManager.h:73:81: error: ISO C++ forbids declaration of ‘sName’ with no type
  52. LuaManager.h:73:84: error: default argument for ‘const int& sName’ has type ‘const char [1]’
  53. LuaManager.h:75:28: error: ‘RString’ does not name a type
  54. LuaManager.h:75:37: error: ISO C++ forbids declaration of ‘sFile’ with no type
  55. LuaManager.h:79:44: error: ‘vector’ does not name a type
  56. LuaManager.h:79:44: error: ISO C++ forbids declaration of ‘parameter’ with no type
  57. LuaManager.h:79:50: error: expected ‘,’ or ‘...’ before ‘<’ token
  58. LuaManager.h:89:36: error: ‘vector’ has not been declared
  59. LuaManager.h:89:42: error: expected ‘,’ or ‘...’ before ‘<’ token
  60. LuaManager.h:91:45: error: ‘RString’ does not name a type
  61. LuaManager.h:91:54: error: ISO C++ forbids declaration of ‘sCommands’ with no type
  62. LuaManager.h:91:71: error: ‘RString’ does not name a type
  63. LuaManager.h:91:80: error: ISO C++ forbids declaration of ‘sName’ with no type
  64. LuaManager.h:114:27: error: variable or field ‘ReadArrayFromTable’ declared void
  65. LuaManager.h:114:27: error: ‘vector’ was not declared in this scope
  66. LuaManager.h:114:35: error: expected primary-expression before ‘>’ token
  67. LuaManager.h:114:38: error: ‘aOut’ was not declared in this scope
  68. LuaManager.h:114:54: error: expected primary-expression before ‘*’ token
  69. LuaManager.h:114:55: error: ‘L’ was not declared in this scope
  70. LuaManager.h:128:35: error: ‘vector’ does not name a type
  71. LuaManager.h:128:35: error: ISO C++ forbids declaration of ‘parameter’ with no type
  72. LuaManager.h:128:41: error: expected ‘,’ or ‘...’ before ‘<’ token
  73. LuaManager.h: In function ‘void LuaHelpers::CreateTableFromArray(int)’:
  74. LuaManager.h:130:3: error: ‘L’ was not declared in this scope
  75. LuaManager.h:131:28: error: ‘aIn’ was not declared in this scope
  76. LuaManager.h: At global scope:
  77. LuaManager.h:145:27: error: ‘RString’ does not name a type
  78. LuaManager.h:145:36: error: ISO C++ forbids declaration of ‘sName’ with no type
  79. LuaManager.h:145:49: error: ‘RString’ does not name a type
  80. LuaManager.h:145:58: error: ISO C++ forbids declaration of ‘sValue’ with no type
  81. LuaManager.h:146:27: error: ‘RString’ does not name a type
  82. LuaManager.h:146:36: error: ISO C++ forbids declaration of ‘sName’ with no type
  83. LuaManager.h:157:9: error: ‘RString’ does not name a type
  84. In file included from EnumHelper.h:4:0,
  85. from GameConstantsAndTypes.h:6,
  86. from NoteTypes.h:6,
  87. from TimingSegments.h:4,
  88. from TimingSegments.cpp:1:
  89. LuaReference.h:28:32: error: ‘RString’ does not name a type
  90. LuaReference.h:28:41: error: ISO C++ forbids declaration of ‘sExpression’ with no type
  91. LuaReference.h:51:2: error: ‘RString’ does not name a type
  92. LuaReference.h:90:26: error: ‘RString’ does not name a type
  93. LuaReference.h:90:35: error: ISO C++ forbids declaration of ‘sKey’ with no type
  94. LuaReference.h:94:26: error: ‘RString’ does not name a type
  95. LuaReference.h:94:35: error: ISO C++ forbids declaration of ‘sKey’ with no type
  96. In file included from EnumHelper.h:5:0,
  97. from GameConstantsAndTypes.h:6,
  98. from NoteTypes.h:6,
  99. from TimingSegments.h:4,
  100. from TimingSegments.cpp:1:
  101. RageUtil.h: In function ‘void wrap(float&, float)’:
  102. RageUtil.h:91:25: error: ‘truncf’ was not declared in this scope
  103. RageUtil.h:92:15: error: ‘fmodf’ was not declared in this scope
  104. RageUtil.h: In function ‘float fracf(float)’:
  105. RageUtil.h:95:52: error: ‘truncf’ was not declared in this scope
  106. RageUtil.h: At global scope:
  107. RageUtil.h:98:21: error: variable or field ‘CircularShift’ declared void
  108. RageUtil.h:98:21: error: ‘vector’ was not declared in this scope
  109. RageUtil.h:98:29: error: expected primary-expression before ‘>’ token
  110. RageUtil.h:98:32: error: ‘v’ was not declared in this scope
  111. RageUtil.h:98:35: error: expected primary-expression before ‘int’
  112. RageUtil.h: In function ‘float QuantizeUp(float, float)’:
  113. RageUtil.h:336:28: error: ‘ceilf’ was not declared in this scope
  114. RageUtil.h: In function ‘float QuantizeDown(float, float)’:
  115. RageUtil.h:347:29: error: ‘floorf’ was not declared in this scope
  116. RageUtil.h: At global scope:
  117. RageUtil.h:357:21: error: ‘RString’ does not name a type
  118. RageUtil.h:357:30: error: ISO C++ forbids declaration of ‘s’ with no type
  119. RageUtil.h:358:22: error: ‘RString’ does not name a type
  120. RageUtil.h:358:31: error: ISO C++ forbids declaration of ‘s’ with no RageUtil.h:359:1: error: ‘RString’ does not name a type
  121. RageUtil.h:360:1: error: ‘RString’ does not name a type
  122. RageUtil.h:361:25: error: ‘RString’ does not name a type
  123. RageUtil.h:361:34: error: ISO C++ forbids declaration of ‘s’ with no type
  124. RageUtil.h:362:25: error: ‘RString’ does not name a type
  125. RageUtil.h:362:34: error: ISO C++ forbids declaration of ‘s’ with no type
  126. RageUtil.h:362:37: error: ‘RString’ has not been declared
  127. RageUtil.h:363:30: error: ‘RString’ does not name a type
  128. RageUtil.h:363:39: error: ISO C++ forbids declaration of ‘sHMS’ with no type
  129. RageUtil.h:364:1: error: ‘RString’ does not name a type
  130. RageUtil.h:365:1: error: ‘RString’ does not name a type
  131. RageUtil.h:366:1: error: ‘RString’ does not name a type
  132. RageUtil.h:367:1: error: ‘RString’ does not name a type
  133. RageUtil.h:368:1: error: ‘RString’ does not name a type
  134. RageUtil.h:369:1: error: ‘RString’ does not name a type
  135. RageUtil.h:370:1: error: ‘RString’ does not name a type
  136. RageUtil.h:371:8: error: ‘RString’ does not name a type
  137. In file included from EnumHelper.h:5:0,
  138. from GameConstantsAndTypes.h:6,
  139. from NoteTypes.h:6,
  140. from TimingSegments.h:4,
  141. from TimingSegments.cpp:1:
  142. RageUtil.h:372:1: error: ‘RString’ does not name a type
  143. RageUtil.h:373:1: error: ‘RString’ does not name a type
  144. RageUtil.h:374:1: error: ‘RString’ does not name a type
  145. RageUtil.h:379:1: error: ‘RString’ does not name a type
  146. RageUtil.h:380:1: error: ‘RString’ does not name a type
  147. RageUtil.h:381:1: error: ‘RString’ does not name a type
  148. RageUtil.h:388:23: error: ‘RString’ does not name a type
  149. RageUtil.h:388:32: error: ISO C++ forbids declaration of ‘Path’ with no type
  150. RageUtil.h:388:38: error: ‘RString’ has not been declared
  151. RageUtil.h:388:52: error: ‘RString’ has not been declared
  152. RageUtil.h:388:71: error: ‘RString’ has not been declared
  153. RageUtil.h:390:1: error: ‘RString’ does not name a type
  154. RageUtil.h:391:1: error: ‘RString’ does not name a type
  155. RageUtil.h:392:1: error: ‘RString’ does not name a type
  156. RageUtil.h:393:25: error: variable or field ‘MakeValidFilename’ declared void
  157. RageUtil.h:393:25: error: ‘RString’ was not declared in this scope
  158. RageUtil.h:393:34: error: ‘sName’ was not declared in this scope
  159. RageUtil.h:399:30: error: ‘RString’ does not name a type
  160. RageUtil.h:399:39: error: ISO C++ forbids declaration of ‘s’ with no type
  161. RageUtil.h:400:33: error: ‘RString’ has not been declared
  162. RageUtil.h:401:30: error: ‘RString’ does not name a type
  163. RageUtil.h:401:39: error: ISO C++ forbids declaration of ‘s’ with no type
  164. RageUtil.h:402:27: error: ‘RString’ does not name a type
  165. RageUtil.h:402:36: error: ISO C++ forbids declaration of ‘s’ with no type
  166. RageUtil.h:403:23: error: variable or field ‘utf8_remove_bom’ declared void
  167. RageUtil.h:403:23: error: ‘RString’ was not declared in this scope
  168. RageUtil.h:403:32: error: ‘s’ was not declared in this scope
  169. RageUtil.h:412:24: error: ‘RString’ does not name a type
  170. RageUtil.h:412:33: error: ISO C++ forbids declaration of ‘sString’ with no type
  171. RageUtil.h:417:1: error: ‘RString’ does not name a type
  172. RageUtil.h:418:28: error: ‘RString’ does not name a type
  173. RageUtil.h:418:37: error: ISO C++ forbids declaration of ‘sString’ with no type
  174. RageUtil.h:419:27: error: ‘RString’ does not name a type
  175. RageUtil.h:419:36: error: ISO C++ forbids declaration of ‘sString’ with no type
  176. RageUtil.h:421:1: error: ‘RString’ does not name a type
  177. RageUtil.h:422:1: error: ‘RString’ does not name a type
  178. RageUtil.h:423:1: error: ‘wstring’ does not name a type
  179. RageUtil.h:430:24: error: variable or field ‘GetLanguageInfos’ declared void
  180. RageUtil.h:430:24: error: ‘vector’ was not declared in this scope
  181. RageUtil.h:430:31: error: expected primary-expression before ‘const’
  182. RageUtil.h:431:44: error: ‘RString’ does not name a type
  183. RageUtil.h:431:53: error: ISO C++ forbids declaration of ‘sIsoCode’ with no type
  184. RageUtil.h:432:1: error: ‘RString’ does not name a type
  185. RageUtil.h:435:19: error: ‘RString’ does not name a type
  186. RageUtil.h:435:28: error: ISO C++ forbids declaration of ‘sSource’ with no type
  187. RageUtil.h:435:43: error: ‘RString’ does not name a type
  188. RageUtil.h:435:52: error: ISO C++ forbids declaration of ‘sDelimitor’ with no type
  189. RageUtil.h:435:64: error: ‘vector’ has not been declared
  190. RageUtil.h:435:70: error: expected ‘,’ or ‘...’ before ‘<’ token
  191. RageUtil.h:436:19: error: ‘wstring’ does not name a type
  192. RageUtil.h:436:28: error: ISO C++ forbids declaration of ‘sSource’ with no type
  193. RageUtil.h:436:43: error: ‘wstring’ does not name a type
  194. RageUtil.h:436:52: error: ISO C++ forbids declaration of ‘sDelimitor’ with no type
  195. RageUtil.h:436:64: error: ‘vector’ has not been declared
  196. RageUtil.h:436:70: error: expected ‘,’ or ‘...’ before ‘<’ token
  197. RageUtil.h:439:19: error: ‘RString’ does not name a type
  198. RageUtil.h:439:28: error: ISO C++ forbids declaration of ‘sSource’ with no type
  199. RageUtil.h:439:43: error: ‘RString’ does not name a type
  200. RageUtil.h:439:52: error: ISO C++ forbids declaration of ‘sDelimitor’ with no type
  201. RageUtil.h:440:19: error: ‘wstring’ does not name a type
  202. RageUtil.h:440:28: error: ISO C++ forbids declaration of ‘sSource’ with no type
  203. RageUtil.h:440:43: error: ‘wstring’ does not name a type
  204. RageUtil.h:440:52: error: ISO C++ forbids declaration of ‘sDelimitor’ with no type
  205. RageUtil.h:440:120: error: default argument given for parameter 5 of ‘void split(const int&, const int&, int&, int&, bool)’
  206. RageUtil.h:439:6: error: after previous specification in ‘void split(const int&, const int&, int&, int&, bool)’
  207. RageUtil.h:443:19: error: ‘RString’ does not name a type
  208. RageUtil.h:443:28: error: ISO C++ forbids declaration of ‘sSource’ with no type
  209. RageUtil.h:443:43: error: ‘RString’ does not name a type
  210. RageUtil.h:443:52: error: ISO C++ forbids declaration of ‘sDelimitor’ with no type
  211. RageUtil.h:444:19: error: ‘wstring’ does not name a type
  212. RageUtil.h:444:28: error: ISO C++ forbids declaration of ‘sSource’ with no type
  213. RageUtil.h:444:43: error: ‘wstring’ does not name a type
  214. RageUtil.h:444:52: error: ISO C++ forbids declaration of ‘sDelimitor’ with no type
  215. RageUtil.h:447:1: error: ‘RString’ does not name a type
  216. RageUtil.h:448:1: error: ‘RString’ does not name a type
  217. RageUtil.h:451:1: error: ‘RString’ does not name a type
  218. RageUtil.h:452:1: error: ‘RString’ does not name a type
  219. RageUtil.h:455:1: error: ‘RString’ does not name a type
  220. RageUtil.h:456:1: error: ‘RString’ does not name a type
  221. RageUtil.h:458:1: error: ‘RString’ does not name a type
  222. RageUtil.h:462:36: error: ‘RString’ does not name a type
  223. RageUtil.h:462:45: error: ISO C++ forbids declaration of ‘option’ with no type
  224. RageUtil.h:462:53: error: ‘RString’ has not been declared
  225. RageUtil.h:467:38: error: ‘RString’ does not name a type
  226. RageUtil.h:467:47: error: ISO C++ forbids declaration of ‘s’ with no type
  227. RageUtil.h:468:36: error: ‘RString’ does not name a type
  228. RageUtil.h:468:45: error: ISO C++ forbids declaration of ‘sPath’ with no type
  229. RageUtil.h:469:41: error: ‘RString’ does not name a type
  230. RageUtil.h:469:50: error: ISO C++ forbids declaration of ‘sDir’ with no type
  231. RageUtil.h:470:30: error: ‘RString’ does not name a type
  232. RageUtil.h:470:39: error: ISO C++ forbids declaration of ‘sPath’ with no type
  233. RageUtil.h:472:32: error: ‘RString’ does not name a type
  234. RageUtil.h:472:41: error: ISO C++ forbids declaration of ‘sStr1’ with no type
  235. RageUtil.h:472:54: error: ‘RString’ does not name a type
  236. RageUtil.h:472:63: error: ISO C++ forbids declaration of ‘sStr2’ with no type
  237. RageUtil.h:473:33: error: ‘RString’ does not name a type
  238. RageUtil.h:473:42: error: ISO C++ forbids declaration of ‘sStr1’ with no type
  239. RageUtil.h:473:55: error: ‘RString’ does not name a type
  240. RageUtil.h:473:64: error: ISO C++ forbids declaration of ‘sStr2’ with no type
  241. RageUtil.h:474:24: error: variable or field ‘SortRStringArray’ declared void
  242. RageUtil.h:474:24: error: ‘vector’ was not declared in this scope
  243. RageUtil.h:474:31: error: ‘RString’ was not declared in this scope
  244. RageUtil.h:474:41: error: ‘asAddTo’ was not declared in this scope
  245. RageUtil.h:474:50: error: expected primary-expression before ‘const’
  246. RageUtil.h:491:30: error: ‘vector’ does not name a type
  247. RageUtil.h:491:30: error: ISO C++ forbids declaration of ‘parameter’ with no type
  248. RageUtil.h:491:36: error: expected ‘,’ or ‘...’ before ‘<’ token
  249. RageUtil.h:498:29: error: variable or field ‘FilterHighErrorPoints’ declared void
  250. RageUtil.h:498:29: error: ‘vector’ was not declared in this scope
  251. RageUtil.h:498:37: error: ‘pair’ was not declared in this scope
  252. RageUtil.h:498:42: error: expected primary-expression before ‘float’
  253. RageUtil.h:498:49: error: expected primary-expression before ‘float’
  254. RageUtil.h:499:29: error: expected primary-expression before ‘float’
  255. RageUtil.h:499:43: error: expected primary-expression before ‘float’
  256. RageUtil.h:499:61: error: expected primary-expression before ‘float’
  257. RageUtil.h:516:16: error: variable or field ‘TrimLeft’ declared void
  258. RageUtil.h:516:16: error: ‘RString’ was not declared in this scope
  259. RageUtil.h:516:25: error: ‘sStr’ was not declared in this scope
  260. RageUtil.h:516:31: error: expected primary-expression before ‘const’
  261. RageUtil.h:517:17: error: variable or field ‘TrimRight’ declared void
  262. RageUtil.h:517:17: error: ‘RString’ was not declared in this scope
  263. RageUtil.h:517:26: error: ‘sStr’ was not declared in this scope
  264. RageUtil.h:517:32: error: expected primary-expression before ‘const’
  265. RageUtil.h:518:12: error: variable or field ‘Trim’ declared void
  266. RageUtil.h:518:12: error: ‘RString’ was not declared in this scope
  267. RageUtil.h:518:21: error: ‘sStr’ was not declared in this scope
  268. RageUtil.h:518:27: error: expected primary-expression before ‘const’
  269. RageUtil.h:519:17: error: variable or field ‘StripCrnl’ declared void
  270. RageUtil.h:519:17: error: ‘RString’ was not declared in this scope
  271. RageUtil.h:519:26: error: ‘sStr’ was not declared in this scope
  272. RageUtil.h:520:24: error: ‘RString’ does not name a type
  273. RageUtil.h:520:33: error: ISO C++ forbids declaration of ‘sTestThis’ with no type
  274. RageUtil.h:520:50: error: ‘RString’ does not name a type
  275. RageUtil.h:520:59: error: ISO C++ forbids declaration of ‘sBeginning’ with no type
  276. RageUtil.h:521:22: error: ‘RString’ does not name a type
  277. RageUtil.h:521:31: error: ISO C++ forbids declaration of ‘sTestThis’ with no type
  278. RageUtil.h:521:48: error: ‘RString’ does not name a type
  279. RageUtil.h:521:57: error: ISO C++ forbids declaration of ‘sEnding’ with no type
  280. RageUtil.h:522:1: error: ‘RString’ does not name a type
  281. RageUtil.h:524:22: error: variable or field ‘StripCvsAndSvn’ declared void
  282. RageUtil.h:524:22: error: ‘vector’ was not declared in this scope
  283. RageUtil.h:524:29: error: ‘RString’ was not declared in this scope
  284. RageUtil.h:524:39: error: ‘vs’ was not declared in this scope
  285. RageUtil.h:525:29: error: variable or field ‘StripMacResourceForks’ declared void
  286. RageUtil.h:525:29: error: ‘vector’ was not declared in this scope
  287. RageUtil.h:525:36: error: ‘RString’ was not declared in this scope
  288. RageUtil.h:525:46: error: ‘vs’ was not declared in this scope
  289. RageUtil.h:527:1: error: ‘RString’ does not name a type
  290. RageUtil.h:528:29: error: ‘RString’ does not name a type
  291. RageUtil.h:528:38: error: ISO C++ forbids declaration of ‘sPath’ with no type
  292. RageUtil.h:528:45: error: ‘RString’ has not been declared
  293. RageUtil.h:529:29: error: ‘RString’ does not name a type
  294. RageUtil.h:529:38: error: ISO C++ forbids declaration of ‘sFile’ with no type
  295. RageUtil.h:529:45: error: ‘vector’ has not been declared
  296. RageUtil.h:529:51: error: expected ‘,’ or ‘...’ before ‘<’ token
  297. RageUtil.h:534:15: error: ‘RString’ does not name a type
  298. RageUtil.h:534:31: error: ISO C++ forbids declaration of ‘sPat’ with no type
  299. RageUtil.h:539:18: error: ‘RString’ does not name a type
  300. RageUtil.h:539:27: error: ISO C++ forbids declaration of ‘str’ with no type
  301. RageUtil.h:540:22: error: ‘RString’ does not name a type
  302. RageUtil.h:540:31: error: ISO C++ forbids declaration of ‘sStr’ with no type
  303. RageUtil.h:541:22: error: ‘RString’ does not name a type
  304. RageUtil.h:541:31: error: ISO C++ forbids declaration of ‘sStr’ with no type
  305. RageUtil.h:541:37: error: ‘vector’ has not been declared
  306. RageUtil.h:541:43: error: expected ‘,’ or ‘...’ before ‘<’ token
  307. RageUtil.h:542:22: error: ‘RString’ does not name a type
  308. RageUtil.h:542:31: error: ISO C++ forbids declaration of ‘sReplacement’ with no type
  309. RageUtil.h:542:51: error: ‘RString’ does not name a type
  310. RageUtil.h:542:60: error: ISO C++ forbids declaration of ‘sSubject’ with no type
  311. RageUtil.h:542:70: error: ‘RString’ has not been declared
  312. RageUtil.h:550:2: error: ‘RString’ does not name a type
  313. RageUtil.h:534:31: error: default argument for parameter of type ‘const int&’ has type ‘const char [1]’
  314. RageUtil.h: In member function ‘bool Regex::IsSet() const’:
  315. RageUtil.h:538:31: error: ‘m_sPattern’ was not declared in this scope
  316. RageUtil.h: At global scope:
  317. RageUtil.h:554:25: error: variable or field ‘ReplaceEntityText’ declared void
  318. RageUtil.h:554:25: error: ‘RString’ was not declared in this scope
  319. RageUtil.h:554:34: error: ‘sText’ was not declared in this scope
  320. RageUtil.h:554:41: error: expected primary-expression before ‘const’
  321. RageUtil.h:554:59: error: ‘RString’ was not declared in this scope
  322. RageUtil.h:554:69: error: ‘m’ was not declared in this scope
  323. RageUtil.h:555:25: error: variable or field ‘ReplaceEntityText’ declared void
  324. RageUtil.h:555:25: error: ‘RString’ was not declared in this scope
  325. RageUtil.h:555:34: error: ‘sText’ was not declared in this scope
  326. RageUtil.h:555:41: error: expected primary-expression before ‘const’
  327. RageUtil.h:555:56: error: ‘RString’ was not declared in this scope
  328. RageUtil.h:555:66: error: ‘m’ was not declared in this scope
  329. RageUtil.h:556:31: error: variable or field ‘Replace_Unicode_Markers’ declared void
  330. RageUtil.h:556:31: error: ‘RString’ was not declared in this scope
  331. RageUtil.h:556:40: error: ‘Text’ was not declared in this scope
  332. RageUtil.h:557:1: error: ‘RString’ does not name a type
  333. RageUtil.h:559:1: error: ‘RString’ does not name a type
  334. RageUtil.h:560:1: error: ‘RString’ does not name a type
  335. RageUtil.h:561:1: error: ‘RString’ does not name a type
  336. In file included from EnumHelper.h:5:0,
  337. from GameConstantsAndTypes.h:6,
  338. from NoteTypes.h:6,
  339. from TimingSegments.h:4,
  340. from TimingSegments.cpp:1:
  341. RageUtil.h:571:51: error: expected template-name before ‘<’ token
  342. RageUtil.h:571:51: error: expected ‘{’ before ‘<’ token
  343. RageUtil.h:571:51: error: expected unqualified-id before ‘<’ token
  344. make[2]: *** [stepmania-TimingSegments.o] Error 1
  345. make[2]: Leaving directory `/home/dhdarka/sm-ssc/src'
  346. make[1]: *** [all] Error 2
  347. make[1]: Leaving directory `/home/dhdarka/sm-ssc/src'
  348. make: *** [all-recursive] Error 1
  349. dhdarka[sm-ssc]$
Add Comment
Please, Sign In to add comment