Advertisement
Guest User

vdrift compilation error

a guest
Oct 15th, 2014
336
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 26.19 KB | None | 0 0
  1. 1>------ Build started: Project: vdrift, Configuration: Debug Win32 ------
  2. 1> main.cpp
  3. 1>c:\msvc10\vdrift\src\window.h(35): error C2039: 'string' : is not a member of 'std'
  4. 1>c:\msvc10\vdrift\src\window.h(35): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
  5. 1>c:\msvc10\vdrift\src\window.h(35): error C2143: syntax error : missing ',' before '&'
  6. 1>c:\msvc10\vdrift\src\window.h(50): error C2039: 'string' : is not a member of 'std'
  7. 1>c:\msvc10\vdrift\src\window.h(50): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
  8. 1>c:\msvc10\vdrift\src\window.h(50): error C2143: syntax error : missing ',' before '&'
  9. 1>c:\msvc10\vc\include\vector(870): error C2719: '_Val': formal parameter with __declspec(align('16')) won't be aligned
  10. 1> c:\msvc10\vdrift\src\game.h(317) : see reference to class template instantiation 'std::vector<_Ty>' being compiled
  11. 1> with
  12. 1> [
  13. 1> _Ty=CarDynamics
  14. 1> ]
  15. 1> sky.cpp
  16. 1>c:\msvc10\vdrift\src\graphics\graphicsstate.h(48): warning C4351: new behavior: elements of array 'GraphicsState::tutgt' will be default initialized
  17. 1>c:\msvc10\vdrift\src\graphics\graphicsstate.h(48): warning C4351: new behavior: elements of array 'GraphicsState::tutex' will be default initialized
  18. 1>c:\msvc10\vdrift\src\graphics\sky.cpp(95): warning C4996: 'localtime': This function or variable may be unsafe. Consider using localtime_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
  19. 1> c:\msvc10\vc\include\time.inl(112) : see declaration of 'localtime'
  20. 1>c:\msvc10\vdrift\src\graphics\sky.cpp(375): error C2666: 'pow' : 6 overloads have similar conversions
  21. 1> c:\msvc10\vc\include\math.h(583): could be 'long double pow(long double,int)'
  22. 1> c:\msvc10\vc\include\math.h(581): or 'long double pow(long double,long double)'
  23. 1> c:\msvc10\vc\include\math.h(535): or 'float pow(float,int)'
  24. 1> c:\msvc10\vc\include\math.h(533): or 'float pow(float,float)'
  25. 1> c:\msvc10\vc\include\math.h(497): or 'double pow(double,int)'
  26. 1> c:\msvc10\vc\include\math.h(122): or 'double pow(double,double)'
  27. 1> while trying to match the argument list '(double, float)'
  28. 1> glutil.cpp
  29. 1>c:\msvc10\vdrift\src\graphics\glutil.h(27): error C2039: 'string' : is not a member of 'std'
  30. 1>c:\msvc10\vdrift\src\graphics\glutil.h(27): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
  31. 1>c:\msvc10\vdrift\src\graphics\glutil.h(27): error C2143: syntax error : missing ',' before '&'
  32. 1>c:\msvc10\vdrift\src\graphics\glutil.cpp(34): error C2679: binary '<<' : no operator found which takes a right-hand operand of type 'const std::string' (or there is no acceptable conversion)
  33. 1> c:\msvc10\vc\include\ostream(679): could be 'std::basic_ostream<_Elem,_Traits> &std::operator <<<char,std::char_traits<char>>(std::basic_ostream<_Elem,_Traits> &,const char *)' [found using argument-dependent lookup]
  34. 1> with
  35. 1> [
  36. 1> _Elem=char,
  37. 1> _Traits=std::char_traits<char>
  38. 1> ]
  39. 1> c:\msvc10\vc\include\ostream(726): or 'std::basic_ostream<_Elem,_Traits> &std::operator <<<char,std::char_traits<char>>(std::basic_ostream<_Elem,_Traits> &,char)' [found using argument-dependent lookup]
  40. 1> with
  41. 1> [
  42. 1> _Elem=char,
  43. 1> _Traits=std::char_traits<char>
  44. 1> ]
  45. 1> c:\msvc10\vc\include\ostream(764): or 'std::basic_ostream<_Elem,_Traits> &std::operator <<<std::char_traits<char>>(std::basic_ostream<_Elem,_Traits> &,const char *)' [found using argument-dependent lookup]
  46. 1> with
  47. 1> [
  48. 1> _Elem=char,
  49. 1> _Traits=std::char_traits<char>
  50. 1> ]
  51. 1> c:\msvc10\vc\include\ostream(811): or 'std::basic_ostream<_Elem,_Traits> &std::operator <<<std::char_traits<char>>(std::basic_ostream<_Elem,_Traits> &,char)' [found using argument-dependent lookup]
  52. 1> with
  53. 1> [
  54. 1> _Elem=char,
  55. 1> _Traits=std::char_traits<char>
  56. 1> ]
  57. 1> c:\msvc10\vc\include\ostream(937): or 'std::basic_ostream<_Elem,_Traits> &std::operator <<<std::char_traits<char>>(std::basic_ostream<_Elem,_Traits> &,const signed char *)' [found using argument-dependent lookup]
  58. 1> with
  59. 1> [
  60. 1> _Elem=char,
  61. 1> _Traits=std::char_traits<char>
  62. 1> ]
  63. 1> c:\msvc10\vc\include\ostream(944): or 'std::basic_ostream<_Elem,_Traits> &std::operator <<<std::char_traits<char>>(std::basic_ostream<_Elem,_Traits> &,signed char)' [found using argument-dependent lookup]
  64. 1> with
  65. 1> [
  66. 1> _Elem=char,
  67. 1> _Traits=std::char_traits<char>
  68. 1> ]
  69. 1> c:\msvc10\vc\include\ostream(951): or 'std::basic_ostream<_Elem,_Traits> &std::operator <<<std::char_traits<char>>(std::basic_ostream<_Elem,_Traits> &,const unsigned char *)' [found using argument-dependent lookup]
  70. 1> with
  71. 1> [
  72. 1> _Elem=char,
  73. 1> _Traits=std::char_traits<char>
  74. 1> ]
  75. 1> c:\msvc10\vc\include\ostream(958): or 'std::basic_ostream<_Elem,_Traits> &std::operator <<<std::char_traits<char>>(std::basic_ostream<_Elem,_Traits> &,unsigned char)' [found using argument-dependent lookup]
  76. 1> with
  77. 1> [
  78. 1> _Elem=char,
  79. 1> _Traits=std::char_traits<char>
  80. 1> ]
  81. 1> c:\msvc10\vc\include\ostream(968): or 'std::basic_ostream<_Elem,_Traits> &std::operator <<<char,std::char_traits<char>,std::string>(std::basic_ostream<_Elem,_Traits> &&,_Ty)' [found using argument-dependent lookup]
  82. 1> with
  83. 1> [
  84. 1> _Elem=char,
  85. 1> _Traits=std::char_traits<char>,
  86. 1> _Ty=std::string
  87. 1> ]
  88. 1> c:\msvc10\vc\include\ostream(1085): or 'std::basic_ostream<_Elem,_Traits> &std::operator <<<char,std::char_traits<char>>(std::basic_ostream<_Elem,_Traits> &,const std::error_code &)' [found using argument-dependent lookup]
  89. 1> with
  90. 1> [
  91. 1> _Elem=char,
  92. 1> _Traits=std::char_traits<char>
  93. 1> ]
  94. 1> c:\msvc10\vc\include\ostream(186): or 'std::basic_ostream<_Elem,_Traits> &std::basic_ostream<_Elem,_Traits>::operator <<(std::basic_ostream<_Elem,_Traits> &(__cdecl *)(std::basic_ostream<_Elem,_Traits> &))'
  95. 1> with
  96. 1> [
  97. 1> _Elem=char,
  98. 1> _Traits=std::char_traits<char>
  99. 1> ]
  100. 1> c:\msvc10\vc\include\ostream(192): or 'std::basic_ostream<_Elem,_Traits> &std::basic_ostream<_Elem,_Traits>::operator <<(std::basic_ios<_Elem,_Traits> &(__cdecl *)(std::basic_ios<_Elem,_Traits> &))'
  101. 1> with
  102. 1> [
  103. 1> _Elem=char,
  104. 1> _Traits=std::char_traits<char>
  105. 1> ]
  106. 1> c:\msvc10\vc\include\ostream(199): or 'std::basic_ostream<_Elem,_Traits> &std::basic_ostream<_Elem,_Traits>::operator <<(std::ios_base &(__cdecl *)(std::ios_base &))'
  107. 1> with
  108. 1> [
  109. 1> _Elem=char,
  110. 1> _Traits=std::char_traits<char>
  111. 1> ]
  112. 1> c:\msvc10\vc\include\ostream(206): or 'std::basic_ostream<_Elem,_Traits> &std::basic_ostream<_Elem,_Traits>::operator <<(std::_Bool)'
  113. 1> with
  114. 1> [
  115. 1> _Elem=char,
  116. 1> _Traits=std::char_traits<char>
  117. 1> ]
  118. 1> c:\msvc10\vc\include\ostream(226): or 'std::basic_ostream<_Elem,_Traits> &std::basic_ostream<_Elem,_Traits>::operator <<(short)'
  119. 1> with
  120. 1> [
  121. 1> _Elem=char,
  122. 1> _Traits=std::char_traits<char>
  123. 1> ]
  124. 1> c:\msvc10\vc\include\ostream(260): or 'std::basic_ostream<_Elem,_Traits> &std::basic_ostream<_Elem,_Traits>::operator <<(unsigned short)'
  125. 1> with
  126. 1> [
  127. 1> _Elem=char,
  128. 1> _Traits=std::char_traits<char>
  129. 1> ]
  130. 1> c:\msvc10\vc\include\ostream(280): or 'std::basic_ostream<_Elem,_Traits> &std::basic_ostream<_Elem,_Traits>::operator <<(int)'
  131. 1> with
  132. 1> [
  133. 1> _Elem=char,
  134. 1> _Traits=std::char_traits<char>
  135. 1> ]
  136. 1> c:\msvc10\vc\include\ostream(305): or 'std::basic_ostream<_Elem,_Traits> &std::basic_ostream<_Elem,_Traits>::operator <<(unsigned int)'
  137. 1> with
  138. 1> [
  139. 1> _Elem=char,
  140. 1> _Traits=std::char_traits<char>
  141. 1> ]
  142. 1> c:\msvc10\vc\include\ostream(325): or 'std::basic_ostream<_Elem,_Traits> &std::basic_ostream<_Elem,_Traits>::operator <<(long)'
  143. 1> with
  144. 1> [
  145. 1> _Elem=char,
  146. 1> _Traits=std::char_traits<char>
  147. 1> ]
  148. 1> c:\msvc10\vc\include\ostream(345): or 'std::basic_ostream<_Elem,_Traits> &std::basic_ostream<_Elem,_Traits>::operator <<(unsigned long)'
  149. 1> with
  150. 1> [
  151. 1> _Elem=char,
  152. 1> _Traits=std::char_traits<char>
  153. 1> ]
  154. 1> c:\msvc10\vc\include\ostream(366): or 'std::basic_ostream<_Elem,_Traits> &std::basic_ostream<_Elem,_Traits>::operator <<(__int64)'
  155. 1> with
  156. 1> [
  157. 1> _Elem=char,
  158. 1> _Traits=std::char_traits<char>
  159. 1> ]
  160. 1> c:\msvc10\vc\include\ostream(386): or 'std::basic_ostream<_Elem,_Traits> &std::basic_ostream<_Elem,_Traits>::operator <<(unsigned __int64)'
  161. 1> with
  162. 1> [
  163. 1> _Elem=char,
  164. 1> _Traits=std::char_traits<char>
  165. 1> ]
  166. 1> c:\msvc10\vc\include\ostream(407): or 'std::basic_ostream<_Elem,_Traits> &std::basic_ostream<_Elem,_Traits>::operator <<(float)'
  167. 1> with
  168. 1> [
  169. 1> _Elem=char,
  170. 1> _Traits=std::char_traits<char>
  171. 1> ]
  172. 1> c:\msvc10\vc\include\ostream(427): or 'std::basic_ostream<_Elem,_Traits> &std::basic_ostream<_Elem,_Traits>::operator <<(double)'
  173. 1> with
  174. 1> [
  175. 1> _Elem=char,
  176. 1> _Traits=std::char_traits<char>
  177. 1> ]
  178. 1> c:\msvc10\vc\include\ostream(447): or 'std::basic_ostream<_Elem,_Traits> &std::basic_ostream<_Elem,_Traits>::operator <<(long double)'
  179. 1> with
  180. 1> [
  181. 1> _Elem=char,
  182. 1> _Traits=std::char_traits<char>
  183. 1> ]
  184. 1> c:\msvc10\vc\include\ostream(467): or 'std::basic_ostream<_Elem,_Traits> &std::basic_ostream<_Elem,_Traits>::operator <<(const void *)'
  185. 1> with
  186. 1> [
  187. 1> _Elem=char,
  188. 1> _Traits=std::char_traits<char>
  189. 1> ]
  190. 1> c:\msvc10\vc\include\ostream(487): or 'std::basic_ostream<_Elem,_Traits> &std::basic_ostream<_Elem,_Traits>::operator <<(std::basic_streambuf<_Elem,_Traits> *)'
  191. 1> with
  192. 1> [
  193. 1> _Elem=char,
  194. 1> _Traits=std::char_traits<char>
  195. 1> ]
  196. 1> while trying to match the argument list '(std::basic_ostream<_Elem,_Traits>, const std::string)'
  197. 1> with
  198. 1> [
  199. 1> _Elem=char,
  200. 1> _Traits=std::char_traits<char>
  201. 1> ]
  202. 1> fbtexture.cpp
  203. 1>c:\msvc10\vdrift\src\graphics\glutil.h(27): error C2039: 'string' : is not a member of 'std'
  204. 1>c:\msvc10\vdrift\src\graphics\glutil.h(27): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
  205. 1>c:\msvc10\vdrift\src\graphics\glutil.h(27): error C2143: syntax error : missing ',' before '&'
  206. 1>c:\msvc10\vdrift\src\graphics\fbtexture.cpp(54): error C2660: 'CheckForOpenGLErrors' : function does not take 2 arguments
  207. 1>c:\msvc10\vdrift\src\graphics\fbtexture.cpp(60): error C2660: 'CheckForOpenGLErrors' : function does not take 2 arguments
  208. 1>c:\msvc10\vdrift\src\graphics\fbtexture.cpp(133): error C2660: 'CheckForOpenGLErrors' : function does not take 2 arguments
  209. 1>c:\msvc10\vdrift\src\graphics\fbtexture.cpp(148): error C2660: 'CheckForOpenGLErrors' : function does not take 2 arguments
  210. 1>c:\msvc10\vdrift\src\graphics\fbtexture.cpp(183): error C2660: 'CheckForOpenGLErrors' : function does not take 2 arguments
  211. 1>c:\msvc10\vdrift\src\graphics\fbtexture.cpp(189): error C2660: 'CheckForOpenGLErrors' : function does not take 2 arguments
  212. 1>c:\msvc10\vdrift\src\graphics\fbtexture.cpp(194): error C2660: 'CheckForOpenGLErrors' : function does not take 2 arguments
  213. 1> game.cpp
  214. 1>c:\msvc10\vdrift\src\window.h(35): error C2039: 'string' : is not a member of 'std'
  215. 1>c:\msvc10\vdrift\src\window.h(35): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
  216. 1>c:\msvc10\vdrift\src\window.h(35): error C2143: syntax error : missing ',' before '&'
  217. 1>c:\msvc10\vdrift\src\window.h(50): error C2039: 'string' : is not a member of 'std'
  218. 1>c:\msvc10\vdrift\src\window.h(50): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
  219. 1>c:\msvc10\vdrift\src\window.h(50): error C2143: syntax error : missing ',' before '&'
  220. 1>c:\msvc10\vc\include\vector(870): error C2719: '_Val': formal parameter with __declspec(align('16')) won't be aligned
  221. 1> c:\msvc10\vdrift\src\game.h(317) : see reference to class template instantiation 'std::vector<_Ty>' being compiled
  222. 1> with
  223. 1> [
  224. 1> _Ty=CarDynamics
  225. 1> ]
  226. 1>c:\msvc10\vdrift\src\graphics\graphicsstate.h(48): warning C4351: new behavior: elements of array 'GraphicsState::tutgt' will be default initialized
  227. 1>c:\msvc10\vdrift\src\graphics\graphicsstate.h(48): warning C4351: new behavior: elements of array 'GraphicsState::tutex' will be default initialized
  228. 1>c:\msvc10\vdrift\src\game.cpp(383): error C2660: 'Window::Init' : function does not take 9 arguments
  229. 1>c:\msvc10\vdrift\src\game.cpp(995): error C2664: 'Window::Screenshot' : cannot convert parameter 1 from 'std::string' to 'const int'
  230. 1> No user-defined-conversion operator available that can perform this conversion, or the operator cannot be called
  231. 1> texturefactory.cpp
  232. 1>c:\msvc10\vdrift\src\content\contentfactory.h(34): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
  233. 1> c:\msvc10\vdrift\src\content\contentfactory.h(40) : see reference to class template instantiation 'Factory<Content>' being compiled
  234. 1>c:\msvc10\vdrift\src\content\contentfactory.h(34): error C2143: syntax error : missing ',' before '&'
  235. 1>c:\msvc10\vdrift\src\content\texturefactory.h(45): error C2039: 'string' : is not a member of 'std'
  236. 1>c:\msvc10\vdrift\src\content\texturefactory.h(45): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
  237. 1>c:\msvc10\vdrift\src\content\texturefactory.h(45): error C2143: syntax error : missing ',' before '&'
  238. 1>c:\msvc10\vdrift\src\graphics\texture.h(34): error C2039: 'string' : is not a member of 'std'
  239. 1>c:\msvc10\vdrift\src\graphics\texture.h(34): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
  240. 1>c:\msvc10\vdrift\src\graphics\texture.h(34): error C2143: syntax error : missing ',' before '&'
  241. 1>c:\msvc10\vdrift\src\graphics\texture.h(39): error C2039: 'string' : is not a member of 'std'
  242. 1>c:\msvc10\vdrift\src\graphics\texture.h(39): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
  243. 1>c:\msvc10\vdrift\src\graphics\texture.h(39): error C2143: syntax error : missing ',' before '&'
  244. 1>c:\msvc10\vdrift\src\graphics\texture.h(41): error C2039: 'string' : is not a member of 'std'
  245. 1>c:\msvc10\vdrift\src\graphics\texture.h(41): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
  246. 1>c:\msvc10\vdrift\src\graphics\texture.h(41): error C2143: syntax error : missing ',' before '&'
  247. 1>c:\msvc10\vdrift\src\graphics\texture.h(43): error C2039: 'string' : is not a member of 'std'
  248. 1>c:\msvc10\vdrift\src\graphics\texture.h(43): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
  249. 1>c:\msvc10\vdrift\src\graphics\texture.h(43): error C2143: syntax error : missing ',' before '&'
  250. 1>c:\msvc10\vdrift\src\content\texturefactory.cpp(55): error C2660: 'Texture::Load' : function does not take 3 arguments
  251. 1>c:\msvc10\vdrift\src\content\texturefactory.cpp(58): error C2660: 'Texture::Load' : function does not take 3 arguments
  252. 1>c:\msvc10\vdrift\src\content\texturefactory.cpp(85): error C2910: 'Factory<Texture>::create' : cannot be explicitly specialized
  253. 1> soundfactory.cpp
  254. 1>c:\msvc10\vdrift\src\content\contentfactory.h(34): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
  255. 1> c:\msvc10\vdrift\src\content\contentfactory.h(40) : see reference to class template instantiation 'Factory<Content>' being compiled
  256. 1>c:\msvc10\vdrift\src\content\contentfactory.h(34): error C2143: syntax error : missing ',' before '&'
  257. 1> modelfactory.cpp
  258. 1>c:\msvc10\vdrift\src\content\contentfactory.h(34): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
  259. 1> c:\msvc10\vdrift\src\content\contentfactory.h(40) : see reference to class template instantiation 'Factory<Content>' being compiled
  260. 1>c:\msvc10\vdrift\src\content\contentfactory.h(34): error C2143: syntax error : missing ',' before '&'
  261. 1>c:\msvc10\vdrift\src\content\modelfactory.h(39): error C2039: 'string' : is not a member of 'std'
  262. 1>c:\msvc10\vdrift\src\content\modelfactory.h(39): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
  263. 1>c:\msvc10\vdrift\src\content\modelfactory.h(39): error C2143: syntax error : missing ',' before '&'
  264. 1>c:\msvc10\vdrift\src\content\modelfactory.cpp(55): error C2910: 'Factory<Model>::create' : cannot be explicitly specialized
  265. 1>c:\msvc10\vdrift\src\content\modelfactory.cpp(73): error C2910: 'Factory<Model>::create' : cannot be explicitly specialized
  266. 1>c:\msvc10\vdrift\src\content\modelfactory.cpp(91): error C2910: 'Factory<Model>::create' : cannot be explicitly specialized
  267. 1> contentmanager.cpp
  268. 1>c:\msvc10\vdrift\src\content\contentfactory.h(34): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
  269. 1> c:\msvc10\vdrift\src\content\contentfactory.h(40) : see reference to class template instantiation 'Factory<Content>' being compiled
  270. 1>c:\msvc10\vdrift\src\content\contentfactory.h(34): error C2143: syntax error : missing ',' before '&'
  271. 1> configfactory.cpp
  272. 1>c:\msvc10\vdrift\src\content\contentfactory.h(34): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
  273. 1> c:\msvc10\vdrift\src\content\contentfactory.h(40) : see reference to class template instantiation 'Factory<Content>' being compiled
  274. 1>c:\msvc10\vdrift\src\content\contentfactory.h(34): error C2143: syntax error : missing ',' before '&'
  275. 1>c:\msvc10\vdrift\src\content\configfactory.h(48): error C2039: 'string' : is not a member of 'std'
  276. 1>c:\msvc10\vdrift\src\content\configfactory.h(48): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
  277. 1>c:\msvc10\vdrift\src\content\configfactory.h(48): error C2143: syntax error : missing ',' before '&'
  278. 1>c:\msvc10\vdrift\src\content\configfactory.cpp(102): error C2910: 'Factory<PTree>::create' : cannot be explicitly specialized
  279. 1>c:\msvc10\vdrift\src\content\configfactory.cpp(124): error C2910: 'Factory<PTree>::create' : cannot be explicitly specialized
  280. 1> ai_car_standard.cpp
  281. 1>c:\msvc10\vc\include\vector(870): error C2719: '_Val': formal parameter with __declspec(align('16')) won't be aligned
  282. 1> c:\msvc10\vdrift\src\ai\ai_car_standard.cpp(647) : see reference to class template instantiation 'std::vector<_Ty>' being compiled
  283. 1> with
  284. 1> [
  285. 1> _Ty=CarDynamics
  286. 1> ]
  287. 1> ai_car_experimental.cpp
  288. 1>c:\msvc10\vc\include\vector(870): error C2719: '_Val': formal parameter with __declspec(align('16')) won't be aligned
  289. 1> c:\msvc10\vdrift\src\ai\ai_car_experimental.cpp(772) : see reference to class template instantiation 'std::vector<_Ty>' being compiled
  290. 1> with
  291. 1> [
  292. 1> _Ty=CarDynamics
  293. 1> ]
  294. 1> Generating Code...
  295. 1> Compiling...
  296. 1> drawable.cpp
  297. 1> Generating Code...
  298. 1> Compiling...
  299. 1> trackmap.cpp
  300. 1> trackloader.cpp
  301. 1> timer.cpp
  302. 1>c:\msvc10\vdrift\src\graphics\texture.h(34): error C2039: 'string' : is not a member of 'std'
  303. 1>c:\msvc10\vdrift\src\graphics\texture.h(34): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
  304. 1>c:\msvc10\vdrift\src\graphics\texture.h(34): error C2143: syntax error : missing ',' before '&'
  305. 1>c:\msvc10\vdrift\src\graphics\texture.h(39): error C2039: 'string' : is not a member of 'std'
  306. 1>c:\msvc10\vdrift\src\graphics\texture.h(39): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
  307. 1>c:\msvc10\vdrift\src\graphics\texture.h(39): error C2143: syntax error : missing ',' before '&'
  308. 1>c:\msvc10\vdrift\src\graphics\texture.h(41): error C2039: 'string' : is not a member of 'std'
  309. 1>c:\msvc10\vdrift\src\graphics\texture.h(41): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
  310. 1>c:\msvc10\vdrift\src\graphics\texture.h(41): error C2143: syntax error : missing ',' before '&'
  311. 1>c:\msvc10\vdrift\src\graphics\texture.h(43): error C2039: 'string' : is not a member of 'std'
  312. 1>c:\msvc10\vdrift\src\graphics\texture.h(43): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
  313. 1>c:\msvc10\vdrift\src\graphics\texture.h(43): error C2143: syntax error : missing ',' before '&'
  314. 1> sprite2d.cpp
  315. 1> particle.cpp
  316. 1> loadingscreen.cpp
  317. 1> loaddrawable.cpp
  318. 1> hudgauge.cpp
  319. 1> hudbar.cpp
  320. 1> hud.cpp
  321. 1> text_draw.cpp
  322. 1> guiimage.cpp
  323. 1> font.cpp
  324. 1> texture.cpp
  325. 1>c:\msvc10\vdrift\src\graphics\texture.h(34): error C2039: 'string' : is not a member of 'std'
  326. 1>c:\msvc10\vdrift\src\graphics\texture.h(34): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
  327. 1>c:\msvc10\vdrift\src\graphics\texture.h(34): error C2143: syntax error : missing ',' before '&'
  328. 1>c:\msvc10\vdrift\src\graphics\texture.h(39): error C2039: 'string' : is not a member of 'std'
  329. 1>c:\msvc10\vdrift\src\graphics\texture.h(39): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
  330. 1>c:\msvc10\vdrift\src\graphics\texture.h(39): error C2143: syntax error : missing ',' before '&'
  331. 1>c:\msvc10\vdrift\src\graphics\texture.h(41): error C2039: 'string' : is not a member of 'std'
  332. 1>c:\msvc10\vdrift\src\graphics\texture.h(41): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
  333. 1>c:\msvc10\vdrift\src\graphics\texture.h(41): error C2143: syntax error : missing ',' before '&'
  334. 1>c:\msvc10\vdrift\src\graphics\texture.h(43): error C2039: 'string' : is not a member of 'std'
  335. 1>c:\msvc10\vdrift\src\graphics\texture.h(43): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
  336. 1>c:\msvc10\vdrift\src\graphics\texture.h(43): error C2143: syntax error : missing ',' before '&'
  337. 1>c:\msvc10\vdrift\src\graphics\glutil.h(27): error C2039: 'string' : is not a member of 'std'
  338. 1>c:\msvc10\vdrift\src\graphics\glutil.h(27): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
  339. 1>c:\msvc10\vdrift\src\graphics\glutil.h(27): error C2143: syntax error : missing ',' before '&'
  340. 1>c:\msvc10\vdrift\src\graphics\texture.cpp(227): error C2511: 'bool Texture::Load(const std::string &,const TextureInfo &,std::ostream &)' : overloaded member function not found in 'Texture'
  341. 1> c:\msvc10\vdrift\src\graphics\texture.h(27) : see declaration of 'Texture'
  342. 1>c:\msvc10\vdrift\src\graphics\texture.cpp(367): error C2511: 'bool Texture::LoadCubeVerticalCross(const std::string &,const TextureInfo &,std::ostream &)' : overloaded member function not found in 'Texture'
  343. 1> c:\msvc10\vdrift\src\graphics\texture.h(27) : see declaration of 'Texture'
  344. 1>c:\msvc10\vdrift\src\graphics\texture.cpp(517): error C2511: 'bool Texture::LoadCube(const std::string &,const TextureInfo &,std::ostream &)' : overloaded member function not found in 'Texture'
  345. 1> c:\msvc10\vdrift\src\graphics\texture.h(27) : see declaration of 'Texture'
  346. 1>c:\msvc10\vdrift\src\graphics\texture.cpp(616): error C2511: 'bool Texture::LoadDDS(const std::string &,const TextureInfo &,std::ostream &)' : overloaded member function not found in 'Texture'
  347. 1> c:\msvc10\vdrift\src\graphics\texture.h(27) : see declaration of 'Texture'
  348. 1> graphics_gl3v.cpp
  349. 1> graphics_gl2.cpp
  350. 1>c:\msvc10\vdrift\src\graphics\graphicsstate.h(48): warning C4351: new behavior: elements of array 'GraphicsState::tutgt' will be default initialized
  351. 1>c:\msvc10\vdrift\src\graphics\graphicsstate.h(48): warning C4351: new behavior: elements of array 'GraphicsState::tutex' will be default initialized
  352. 1> Generating Code...
  353. 1> Compiling...
  354. 1> window.cpp
  355. 1>c:\msvc10\vdrift\src\window.h(35): error C2039: 'string' : is not a member of 'std'
  356. 1>c:\msvc10\vdrift\src\window.h(35): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
  357. 1>c:\msvc10\vdrift\src\window.h(35): error C2143: syntax error : missing ',' before '&'
  358. 1>c:\msvc10\vdrift\src\window.h(50): error C2039: 'string' : is not a member of 'std'
  359. 1>c:\msvc10\vdrift\src\window.h(50): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
  360. 1>c:\msvc10\vdrift\src\window.h(50): error C2143: syntax error : missing ',' before '&'
  361. 1>c:\msvc10\vdrift\src\window.cpp(61): error C2511: 'void Window::Init(const std::string &,int,int,int,int,bool,bool,std::ostream &,std::ostream &)' : overloaded member function not found in 'Window'
  362. 1> c:\msvc10\vdrift\src\window.h(28) : see declaration of 'Window'
  363. 1>c:\msvc10\vdrift\src\window.cpp(122): error C2511: 'void Window::Screenshot(const std::string &)' : overloaded member function not found in 'Window'
  364. 1> c:\msvc10\vdrift\src\window.h(28) : see declaration of 'Window'
  365. 1> Generating Code...
  366. ========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement