Advertisement
Guest User

Untitled

a guest
Aug 29th, 2016
551
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 35.63 KB | None | 0 0
  1. In file included from /usr/include/boost/predef/detail/_cassert.h:14:0,
  2. from /usr/include/boost/predef/library/c/_prefix.h:11,
  3. from /usr/include/boost/predef/library/c.h:11,
  4. from /usr/include/boost/predef/library.h:11,
  5. from /usr/include/boost/predef.h:14,
  6. from /usr/include/boost/smart_ptr/detail/yield_k.hpp:28,
  7. from /usr/include/boost/smart_ptr/detail/spinlock_sync.hpp:18,
  8. from /usr/include/boost/smart_ptr/detail/spinlock.hpp:50,
  9. from /usr/include/boost/smart_ptr/detail/spinlock_pool.hpp:25,
  10. from /usr/include/boost/smart_ptr/shared_ptr.hpp:34,
  11. from /usr/include/boost/shared_ptr.hpp:17,
  12. from /home/jeffrey/Proj/NotMine/blobby-1.0/src/raknet/NetworkTypes.h:36,
  13. from /home/jeffrey/Proj/NotMine/blobby-1.0/src/NetworkMessage.h:28,
  14. from /home/jeffrey/Proj/NotMine/blobby-1.0/src/NetworkMessage.cpp:22:
  15. /home/jeffrey/Proj/NotMine/blobby-1.0/src/NetworkMessage.cpp: In member function ‘void ServerInfo::writeToBitstream(RakNet::BitStream&)’:
  16. /home/jeffrey/Proj/NotMine/blobby-1.0/src/NetworkMessage.cpp:91:40: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  17. assert( stream.GetNumberOfBytesUsed() == BLOBBY_SERVER_PRESENT_PACKET_SIZE);
  18. ^
  19. /home/jeffrey/Proj/NotMine/blobby-1.0/src/NetworkMessage.cpp: In function ‘std::ostream& operator<<(std::ostream&, const ServerInfo&)’:
  20. /home/jeffrey/Proj/NotMine/blobby-1.0/src/NetworkMessage.cpp:116:9: error: no match for ‘operator<<’ (operand types are ‘std::ostream {aka std::basic_ostream<char>}’ and ‘const char [6]’)
  21. stream << "hello";
  22. ^
  23. /home/jeffrey/Proj/NotMine/blobby-1.0/src/NetworkMessage.cpp:111:15: note: candidate: std::ostream& operator<<(std::ostream&, const ServerInfo&)
  24. std::ostream& operator<<(std::ostream& stream, const ServerInfo& val)
  25. ^
  26. /home/jeffrey/Proj/NotMine/blobby-1.0/src/NetworkMessage.cpp:111:15: note: no known conversion for argument 2 from ‘const char [6]’ to ‘const ServerInfo&’
  27. In file included from /usr/include/c++/5/random:51:0,
  28. from /usr/include/c++/5/bits/stl_algo.h:66,
  29. from /usr/include/c++/5/algorithm:62,
  30. from /usr/include/boost/smart_ptr/shared_ptr.hpp:37,
  31. from /usr/include/boost/shared_ptr.hpp:17,
  32. from /home/jeffrey/Proj/NotMine/blobby-1.0/src/raknet/NetworkTypes.h:36,
  33. from /home/jeffrey/Proj/NotMine/blobby-1.0/src/NetworkMessage.h:28,
  34. from /home/jeffrey/Proj/NotMine/blobby-1.0/src/NetworkMessage.cpp:22:
  35. /usr/include/c++/5/bits/random.tcc:3160:5: note: candidate: template<class _RealType, class _CharT, class _Traits> std::basic_ostream<_CharT, _Traits>& std::operator<<(std::basic_ostream<_CharT, _Traits>&, const std::piecewise_linear_distribution<_RealType>&)
  36. operator<<(std::basic_ostream<_CharT, _Traits>& __os,
  37. ^
  38. /usr/include/c++/5/bits/random.tcc:3160:5: note: template argument deduction/substitution failed:
  39. /home/jeffrey/Proj/NotMine/blobby-1.0/src/NetworkMessage.cpp:116:12: note: mismatched types ‘const std::piecewise_linear_distribution<_RealType>’ and ‘const char [6]’
  40. stream << "hello";
  41. ^
  42. In file included from /usr/include/c++/5/random:51:0,
  43. from /usr/include/c++/5/bits/stl_algo.h:66,
  44. from /usr/include/c++/5/algorithm:62,
  45. from /usr/include/boost/smart_ptr/shared_ptr.hpp:37,
  46. from /usr/include/boost/shared_ptr.hpp:17,
  47. from /home/jeffrey/Proj/NotMine/blobby-1.0/src/raknet/NetworkTypes.h:36,
  48. from /home/jeffrey/Proj/NotMine/blobby-1.0/src/NetworkMessage.h:28,
  49. from /home/jeffrey/Proj/NotMine/blobby-1.0/src/NetworkMessage.cpp:22:
  50. /usr/include/c++/5/bits/random.tcc:2944:5: note: candidate: template<class _RealType, class _CharT, class _Traits> std::basic_ostream<_CharT, _Traits>& std::operator<<(std::basic_ostream<_CharT, _Traits>&, const std::piecewise_constant_distribution<_RealType>&)
  51. operator<<(std::basic_ostream<_CharT, _Traits>& __os,
  52. ^
  53. /usr/include/c++/5/bits/random.tcc:2944:5: note: template argument deduction/substitution failed:
  54. /home/jeffrey/Proj/NotMine/blobby-1.0/src/NetworkMessage.cpp:116:12: note: mismatched types ‘const std::piecewise_constant_distribution<_RealType>’ and ‘const char [6]’
  55. stream << "hello";
  56. ^
  57. In file included from /usr/include/c++/5/random:51:0,
  58. from /usr/include/c++/5/bits/stl_algo.h:66,
  59. from /usr/include/c++/5/algorithm:62,
  60. from /usr/include/boost/smart_ptr/shared_ptr.hpp:37,
  61. from /usr/include/boost/shared_ptr.hpp:17,
  62. from /home/jeffrey/Proj/NotMine/blobby-1.0/src/raknet/NetworkTypes.h:36,
  63. from /home/jeffrey/Proj/NotMine/blobby-1.0/src/NetworkMessage.h:28,
  64. from /home/jeffrey/Proj/NotMine/blobby-1.0/src/NetworkMessage.cpp:22:
  65. /usr/include/c++/5/bits/random.tcc:2734:5: note: candidate: template<class _IntType, class _CharT, class _Traits> std::basic_ostream<_CharT, _Traits>& std::operator<<(std::basic_ostream<_CharT, _Traits>&, const std::discrete_distribution<_IntType>&)
  66. operator<<(std::basic_ostream<_CharT, _Traits>& __os,
  67. ^
  68. /usr/include/c++/5/bits/random.tcc:2734:5: note: template argument deduction/substitution failed:
  69. /home/jeffrey/Proj/NotMine/blobby-1.0/src/NetworkMessage.cpp:116:12: note: mismatched types ‘const std::discrete_distribution<_IntType>’ and ‘const char [6]’
  70. stream << "hello";
  71. ^
  72. In file included from /usr/include/c++/5/random:51:0,
  73. from /usr/include/c++/5/bits/stl_algo.h:66,
  74. from /usr/include/c++/5/algorithm:62,
  75. from /usr/include/boost/smart_ptr/shared_ptr.hpp:37,
  76. from /usr/include/boost/shared_ptr.hpp:17,
  77. from /home/jeffrey/Proj/NotMine/blobby-1.0/src/raknet/NetworkTypes.h:36,
  78. from /home/jeffrey/Proj/NotMine/blobby-1.0/src/NetworkMessage.h:28,
  79. from /home/jeffrey/Proj/NotMine/blobby-1.0/src/NetworkMessage.cpp:22:
  80. /usr/include/c++/5/bits/random.tcc:2275:5: note: candidate: template<class _RealType, class _CharT, class _Traits> std::basic_ostream<_CharT, _Traits>& std::operator<<(std::basic_ostream<_CharT, _Traits>&, const std::student_t_distribution<_RealType>&)
  81. operator<<(std::basic_ostream<_CharT, _Traits>& __os,
  82. ^
  83. /usr/include/c++/5/bits/random.tcc:2275:5: note: template argument deduction/substitution failed:
  84. /home/jeffrey/Proj/NotMine/blobby-1.0/src/NetworkMessage.cpp:116:12: note: mismatched types ‘const std::student_t_distribution<_RealType>’ and ‘const char [6]’
  85. stream << "hello";
  86. ^
  87. In file included from /usr/include/c++/5/random:51:0,
  88. from /usr/include/c++/5/bits/stl_algo.h:66,
  89. from /usr/include/c++/5/algorithm:62,
  90. from /usr/include/boost/smart_ptr/shared_ptr.hpp:37,
  91. from /usr/include/boost/shared_ptr.hpp:17,
  92. from /home/jeffrey/Proj/NotMine/blobby-1.0/src/raknet/NetworkTypes.h:36,
  93. from /home/jeffrey/Proj/NotMine/blobby-1.0/src/NetworkMessage.h:28,
  94. from /home/jeffrey/Proj/NotMine/blobby-1.0/src/NetworkMessage.cpp:22:
  95. /usr/include/c++/5/bits/random.tcc:2200:5: note: candidate: template<class _RealType, class _CharT, class _Traits> std::basic_ostream<_CharT, _Traits>& std::operator<<(std::basic_ostream<_CharT, _Traits>&, const std::fisher_f_distribution<_RealType>&)
  96. operator<<(std::basic_ostream<_CharT, _Traits>& __os,
  97. ^
  98. /usr/include/c++/5/bits/random.tcc:2200:5: note: template argument deduction/substitution failed:
  99. /home/jeffrey/Proj/NotMine/blobby-1.0/src/NetworkMessage.cpp:116:12: note: mismatched types ‘const std::fisher_f_distribution<_RealType>’ and ‘const char [6]’
  100. stream << "hello";
  101. ^
  102. In file included from /usr/include/c++/5/random:51:0,
  103. from /usr/include/c++/5/bits/stl_algo.h:66,
  104. from /usr/include/c++/5/algorithm:62,
  105. from /usr/include/boost/smart_ptr/shared_ptr.hpp:37,
  106. from /usr/include/boost/shared_ptr.hpp:17,
  107. from /home/jeffrey/Proj/NotMine/blobby-1.0/src/raknet/NetworkTypes.h:36,
  108. from /home/jeffrey/Proj/NotMine/blobby-1.0/src/NetworkMessage.h:28,
  109. from /home/jeffrey/Proj/NotMine/blobby-1.0/src/NetworkMessage.cpp:22:
  110. /usr/include/c++/5/bits/random.tcc:2036:5: note: candidate: template<class _RealType, class _CharT, class _Traits> std::basic_ostream<_CharT, _Traits>& std::operator<<(std::basic_ostream<_CharT, _Traits>&, const std::chi_squared_distribution<_RealType>&)
  111. operator<<(std::basic_ostream<_CharT, _Traits>& __os,
  112. ^
  113. /usr/include/c++/5/bits/random.tcc:2036:5: note: template argument deduction/substitution failed:
  114. /home/jeffrey/Proj/NotMine/blobby-1.0/src/NetworkMessage.cpp:116:12: note: mismatched types ‘const std::chi_squared_distribution<_RealType>’ and ‘const char [6]’
  115. stream << "hello";
  116. ^
  117. In file included from /usr/include/c++/5/random:51:0,
  118. from /usr/include/c++/5/bits/stl_algo.h:66,
  119. from /usr/include/c++/5/algorithm:62,
  120. from /usr/include/boost/smart_ptr/shared_ptr.hpp:37,
  121. from /usr/include/boost/shared_ptr.hpp:17,
  122. from /home/jeffrey/Proj/NotMine/blobby-1.0/src/raknet/NetworkTypes.h:36,
  123. from /home/jeffrey/Proj/NotMine/blobby-1.0/src/NetworkMessage.h:28,
  124. from /home/jeffrey/Proj/NotMine/blobby-1.0/src/NetworkMessage.cpp:22:
  125. /usr/include/c++/5/bits/random.tcc:1963:5: note: candidate: template<class _RealType, class _CharT, class _Traits> std::basic_ostream<_CharT, _Traits>& std::operator<<(std::basic_ostream<_CharT, _Traits>&, const std::lognormal_distribution<_RealType>&)
  126. operator<<(std::basic_ostream<_CharT, _Traits>& __os,
  127. ^
  128. /usr/include/c++/5/bits/random.tcc:1963:5: note: template argument deduction/substitution failed:
  129. /home/jeffrey/Proj/NotMine/blobby-1.0/src/NetworkMessage.cpp:116:12: note: mismatched types ‘const std::lognormal_distribution<_RealType>’ and ‘const char [6]’
  130. stream << "hello";
  131. ^
  132. In file included from /usr/include/c++/5/random:51:0,
  133. from /usr/include/c++/5/bits/stl_algo.h:66,
  134. from /usr/include/c++/5/algorithm:62,
  135. from /usr/include/boost/smart_ptr/shared_ptr.hpp:37,
  136. from /usr/include/boost/shared_ptr.hpp:17,
  137. from /home/jeffrey/Proj/NotMine/blobby-1.0/src/raknet/NetworkTypes.h:36,
  138. from /home/jeffrey/Proj/NotMine/blobby-1.0/src/NetworkMessage.h:28,
  139. from /home/jeffrey/Proj/NotMine/blobby-1.0/src/NetworkMessage.cpp:22:
  140. /usr/include/c++/5/bits/random.tcc:1667:5: note: candidate: template<class _IntType, class _CharT, class _Traits> std::basic_ostream<_CharT, _Traits>& std::operator<<(std::basic_ostream<_CharT, _Traits>&, const std::binomial_distribution<_IntType>&)
  141. operator<<(std::basic_ostream<_CharT, _Traits>& __os,
  142. ^
  143. /usr/include/c++/5/bits/random.tcc:1667:5: note: template argument deduction/substitution failed:
  144. /home/jeffrey/Proj/NotMine/blobby-1.0/src/NetworkMessage.cpp:116:12: note: mismatched types ‘const std::binomial_distribution<_IntType>’ and ‘const char [6]’
  145. stream << "hello";
  146. ^
  147. In file included from /usr/include/c++/5/random:51:0,
  148. from /usr/include/c++/5/bits/stl_algo.h:66,
  149. from /usr/include/c++/5/algorithm:62,
  150. from /usr/include/boost/smart_ptr/shared_ptr.hpp:37,
  151. from /usr/include/boost/shared_ptr.hpp:17,
  152. from /home/jeffrey/Proj/NotMine/blobby-1.0/src/raknet/NetworkTypes.h:36,
  153. from /home/jeffrey/Proj/NotMine/blobby-1.0/src/NetworkMessage.h:28,
  154. from /home/jeffrey/Proj/NotMine/blobby-1.0/src/NetworkMessage.cpp:22:
  155. /usr/include/c++/5/bits/random.tcc:1400:5: note: candidate: template<class _IntType, class _CharT, class _Traits> std::basic_ostream<_CharT, _Traits>& std::operator<<(std::basic_ostream<_CharT, _Traits>&, const std::poisson_distribution<_IntType>&)
  156. operator<<(std::basic_ostream<_CharT, _Traits>& __os,
  157. ^
  158. /usr/include/c++/5/bits/random.tcc:1400:5: note: template argument deduction/substitution failed:
  159. /home/jeffrey/Proj/NotMine/blobby-1.0/src/NetworkMessage.cpp:116:12: note: mismatched types ‘const std::poisson_distribution<_IntType>’ and ‘const char [6]’
  160. stream << "hello";
  161. ^
  162. In file included from /usr/include/c++/5/random:51:0,
  163. from /usr/include/c++/5/bits/stl_algo.h:66,
  164. from /usr/include/c++/5/algorithm:62,
  165. from /usr/include/boost/smart_ptr/shared_ptr.hpp:37,
  166. from /usr/include/boost/shared_ptr.hpp:17,
  167. from /home/jeffrey/Proj/NotMine/blobby-1.0/src/raknet/NetworkTypes.h:36,
  168. from /home/jeffrey/Proj/NotMine/blobby-1.0/src/NetworkMessage.h:28,
  169. from /home/jeffrey/Proj/NotMine/blobby-1.0/src/NetworkMessage.cpp:22:
  170. /usr/include/c++/5/bits/random.tcc:1195:5: note: candidate: template<class _IntType, class _CharT, class _Traits> std::basic_ostream<_CharT, _Traits>& std::operator<<(std::basic_ostream<_CharT, _Traits>&, const std::negative_binomial_distribution<_IntType>&)
  171. operator<<(std::basic_ostream<_CharT, _Traits>& __os,
  172. ^
  173. /usr/include/c++/5/bits/random.tcc:1195:5: note: template argument deduction/substitution failed:
  174. /home/jeffrey/Proj/NotMine/blobby-1.0/src/NetworkMessage.cpp:116:12: note: mismatched types ‘const std::negative_binomial_distribution<_IntType>’ and ‘const char [6]’
  175. stream << "hello";
  176. ^
  177. In file included from /usr/include/c++/5/random:51:0,
  178. from /usr/include/c++/5/bits/stl_algo.h:66,
  179. from /usr/include/c++/5/algorithm:62,
  180. from /usr/include/boost/smart_ptr/shared_ptr.hpp:37,
  181. from /usr/include/boost/shared_ptr.hpp:17,
  182. from /home/jeffrey/Proj/NotMine/blobby-1.0/src/raknet/NetworkTypes.h:36,
  183. from /home/jeffrey/Proj/NotMine/blobby-1.0/src/NetworkMessage.h:28,
  184. from /home/jeffrey/Proj/NotMine/blobby-1.0/src/NetworkMessage.cpp:22:
  185. /usr/include/c++/5/bits/random.tcc:831:5: note: candidate: template<class _RandomNumberEngine, long unsigned int __k, class _CharT, class _Traits> std::basic_ostream<_CharT, _Traits>& std::operator<<(std::basic_ostream<_CharT, _Traits>&, const std::shuffle_order_engine<_RandomNumberEngine, __k>&)
  186. operator<<(std::basic_ostream<_CharT, _Traits>& __os,
  187. ^
  188. /usr/include/c++/5/bits/random.tcc:831:5: note: template argument deduction/substitution failed:
  189. /home/jeffrey/Proj/NotMine/blobby-1.0/src/NetworkMessage.cpp:116:12: note: mismatched types ‘const std::shuffle_order_engine<_RandomNumberEngine, __k>’ and ‘const char [6]’
  190. stream << "hello";
  191. ^
  192. In file included from /usr/include/c++/5/random:51:0,
  193. from /usr/include/c++/5/bits/stl_algo.h:66,
  194. from /usr/include/c++/5/algorithm:62,
  195. from /usr/include/boost/smart_ptr/shared_ptr.hpp:37,
  196. from /usr/include/boost/shared_ptr.hpp:17,
  197. from /home/jeffrey/Proj/NotMine/blobby-1.0/src/raknet/NetworkTypes.h:36,
  198. from /home/jeffrey/Proj/NotMine/blobby-1.0/src/NetworkMessage.h:28,
  199. from /home/jeffrey/Proj/NotMine/blobby-1.0/src/NetworkMessage.cpp:22:
  200. /usr/include/c++/5/bits/random.tcc:702:5: note: candidate: template<class _RandomNumberEngine, long unsigned int __p, long unsigned int __r, class _CharT, class _Traits> std::basic_ostream<_CharT, _Traits>& std::operator<<(std::basic_ostream<_CharT, _Traits>&, const std::discard_block_engine<_RandomNumberEngine, __p, __r>&)
  201. operator<<(std::basic_ostream<_CharT, _Traits>& __os,
  202. ^
  203. /usr/include/c++/5/bits/random.tcc:702:5: note: template argument deduction/substitution failed:
  204. /home/jeffrey/Proj/NotMine/blobby-1.0/src/NetworkMessage.cpp:116:12: note: mismatched types ‘const std::discard_block_engine<_RandomNumberEngine, __p, __r>’ and ‘const char [6]’
  205. stream << "hello";
  206. ^
  207. In file included from /usr/include/c++/5/random:51:0,
  208. from /usr/include/c++/5/bits/stl_algo.h:66,
  209. from /usr/include/c++/5/algorithm:62,
  210. from /usr/include/boost/smart_ptr/shared_ptr.hpp:37,
  211. from /usr/include/boost/shared_ptr.hpp:17,
  212. from /home/jeffrey/Proj/NotMine/blobby-1.0/src/raknet/NetworkTypes.h:36,
  213. from /home/jeffrey/Proj/NotMine/blobby-1.0/src/NetworkMessage.h:28,
  214. from /home/jeffrey/Proj/NotMine/blobby-1.0/src/NetworkMessage.cpp:22:
  215. /usr/include/c++/5/bits/random.tcc:632:5: note: candidate: template<class _UIntType, long unsigned int __w, long unsigned int __s, long unsigned int __r, class _CharT, class _Traits> std::basic_ostream<_CharT, _Traits>& std::operator<<(std::basic_ostream<_CharT, _Traits>&, const std::subtract_with_carry_engine<_UIntType, __w, __s, __r>&)
  216. operator<<(std::basic_ostream<_CharT, _Traits>& __os,
  217. ^
  218. /usr/include/c++/5/bits/random.tcc:632:5: note: template argument deduction/substitution failed:
  219. /home/jeffrey/Proj/NotMine/blobby-1.0/src/NetworkMessage.cpp:116:12: note: mismatched types ‘const std::subtract_with_carry_engine<_UIntType, __w, __s, __r>’ and ‘const char [6]’
  220. stream << "hello";
  221. ^
  222. In file included from /usr/include/c++/5/random:51:0,
  223. from /usr/include/c++/5/bits/stl_algo.h:66,
  224. from /usr/include/c++/5/algorithm:62,
  225. from /usr/include/boost/smart_ptr/shared_ptr.hpp:37,
  226. from /usr/include/boost/shared_ptr.hpp:17,
  227. from /home/jeffrey/Proj/NotMine/blobby-1.0/src/raknet/NetworkTypes.h:36,
  228. from /home/jeffrey/Proj/NotMine/blobby-1.0/src/NetworkMessage.h:28,
  229. from /home/jeffrey/Proj/NotMine/blobby-1.0/src/NetworkMessage.cpp:22:
  230. /usr/include/c++/5/bits/random.tcc:156:5: note: candidate: template<class _UIntType, _UIntType __a, _UIntType __c, _UIntType __m, class _CharT, class _Traits> std::basic_ostream<_CharT, _Traits>& std::operator<<(std::basic_ostream<_CharT, _Traits>&, const std::linear_congruential_engine<_UIntType, __a, __c, __m>&)
  231. operator<<(std::basic_ostream<_CharT, _Traits>& __os,
  232. ^
  233. /usr/include/c++/5/bits/random.tcc:156:5: note: template argument deduction/substitution failed:
  234. /home/jeffrey/Proj/NotMine/blobby-1.0/src/NetworkMessage.cpp:116:12: note: mismatched types ‘const std::linear_congruential_engine<_UIntType, __a, __c, __m>’ and ‘const char [6]’
  235. stream << "hello";
  236. ^
  237. In file included from /usr/include/c++/5/random:51:0,
  238. from /usr/include/c++/5/bits/stl_algo.h:66,
  239. from /usr/include/c++/5/algorithm:62,
  240. from /usr/include/boost/smart_ptr/shared_ptr.hpp:37,
  241. from /usr/include/boost/shared_ptr.hpp:17,
  242. from /home/jeffrey/Proj/NotMine/blobby-1.0/src/raknet/NetworkTypes.h:36,
  243. from /home/jeffrey/Proj/NotMine/blobby-1.0/src/NetworkMessage.h:28,
  244. from /home/jeffrey/Proj/NotMine/blobby-1.0/src/NetworkMessage.cpp:22:
  245. /usr/include/c++/5/bits/random.tcc:2598:5: note: candidate: template<class _RealType, class _CharT, class _Traits> std::basic_ostream<_CharT, _Traits>& std::operator<<(std::basic_ostream<_CharT, _Traits>&, const std::extreme_value_distribution<_RealType>&)
  246. operator<<(std::basic_ostream<_CharT, _Traits>& __os,
  247. ^
  248. /usr/include/c++/5/bits/random.tcc:2598:5: note: template argument deduction/substitution failed:
  249. /home/jeffrey/Proj/NotMine/blobby-1.0/src/NetworkMessage.cpp:116:12: note: mismatched types ‘const std::extreme_value_distribution<_RealType>’ and ‘const char [6]’
  250. stream << "hello";
  251. ^
  252. In file included from /usr/include/c++/5/random:51:0,
  253. from /usr/include/c++/5/bits/stl_algo.h:66,
  254. from /usr/include/c++/5/algorithm:62,
  255. from /usr/include/boost/smart_ptr/shared_ptr.hpp:37,
  256. from /usr/include/boost/shared_ptr.hpp:17,
  257. from /home/jeffrey/Proj/NotMine/blobby-1.0/src/raknet/NetworkTypes.h:36,
  258. from /home/jeffrey/Proj/NotMine/blobby-1.0/src/NetworkMessage.h:28,
  259. from /home/jeffrey/Proj/NotMine/blobby-1.0/src/NetworkMessage.cpp:22:
  260. /usr/include/c++/5/bits/random.tcc:2522:5: note: candidate: template<class _RealType, class _CharT, class _Traits> std::basic_ostream<_CharT, _Traits>& std::operator<<(std::basic_ostream<_CharT, _Traits>&, const std::weibull_distribution<_RealType>&)
  261. operator<<(std::basic_ostream<_CharT, _Traits>& __os,
  262. ^
  263. /usr/include/c++/5/bits/random.tcc:2522:5: note: template argument deduction/substitution failed:
  264. /home/jeffrey/Proj/NotMine/blobby-1.0/src/NetworkMessage.cpp:116:12: note: mismatched types ‘const std::weibull_distribution<_RealType>’ and ‘const char [6]’
  265. stream << "hello";
  266. ^
  267. In file included from /usr/include/c++/5/random:51:0,
  268. from /usr/include/c++/5/bits/stl_algo.h:66,
  269. from /usr/include/c++/5/algorithm:62,
  270. from /usr/include/boost/smart_ptr/shared_ptr.hpp:37,
  271. from /usr/include/boost/shared_ptr.hpp:17,
  272. from /home/jeffrey/Proj/NotMine/blobby-1.0/src/raknet/NetworkTypes.h:36,
  273. from /home/jeffrey/Proj/NotMine/blobby-1.0/src/NetworkMessage.h:28,
  274. from /home/jeffrey/Proj/NotMine/blobby-1.0/src/NetworkMessage.cpp:22:
  275. /usr/include/c++/5/bits/random.tcc:1731:5: note: candidate: template<class _RealType, class _CharT, class _Traits> std::basic_ostream<_CharT, _Traits>& std::operator<<(std::basic_ostream<_CharT, _Traits>&, const std::exponential_distribution<_RealType>&)
  276. operator<<(std::basic_ostream<_CharT, _Traits>& __os,
  277. ^
  278. /usr/include/c++/5/bits/random.tcc:1731:5: note: template argument deduction/substitution failed:
  279. /home/jeffrey/Proj/NotMine/blobby-1.0/src/NetworkMessage.cpp:116:12: note: mismatched types ‘const std::exponential_distribution<_RealType>’ and ‘const char [6]’
  280. stream << "hello";
  281. ^
  282. In file included from /usr/include/c++/5/random:51:0,
  283. from /usr/include/c++/5/bits/stl_algo.h:66,
  284. from /usr/include/c++/5/algorithm:62,
  285. from /usr/include/boost/smart_ptr/shared_ptr.hpp:37,
  286. from /usr/include/boost/shared_ptr.hpp:17,
  287. from /home/jeffrey/Proj/NotMine/blobby-1.0/src/raknet/NetworkTypes.h:36,
  288. from /home/jeffrey/Proj/NotMine/blobby-1.0/src/NetworkMessage.h:28,
  289. from /home/jeffrey/Proj/NotMine/blobby-1.0/src/NetworkMessage.cpp:22:
  290. /usr/include/c++/5/bits/random.tcc:2444:5: note: candidate: template<class _RealType1, class _CharT, class _Traits> std::basic_ostream<_CharT, _Traits>& std::operator<<(std::basic_ostream<_CharT, _Traits>&, const std::gamma_distribution<_RealType>&)
  291. operator<<(std::basic_ostream<_CharT, _Traits>& __os,
  292. ^
  293. /usr/include/c++/5/bits/random.tcc:2444:5: note: template argument deduction/substitution failed:
  294. /home/jeffrey/Proj/NotMine/blobby-1.0/src/NetworkMessage.cpp:116:12: note: mismatched types ‘const std::gamma_distribution<_RealType>’ and ‘const char [6]’
  295. stream << "hello";
  296. ^
  297. In file included from /usr/include/c++/5/random:51:0,
  298. from /usr/include/c++/5/bits/stl_algo.h:66,
  299. from /usr/include/c++/5/algorithm:62,
  300. from /usr/include/boost/smart_ptr/shared_ptr.hpp:37,
  301. from /usr/include/boost/shared_ptr.hpp:17,
  302. from /home/jeffrey/Proj/NotMine/blobby-1.0/src/raknet/NetworkTypes.h:36,
  303. from /home/jeffrey/Proj/NotMine/blobby-1.0/src/NetworkMessage.h:28,
  304. from /home/jeffrey/Proj/NotMine/blobby-1.0/src/NetworkMessage.cpp:22:
  305. /usr/include/c++/5/bits/random.tcc:1080:5: note: candidate: template<class _IntType, class _CharT, class _Traits> std::basic_ostream<_CharT, _Traits>& std::operator<<(std::basic_ostream<_CharT, _Traits>&, const std::geometric_distribution<_IntType>&)
  306. operator<<(std::basic_ostream<_CharT, _Traits>& __os,
  307. ^
  308. /usr/include/c++/5/bits/random.tcc:1080:5: note: template argument deduction/substitution failed:
  309. /home/jeffrey/Proj/NotMine/blobby-1.0/src/NetworkMessage.cpp:116:12: note: mismatched types ‘const std::geometric_distribution<_IntType>’ and ‘const char [6]’
  310. stream << "hello";
  311. ^
  312. In file included from /usr/include/c++/5/random:51:0,
  313. from /usr/include/c++/5/bits/stl_algo.h:66,
  314. from /usr/include/c++/5/algorithm:62,
  315. from /usr/include/boost/smart_ptr/shared_ptr.hpp:37,
  316. from /usr/include/boost/shared_ptr.hpp:17,
  317. from /home/jeffrey/Proj/NotMine/blobby-1.0/src/raknet/NetworkTypes.h:36,
  318. from /home/jeffrey/Proj/NotMine/blobby-1.0/src/NetworkMessage.h:28,
  319. from /home/jeffrey/Proj/NotMine/blobby-1.0/src/NetworkMessage.cpp:22:
  320. /usr/include/c++/5/bits/random.tcc:1898:5: note: candidate: template<class _RealType1, class _CharT, class _Traits> std::basic_ostream<_CharT, _Traits>& std::operator<<(std::basic_ostream<_CharT, _Traits>&, const std::normal_distribution<_RealType>&)
  321. operator<<(std::basic_ostream<_CharT, _Traits>& __os,
  322. ^
  323. /usr/include/c++/5/bits/random.tcc:1898:5: note: template argument deduction/substitution failed:
  324. /home/jeffrey/Proj/NotMine/blobby-1.0/src/NetworkMessage.cpp:116:12: note: mismatched types ‘const std::normal_distribution<_RealType>’ and ‘const char [6]’
  325. stream << "hello";
  326. ^
  327. In file included from /usr/include/c++/5/random:51:0,
  328. from /usr/include/c++/5/bits/stl_algo.h:66,
  329. from /usr/include/c++/5/algorithm:62,
  330. from /usr/include/boost/smart_ptr/shared_ptr.hpp:37,
  331. from /usr/include/boost/shared_ptr.hpp:17,
  332. from /home/jeffrey/Proj/NotMine/blobby-1.0/src/raknet/NetworkTypes.h:36,
  333. from /home/jeffrey/Proj/NotMine/blobby-1.0/src/NetworkMessage.h:28,
  334. from /home/jeffrey/Proj/NotMine/blobby-1.0/src/NetworkMessage.cpp:22:
  335. /usr/include/c++/5/bits/random.tcc:998:5: note: candidate: template<class _CharT, class _Traits> std::basic_ostream<_CharT, _Traits>& std::operator<<(std::basic_ostream<_CharT, _Traits>&, const std::bernoulli_distribution&)
  336. operator<<(std::basic_ostream<_CharT, _Traits>& __os,
  337. ^
  338. /usr/include/c++/5/bits/random.tcc:998:5: note: template argument deduction/substitution failed:
  339. /home/jeffrey/Proj/NotMine/blobby-1.0/src/NetworkMessage.cpp:116:12: note: cannot convert ‘"hello"’ (type ‘const char [6]’) to type ‘const std::bernoulli_distribution&’
  340. stream << "hello";
  341. ^
  342. In file included from /usr/include/c++/5/random:51:0,
  343. from /usr/include/c++/5/bits/stl_algo.h:66,
  344. from /usr/include/c++/5/algorithm:62,
  345. from /usr/include/boost/smart_ptr/shared_ptr.hpp:37,
  346. from /usr/include/boost/shared_ptr.hpp:17,
  347. from /home/jeffrey/Proj/NotMine/blobby-1.0/src/raknet/NetworkTypes.h:36,
  348. from /home/jeffrey/Proj/NotMine/blobby-1.0/src/NetworkMessage.h:28,
  349. from /home/jeffrey/Proj/NotMine/blobby-1.0/src/NetworkMessage.cpp:22:
  350. /usr/include/c++/5/bits/random.tcc:2123:5: note: candidate: template<class _RealType, class _CharT, class _Traits> std::basic_ostream<_CharT, _Traits>& std::operator<<(std::basic_ostream<_CharT, _Traits>&, const std::cauchy_distribution<_RealType>&)
  351. operator<<(std::basic_ostream<_CharT, _Traits>& __os,
  352. ^
  353. /usr/include/c++/5/bits/random.tcc:2123:5: note: template argument deduction/substitution failed:
  354. /home/jeffrey/Proj/NotMine/blobby-1.0/src/NetworkMessage.cpp:116:12: note: mismatched types ‘const std::cauchy_distribution<_RealType>’ and ‘const char [6]’
  355. stream << "hello";
  356. ^
  357. In file included from /usr/include/c++/5/random:51:0,
  358. from /usr/include/c++/5/bits/stl_algo.h:66,
  359. from /usr/include/c++/5/algorithm:62,
  360. from /usr/include/boost/smart_ptr/shared_ptr.hpp:37,
  361. from /usr/include/boost/shared_ptr.hpp:17,
  362. from /home/jeffrey/Proj/NotMine/blobby-1.0/src/raknet/NetworkTypes.h:36,
  363. from /home/jeffrey/Proj/NotMine/blobby-1.0/src/NetworkMessage.h:28,
  364. from /home/jeffrey/Proj/NotMine/blobby-1.0/src/NetworkMessage.cpp:22:
  365. /usr/include/c++/5/bits/random.tcc:936:5: note: candidate: template<class _RealType, class _CharT, class _Traits> std::basic_ostream<_CharT, _Traits>& std::operator<<(std::basic_ostream<_CharT, _Traits>&, const std::uniform_real_distribution<_IntType>&)
  366. operator<<(std::basic_ostream<_CharT, _Traits>& __os,
  367. ^
  368. /usr/include/c++/5/bits/random.tcc:936:5: note: template argument deduction/substitution failed:
  369. /home/jeffrey/Proj/NotMine/blobby-1.0/src/NetworkMessage.cpp:116:12: note: mismatched types ‘const std::uniform_real_distribution<_IntType>’ and ‘const char [6]’
  370. stream << "hello";
  371. ^
  372. In file included from /usr/include/c++/5/random:51:0,
  373. from /usr/include/c++/5/bits/stl_algo.h:66,
  374. from /usr/include/c++/5/algorithm:62,
  375. from /usr/include/boost/smart_ptr/shared_ptr.hpp:37,
  376. from /usr/include/boost/shared_ptr.hpp:17,
  377. from /home/jeffrey/Proj/NotMine/blobby-1.0/src/raknet/NetworkTypes.h:36,
  378. from /home/jeffrey/Proj/NotMine/blobby-1.0/src/NetworkMessage.h:28,
  379. from /home/jeffrey/Proj/NotMine/blobby-1.0/src/NetworkMessage.cpp:22:
  380. /usr/include/c++/5/bits/random.tcc:877:5: note: candidate: template<class _IntType, class _CharT, class _Traits> std::basic_ostream<_CharT, _Traits>& std::operator<<(std::basic_ostream<_CharT, _Traits>&, const std::uniform_int_distribution<_IntType>&)
  381. operator<<(std::basic_ostream<_CharT, _Traits>& __os,
  382. ^
  383. /usr/include/c++/5/bits/random.tcc:877:5: note: template argument deduction/substitution failed:
  384. /home/jeffrey/Proj/NotMine/blobby-1.0/src/NetworkMessage.cpp:116:12: note: mismatched types ‘const std::uniform_int_distribution<_IntType>’ and ‘const char [6]’
  385. stream << "hello";
  386. ^
  387. In file included from /usr/include/c++/5/random:51:0,
  388. from /usr/include/c++/5/bits/stl_algo.h:66,
  389. from /usr/include/c++/5/algorithm:62,
  390. from /usr/include/boost/smart_ptr/shared_ptr.hpp:37,
  391. from /usr/include/boost/shared_ptr.hpp:17,
  392. from /home/jeffrey/Proj/NotMine/blobby-1.0/src/raknet/NetworkTypes.h:36,
  393. from /home/jeffrey/Proj/NotMine/blobby-1.0/src/NetworkMessage.h:28,
  394. from /home/jeffrey/Proj/NotMine/blobby-1.0/src/NetworkMessage.cpp:22:
  395. /usr/include/c++/5/bits/random.tcc:477:5: note: candidate: template<class _UIntType1, long unsigned int __w1, long unsigned int __n1, long unsigned int __m1, long unsigned int __r1, _UIntType1 __a1, long unsigned int __u1, _UIntType1 __d1, long unsigned int __s1, _UIntType1 __b1, long unsigned int __t1, _UIntType1 __c1, long unsigned int __l1, _UIntType1 __f1, class _CharT, class _Traits> std::basic_ostream<_CharT, _Traits>& std::operator<<(std::basic_ostream<_CharT, _Traits>&, const std::mersenne_twister_engine<_UIntType, __w, __n, __m, __r, __a, __u, __d, __s, __b, __t, __c, __l, __f>&)
  396. operator<<(std::basic_ostream<_CharT, _Traits>& __os,
  397. ^
  398. /usr/include/c++/5/bits/random.tcc:477:5: note: template argument deduction/substitution failed:
  399. /home/jeffrey/Proj/NotMine/blobby-1.0/src/NetworkMessage.cpp:116:12: note: mismatched types ‘const std::mersenne_twister_engine<_UIntType, __w, __n, __m, __r, __a, __u, __d, __s, __b, __t, __c, __l, __f>’ and ‘const char [6]’
  400. stream << "hello";
  401. ^
  402. In file included from /usr/include/c++/5/random:49:0,
  403. from /usr/include/c++/5/bits/stl_algo.h:66,
  404. from /usr/include/c++/5/algorithm:62,
  405. from /usr/include/boost/smart_ptr/shared_ptr.hpp:37,
  406. from /usr/include/boost/shared_ptr.hpp:17,
  407. from /home/jeffrey/Proj/NotMine/blobby-1.0/src/raknet/NetworkTypes.h:36,
  408. from /home/jeffrey/Proj/NotMine/blobby-1.0/src/NetworkMessage.h:28,
  409. from /home/jeffrey/Proj/NotMine/blobby-1.0/src/NetworkMessage.cpp:22:
  410. /usr/include/c++/5/bits/random.h:1269:5: note: candidate: template<class _RandomNumberEngine, long unsigned int __w, class _UIntType, class _CharT, class _Traits> std::basic_ostream<_CharT, _Traits>& std::operator<<(std::basic_ostream<_CharT, _Traits>&, const std::independent_bits_engine<_RandomNumberEngine, __w, _UIntType>&)
  411. operator<<(std::basic_ostream<_CharT, _Traits>& __os,
  412. ^
  413. /usr/include/c++/5/bits/random.h:1269:5: note: template argument deduction/substitution failed:
  414. /home/jeffrey/Proj/NotMine/blobby-1.0/src/NetworkMessage.cpp:116:12: note: mismatched types ‘const std::independent_bits_engine<_RandomNumberEngine, __w, _UIntType>’ and ‘const char [6]’
  415. stream << "hello";
  416. ^
  417. In file included from /usr/include/c++/5/memory:82:0,
  418. from /usr/include/boost/config/no_tr1/memory.hpp:21,
  419. from /usr/include/boost/smart_ptr/shared_ptr.hpp:23,
  420. from /usr/include/boost/shared_ptr.hpp:17,
  421. from /home/jeffrey/Proj/NotMine/blobby-1.0/src/raknet/NetworkTypes.h:36,
  422. from /home/jeffrey/Proj/NotMine/blobby-1.0/src/NetworkMessage.h:28,
  423. from /home/jeffrey/Proj/NotMine/blobby-1.0/src/NetworkMessage.cpp:22:
  424. /usr/include/c++/5/bits/shared_ptr.h:66:5: note: candidate: template<class _Ch, class _Tr, class _Tp, __gnu_cxx::_Lock_policy _Lp> std::basic_ostream<_CharT, _Traits>& std::operator<<(std::basic_ostream<_CharT, _Traits>&, const std::__shared_ptr<_Tp, _Lp>&)
  425. operator<<(std::basic_ostream<_Ch, _Tr>& __os,
  426. ^
  427. /usr/include/c++/5/bits/shared_ptr.h:66:5: note: template argument deduction/substitution failed:
  428. /home/jeffrey/Proj/NotMine/blobby-1.0/src/NetworkMessage.cpp:116:12: note: mismatched types ‘const std::__shared_ptr<_Tp, _Lp>’ and ‘const char [6]’
  429. stream << "hello";
  430. ^
  431. In file included from /usr/include/c++/5/string:52:0,
  432. from /home/jeffrey/Proj/NotMine/blobby-1.0/src/NetworkMessage.h:23,
  433. from /home/jeffrey/Proj/NotMine/blobby-1.0/src/NetworkMessage.cpp:22:
  434. /usr/include/c++/5/bits/basic_string.h:5172:5: note: candidate: template<class _CharT, class _Traits, class _Alloc> std::basic_ostream<_CharT, _Traits>& std::operator<<(std::basic_ostream<_CharT, _Traits>&, const std::__cxx11::basic_string<_CharT, _Traits, _Alloc>&)
  435. operator<<(basic_ostream<_CharT, _Traits>& __os,
  436. ^
  437. /usr/include/c++/5/bits/basic_string.h:5172:5: note: template argument deduction/substitution failed:
  438. /home/jeffrey/Proj/NotMine/blobby-1.0/src/NetworkMessage.cpp:116:12: note: mismatched types ‘const std::__cxx11::basic_string<_CharT, _Traits, _Alloc>’ and ‘const char [6]’
  439. stream << "hello";
  440. ^
  441. make[2]: *** [src/CMakeFiles/blobby.dir/NetworkMessage.cpp.o] Error 1
  442. make[1]: *** [src/CMakeFiles/blobby.dir/all] Error 2
  443. make: *** [all] Error 2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement