Advertisement
hbar

Untitled

Jun 10th, 2013
115
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 17.11 KB | None | 0 0
  1. Scanning dependencies of target wheel_core
  2. [ 5%] Building CXX object src/CMakeFiles/wheel_core.dir/core.cpp.o
  3. In file included from /Users/mattivapa/Dropbox/Koodailuja/wcl/src/core.cpp:7:
  4. In file included from /Users/mattivapa/Dropbox/Koodailuja/wcl/src/../include/wheel_core.h:11:
  5. /Users/mattivapa/Dropbox/Koodailuja/wcl/include/wheel_core_string.h:113:12: error: explicit
  6. specialization of non-template struct 'hash'
  7. struct hash<wheel::string>
  8. ^ ~~~~~~~~~~~~~~~
  9. /Users/mattivapa/Dropbox/Koodailuja/wcl/include/wheel_core_string.h:114:14: error: unknown template name
  10. '__hash_base'
  11. : public __hash_base<size_t, wheel::string>
  12. ^
  13. /Users/mattivapa/Dropbox/Koodailuja/wcl/include/wheel_core_string.h:114:47: error: expected
  14. '{' after base class list
  15. : public __hash_base<size_t, wheel::string>
  16. ^
  17. /Users/mattivapa/Dropbox/Koodailuja/wcl/include/wheel_core_string.h:114:47: error: expected ';' after
  18. struct
  19. : public __hash_base<size_t, wheel::string>
  20. ^
  21. ;
  22. /Users/mattivapa/Dropbox/Koodailuja/wcl/include/wheel_core_string.h:114:47: error: expected
  23. unqualified-id
  24. In file included from /Users/mattivapa/Dropbox/Koodailuja/wcl/src/core.cpp:7:
  25. In file included from /Users/mattivapa/Dropbox/Koodailuja/wcl/src/../include/wheel_core.h:13:
  26. /Users/mattivapa/Dropbox/Koodailuja/wcl/include/wheel_core_module.h:121:15: error: no template named
  27. 'unordered_map' in namespace 'std'; did you mean '::std::tr1::unordered_map'?
  28. std::unordered_map<string, Module*> modules;
  29. ~~~~~^~~~~~~~~~~~~
  30. ::std::tr1::unordered_map
  31. /usr/include/c++/4.2.1/tr1/unordered_map:51:11: note: '::std::tr1::unordered_map' declared here
  32. class unordered_map
  33. ^
  34. In file included from /Users/mattivapa/Dropbox/Koodailuja/wcl/src/core.cpp:7:
  35. In file included from /Users/mattivapa/Dropbox/Koodailuja/wcl/src/../include/wheel_core.h:13:
  36. In file included from /Users/mattivapa/Dropbox/Koodailuja/wcl/include/wheel_core_module.h:16:
  37. In file included from /usr/include/c++/4.2.1/tr1/unordered_map:37:
  38. In file included from /usr/include/c++/4.2.1/tr1/hashtable:63:
  39. /usr/include/c++/4.2.1/tr1/hashtable_policy.h:828:20: error: implicit instantiation of undefined template
  40. 'std::tr1::hash<wheel::string>'
  41. _H1 _M_h1;
  42. ^
  43. /usr/include/c++/4.2.1/tr1/hashtable:142:14: note: in instantiation of template class
  44. 'std::tr1::__detail::_Hash_code_base<wheel::string, std::pair<const wheel::string, wheel::Module
  45. *>, std::_Select1st<std::pair<const wheel::string, wheel::Module *> >,
  46. std::equal_to<wheel::string>, std::tr1::hash<wheel::string>,
  47. std::tr1::__detail::_Mod_range_hashing, std::tr1::__detail::_Default_ranged_hash, false>' requested
  48. here
  49. public __detail::_Hash_code_base<_Key, _Value, _ExtractKey, _Equal,
  50. ^
  51. /usr/include/c++/4.2.1/tr1/unordered_map:52:14: note: in instantiation of template class
  52. 'std::tr1::_Hashtable<wheel::string, std::pair<const wheel::string, wheel::Module *>,
  53. std::allocator<std::pair<const wheel::string, wheel::Module *> >, std::_Select1st<std::pair<const
  54. wheel::string, wheel::Module *> >, std::equal_to<wheel::string>, std::tr1::hash<wheel::string>,
  55. std::tr1::__detail::_Mod_range_hashing, std::tr1::__detail::_Default_ranged_hash,
  56. std::tr1::__detail::_Prime_rehash_policy, false, false, true>' requested here
  57. : public _Hashtable<_Key, std::pair<const _Key, _Tp>, _Alloc,
  58. ^
  59. /Users/mattivapa/Dropbox/Koodailuja/wcl/include/wheel_core_module.h:121:46: note: in instantiation of
  60. template class 'std::tr1::unordered_map<wheel::string, wheel::Module *,
  61. std::tr1::hash<wheel::string>, std::equal_to<wheel::string>, std::allocator<std::pair<const
  62. wheel::string, wheel::Module *> >, false>' requested here
  63. std::unordered_map<string, Module*> modules;
  64. ^
  65. /usr/include/c++/4.2.1/tr1/functional_hash.h:48:12: note: template is declared here
  66. struct hash;
  67. ^
  68. In file included from /Users/mattivapa/Dropbox/Koodailuja/wcl/src/core.cpp:7:
  69. In file included from /Users/mattivapa/Dropbox/Koodailuja/wcl/src/../include/wheel_core.h:13:
  70. In file included from /Users/mattivapa/Dropbox/Koodailuja/wcl/include/wheel_core_module.h:16:
  71. In file included from /usr/include/c++/4.2.1/tr1/unordered_map:37:
  72. /usr/include/c++/4.2.1/tr1/hashtable:379:27: error: no type named '_Hash_code_type' in
  73. 'std::tr1::_Hashtable<wheel::string, std::pair<const wheel::string, wheel::Module *>,
  74. std::allocator<std::pair<const wheel::string, wheel::Module *> >, std::_Select1st<std::pair<const
  75. wheel::string, wheel::Module *> >, std::equal_to<wheel::string>, std::tr1::hash<wheel::string>,
  76. std::tr1::__detail::_Mod_range_hashing, std::tr1::__detail::_Default_ranged_hash,
  77. std::tr1::__detail::_Prime_rehash_policy, false, false, true>'
  78. typename _Hashtable::_Hash_code_type) const;
  79. ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~
  80. /usr/include/c++/4.2.1/tr1/unordered_map:52:14: note: in instantiation of template class
  81. 'std::tr1::_Hashtable<wheel::string, std::pair<const wheel::string, wheel::Module *>,
  82. std::allocator<std::pair<const wheel::string, wheel::Module *> >, std::_Select1st<std::pair<const
  83. wheel::string, wheel::Module *> >, std::equal_to<wheel::string>, std::tr1::hash<wheel::string>,
  84. std::tr1::__detail::_Mod_range_hashing, std::tr1::__detail::_Default_ranged_hash,
  85. std::tr1::__detail::_Prime_rehash_policy, false, false, true>' requested here
  86. : public _Hashtable<_Key, std::pair<const _Key, _Tp>, _Alloc,
  87. ^
  88. /Users/mattivapa/Dropbox/Koodailuja/wcl/include/wheel_core_module.h:121:46: note: in instantiation of
  89. template class 'std::tr1::unordered_map<wheel::string, wheel::Module *,
  90. std::tr1::hash<wheel::string>, std::equal_to<wheel::string>, std::allocator<std::pair<const
  91. wheel::string, wheel::Module *> >, false>' requested here
  92. std::unordered_map<string, Module*> modules;
  93. ^
  94. In file included from /Users/mattivapa/Dropbox/Koodailuja/wcl/src/core.cpp:7:
  95. In file included from /Users/mattivapa/Dropbox/Koodailuja/wcl/src/../include/wheel_core.h:13:
  96. In file included from /Users/mattivapa/Dropbox/Koodailuja/wcl/include/wheel_core_module.h:16:
  97. In file included from /usr/include/c++/4.2.1/tr1/unordered_map:37:
  98. /usr/include/c++/4.2.1/tr1/hashtable:383:31: error: no type named '_Hash_code_type' in
  99. 'std::tr1::_Hashtable<wheel::string, std::pair<const wheel::string, wheel::Module *>,
  100. std::allocator<std::pair<const wheel::string, wheel::Module *> >, std::_Select1st<std::pair<const
  101. wheel::string, wheel::Module *> >, std::equal_to<wheel::string>, std::tr1::hash<wheel::string>,
  102. std::tr1::__detail::_Mod_range_hashing, std::tr1::__detail::_Default_ranged_hash,
  103. std::tr1::__detail::_Prime_rehash_policy, false, false, true>'
  104. typename _Hashtable::_Hash_code_type);
  105. ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~
  106. In file included from /Users/mattivapa/Dropbox/Koodailuja/wcl/src/core.cpp:7:
  107. In file included from /Users/mattivapa/Dropbox/Koodailuja/wcl/src/../include/wheel_core.h:13:
  108. In file included from /Users/mattivapa/Dropbox/Koodailuja/wcl/include/wheel_core_module.h:16:
  109. /usr/include/c++/4.2.1/tr1/unordered_map:69:31: error: no type named 'hasher' in
  110. 'std::tr1::_Hashtable<wheel::string, std::pair<const wheel::string, wheel::Module *>,
  111. std::allocator<std::pair<const wheel::string, wheel::Module *> >, std::_Select1st<std::pair<const
  112. wheel::string, wheel::Module *> >, std::equal_to<wheel::string>, std::tr1::hash<wheel::string>,
  113. std::tr1::__detail::_Mod_range_hashing, std::tr1::__detail::_Default_ranged_hash,
  114. std::tr1::__detail::_Prime_rehash_policy, false, false, true>'
  115. typedef typename _Base::hasher hasher;
  116. ~~~~~~~~~~~~~~~~^~~~~~
  117. /Users/mattivapa/Dropbox/Koodailuja/wcl/include/wheel_core_module.h:121:46: note: in instantiation of
  118. template class 'std::tr1::unordered_map<wheel::string, wheel::Module *,
  119. std::tr1::hash<wheel::string>, std::equal_to<wheel::string>, std::allocator<std::pair<const
  120. wheel::string, wheel::Module *> >, false>' requested here
  121. std::unordered_map<string, Module*> modules;
  122. ^
  123. In file included from /Users/mattivapa/Dropbox/Koodailuja/wcl/src/core.cpp:7:
  124. In file included from /Users/mattivapa/Dropbox/Koodailuja/wcl/src/../include/wheel_core.h:15:
  125. /Users/mattivapa/Dropbox/Koodailuja/wcl/include/wheel_core_resource.h:23:15: error: no template named
  126. 'unordered_map' in namespace 'std'; did you mean '::std::tr1::unordered_map'?
  127. std::unordered_map<string, databuffer_t*> cache;
  128. ~~~~~^~~~~~~~~~~~~
  129. ::std::tr1::unordered_map
  130. /usr/include/c++/4.2.1/tr1/unordered_map:51:11: note: '::std::tr1::unordered_map' declared here
  131. class unordered_map
  132. ^
  133. In file included from /Users/mattivapa/Dropbox/Koodailuja/wcl/src/core.cpp:7:
  134. In file included from /Users/mattivapa/Dropbox/Koodailuja/wcl/src/../include/wheel_core.h:13:
  135. In file included from /Users/mattivapa/Dropbox/Koodailuja/wcl/include/wheel_core_module.h:16:
  136. In file included from /usr/include/c++/4.2.1/tr1/unordered_map:37:
  137. In file included from /usr/include/c++/4.2.1/tr1/hashtable:63:
  138. /usr/include/c++/4.2.1/tr1/hashtable_policy.h:828:20: error: implicit instantiation of undefined template
  139. 'std::tr1::hash<wheel::string>'
  140. _H1 _M_h1;
  141. ^
  142. /usr/include/c++/4.2.1/tr1/hashtable:142:14: note: in instantiation of template class
  143. 'std::tr1::__detail::_Hash_code_base<wheel::string, std::pair<const wheel::string,
  144. std::vector<unsigned char, std::allocator<unsigned char> > *>, std::_Select1st<std::pair<const
  145. wheel::string, std::vector<unsigned char, std::allocator<unsigned char> > *> >,
  146. std::equal_to<wheel::string>, std::tr1::hash<wheel::string>,
  147. std::tr1::__detail::_Mod_range_hashing, std::tr1::__detail::_Default_ranged_hash, false>' requested
  148. here
  149. public __detail::_Hash_code_base<_Key, _Value, _ExtractKey, _Equal,
  150. ^
  151. /usr/include/c++/4.2.1/tr1/unordered_map:52:14: note: in instantiation of template class
  152. 'std::tr1::_Hashtable<wheel::string, std::pair<const wheel::string, std::vector<unsigned char,
  153. std::allocator<unsigned char> > *>, std::allocator<std::pair<const wheel::string,
  154. std::vector<unsigned char, std::allocator<unsigned char> > *> >, std::_Select1st<std::pair<const
  155. wheel::string, std::vector<unsigned char, std::allocator<unsigned char> > *> >,
  156. std::equal_to<wheel::string>, std::tr1::hash<wheel::string>,
  157. std::tr1::__detail::_Mod_range_hashing, std::tr1::__detail::_Default_ranged_hash,
  158. std::tr1::__detail::_Prime_rehash_policy, false, false, true>' requested here
  159. : public _Hashtable<_Key, std::pair<const _Key, _Tp>, _Alloc,
  160. ^
  161. /Users/mattivapa/Dropbox/Koodailuja/wcl/include/wheel_core_resource.h:23:52: note: in instantiation of
  162. template class 'std::tr1::unordered_map<wheel::string, std::vector<unsigned char,
  163. std::allocator<unsigned char> > *, std::tr1::hash<wheel::string>, std::equal_to<wheel::string>,
  164. std::allocator<std::pair<const wheel::string, std::vector<unsigned char, std::allocator<unsigned
  165. char> > *> >, false>' requested here
  166. std::unordered_map<string, databuffer_t*> cache;
  167. ^
  168. /usr/include/c++/4.2.1/tr1/functional_hash.h:48:12: note: template is declared here
  169. struct hash;
  170. ^
  171. In file included from /Users/mattivapa/Dropbox/Koodailuja/wcl/src/core.cpp:7:
  172. In file included from /Users/mattivapa/Dropbox/Koodailuja/wcl/src/../include/wheel_core.h:13:
  173. In file included from /Users/mattivapa/Dropbox/Koodailuja/wcl/include/wheel_core_module.h:16:
  174. In file included from /usr/include/c++/4.2.1/tr1/unordered_map:37:
  175. /usr/include/c++/4.2.1/tr1/hashtable:379:27: error: no type named '_Hash_code_type' in
  176. 'std::tr1::_Hashtable<wheel::string, std::pair<const wheel::string, std::vector<unsigned char,
  177. std::allocator<unsigned char> > *>, std::allocator<std::pair<const wheel::string,
  178. std::vector<unsigned char, std::allocator<unsigned char> > *> >, std::_Select1st<std::pair<const
  179. wheel::string, std::vector<unsigned char, std::allocator<unsigned char> > *> >,
  180. std::equal_to<wheel::string>, std::tr1::hash<wheel::string>,
  181. std::tr1::__detail::_Mod_range_hashing, std::tr1::__detail::_Default_ranged_hash,
  182. std::tr1::__detail::_Prime_rehash_policy, false, false, true>'
  183. typename _Hashtable::_Hash_code_type) const;
  184. ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~
  185. /usr/include/c++/4.2.1/tr1/unordered_map:52:14: note: in instantiation of template class
  186. 'std::tr1::_Hashtable<wheel::string, std::pair<const wheel::string, std::vector<unsigned char,
  187. std::allocator<unsigned char> > *>, std::allocator<std::pair<const wheel::string,
  188. std::vector<unsigned char, std::allocator<unsigned char> > *> >, std::_Select1st<std::pair<const
  189. wheel::string, std::vector<unsigned char, std::allocator<unsigned char> > *> >,
  190. std::equal_to<wheel::string>, std::tr1::hash<wheel::string>,
  191. std::tr1::__detail::_Mod_range_hashing, std::tr1::__detail::_Default_ranged_hash,
  192. std::tr1::__detail::_Prime_rehash_policy, false, false, true>' requested here
  193. : public _Hashtable<_Key, std::pair<const _Key, _Tp>, _Alloc,
  194. ^
  195. /Users/mattivapa/Dropbox/Koodailuja/wcl/include/wheel_core_resource.h:23:52: note: in instantiation of
  196. template class 'std::tr1::unordered_map<wheel::string, std::vector<unsigned char,
  197. std::allocator<unsigned char> > *, std::tr1::hash<wheel::string>, std::equal_to<wheel::string>,
  198. std::allocator<std::pair<const wheel::string, std::vector<unsigned char, std::allocator<unsigned
  199. char> > *> >, false>' requested here
  200. std::unordered_map<string, databuffer_t*> cache;
  201. ^
  202. In file included from /Users/mattivapa/Dropbox/Koodailuja/wcl/src/core.cpp:7:
  203. In file included from /Users/mattivapa/Dropbox/Koodailuja/wcl/src/../include/wheel_core.h:13:
  204. In file included from /Users/mattivapa/Dropbox/Koodailuja/wcl/include/wheel_core_module.h:16:
  205. In file included from /usr/include/c++/4.2.1/tr1/unordered_map:37:
  206. /usr/include/c++/4.2.1/tr1/hashtable:383:31: error: no type named '_Hash_code_type' in
  207. 'std::tr1::_Hashtable<wheel::string, std::pair<const wheel::string, std::vector<unsigned char,
  208. std::allocator<unsigned char> > *>, std::allocator<std::pair<const wheel::string,
  209. std::vector<unsigned char, std::allocator<unsigned char> > *> >, std::_Select1st<std::pair<const
  210. wheel::string, std::vector<unsigned char, std::allocator<unsigned char> > *> >,
  211. std::equal_to<wheel::string>, std::tr1::hash<wheel::string>,
  212. std::tr1::__detail::_Mod_range_hashing, std::tr1::__detail::_Default_ranged_hash,
  213. std::tr1::__detail::_Prime_rehash_policy, false, false, true>'
  214. typename _Hashtable::_Hash_code_type);
  215. ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~
  216. In file included from /Users/mattivapa/Dropbox/Koodailuja/wcl/src/core.cpp:7:
  217. In file included from /Users/mattivapa/Dropbox/Koodailuja/wcl/src/../include/wheel_core.h:13:
  218. In file included from /Users/mattivapa/Dropbox/Koodailuja/wcl/include/wheel_core_module.h:16:
  219. /usr/include/c++/4.2.1/tr1/unordered_map:69:31: error: no type named 'hasher' in
  220. 'std::tr1::_Hashtable<wheel::string, std::pair<const wheel::string, std::vector<unsigned char,
  221. std::allocator<unsigned char> > *>, std::allocator<std::pair<const wheel::string,
  222. std::vector<unsigned char, std::allocator<unsigned char> > *> >, std::_Select1st<std::pair<const
  223. wheel::string, std::vector<unsigned char, std::allocator<unsigned char> > *> >,
  224. std::equal_to<wheel::string>, std::tr1::hash<wheel::string>,
  225. std::tr1::__detail::_Mod_range_hashing, std::tr1::__detail::_Default_ranged_hash,
  226. std::tr1::__detail::_Prime_rehash_policy, false, false, true>'
  227. typedef typename _Base::hasher hasher;
  228. ~~~~~~~~~~~~~~~~^~~~~~
  229. /Users/mattivapa/Dropbox/Koodailuja/wcl/include/wheel_core_resource.h:23:52: note: in instantiation of
  230. template class 'std::tr1::unordered_map<wheel::string, std::vector<unsigned char,
  231. std::allocator<unsigned char> > *, std::tr1::hash<wheel::string>, std::equal_to<wheel::string>,
  232. std::allocator<std::pair<const wheel::string, std::vector<unsigned char, std::allocator<unsigned
  233. char> > *> >, false>' requested here
  234. std::unordered_map<string, databuffer_t*> cache;
  235. ^
  236. 15 errors generated.
  237. make[2]: *** [src/CMakeFiles/wheel_core.dir/core.cpp.o] Error 1
  238. make[1]: *** [src/CMakeFiles/wheel_core.dir/all] Error 2
  239. make: *** [all] Error 2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement