dizietsma

lgogdownloader compile

Feb 14th, 2016
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 56.23 KB | None | 0 0
  1. [ 11%] Building CXX object CMakeFiles/lgogdownloader.dir/main.cpp.o
  2. In file included from /home/diziet/downloads/lgogdownloader-master/include/api.h:10:0,
  3. from /home/diziet/downloads/lgogdownloader-master/include/downloader.h:25,
  4. from /home/diziet/downloads/lgogdownloader-master/main.cpp:7:
  5. /home/diziet/downloads/lgogdownloader-master/include/globalconstants.h:64:5: error: in C++98 ‘GlobalConstants::LANGUAGES’ must be initialized by constructor, not by ‘{...}’
  6. };
  7. ^
  8. /home/diziet/downloads/lgogdownloader-master/include/globalconstants.h: In substitution of ‘template<class _InputIterator> std::vector<_Tp, _Alloc>::vector(_InputIterator, _InputIterator, const allocator_type&) [with _InputIterator = <missing>]’:
  9. /home/diziet/downloads/lgogdownloader-master/include/globalconstants.h:64:5: required from here
  10. /home/diziet/downloads/lgogdownloader-master/include/globalconstants.h:64:5: warning: extended initializer lists only available with -std=c++11 or -std=gnu++11
  11. /home/diziet/downloads/lgogdownloader-master/include/globalconstants.h:64:5: error: could not convert ‘{{GlobalConstants::LANGUAGE_EN, "en", "English", "en|eng|english"}, {GlobalConstants::LANGUAGE_DE, "de", "German", "de|deu|ger|german"}, {GlobalConstants::LANGUAGE_FR, "fr", "French", "fr|fra|fre|french"}, {GlobalConstants::LANGUAGE_PL, "pl", "Polish", "pl|pol|polish"}, {GlobalConstants::LANGUAGE_RU, "ru", "Russian", "ru|rus|russian"}, {GlobalConstants::LANGUAGE_CN, "cn", "Chinese", "cn|zh|zho|chi|chinese"}, {GlobalConstants::LANGUAGE_CZ, "cz", "Czech", "cz|cs|ces|cze|czech"}, {GlobalConstants::LANGUAGE_ES, "es", "Spanish", "es|spa|spanish"}, {GlobalConstants::LANGUAGE_HU, "hu", "Hungarian", "hu|hun|hungarian"}, {GlobalConstants::LANGUAGE_IT, "it", "Italian", "it|ita|italian"}, {GlobalConstants::LANGUAGE_JP, "jp", "Japanese", "jp|ja|jpn|japanese"}, {GlobalConstants::LANGUAGE_TR, "tr", "Turkish", "tr|tur|turkish"}, {GlobalConstants::LANGUAGE_PT, "pt", "Portuguese", "pt|por|portuguese"}, {GlobalConstants::LANGUAGE_KO, "ko", "Korean", "ko|kor|korean"}, {GlobalConstants::LANGUAGE_NL, "nl", "Dutch", "nl|nld|dut|dutch"}, {GlobalConstants::LANGUAGE_SV, "sv", "Swedish", "sv|swe|swedish"}, {GlobalConstants::LANGUAGE_NO, "no", "Norwegian", "no|nor|norwegian"}, {GlobalConstants::LANGUAGE_DA, "da", "Danish", "da|dan|danish"}, {GlobalConstants::LANGUAGE_FI, "fi", "Finnish", "fi|fin|finnish"}, {GlobalConstants::LANGUAGE_PT_BR, "br", "Brazilian Portuguese", "br|pt_br|pt-br|ptbr|brazilian_portuguese"}, {GlobalConstants::LANGUAGE_SK, "sk", "Slovak", "sk|slk|slo|slovak"}}’ from ‘<brace-enclosed initializer list>’ to ‘const std::vector<GlobalConstants::optionsStruct>’
  12. /home/diziet/downloads/lgogdownloader-master/include/globalconstants.h:76:5: error: in C++98 ‘GlobalConstants::PLATFORMS’ must be initialized by constructor, not by ‘{...}’
  13. };
  14. ^
  15. /home/diziet/downloads/lgogdownloader-master/include/globalconstants.h: In substitution of ‘template<class _InputIterator> std::vector<_Tp, _Alloc>::vector(_InputIterator, _InputIterator, const allocator_type&) [with _InputIterator = <missing>]’:
  16. /home/diziet/downloads/lgogdownloader-master/include/globalconstants.h:76:5: required from here
  17. /home/diziet/downloads/lgogdownloader-master/include/globalconstants.h:76:5: warning: extended initializer lists only available with -std=c++11 or -std=gnu++11
  18. /home/diziet/downloads/lgogdownloader-master/include/globalconstants.h:76:5: error: could not convert ‘{{GlobalConstants::PLATFORM_WINDOWS, "win", "Windows", "w|win|windows"}, {GlobalConstants::PLATFORM_MAC, "mac", "Mac", "m|mac|osx"}, {GlobalConstants::PLATFORM_LINUX, "linux", "Linux", "l|lin|linux"}}’ from ‘<brace-enclosed initializer list>’ to ‘const std::vector<GlobalConstants::optionsStruct>’
  19. /home/diziet/downloads/lgogdownloader-master/include/globalconstants.h:77:2: warning: extra ‘;’ [-Wpedantic]
  20. };
  21. ^
  22. In file included from /home/diziet/downloads/lgogdownloader-master/include/downloader.h:25:0,
  23. from /home/diziet/downloads/lgogdownloader-master/main.cpp:7:
  24. /home/diziet/downloads/lgogdownloader-master/include/api.h:75:140: warning: extra ‘;’ [-Wpedantic]
  25. template <typename T> CURLcode curlSetOpt(CURLoption option, T value) { return curl_easy_setopt(this->curlhandle, option, value); };
  26. ^
  27. /home/diziet/downloads/lgogdownloader-master/include/api.h:86:42: warning: non-static data member initializers only available with -std=c++11 or -std=gnu++11
  28. const std::string CONSUMER_KEY = "1f444d14ea8ec776585524a33f6ecc1c413ed4a5";
  29. ^
  30. /home/diziet/downloads/lgogdownloader-master/include/api.h:87:45: warning: non-static data member initializers only available with -std=c++11 or -std=gnu++11
  31. const std::string CONSUMER_SECRET = "20d175147f9db9a10fc0584aa128090217b9cf88";
  32. ^
  33. /home/diziet/downloads/lgogdownloader-master/include/api.h:88:43: warning: non-static data member initializers only available with -std=c++11 or -std=gnu++11
  34. const int OAUTH_VERIFIER_LENGTH = 14;
  35. ^
  36. /home/diziet/downloads/lgogdownloader-master/include/api.h:89:40: warning: non-static data member initializers only available with -std=c++11 or -std=gnu++11
  37. const int OAUTH_TOKEN_LENGTH = 11;
  38. ^
  39. /home/diziet/downloads/lgogdownloader-master/include/api.h:90:41: warning: non-static data member initializers only available with -std=c++11 or -std=gnu++11
  40. const int OAUTH_SECRET_LENGTH = 18;
  41. ^
  42. /home/diziet/downloads/lgogdownloader-master/main.cpp: In function ‘int main(int, char**)’:
  43. /home/diziet/downloads/lgogdownloader-master/main.cpp:62:5: error: in C++98 ‘INCLUDE_OPTIONS’ must be initialized by constructor, not by ‘{...}’
  44. };
  45. ^
  46. /home/diziet/downloads/lgogdownloader-master/main.cpp: In substitution of ‘template<class _InputIterator> std::vector<_Tp, _Alloc>::vector(_InputIterator, _InputIterator, const allocator_type&) [with _InputIterator = <missing>]’:
  47. /home/diziet/downloads/lgogdownloader-master/main.cpp:62:5: required from here
  48. /home/diziet/downloads/lgogdownloader-master/main.cpp:62:5: warning: extended initializer lists only available with -std=c++11 or -std=gnu++11
  49. /home/diziet/downloads/lgogdownloader-master/main.cpp:62:5: error: could not convert ‘{{OPTION_INSTALLERS, "i", "Installers", "i|installers"}, {OPTION_EXTRAS, "e", "Extras", "e|extras"}, {OPTION_PATCHES, "p", "Patches", "p|patches"}, {OPTION_LANGPACKS, "l", "Language packs", "l|languagepacks|langpacks"}, {OPTION_COVERS, "c", "Covers", "c|cover|covers"}, {OPTION_DLCS, "d", "DLCs", "d|dlc|dlcs"}}’ from ‘<brace-enclosed initializer list>’ to ‘const std::vector<GlobalConstants::optionsStruct>’
  50. /home/diziet/downloads/lgogdownloader-master/main.cpp:82:115: error: ‘to_string’ is not a member of ‘std’
  51. platform_text += GlobalConstants::PLATFORMS[i].str + " = " + GlobalConstants::PLATFORMS[i].regexp + "|" + std::to_string(GlobalConstants::PLATFORMS[i].id) + "\n";
  52. ^
  53. /home/diziet/downloads/lgogdownloader-master/main.cpp:84:37: error: ‘to_string’ is not a member of ‘std’
  54. platform_text += "All = all|" + std::to_string(platform_all);
  55. ^
  56. /home/diziet/downloads/lgogdownloader-master/main.cpp:93:116: error: ‘to_string’ is not a member of ‘std’
  57. language_text += GlobalConstants::LANGUAGES[i].str + " = " + GlobalConstants::LANGUAGES[i].regexp + "|" + std::to_string(GlobalConstants::LANGUAGES[i].id) + "\n";
  58. ^
  59. /home/diziet/downloads/lgogdownloader-master/main.cpp:95:84: error: ‘to_string’ is not a member of ‘std’
  60. language_text += "Add the values to download multiple languages\nAll = all|" + std::to_string(language_all) + "\n"
  61. ^
  62. /home/diziet/downloads/lgogdownloader-master/main.cpp:96:56: error: ‘to_string’ is not a member of ‘std’
  63. + "French + Polish = \"fr+pl\"|" + std::to_string(GlobalConstants::LANGUAGE_FR | GlobalConstants::LANGUAGE_PL) + " (" + std::to_string(GlobalConstants::LANGUAGE_FR) + "+" + std::to_string(GlobalConstants::LANGUAGE_PL) + "=" + std::to_string(GlobalConstants::LANGUAGE_FR | GlobalConstants::LANGUAGE_PL) + ")";
  64. ^
  65. /home/diziet/downloads/lgogdownloader-master/main.cpp:96:141: error: ‘to_string’ is not a member of ‘std’
  66. + "French + Polish = \"fr+pl\"|" + std::to_string(GlobalConstants::LANGUAGE_FR | GlobalConstants::LANGUAGE_PL) + " (" + std::to_string(GlobalConstants::LANGUAGE_FR) + "+" + std::to_string(GlobalConstants::LANGUAGE_PL) + "=" + std::to_string(GlobalConstants::LANGUAGE_FR | GlobalConstants::LANGUAGE_PL) + ")";
  67. ^
  68. /home/diziet/downloads/lgogdownloader-master/main.cpp:96:194: error: ‘to_string’ is not a member of ‘std’
  69. + "French + Polish = \"fr+pl\"|" + std::to_string(GlobalConstants::LANGUAGE_FR | GlobalConstants::LANGUAGE_PL) + " (" + std::to_string(GlobalConstants::LANGUAGE_FR) + "+" + std::to_string(GlobalConstants::LANGUAGE_PL) + "=" + std::to_string(GlobalConstants::LANGUAGE_FR | GlobalConstants::LANGUAGE_PL) + ")";
  70. ^
  71. /home/diziet/downloads/lgogdownloader-master/main.cpp:96:247: error: ‘to_string’ is not a member of ‘std’
  72. + "French + Polish = \"fr+pl\"|" + std::to_string(GlobalConstants::LANGUAGE_FR | GlobalConstants::LANGUAGE_PL) + " (" + std::to_string(GlobalConstants::LANGUAGE_FR) + "+" + std::to_string(GlobalConstants::LANGUAGE_PL) + "=" + std::to_string(GlobalConstants::LANGUAGE_FR | GlobalConstants::LANGUAGE_PL) + ")";
  73. ^
  74. /home/diziet/downloads/lgogdownloader-master/main.cpp:111:101: error: ‘to_string’ is not a member of ‘std’
  75. include_options_text += INCLUDE_OPTIONS[i].str + " = " + INCLUDE_OPTIONS[i].regexp + "|" + std::to_string(INCLUDE_OPTIONS[i].id) + "\n";
  76. ^
  77. /home/diziet/downloads/lgogdownloader-master/main.cpp:287:37: error: ‘move’ is not a member of ‘std’
  78. lines.push_back(std::move(line));
  79. ^
  80. /home/diziet/downloads/lgogdownloader-master/main.cpp:317:14: warning: ‘auto’ changes meaning in C++11; please remove it [-Wc++0x-compat]
  81. for (auto i = unrecognized_options_cli.begin(); i != unrecognized_options_cli.end(); ++i)
  82. ^
  83. /home/diziet/downloads/lgogdownloader-master/main.cpp:317:19: error: ‘i’ does not name a type
  84. for (auto i = unrecognized_options_cli.begin(); i != unrecognized_options_cli.end(); ++i)
  85. ^
  86. /home/diziet/downloads/lgogdownloader-master/main.cpp:317:57: error: expected ‘;’ before ‘i’
  87. for (auto i = unrecognized_options_cli.begin(); i != unrecognized_options_cli.end(); ++i)
  88. ^
  89. /home/diziet/downloads/lgogdownloader-master/main.cpp:317:57: error: name lookup of ‘i’ changed for ISO ‘for’ scoping [-fpermissive]
  90. /home/diziet/downloads/lgogdownloader-master/main.cpp:317:57: note: (if you use ‘-fpermissive’ G++ will accept your code)
  91. /home/diziet/downloads/lgogdownloader-master/main.cpp:317:59: error: no match for ‘operator!=’ (operand types are ‘unsigned int’ and ‘std::vector<std::basic_string<char> >::iterator {aka __gnu_cxx::__normal_iterator<std::basic_string<char>*, std::vector<std::basic_string<char> > >}’)
  92. for (auto i = unrecognized_options_cli.begin(); i != unrecognized_options_cli.end(); ++i)
  93. ^
  94. /home/diziet/downloads/lgogdownloader-master/main.cpp:317:59: note: candidates are:
  95. In file included from /usr/include/c++/4.9.2/x86_64-mageia-linux-gnu/bits/c++allocator.h:33:0,
  96. from /usr/include/c++/4.9.2/bits/allocator.h:46,
  97. from /usr/include/c++/4.9.2/string:41,
  98. from /usr/include/c++/4.9.2/bits/locale_classes.h:40,
  99. from /usr/include/c++/4.9.2/bits/ios_base.h:41,
  100. from /usr/include/c++/4.9.2/ios:42,
  101. from /usr/include/c++/4.9.2/ostream:38,
  102. from /usr/include/c++/4.9.2/iostream:39,
  103. from /home/diziet/downloads/lgogdownloader-master/include/config.h:10,
  104. from /home/diziet/downloads/lgogdownloader-master/include/downloader.h:24,
  105. from /home/diziet/downloads/lgogdownloader-master/main.cpp:7:
  106. /usr/include/c++/4.9.2/ext/new_allocator.h:144:5: note: template<class _Tp> bool __gnu_cxx::operator!=(const __gnu_cxx::new_allocator<_Tp>&, const __gnu_cxx::new_allocator<_Tp>&)
  107. operator!=(const new_allocator<_Tp>&, const new_allocator<_Tp>&)
  108. ^
  109. /usr/include/c++/4.9.2/ext/new_allocator.h:144:5: note: template argument deduction/substitution failed:
  110. /home/diziet/downloads/lgogdownloader-master/main.cpp:317:91: note: mismatched types ‘const __gnu_cxx::new_allocator<_Tp>’ and ‘unsigned int’
  111. for (auto i = unrecognized_options_cli.begin(); i != unrecognized_options_cli.end(); ++i)
  112. ^
  113. In file included from /usr/include/c++/4.9.2/bits/stl_algobase.h:67:0,
  114. from /usr/include/c++/4.9.2/bits/char_traits.h:39,
  115. from /usr/include/c++/4.9.2/ios:40,
  116. from /usr/include/c++/4.9.2/ostream:38,
  117. from /usr/include/c++/4.9.2/iostream:39,
  118. from /home/diziet/downloads/lgogdownloader-master/include/config.h:10,
  119. from /home/diziet/downloads/lgogdownloader-master/include/downloader.h:24,
  120. from /home/diziet/downloads/lgogdownloader-master/main.cpp:7:
  121. /usr/include/c++/4.9.2/bits/stl_iterator.h:829:5: note: template<class _Iterator, class _Container> bool __gnu_cxx::operator!=(const __gnu_cxx::__normal_iterator<_Iterator, _Container>&, const __gnu_cxx::__normal_iterator<_Iterator, _Container>&)
  122. operator!=(const __normal_iterator<_Iterator, _Container>& __lhs,
  123. ^
  124. /usr/include/c++/4.9.2/bits/stl_iterator.h:829:5: note: template argument deduction/substitution failed:
  125. /home/diziet/downloads/lgogdownloader-master/main.cpp:317:91: note: mismatched types ‘const __gnu_cxx::__normal_iterator<_Iterator, _Container>’ and ‘unsigned int’
  126. for (auto i = unrecognized_options_cli.begin(); i != unrecognized_options_cli.end(); ++i)
  127. ^
  128. In file included from /usr/include/c++/4.9.2/bits/stl_algobase.h:67:0,
  129. from /usr/include/c++/4.9.2/bits/char_traits.h:39,
  130. from /usr/include/c++/4.9.2/ios:40,
  131. from /usr/include/c++/4.9.2/ostream:38,
  132. from /usr/include/c++/4.9.2/iostream:39,
  133. from /home/diziet/downloads/lgogdownloader-master/include/config.h:10,
  134. from /home/diziet/downloads/lgogdownloader-master/include/downloader.h:24,
  135. from /home/diziet/downloads/lgogdownloader-master/main.cpp:7:
  136. /usr/include/c++/4.9.2/bits/stl_iterator.h:822:5: note: template<class _IteratorL, class _IteratorR, class _Container> bool __gnu_cxx::operator!=(const __gnu_cxx::__normal_iterator<_IteratorL, _Container>&, const __gnu_cxx::__normal_iterator<_IteratorR, _Container>&)
  137. operator!=(const __normal_iterator<_IteratorL, _Container>& __lhs,
  138. ^
  139. /usr/include/c++/4.9.2/bits/stl_iterator.h:822:5: note: template argument deduction/substitution failed:
  140. /home/diziet/downloads/lgogdownloader-master/main.cpp:317:91: note: mismatched types ‘const __gnu_cxx::__normal_iterator<_IteratorL, _Container>’ and ‘unsigned int’
  141. for (auto i = unrecognized_options_cli.begin(); i != unrecognized_options_cli.end(); ++i)
  142. ^
  143. In file included from /usr/include/c++/4.9.2/stack:61:0,
  144. from /usr/include/jsoncpp/json/reader.h:15,
  145. from /usr/include/jsoncpp/json/json.h:11,
  146. from /home/diziet/downloads/lgogdownloader-master/include/gamefile.h:8,
  147. from /home/diziet/downloads/lgogdownloader-master/include/gamedetails.h:5,
  148. from /home/diziet/downloads/lgogdownloader-master/include/api.h:11,
  149. from /home/diziet/downloads/lgogdownloader-master/include/downloader.h:25,
  150. from /home/diziet/downloads/lgogdownloader-master/main.cpp:7:
  151. /usr/include/c++/4.9.2/bits/stl_stack.h:270:5: note: template<class _Tp, class _Seq> bool std::operator!=(const std::stack<_Tp, _Seq>&, const std::stack<_Tp, _Seq>&)
  152. operator!=(const stack<_Tp, _Seq>& __x, const stack<_Tp, _Seq>& __y)
  153. ^
  154. /usr/include/c++/4.9.2/bits/stl_stack.h:270:5: note: template argument deduction/substitution failed:
  155. /home/diziet/downloads/lgogdownloader-master/main.cpp:317:91: note: mismatched types ‘const std::stack<_Tp, _Seq>’ and ‘unsigned int’
  156. for (auto i = unrecognized_options_cli.begin(); i != unrecognized_options_cli.end(); ++i)
  157. ^
  158. In file included from /usr/include/boost/detail/container_fwd.hpp:98:0,
  159. from /usr/include/boost/functional/hash/extensions.hpp:17,
  160. from /usr/include/boost/functional/hash/hash.hpp:540,
  161. from /usr/include/boost/functional/hash.hpp:6,
  162. from /usr/include/boost/regex/v4/basic_regex.hpp:23,
  163. from /usr/include/boost/regex/v4/regex.hpp:67,
  164. from /usr/include/boost/regex.hpp:31,
  165. from /home/diziet/downloads/lgogdownloader-master/include/blacklist.h:10,
  166. from /home/diziet/downloads/lgogdownloader-master/include/config.h:13,
  167. from /home/diziet/downloads/lgogdownloader-master/include/downloader.h:24,
  168. from /home/diziet/downloads/lgogdownloader-master/main.cpp:7:
  169. /usr/include/c++/4.9.2/complex:481:5: note: template<class _Tp> bool std::operator!=(const _Tp&, const std::complex<_Tp>&)
  170. operator!=(const _Tp& __x, const complex<_Tp>& __y)
  171. ^
  172. /usr/include/c++/4.9.2/complex:481:5: note: template argument deduction/substitution failed:
  173. /home/diziet/downloads/lgogdownloader-master/main.cpp:317:91: note: ‘std::vector<std::basic_string<char> >::iterator {aka __gnu_cxx::__normal_iterator<std::basic_string<char>*, std::vector<std::basic_string<char> > >}’ is not derived from ‘const std::complex<_Tp>’
  174. for (auto i = unrecognized_options_cli.begin(); i != unrecognized_options_cli.end(); ++i)
  175. ^
  176. In file included from /usr/include/boost/detail/container_fwd.hpp:98:0,
  177. from /usr/include/boost/functional/hash/extensions.hpp:17,
  178. from /usr/include/boost/functional/hash/hash.hpp:540,
  179. from /usr/include/boost/functional/hash.hpp:6,
  180. from /usr/include/boost/regex/v4/basic_regex.hpp:23,
  181. from /usr/include/boost/regex/v4/regex.hpp:67,
  182. from /usr/include/boost/regex.hpp:31,
  183. from /home/diziet/downloads/lgogdownloader-master/include/blacklist.h:10,
  184. from /home/diziet/downloads/lgogdownloader-master/include/config.h:13,
  185. from /home/diziet/downloads/lgogdownloader-master/include/downloader.h:24,
  186. from /home/diziet/downloads/lgogdownloader-master/main.cpp:7:
  187. /usr/include/c++/4.9.2/complex:476:5: note: template<class _Tp> bool std::operator!=(const std::complex<_Tp>&, const _Tp&)
  188. operator!=(const complex<_Tp>& __x, const _Tp& __y)
  189. ^
  190. /usr/include/c++/4.9.2/complex:476:5: note: template argument deduction/substitution failed:
  191. /home/diziet/downloads/lgogdownloader-master/main.cpp:317:91: note: mismatched types ‘const std::complex<_Tp>’ and ‘unsigned int’
  192. for (auto i = unrecognized_options_cli.begin(); i != unrecognized_options_cli.end(); ++i)
  193. ^
  194. In file included from /usr/include/boost/detail/container_fwd.hpp:98:0,
  195. from /usr/include/boost/functional/hash/extensions.hpp:17,
  196. from /usr/include/boost/functional/hash/hash.hpp:540,
  197. from /usr/include/boost/functional/hash.hpp:6,
  198. from /usr/include/boost/regex/v4/basic_regex.hpp:23,
  199. from /usr/include/boost/regex/v4/regex.hpp:67,
  200. from /usr/include/boost/regex.hpp:31,
  201. from /home/diziet/downloads/lgogdownloader-master/include/blacklist.h:10,
  202. from /home/diziet/downloads/lgogdownloader-master/include/config.h:13,
  203. from /home/diziet/downloads/lgogdownloader-master/include/downloader.h:24,
  204. from /home/diziet/downloads/lgogdownloader-master/main.cpp:7:
  205. /usr/include/c++/4.9.2/complex:471:5: note: template<class _Tp> bool std::operator!=(const std::complex<_Tp>&, const std::complex<_Tp>&)
  206. operator!=(const complex<_Tp>& __x, const complex<_Tp>& __y)
  207. ^
  208. /usr/include/c++/4.9.2/complex:471:5: note: template argument deduction/substitution failed:
  209. /home/diziet/downloads/lgogdownloader-master/main.cpp:317:91: note: mismatched types ‘const std::complex<_Tp>’ and ‘unsigned int’
  210. for (auto i = unrecognized_options_cli.begin(); i != unrecognized_options_cli.end(); ++i)
  211. ^
  212. In file included from /usr/include/c++/4.9.2/set:62:0,
  213. from /usr/include/boost/detail/container_fwd.hpp:95,
  214. from /usr/include/boost/functional/hash/extensions.hpp:17,
  215. from /usr/include/boost/functional/hash/hash.hpp:540,
  216. from /usr/include/boost/functional/hash.hpp:6,
  217. from /usr/include/boost/regex/v4/basic_regex.hpp:23,
  218. from /usr/include/boost/regex/v4/regex.hpp:67,
  219. from /usr/include/boost/regex.hpp:31,
  220. from /home/diziet/downloads/lgogdownloader-master/include/blacklist.h:10,
  221. from /home/diziet/downloads/lgogdownloader-master/include/config.h:13,
  222. from /home/diziet/downloads/lgogdownloader-master/include/downloader.h:24,
  223. from /home/diziet/downloads/lgogdownloader-master/main.cpp:7:
  224. /usr/include/c++/4.9.2/bits/stl_multiset.h:801:5: note: template<class _Key, class _Compare, class _Alloc> bool std::operator!=(const std::multiset<_Key, _Compare, _Alloc>&, const std::multiset<_Key, _Compare, _Alloc>&)
  225. operator!=(const multiset<_Key, _Compare, _Alloc>& __x,
  226. ^
  227. /usr/include/c++/4.9.2/bits/stl_multiset.h:801:5: note: template argument deduction/substitution failed:
  228. /home/diziet/downloads/lgogdownloader-master/main.cpp:317:91: note: mismatched types ‘const std::multiset<_Key, _Compare, _Alloc>’ and ‘unsigned int’
  229. for (auto i = unrecognized_options_cli.begin(); i != unrecognized_options_cli.end(); ++i)
  230. ^
  231. In file included from /usr/include/c++/4.9.2/set:61:0,
  232. from /usr/include/boost/detail/container_fwd.hpp:95,
  233. from /usr/include/boost/functional/hash/extensions.hpp:17,
  234. from /usr/include/boost/functional/hash/hash.hpp:540,
  235. from /usr/include/boost/functional/hash.hpp:6,
  236. from /usr/include/boost/regex/v4/basic_regex.hpp:23,
  237. from /usr/include/boost/regex/v4/regex.hpp:67,
  238. from /usr/include/boost/regex.hpp:31,
  239. from /home/diziet/downloads/lgogdownloader-master/include/blacklist.h:10,
  240. from /home/diziet/downloads/lgogdownloader-master/include/config.h:13,
  241. from /home/diziet/downloads/lgogdownloader-master/include/downloader.h:24,
  242. from /home/diziet/downloads/lgogdownloader-master/main.cpp:7:
  243. /usr/include/c++/4.9.2/bits/stl_set.h:817:5: note: template<class _Key, class _Compare, class _Alloc> bool std::operator!=(const std::set<_Key, _Compare, _Alloc>&, const std::set<_Key, _Compare, _Alloc>&)
  244. operator!=(const set<_Key, _Compare, _Alloc>& __x,
  245. ^
  246. /usr/include/c++/4.9.2/bits/stl_set.h:817:5: note: template argument deduction/substitution failed:
  247. /home/diziet/downloads/lgogdownloader-master/main.cpp:317:91: note: mismatched types ‘const std::set<_Key, _Compare, _Alloc>’ and ‘unsigned int’
  248. for (auto i = unrecognized_options_cli.begin(); i != unrecognized_options_cli.end(); ++i)
  249. ^
  250. In file included from /usr/include/c++/4.9.2/deque:64:0,
  251. from /usr/include/boost/detail/container_fwd.hpp:91,
  252. from /usr/include/boost/functional/hash/extensions.hpp:17,
  253. from /usr/include/boost/functional/hash/hash.hpp:540,
  254. from /usr/include/boost/functional/hash.hpp:6,
  255. from /usr/include/boost/regex/v4/basic_regex.hpp:23,
  256. from /usr/include/boost/regex/v4/regex.hpp:67,
  257. from /usr/include/boost/regex.hpp:31,
  258. from /home/diziet/downloads/lgogdownloader-master/include/blacklist.h:10,
  259. from /home/diziet/downloads/lgogdownloader-master/include/config.h:13,
  260. from /home/diziet/downloads/lgogdownloader-master/include/downloader.h:24,
  261. from /home/diziet/downloads/lgogdownloader-master/main.cpp:7:
  262. /usr/include/c++/4.9.2/bits/stl_deque.h:2055:5: note: template<class _Tp, class _Alloc> bool std::operator!=(const std::deque<_Tp, _Alloc>&, const std::deque<_Tp, _Alloc>&)
  263. operator!=(const deque<_Tp, _Alloc>& __x,
  264. ^
  265. /usr/include/c++/4.9.2/bits/stl_deque.h:2055:5: note: template argument deduction/substitution failed:
  266. /home/diziet/downloads/lgogdownloader-master/main.cpp:317:91: note: mismatched types ‘const std::deque<_Tp, _Alloc>’ and ‘unsigned int’
  267. for (auto i = unrecognized_options_cli.begin(); i != unrecognized_options_cli.end(); ++i)
  268. ^
  269. In file included from /usr/include/c++/4.9.2/deque:64:0,
  270. from /usr/include/boost/detail/container_fwd.hpp:91,
  271. from /usr/include/boost/functional/hash/extensions.hpp:17,
  272. from /usr/include/boost/functional/hash/hash.hpp:540,
  273. from /usr/include/boost/functional/hash.hpp:6,
  274. from /usr/include/boost/regex/v4/basic_regex.hpp:23,
  275. from /usr/include/boost/regex/v4/regex.hpp:67,
  276. from /usr/include/boost/regex.hpp:31,
  277. from /home/diziet/downloads/lgogdownloader-master/include/blacklist.h:10,
  278. from /home/diziet/downloads/lgogdownloader-master/include/config.h:13,
  279. from /home/diziet/downloads/lgogdownloader-master/include/downloader.h:24,
  280. from /home/diziet/downloads/lgogdownloader-master/main.cpp:7:
  281. /usr/include/c++/4.9.2/bits/stl_deque.h:271:5: note: template<class _Tp, class _RefL, class _PtrL, class _RefR, class _PtrR> bool std::operator!=(const std::_Deque_iterator<_Tp, _Ref, _Ptr>&, const std::_Deque_iterator<_Tp, _RefR, _PtrR>&)
  282. operator!=(const _Deque_iterator<_Tp, _RefL, _PtrL>& __x,
  283. ^
  284. /usr/include/c++/4.9.2/bits/stl_deque.h:271:5: note: template argument deduction/substitution failed:
  285. /home/diziet/downloads/lgogdownloader-master/main.cpp:317:91: note: mismatched types ‘const std::_Deque_iterator<_Tp, _Ref, _Ptr>’ and ‘unsigned int’
  286. for (auto i = unrecognized_options_cli.begin(); i != unrecognized_options_cli.end(); ++i)
  287. ^
  288. In file included from /usr/include/c++/4.9.2/deque:64:0,
  289. from /usr/include/boost/detail/container_fwd.hpp:91,
  290. from /usr/include/boost/functional/hash/extensions.hpp:17,
  291. from /usr/include/boost/functional/hash/hash.hpp:540,
  292. from /usr/include/boost/functional/hash.hpp:6,
  293. from /usr/include/boost/regex/v4/basic_regex.hpp:23,
  294. from /usr/include/boost/regex/v4/regex.hpp:67,
  295. from /usr/include/boost/regex.hpp:31,
  296. from /home/diziet/downloads/lgogdownloader-master/include/blacklist.h:10,
  297. from /home/diziet/downloads/lgogdownloader-master/include/config.h:13,
  298. from /home/diziet/downloads/lgogdownloader-master/include/downloader.h:24,
  299. from /home/diziet/downloads/lgogdownloader-master/main.cpp:7:
  300. /usr/include/c++/4.9.2/bits/stl_deque.h:264:5: note: template<class _Tp, class _Ref, class _Ptr> bool std::operator!=(const std::_Deque_iterator<_Tp, _Ref, _Ptr>&, const std::_Deque_iterator<_Tp, _Ref, _Ptr>&)
  301. operator!=(const _Deque_iterator<_Tp, _Ref, _Ptr>& __x,
  302. ^
  303. /usr/include/c++/4.9.2/bits/stl_deque.h:264:5: note: template argument deduction/substitution failed:
  304. /home/diziet/downloads/lgogdownloader-master/main.cpp:317:91: note: mismatched types ‘const std::_Deque_iterator<_Tp, _Ref, _Ptr>’ and ‘unsigned int’
  305. for (auto i = unrecognized_options_cli.begin(); i != unrecognized_options_cli.end(); ++i)
  306. ^
  307. In file included from /usr/include/c++/4.9.2/list:63:0,
  308. from /usr/include/boost/regex/pending/object_cache.hpp:23,
  309. from /usr/include/boost/regex/v4/cpp_regex_traits.hpp:40,
  310. from /usr/include/boost/regex/v4/regex_traits.hpp:39,
  311. from /usr/include/boost/regex/regex_traits.hpp:27,
  312. from /usr/include/boost/regex/v4/regex.hpp:39,
  313. from /usr/include/boost/regex.hpp:31,
  314. from /home/diziet/downloads/lgogdownloader-master/include/blacklist.h:10,
  315. from /home/diziet/downloads/lgogdownloader-master/include/config.h:13,
  316. from /home/diziet/downloads/lgogdownloader-master/include/downloader.h:24,
  317. from /home/diziet/downloads/lgogdownloader-master/main.cpp:7:
  318. /usr/include/c++/4.9.2/bits/stl_list.h:1765:5: note: template<class _Tp, class _Alloc> bool std::operator!=(const std::list<_Tp, _Alloc>&, const std::list<_Tp, _Alloc>&)
  319. operator!=(const list<_Tp, _Alloc>& __x, const list<_Tp, _Alloc>& __y)
  320. ^
  321. /usr/include/c++/4.9.2/bits/stl_list.h:1765:5: note: template argument deduction/substitution failed:
  322. /home/diziet/downloads/lgogdownloader-master/main.cpp:317:91: note: mismatched types ‘const std::list<_Tp, _Alloc>’ and ‘unsigned int’
  323. for (auto i = unrecognized_options_cli.begin(); i != unrecognized_options_cli.end(); ++i)
  324. ^
  325. In file included from /usr/include/c++/4.9.2/list:63:0,
  326. from /usr/include/boost/regex/pending/object_cache.hpp:23,
  327. from /usr/include/boost/regex/v4/cpp_regex_traits.hpp:40,
  328. from /usr/include/boost/regex/v4/regex_traits.hpp:39,
  329. from /usr/include/boost/regex/regex_traits.hpp:27,
  330. from /usr/include/boost/regex/v4/regex.hpp:39,
  331. from /usr/include/boost/regex.hpp:31,
  332. from /home/diziet/downloads/lgogdownloader-master/include/blacklist.h:10,
  333. from /home/diziet/downloads/lgogdownloader-master/include/config.h:13,
  334. from /home/diziet/downloads/lgogdownloader-master/include/downloader.h:24,
  335. from /home/diziet/downloads/lgogdownloader-master/main.cpp:7:
  336. /usr/include/c++/4.9.2/bits/stl_list.h:291:5: note: template<class _Val> bool std::operator!=(const std::_List_iterator<_Tp>&, const std::_List_const_iterator<_Val>&)
  337. operator!=(const _List_iterator<_Val>& __x,
  338. ^
  339. /usr/include/c++/4.9.2/bits/stl_list.h:291:5: note: template argument deduction/substitution failed:
  340. /home/diziet/downloads/lgogdownloader-master/main.cpp:317:91: note: mismatched types ‘const std::_List_iterator<_Tp>’ and ‘unsigned int’
  341. for (auto i = unrecognized_options_cli.begin(); i != unrecognized_options_cli.end(); ++i)
  342. ^
  343. In file included from /usr/include/c++/4.9.2/map:62:0,
  344. from /usr/include/boost/regex/v4/regex_workaround.hpp:36,
  345. from /usr/include/boost/regex/v4/regex.hpp:32,
  346. from /usr/include/boost/regex.hpp:31,
  347. from /home/diziet/downloads/lgogdownloader-master/include/blacklist.h:10,
  348. from /home/diziet/downloads/lgogdownloader-master/include/config.h:13,
  349. from /home/diziet/downloads/lgogdownloader-master/include/downloader.h:24,
  350. from /home/diziet/downloads/lgogdownloader-master/main.cpp:7:
  351. /usr/include/c++/4.9.2/bits/stl_multimap.h:927:5: note: template<class _Key, class _Tp, class _Compare, class _Alloc> bool std::operator!=(const std::multimap<_Key, _Tp, _Compare, _Alloc>&, const std::multimap<_Key, _Tp, _Compare, _Alloc>&)
  352. operator!=(const multimap<_Key, _Tp, _Compare, _Alloc>& __x,
  353. ^
  354. /usr/include/c++/4.9.2/bits/stl_multimap.h:927:5: note: template argument deduction/substitution failed:
  355. /home/diziet/downloads/lgogdownloader-master/main.cpp:317:91: note: mismatched types ‘const std::multimap<_Key, _Tp, _Compare, _Alloc>’ and ‘unsigned int’
  356. for (auto i = unrecognized_options_cli.begin(); i != unrecognized_options_cli.end(); ++i)
  357. ^
  358. In file included from /usr/include/c++/4.9.2/map:61:0,
  359. from /usr/include/boost/regex/v4/regex_workaround.hpp:36,
  360. from /usr/include/boost/regex/v4/regex.hpp:32,
  361. from /usr/include/boost/regex.hpp:31,
  362. from /home/diziet/downloads/lgogdownloader-master/include/blacklist.h:10,
  363. from /home/diziet/downloads/lgogdownloader-master/include/config.h:13,
  364. from /home/diziet/downloads/lgogdownloader-master/include/downloader.h:24,
  365. from /home/diziet/downloads/lgogdownloader-master/main.cpp:7:
  366. /usr/include/c++/4.9.2/bits/stl_map.h:1024:5: note: template<class _Key, class _Tp, class _Compare, class _Alloc> bool std::operator!=(const std::map<_Key, _Tp, _Compare, _Alloc>&, const std::map<_Key, _Tp, _Compare, _Alloc>&)
  367. operator!=(const map<_Key, _Tp, _Compare, _Alloc>& __x,
  368. ^
  369. /usr/include/c++/4.9.2/bits/stl_map.h:1024:5: note: template argument deduction/substitution failed:
  370. /home/diziet/downloads/lgogdownloader-master/main.cpp:317:91: note: mismatched types ‘const std::map<_Key, _Tp, _Compare, _Alloc>’ and ‘unsigned int’
  371. for (auto i = unrecognized_options_cli.begin(); i != unrecognized_options_cli.end(); ++i)
  372. ^
  373. In file included from /usr/include/c++/4.9.2/map:60:0,
  374. from /usr/include/boost/regex/v4/regex_workaround.hpp:36,
  375. from /usr/include/boost/regex/v4/regex.hpp:32,
  376. from /usr/include/boost/regex.hpp:31,
  377. from /home/diziet/downloads/lgogdownloader-master/include/blacklist.h:10,
  378. from /home/diziet/downloads/lgogdownloader-master/include/config.h:13,
  379. from /home/diziet/downloads/lgogdownloader-master/include/downloader.h:24,
  380. from /home/diziet/downloads/lgogdownloader-master/main.cpp:7:
  381. /usr/include/c++/4.9.2/bits/stl_tree.h:990:5: note: template<class _Key, class _Val, class _KeyOfValue, class _Compare, class _Alloc> bool std::operator!=(const std::_Rb_tree<_Key, _Val, _KeyOfValue, _Compare, _Alloc>&, const std::_Rb_tree<_Key, _Val, _KeyOfValue, _Compare, _Alloc>&)
  382. operator!=(const _Rb_tree<_Key, _Val, _KeyOfValue, _Compare, _Alloc>& __x,
  383. ^
  384. /usr/include/c++/4.9.2/bits/stl_tree.h:990:5: note: template argument deduction/substitution failed:
  385. /home/diziet/downloads/lgogdownloader-master/main.cpp:317:91: note: mismatched types ‘const std::_Rb_tree<_Key, _Val, _KeyOfValue, _Compare, _Alloc>’ and ‘unsigned int’
  386. for (auto i = unrecognized_options_cli.begin(); i != unrecognized_options_cli.end(); ++i)
  387. ^
  388. In file included from /usr/include/c++/4.9.2/map:60:0,
  389. from /usr/include/boost/regex/v4/regex_workaround.hpp:36,
  390. from /usr/include/boost/regex/v4/regex.hpp:32,
  391. from /usr/include/boost/regex.hpp:31,
  392. from /home/diziet/downloads/lgogdownloader-master/include/blacklist.h:10,
  393. from /home/diziet/downloads/lgogdownloader-master/include/config.h:13,
  394. from /home/diziet/downloads/lgogdownloader-master/include/downloader.h:24,
  395. from /home/diziet/downloads/lgogdownloader-master/main.cpp:7:
  396. /usr/include/c++/4.9.2/bits/stl_tree.h:329:5: note: template<class _Val> bool std::operator!=(const std::_Rb_tree_iterator<_Tp>&, const std::_Rb_tree_const_iterator<_Val>&)
  397. operator!=(const _Rb_tree_iterator<_Val>& __x,
  398. ^
  399. /usr/include/c++/4.9.2/bits/stl_tree.h:329:5: note: template argument deduction/substitution failed:
  400. /home/diziet/downloads/lgogdownloader-master/main.cpp:317:91: note: mismatched types ‘const std::_Rb_tree_iterator<_Tp>’ and ‘unsigned int’
  401. for (auto i = unrecognized_options_cli.begin(); i != unrecognized_options_cli.end(); ++i)
  402. ^
  403. In file included from /usr/include/c++/4.9.2/vector:64:0,
  404. from /usr/include/boost/regex/v4/regex_workaround.hpp:35,
  405. from /usr/include/boost/regex/v4/regex.hpp:32,
  406. from /usr/include/boost/regex.hpp:31,
  407. from /home/diziet/downloads/lgogdownloader-master/include/blacklist.h:10,
  408. from /home/diziet/downloads/lgogdownloader-master/include/config.h:13,
  409. from /home/diziet/downloads/lgogdownloader-master/include/downloader.h:24,
  410. from /home/diziet/downloads/lgogdownloader-master/main.cpp:7:
  411. /usr/include/c++/4.9.2/bits/stl_vector.h:1535:5: note: template<class _Tp, class _Alloc> bool std::operator!=(const std::vector<_Tp, _Alloc>&, const std::vector<_Tp, _Alloc>&)
  412. operator!=(const vector<_Tp, _Alloc>& __x, const vector<_Tp, _Alloc>& __y)
  413. ^
  414. /usr/include/c++/4.9.2/bits/stl_vector.h:1535:5: note: template argument deduction/substitution failed:
  415. /home/diziet/downloads/lgogdownloader-master/main.cpp:317:91: note: mismatched types ‘const std::vector<_Tp, _Alloc>’ and ‘unsigned int’
  416. for (auto i = unrecognized_options_cli.begin(); i != unrecognized_options_cli.end(); ++i)
  417. ^
  418. In file included from /usr/include/c++/4.9.2/iterator:66:0,
  419. from /usr/include/boost/regex/v4/regex_workaround.hpp:32,
  420. from /usr/include/boost/regex/v4/regex.hpp:32,
  421. from /usr/include/boost/regex.hpp:31,
  422. from /home/diziet/downloads/lgogdownloader-master/include/blacklist.h:10,
  423. from /home/diziet/downloads/lgogdownloader-master/include/config.h:13,
  424. from /home/diziet/downloads/lgogdownloader-master/include/downloader.h:24,
  425. from /home/diziet/downloads/lgogdownloader-master/main.cpp:7:
  426. /usr/include/c++/4.9.2/bits/stream_iterator.h:137:5: note: template<class _Tp, class _CharT, class _Traits, class _Dist> bool std::operator!=(const std::istream_iterator<_Tp, _CharT, _Traits, _Dist>&, const std::istream_iterator<_Tp, _CharT, _Traits, _Dist>&)
  427. operator!=(const istream_iterator<_Tp, _CharT, _Traits, _Dist>& __x,
  428. ^
  429. /usr/include/c++/4.9.2/bits/stream_iterator.h:137:5: note: template argument deduction/substitution failed:
  430. /home/diziet/downloads/lgogdownloader-master/main.cpp:317:91: note: mismatched types ‘const std::istream_iterator<_Tp, _CharT, _Traits, _Dist>’ and ‘unsigned int’
  431. for (auto i = unrecognized_options_cli.begin(); i != unrecognized_options_cli.end(); ++i)
  432. ^
  433. In file included from /usr/include/c++/4.9.2/bits/locale_facets.h:48:0,
  434. from /usr/include/c++/4.9.2/bits/basic_ios.h:37,
  435. from /usr/include/c++/4.9.2/ios:44,
  436. from /usr/include/c++/4.9.2/ostream:38,
  437. from /usr/include/c++/4.9.2/iostream:39,
  438. from /home/diziet/downloads/lgogdownloader-master/include/config.h:10,
  439. from /home/diziet/downloads/lgogdownloader-master/include/downloader.h:24,
  440. from /home/diziet/downloads/lgogdownloader-master/main.cpp:7:
  441. /usr/include/c++/4.9.2/bits/streambuf_iterator.h:210:5: note: template<class _CharT, class _Traits> bool std::operator!=(const std::istreambuf_iterator<_CharT, _Traits>&, const std::istreambuf_iterator<_CharT, _Traits>&)
  442. operator!=(const istreambuf_iterator<_CharT, _Traits>& __a,
  443. ^
  444. /usr/include/c++/4.9.2/bits/streambuf_iterator.h:210:5: note: template argument deduction/substitution failed:
  445. /home/diziet/downloads/lgogdownloader-master/main.cpp:317:91: note: mismatched types ‘const std::istreambuf_iterator<_CharT, _Traits>’ and ‘unsigned int’
  446. for (auto i = unrecognized_options_cli.begin(); i != unrecognized_options_cli.end(); ++i)
  447. ^
  448. In file included from /usr/include/c++/4.9.2/string:52:0,
  449. from /usr/include/c++/4.9.2/bits/locale_classes.h:40,
  450. from /usr/include/c++/4.9.2/bits/ios_base.h:41,
  451. from /usr/include/c++/4.9.2/ios:42,
  452. from /usr/include/c++/4.9.2/ostream:38,
  453. from /usr/include/c++/4.9.2/iostream:39,
  454. from /home/diziet/downloads/lgogdownloader-master/include/config.h:10,
  455. from /home/diziet/downloads/lgogdownloader-master/include/downloader.h:24,
  456. from /home/diziet/downloads/lgogdownloader-master/main.cpp:7:
  457. /usr/include/c++/4.9.2/bits/basic_string.h:2575:5: note: template<class _CharT, class _Traits, class _Alloc> bool std::operator!=(const std::basic_string<_CharT, _Traits, _Alloc>&, const _CharT*)
  458. operator!=(const basic_string<_CharT, _Traits, _Alloc>& __lhs,
  459. ^
  460. /usr/include/c++/4.9.2/bits/basic_string.h:2575:5: note: template argument deduction/substitution failed:
  461. /home/diziet/downloads/lgogdownloader-master/main.cpp:317:91: note: mismatched types ‘const std::basic_string<_CharT, _Traits, _Alloc>’ and ‘unsigned int’
  462. for (auto i = unrecognized_options_cli.begin(); i != unrecognized_options_cli.end(); ++i)
  463. ^
  464. In file included from /usr/include/c++/4.9.2/string:52:0,
  465. from /usr/include/c++/4.9.2/bits/locale_classes.h:40,
  466. from /usr/include/c++/4.9.2/bits/ios_base.h:41,
  467. from /usr/include/c++/4.9.2/ios:42,
  468. from /usr/include/c++/4.9.2/ostream:38,
  469. from /usr/include/c++/4.9.2/iostream:39,
  470. from /home/diziet/downloads/lgogdownloader-master/include/config.h:10,
  471. from /home/diziet/downloads/lgogdownloader-master/include/downloader.h:24,
  472. from /home/diziet/downloads/lgogdownloader-master/main.cpp:7:
  473. /usr/include/c++/4.9.2/bits/basic_string.h:2563:5: note: template<class _CharT, class _Traits, class _Alloc> bool std::operator!=(const _CharT*, const std::basic_string<_CharT, _Traits, _Alloc>&)
  474. operator!=(const _CharT* __lhs,
  475. ^
  476. /usr/include/c++/4.9.2/bits/basic_string.h:2563:5: note: template argument deduction/substitution failed:
  477. /home/diziet/downloads/lgogdownloader-master/main.cpp:317:91: note: mismatched types ‘const _CharT*’ and ‘unsigned int’
  478. for (auto i = unrecognized_options_cli.begin(); i != unrecognized_options_cli.end(); ++i)
  479. ^
  480. In file included from /usr/include/c++/4.9.2/string:52:0,
  481. from /usr/include/c++/4.9.2/bits/locale_classes.h:40,
  482. from /usr/include/c++/4.9.2/bits/ios_base.h:41,
  483. from /usr/include/c++/4.9.2/ios:42,
  484. from /usr/include/c++/4.9.2/ostream:38,
  485. from /usr/include/c++/4.9.2/iostream:39,
  486. from /home/diziet/downloads/lgogdownloader-master/include/config.h:10,
  487. from /home/diziet/downloads/lgogdownloader-master/include/downloader.h:24,
  488. from /home/diziet/downloads/lgogdownloader-master/main.cpp:7:
  489. /usr/include/c++/4.9.2/bits/basic_string.h:2551:5: note: template<class _CharT, class _Traits, class _Alloc> bool std::operator!=(const std::basic_string<_CharT, _Traits, _Alloc>&, const std::basic_string<_CharT, _Traits, _Alloc>&)
  490. operator!=(const basic_string<_CharT, _Traits, _Alloc>& __lhs,
  491. ^
  492. /usr/include/c++/4.9.2/bits/basic_string.h:2551:5: note: template argument deduction/substitution failed:
  493. /home/diziet/downloads/lgogdownloader-master/main.cpp:317:91: note: mismatched types ‘const std::basic_string<_CharT, _Traits, _Alloc>’ and ‘unsigned int’
  494. for (auto i = unrecognized_options_cli.begin(); i != unrecognized_options_cli.end(); ++i)
  495. ^
  496. In file included from /usr/include/c++/4.9.2/string:41:0,
  497. from /usr/include/c++/4.9.2/bits/locale_classes.h:40,
  498. from /usr/include/c++/4.9.2/bits/ios_base.h:41,
  499. from /usr/include/c++/4.9.2/ios:42,
  500. from /usr/include/c++/4.9.2/ostream:38,
  501. from /usr/include/c++/4.9.2/iostream:39,
  502. from /home/diziet/downloads/lgogdownloader-master/include/config.h:10,
  503. from /home/diziet/downloads/lgogdownloader-master/include/downloader.h:24,
  504. from /home/diziet/downloads/lgogdownloader-master/main.cpp:7:
  505. /usr/include/c++/4.9.2/bits/allocator.h:143:5: note: template<class _Tp> bool std::operator!=(const std::allocator<_CharT>&, const std::allocator<_CharT>&)
  506. operator!=(const allocator<_Tp>&, const allocator<_Tp>&)
  507. ^
  508. /usr/include/c++/4.9.2/bits/allocator.h:143:5: note: template argument deduction/substitution failed:
  509. /home/diziet/downloads/lgogdownloader-master/main.cpp:317:91: note: mismatched types ‘const std::allocator<_CharT>’ and ‘unsigned int’
  510. for (auto i = unrecognized_options_cli.begin(); i != unrecognized_options_cli.end(); ++i)
  511. ^
  512. In file included from /usr/include/c++/4.9.2/string:41:0,
  513. from /usr/include/c++/4.9.2/bits/locale_classes.h:40,
  514. from /usr/include/c++/4.9.2/bits/ios_base.h:41,
  515. from /usr/include/c++/4.9.2/ios:42,
  516. from /usr/include/c++/4.9.2/ostream:38,
  517. from /usr/include/c++/4.9.2/iostream:39,
  518. from /home/diziet/downloads/lgogdownloader-master/include/config.h:10,
  519. from /home/diziet/downloads/lgogdownloader-master/include/downloader.h:24,
  520. from /home/diziet/downloads/lgogdownloader-master/main.cpp:7:
  521. /usr/include/c++/4.9.2/bits/allocator.h:138:5: note: template<class _T1, class _T2> bool std::operator!=(const std::allocator<_CharT>&, const std::allocator<_T2>&)
  522. operator!=(const allocator<_T1>&, const allocator<_T2>&)
  523. ^
  524. /usr/include/c++/4.9.2/bits/allocator.h:138:5: note: template argument deduction/substitution failed:
  525. /home/diziet/downloads/lgogdownloader-master/main.cpp:317:91: note: mismatched types ‘const std::allocator<_CharT>’ and ‘unsigned int’
  526. for (auto i = unrecognized_options_cli.begin(); i != unrecognized_options_cli.end(); ++i)
  527. ^
  528. In file included from /usr/include/c++/4.9.2/bits/stl_algobase.h:67:0,
  529. from /usr/include/c++/4.9.2/bits/char_traits.h:39,
  530. from /usr/include/c++/4.9.2/ios:40,
  531. from /usr/include/c++/4.9.2/ostream:38,
  532. from /usr/include/c++/4.9.2/iostream:39,
  533. from /home/diziet/downloads/lgogdownloader-master/include/config.h:10,
  534. from /home/diziet/downloads/lgogdownloader-master/include/downloader.h:24,
  535. from /home/diziet/downloads/lgogdownloader-master/main.cpp:7:
  536. /usr/include/c++/4.9.2/bits/stl_iterator.h:354:5: note: template<class _IteratorL, class _IteratorR> bool std::operator!=(const std::reverse_iterator<_Iterator>&, const std::reverse_iterator<_IteratorR>&)
  537. operator!=(const reverse_iterator<_IteratorL>& __x,
  538. ^
  539. /usr/include/c++/4.9.2/bits/stl_iterator.h:354:5: note: template argument deduction/substitution failed:
  540. /home/diziet/downloads/lgogdownloader-master/main.cpp:317:91: note: mismatched types ‘const std::reverse_iterator<_Iterator>’ and ‘unsigned int’
  541. for (auto i = unrecognized_options_cli.begin(); i != unrecognized_options_cli.end(); ++i)
  542. ^
  543. In file included from /usr/include/c++/4.9.2/bits/stl_algobase.h:67:0,
  544. from /usr/include/c++/4.9.2/bits/char_traits.h:39,
  545. from /usr/include/c++/4.9.2/ios:40,
  546. from /usr/include/c++/4.9.2/ostream:38,
  547. from /usr/include/c++/4.9.2/iostream:39,
  548. from /home/diziet/downloads/lgogdownloader-master/include/config.h:10,
  549. from /home/diziet/downloads/lgogdownloader-master/include/downloader.h:24,
  550. from /home/diziet/downloads/lgogdownloader-master/main.cpp:7:
  551. /usr/include/c++/4.9.2/bits/stl_iterator.h:304:5: note: template<class _Iterator> bool std::operator!=(const std::reverse_iterator<_Iterator>&, const std::reverse_iterator<_Iterator>&)
  552. operator!=(const reverse_iterator<_Iterator>& __x,
  553. ^
  554. /usr/include/c++/4.9.2/bits/stl_iterator.h:304:5: note: template argument deduction/substitution failed:
  555. /home/diziet/downloads/lgogdownloader-master/main.cpp:317:91: note: mismatched types ‘const std::reverse_iterator<_Iterator>’ and ‘unsigned int’
  556. for (auto i = unrecognized_options_cli.begin(); i != unrecognized_options_cli.end(); ++i)
  557. ^
  558. In file included from /usr/include/c++/4.9.2/bits/stl_algobase.h:64:0,
  559. from /usr/include/c++/4.9.2/bits/char_traits.h:39,
  560. from /usr/include/c++/4.9.2/ios:40,
  561. from /usr/include/c++/4.9.2/ostream:38,
  562. from /usr/include/c++/4.9.2/iostream:39,
  563. from /home/diziet/downloads/lgogdownloader-master/include/config.h:10,
  564. from /home/diziet/downloads/lgogdownloader-master/include/downloader.h:24,
  565. from /home/diziet/downloads/lgogdownloader-master/main.cpp:7:
  566. /usr/include/c++/4.9.2/bits/stl_pair.h:227:5: note: template<class _T1, class _T2> bool std::operator!=(const std::pair<_T1, _T2>&, const std::pair<_T1, _T2>&)
  567. operator!=(const pair<_T1, _T2>& __x, const pair<_T1, _T2>& __y)
  568. ^
  569. /usr/include/c++/4.9.2/bits/stl_pair.h:227:5: note: template argument deduction/substitution failed:
  570. /home/diziet/downloads/lgogdownloader-master/main.cpp:317:91: note: mismatched types ‘const std::pair<_T1, _T2>’ and ‘unsigned int’
  571. for (auto i = unrecognized_options_cli.begin(); i != unrecognized_options_cli.end(); ++i)
  572. ^
  573. In file included from /usr/include/c++/4.9.2/iosfwd:40:0,
  574. from /usr/include/c++/4.9.2/ios:38,
  575. from /usr/include/c++/4.9.2/ostream:38,
  576. from /usr/include/c++/4.9.2/iostream:39,
  577. from /home/diziet/downloads/lgogdownloader-master/include/config.h:10,
  578. from /home/diziet/downloads/lgogdownloader-master/include/downloader.h:24,
  579. from /home/diziet/downloads/lgogdownloader-master/main.cpp:7:
  580. /usr/include/c++/4.9.2/bits/postypes.h:221:5: note: template<class _StateT> bool std::operator!=(const std::fpos<_StateT>&, const std::fpos<_StateT>&)
  581. operator!=(const fpos<_StateT>& __lhs, const fpos<_StateT>& __rhs)
  582. ^
  583. /usr/include/c++/4.9.2/bits/postypes.h:221:5: note: template argument deduction/substitution failed:
  584. /home/diziet/downloads/lgogdownloader-master/main.cpp:317:91: note: mismatched types ‘const std::fpos<_StateT>’ and ‘unsigned int’
  585. for (auto i = unrecognized_options_cli.begin(); i != unrecognized_options_cli.end(); ++i)
  586. ^
  587. /home/diziet/downloads/lgogdownloader-master/main.cpp:318:18: error: base operand of ‘->’ is not a pointer
  588. if (i->compare(0, GlobalConstants::PROTOCOL_PREFIX.length(), GlobalConstants::PROTOCOL_PREFIX) == 0)
  589. ^
  590. /home/diziet/downloads/lgogdownloader-master/main.cpp:319:41: error: invalid type argument of unary ‘*’ (have ‘unsigned int’)
  591. config.sFileIdString = *i;
  592. ^
  593. /home/diziet/downloads/lgogdownloader-master/main.cpp:473:56: error: ‘to_string’ is not a member of ‘std’
  594. option_value_string = std::to_string(option_value.as<int>());
  595. ^
  596. /home/diziet/downloads/lgogdownloader-master/main.cpp:475:55: error: ‘to_string’ is not a member of ‘std’
  597. option_value_string = std::to_string(option_value.as<size_t>());
  598. ^
  599. /home/diziet/downloads/lgogdownloader-master/main.cpp:477:55: error: ‘to_string’ is not a member of ‘std’
  600. option_value_string = std::to_string(option_value.as<unsigned int>());
  601. ^
  602. /home/diziet/downloads/lgogdownloader-master/main.cpp:479:55: error: ‘to_string’ is not a member of ‘std’
  603. option_value_string = std::to_string(option_value.as<long int>());
  604. ^
  605. CMakeFiles/lgogdownloader.dir/build.make:54: recipe for target 'CMakeFiles/lgogdownloader.dir/main.cpp.o' failed
  606. make[2]: *** [CMakeFiles/lgogdownloader.dir/main.cpp.o] Error 1
  607. CMakeFiles/Makefile2:60: recipe for target 'CMakeFiles/lgogdownloader.dir/all' failed
  608. make[1]: *** [CMakeFiles/lgogdownloader.dir/all] Error 2
  609. Makefile:117: recipe for target 'all' failed
  610. make: *** [all] Error 2
Add Comment
Please, Sign In to add comment