Advertisement
Guest User

laserboy compile error

a guest
Jul 17th, 2017
238
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 20.24 KB | None | 0 0
  1. $ make -f Makefile.brew
  2. g++ -c LaserBoy.cpp -o ../src/LaserBoy.obj -I/usr/local/include -O3 -fexpensive-optimizations -static
  3. clang: warning: optimization flag '-fexpensive-optimizations' is not supported [-Wignored-optimization-argument]
  4. In file included from LaserBoy.cpp:30:
  5. In file included from ./LaserBoy_SDL_GUI.hpp:34:
  6. In file included from ./LaserBoy_GUI_base.hpp:33:
  7. In file included from ./LaserBoy_TUI.hpp:33:
  8. In file included from ./LaserBoy_space.hpp:34:
  9. In file included from ./LaserBoy_frame_set.hpp:34:
  10. In file included from ./LaserBoy_frame.hpp:34:
  11. In file included from ./LaserBoy_segment.hpp:34:
  12. In file included from ./LaserBoy_bmp.hpp:33:
  13. ./LaserBoy_common.hpp:82:24: error: reference to 'ifstream' is ambiguous
  14. bool get_dxf_pair (ifstream& in, int& group_code, string& entity_string);
  15. ^
  16. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/iosfwd:156:38: note: candidate found by name lookup is 'std::__1::ifstream'
  17. typedef basic_ifstream<char> ifstream;
  18. ^
  19. /usr/local/include/boost/filesystem/fstream.hpp:169:32: note: candidate found by name lookup is 'boost::filesystem::ifstream'
  20. typedef basic_ifstream<char> ifstream;
  21. ^
  22. In file included from LaserBoy.cpp:30:
  23. In file included from ./LaserBoy_SDL_GUI.hpp:34:
  24. In file included from ./LaserBoy_GUI_base.hpp:33:
  25. In file included from ./LaserBoy_TUI.hpp:33:
  26. In file included from ./LaserBoy_space.hpp:34:
  27. In file included from ./LaserBoy_frame_set.hpp:34:
  28. In file included from ./LaserBoy_frame.hpp:34:
  29. In file included from ./LaserBoy_segment.hpp:34:
  30. In file included from ./LaserBoy_bmp.hpp:33:
  31. ./LaserBoy_common.hpp:82:24: error: reference to 'ifstream' is ambiguous
  32. bool get_dxf_pair (ifstream& in, int& group_code, string& entity_string);
  33. ^
  34. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/iosfwd:156:38: note: candidate found by name lookup is 'std::__1::ifstream'
  35. typedef basic_ifstream<char> ifstream;
  36. ^
  37. /usr/local/include/boost/filesystem/fstream.hpp:169:32: note: candidate found by name lookup is 'boost::filesystem::ifstream'
  38. typedef basic_ifstream<char> ifstream;
  39. ^
  40. In file included from LaserBoy.cpp:30:
  41. In file included from ./LaserBoy_SDL_GUI.hpp:34:
  42. In file included from ./LaserBoy_GUI_base.hpp:33:
  43. In file included from ./LaserBoy_TUI.hpp:33:
  44. In file included from ./LaserBoy_space.hpp:34:
  45. In file included from ./LaserBoy_frame_set.hpp:34:
  46. In file included from ./LaserBoy_frame.hpp:34:
  47. In file included from ./LaserBoy_segment.hpp:34:
  48. In file included from ./LaserBoy_bmp.hpp:33:
  49. ./LaserBoy_common.hpp:85:24: error: reference to 'ofstream' is ambiguous
  50. void txt_tag (ofstream& out);
  51. ^
  52. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/iosfwd:157:38: note: candidate found by name lookup is 'std::__1::ofstream'
  53. typedef basic_ofstream<char> ofstream;
  54. ^
  55. /usr/local/include/boost/filesystem/fstream.hpp:170:32: note: candidate found by name lookup is 'boost::filesystem::ofstream'
  56. typedef basic_ofstream<char> ofstream;
  57. ^
  58. In file included from LaserBoy.cpp:30:
  59. In file included from ./LaserBoy_SDL_GUI.hpp:34:
  60. In file included from ./LaserBoy_GUI_base.hpp:33:
  61. In file included from ./LaserBoy_TUI.hpp:33:
  62. In file included from ./LaserBoy_space.hpp:34:
  63. In file included from ./LaserBoy_frame_set.hpp:34:
  64. In file included from ./LaserBoy_frame.hpp:34:
  65. In file included from ./LaserBoy_segment.hpp:34:
  66. In file included from ./LaserBoy_bmp.hpp:33:
  67. ./LaserBoy_common.hpp:85:24: error: reference to 'ofstream' is ambiguous
  68. void txt_tag (ofstream& out);
  69. ^
  70. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/iosfwd:157:38: note: candidate found by name lookup is 'std::__1::ofstream'
  71. typedef basic_ofstream<char> ofstream;
  72. ^
  73. /usr/local/include/boost/filesystem/fstream.hpp:170:32: note: candidate found by name lookup is 'boost::filesystem::ofstream'
  74. typedef basic_ofstream<char> ofstream;
  75. ^
  76. In file included from LaserBoy.cpp:30:
  77. In file included from ./LaserBoy_SDL_GUI.hpp:34:
  78. In file included from ./LaserBoy_GUI_base.hpp:33:
  79. In file included from ./LaserBoy_TUI.hpp:33:
  80. In file included from ./LaserBoy_space.hpp:34:
  81. In file included from ./LaserBoy_frame_set.hpp:34:
  82. In file included from ./LaserBoy_frame.hpp:34:
  83. In file included from ./LaserBoy_segment.hpp:34:
  84. In file included from ./LaserBoy_bmp.hpp:33:
  85. ./LaserBoy_common.hpp:87:24: error: reference to 'ifstream' is ambiguous
  86. bool clear_to_alpha (ifstream& in, u_int& line_number);
  87. ^
  88. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/iosfwd:156:38: note: candidate found by name lookup is 'std::__1::ifstream'
  89. typedef basic_ifstream<char> ifstream;
  90. ^
  91. /usr/local/include/boost/filesystem/fstream.hpp:169:32: note: candidate found by name lookup is 'boost::filesystem::ifstream'
  92. typedef basic_ifstream<char> ifstream;
  93. ^
  94. In file included from LaserBoy.cpp:30:
  95. In file included from ./LaserBoy_SDL_GUI.hpp:34:
  96. In file included from ./LaserBoy_GUI_base.hpp:33:
  97. In file included from ./LaserBoy_TUI.hpp:33:
  98. In file included from ./LaserBoy_space.hpp:34:
  99. In file included from ./LaserBoy_frame_set.hpp:34:
  100. In file included from ./LaserBoy_frame.hpp:34:
  101. In file included from ./LaserBoy_segment.hpp:34:
  102. In file included from ./LaserBoy_bmp.hpp:33:
  103. ./LaserBoy_common.hpp:87:24: error: reference to 'ifstream' is ambiguous
  104. bool clear_to_alpha (ifstream& in, u_int& line_number);
  105. ^
  106. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/iosfwd:156:38: note: candidate found by name lookup is 'std::__1::ifstream'
  107. typedef basic_ifstream<char> ifstream;
  108. ^
  109. /usr/local/include/boost/filesystem/fstream.hpp:169:32: note: candidate found by name lookup is 'boost::filesystem::ifstream'
  110. typedef basic_ifstream<char> ifstream;
  111. ^
  112. In file included from LaserBoy.cpp:30:
  113. In file included from ./LaserBoy_SDL_GUI.hpp:34:
  114. In file included from ./LaserBoy_GUI_base.hpp:33:
  115. In file included from ./LaserBoy_TUI.hpp:33:
  116. In file included from ./LaserBoy_space.hpp:34:
  117. In file included from ./LaserBoy_frame_set.hpp:34:
  118. In file included from ./LaserBoy_frame.hpp:34:
  119. In file included from ./LaserBoy_segment.hpp:34:
  120. In file included from ./LaserBoy_bmp.hpp:33:
  121. ./LaserBoy_common.hpp:88:24: error: reference to 'ifstream' is ambiguous
  122. bool clear_to_digit (ifstream& in, u_int& line_number);
  123. ^
  124. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/iosfwd:156:38: note: candidate found by name lookup is 'std::__1::ifstream'
  125. typedef basic_ifstream<char> ifstream;
  126. ^
  127. /usr/local/include/boost/filesystem/fstream.hpp:169:32: note: candidate found by name lookup is 'boost::filesystem::ifstream'
  128. typedef basic_ifstream<char> ifstream;
  129. ^
  130. In file included from LaserBoy.cpp:30:
  131. In file included from ./LaserBoy_SDL_GUI.hpp:34:
  132. In file included from ./LaserBoy_GUI_base.hpp:33:
  133. In file included from ./LaserBoy_TUI.hpp:33:
  134. In file included from ./LaserBoy_space.hpp:34:
  135. In file included from ./LaserBoy_frame_set.hpp:34:
  136. In file included from ./LaserBoy_frame.hpp:34:
  137. In file included from ./LaserBoy_segment.hpp:34:
  138. In file included from ./LaserBoy_bmp.hpp:33:
  139. ./LaserBoy_common.hpp:88:24: error: reference to 'ifstream' is ambiguous
  140. bool clear_to_digit (ifstream& in, u_int& line_number);
  141. ^
  142. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/iosfwd:156:38: note: candidate found by name lookup is 'std::__1::ifstream'
  143. typedef basic_ifstream<char> ifstream;
  144. ^
  145. /usr/local/include/boost/filesystem/fstream.hpp:169:32: note: candidate found by name lookup is 'boost::filesystem::ifstream'
  146. typedef basic_ifstream<char> ifstream;
  147. ^
  148. In file included from LaserBoy.cpp:30:
  149. In file included from ./LaserBoy_SDL_GUI.hpp:34:
  150. In file included from ./LaserBoy_GUI_base.hpp:33:
  151. In file included from ./LaserBoy_TUI.hpp:33:
  152. In file included from ./LaserBoy_space.hpp:34:
  153. In file included from ./LaserBoy_frame_set.hpp:34:
  154. In file included from ./LaserBoy_frame.hpp:34:
  155. In file included from ./LaserBoy_segment.hpp:34:
  156. In file included from ./LaserBoy_bmp.hpp:33:
  157. ./LaserBoy_common.hpp:89:24: error: reference to 'ifstream' is ambiguous
  158. bool clear_to_token (ifstream& in, u_int& next_char, u_int& line_number);
  159. ^
  160. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/iosfwd:156:38: note: candidate found by name lookup is 'std::__1::ifstream'
  161. typedef basic_ifstream<char> ifstream;
  162. ^
  163. /usr/local/include/boost/filesystem/fstream.hpp:169:32: note: candidate found by name lookup is 'boost::filesystem::ifstream'
  164. typedef basic_ifstream<char> ifstream;
  165. ^
  166. In file included from LaserBoy.cpp:30:
  167. In file included from ./LaserBoy_SDL_GUI.hpp:34:
  168. In file included from ./LaserBoy_GUI_base.hpp:33:
  169. In file included from ./LaserBoy_TUI.hpp:33:
  170. In file included from ./LaserBoy_space.hpp:34:
  171. In file included from ./LaserBoy_frame_set.hpp:34:
  172. In file included from ./LaserBoy_frame.hpp:34:
  173. In file included from ./LaserBoy_segment.hpp:34:
  174. In file included from ./LaserBoy_bmp.hpp:33:
  175. ./LaserBoy_common.hpp:89:24: error: reference to 'ifstream' is ambiguous
  176. bool clear_to_token (ifstream& in, u_int& next_char, u_int& line_number);
  177. ^
  178. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/iosfwd:156:38: note: candidate found by name lookup is 'std::__1::ifstream'
  179. typedef basic_ifstream<char> ifstream;
  180. ^
  181. /usr/local/include/boost/filesystem/fstream.hpp:169:32: note: candidate found by name lookup is 'boost::filesystem::ifstream'
  182. typedef basic_ifstream<char> ifstream;
  183. ^
  184. In file included from LaserBoy.cpp:30:
  185. In file included from ./LaserBoy_SDL_GUI.hpp:34:
  186. In file included from ./LaserBoy_GUI_base.hpp:33:
  187. In file included from ./LaserBoy_TUI.hpp:33:
  188. In file included from ./LaserBoy_space.hpp:34:
  189. In file included from ./LaserBoy_frame_set.hpp:34:
  190. In file included from ./LaserBoy_frame.hpp:34:
  191. In file included from ./LaserBoy_segment.hpp:34:
  192. In file included from ./LaserBoy_bmp.hpp:33:
  193. ./LaserBoy_common.hpp:91:24: error: reference to 'ifstream' is ambiguous
  194. bool get_next_word (ifstream& in, string& word , u_int& line_number);
  195. ^
  196. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/iosfwd:156:38: note: candidate found by name lookup is 'std::__1::ifstream'
  197. typedef basic_ifstream<char> ifstream;
  198. ^
  199. /usr/local/include/boost/filesystem/fstream.hpp:169:32: note: candidate found by name lookup is 'boost::filesystem::ifstream'
  200. typedef basic_ifstream<char> ifstream;
  201. ^
  202. In file included from LaserBoy.cpp:30:
  203. In file included from ./LaserBoy_SDL_GUI.hpp:34:
  204. In file included from ./LaserBoy_GUI_base.hpp:33:
  205. In file included from ./LaserBoy_TUI.hpp:33:
  206. In file included from ./LaserBoy_space.hpp:34:
  207. In file included from ./LaserBoy_frame_set.hpp:34:
  208. In file included from ./LaserBoy_frame.hpp:34:
  209. In file included from ./LaserBoy_segment.hpp:34:
  210. In file included from ./LaserBoy_bmp.hpp:33:
  211. ./LaserBoy_common.hpp:91:24: error: reference to 'ifstream' is ambiguous
  212. bool get_next_word (ifstream& in, string& word , u_int& line_number);
  213. ^
  214. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/iosfwd:156:38: note: candidate found by name lookup is 'std::__1::ifstream'
  215. typedef basic_ifstream<char> ifstream;
  216. ^
  217. /usr/local/include/boost/filesystem/fstream.hpp:169:32: note: candidate found by name lookup is 'boost::filesystem::ifstream'
  218. typedef basic_ifstream<char> ifstream;
  219. ^
  220. In file included from LaserBoy.cpp:30:
  221. In file included from ./LaserBoy_SDL_GUI.hpp:34:
  222. In file included from ./LaserBoy_GUI_base.hpp:33:
  223. In file included from ./LaserBoy_TUI.hpp:33:
  224. In file included from ./LaserBoy_space.hpp:34:
  225. In file included from ./LaserBoy_frame_set.hpp:34:
  226. In file included from ./LaserBoy_frame.hpp:34:
  227. In file included from ./LaserBoy_segment.hpp:34:
  228. In file included from ./LaserBoy_bmp.hpp:33:
  229. ./LaserBoy_common.hpp:92:24: error: reference to 'ifstream' is ambiguous
  230. bool get_next_number(ifstream& in, double& number, u_int& line_number);
  231. ^
  232. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/iosfwd:156:38: note: candidate found by name lookup is 'std::__1::ifstream'
  233. typedef basic_ifstream<char> ifstream;
  234. ^
  235. /usr/local/include/boost/filesystem/fstream.hpp:169:32: note: candidate found by name lookup is 'boost::filesystem::ifstream'
  236. typedef basic_ifstream<char> ifstream;
  237. ^
  238. In file included from LaserBoy.cpp:30:
  239. In file included from ./LaserBoy_SDL_GUI.hpp:34:
  240. In file included from ./LaserBoy_GUI_base.hpp:33:
  241. In file included from ./LaserBoy_TUI.hpp:33:
  242. In file included from ./LaserBoy_space.hpp:34:
  243. In file included from ./LaserBoy_frame_set.hpp:34:
  244. In file included from ./LaserBoy_frame.hpp:34:
  245. In file included from ./LaserBoy_segment.hpp:34:
  246. In file included from ./LaserBoy_bmp.hpp:33:
  247. ./LaserBoy_common.hpp:92:24: error: reference to 'ifstream' is ambiguous
  248. bool get_next_number(ifstream& in, double& number, u_int& line_number);
  249. ^
  250. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/iosfwd:156:38: note: candidate found by name lookup is 'std::__1::ifstream'
  251. typedef basic_ifstream<char> ifstream;
  252. ^
  253. /usr/local/include/boost/filesystem/fstream.hpp:169:32: note: candidate found by name lookup is 'boost::filesystem::ifstream'
  254. typedef basic_ifstream<char> ifstream;
  255. ^
  256. In file included from LaserBoy.cpp:30:
  257. In file included from ./LaserBoy_SDL_GUI.hpp:34:
  258. In file included from ./LaserBoy_GUI_base.hpp:33:
  259. In file included from ./LaserBoy_TUI.hpp:33:
  260. In file included from ./LaserBoy_space.hpp:34:
  261. In file included from ./LaserBoy_frame_set.hpp:34:
  262. In file included from ./LaserBoy_frame.hpp:34:
  263. In file included from ./LaserBoy_segment.hpp:34:
  264. In file included from ./LaserBoy_bmp.hpp:33:
  265. ./LaserBoy_common.hpp:93:24: error: reference to 'ifstream' is ambiguous
  266. bool get_next_hex (ifstream& in, double& number, u_int& line_number);
  267. ^
  268. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/iosfwd:156:38: note: candidate found by name lookup is 'std::__1::ifstream'
  269. typedef basic_ifstream<char> ifstream;
  270. ^
  271. /usr/local/include/boost/filesystem/fstream.hpp:169:32: note: candidate found by name lookup is 'boost::filesystem::ifstream'
  272. typedef basic_ifstream<char> ifstream;
  273. ^
  274. In file included from LaserBoy.cpp:30:
  275. In file included from ./LaserBoy_SDL_GUI.hpp:34:
  276. In file included from ./LaserBoy_GUI_base.hpp:33:
  277. In file included from ./LaserBoy_TUI.hpp:33:
  278. In file included from ./LaserBoy_space.hpp:34:
  279. In file included from ./LaserBoy_frame_set.hpp:34:
  280. In file included from ./LaserBoy_frame.hpp:34:
  281. In file included from ./LaserBoy_segment.hpp:34:
  282. In file included from ./LaserBoy_bmp.hpp:33:
  283. ./LaserBoy_common.hpp:93:24: error: reference to 'ifstream' is ambiguous
  284. bool get_next_hex (ifstream& in, double& number, u_int& line_number);
  285. ^
  286. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/iosfwd:156:38: note: candidate found by name lookup is 'std::__1::ifstream'
  287. typedef basic_ifstream<char> ifstream;
  288. ^
  289. /usr/local/include/boost/filesystem/fstream.hpp:169:32: note: candidate found by name lookup is 'boost::filesystem::ifstream'
  290. typedef basic_ifstream<char> ifstream;
  291. ^
  292. In file included from LaserBoy.cpp:30:
  293. In file included from ./LaserBoy_SDL_GUI.hpp:34:
  294. In file included from ./LaserBoy_GUI_base.hpp:33:
  295. In file included from ./LaserBoy_TUI.hpp:33:
  296. In file included from ./LaserBoy_space.hpp:34:
  297. In file included from ./LaserBoy_frame_set.hpp:34:
  298. In file included from ./LaserBoy_frame.hpp:34:
  299. In file included from ./LaserBoy_segment.hpp:34:
  300. In file included from ./LaserBoy_bmp.hpp:35:
  301. ./LaserBoy_color.hpp:119:29: error: reference to 'ifstream' is ambiguous
  302. bool from_ifstream_ild (ifstream& in)
  303. ^
  304. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/iosfwd:156:38: note: candidate found by name lookup is 'std::__1::ifstream'
  305. typedef basic_ifstream<char> ifstream;
  306. ^
  307. /usr/local/include/boost/filesystem/fstream.hpp:169:32: note: candidate found by name lookup is 'boost::filesystem::ifstream'
  308. typedef basic_ifstream<char> ifstream;
  309. ^
  310. In file included from LaserBoy.cpp:30:
  311. In file included from ./LaserBoy_SDL_GUI.hpp:34:
  312. In file included from ./LaserBoy_GUI_base.hpp:33:
  313. In file included from ./LaserBoy_TUI.hpp:33:
  314. In file included from ./LaserBoy_space.hpp:34:
  315. In file included from ./LaserBoy_frame_set.hpp:34:
  316. In file included from ./LaserBoy_frame.hpp:34:
  317. In file included from ./LaserBoy_segment.hpp:34:
  318. In file included from ./LaserBoy_bmp.hpp:35:
  319. ./LaserBoy_color.hpp:127:28: error: reference to 'ofstream' is ambiguous
  320. void to_ofstream_ild (ofstream& out) const
  321. ^
  322. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/iosfwd:157:38: note: candidate found by name lookup is 'std::__1::ofstream'
  323. typedef basic_ofstream<char> ofstream;
  324. ^
  325. /usr/local/include/boost/filesystem/fstream.hpp:170:32: note: candidate found by name lookup is 'boost::filesystem::ofstream'
  326. typedef basic_ofstream<char> ofstream;
  327. ^
  328. In file included from LaserBoy.cpp:30:
  329. In file included from ./LaserBoy_SDL_GUI.hpp:34:
  330. In file included from ./LaserBoy_GUI_base.hpp:33:
  331. In file included from ./LaserBoy_TUI.hpp:33:
  332. In file included from ./LaserBoy_space.hpp:34:
  333. In file included from ./LaserBoy_frame_set.hpp:34:
  334. In file included from ./LaserBoy_frame.hpp:34:
  335. In file included from ./LaserBoy_segment.hpp:34:
  336. In file included from ./LaserBoy_bmp.hpp:35:
  337. ./LaserBoy_color.hpp:135:29: error: reference to 'ifstream' is ambiguous
  338. bool from_ifstream_txt (ifstream& in, const u_int& group_type, u_int& line_number)
  339. ^
  340. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/iosfwd:156:38: note: candidate found by name lookup is 'std::__1::ifstream'
  341. typedef basic_ifstream<char> ifstream;
  342. ^
  343. /usr/local/include/boost/filesystem/fstream.hpp:169:32: note: candidate found by name lookup is 'boost::filesystem::ifstream'
  344. typedef basic_ifstream<char> ifstream;
  345. ^
  346. fatal error: too many errors emitted, stopping now [-ferror-limit=]
  347. 20 errors generated.
  348. make: *** [../src/LaserBoy.obj] Error 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement