Advertisement
Guest User

Untitled

a guest
Jan 27th, 2012
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.09 KB | None | 0 0
  1. /usr/include/c++/4.4/bits/stl_pair.h: At global scope:
  2. /usr/include/c++/4.4/bits/stl_pair.h: In instantiation of 'std::pair<const unsigned int, GameObjectData>':
  3. /usr/include/c++/4.4/bits/stl_function.h:482: instantiated from 'std::_Select1st<std::pair<const unsigned int, GameObjectData> >'
  4. /usr/include/c++/4.4/tr1_impl/hashtable_policy.h:790: instantiated from 'std::tr1::__detail::_Hash_code_base<unsigned int, std::pair<const unsigned int, GameObjectData>, std::_Select1st<std::pair<const unsigned int, GameObjectData> >, std::equal_to<unsigned int>, std::tr1::hash<unsigned int>, std::tr1::__detail::_Mod_range_hashing, std::tr1::__detail::_Default_ranged_hash, false>'
  5. /usr/include/c++/4.4/tr1_impl/hashtable:137: instantiated from 'std::tr1::_Hashtable<unsigned int, std::pair<const unsigned int, GameObjectData>, std::allocator<std::pair<const unsigned int, GameObjectData> >, std::_Select1st<std::pair<const unsigned int, GameObjectData> >, std::equal_to<unsigned int>, std::tr1::hash<unsigned int>, std::tr1::__detail::_Mod_range_hashing, std::tr1::__detail::_Default_ranged_hash, std::tr1::__detail::_Prime_rehash_policy, false, false, true>'
  6. /usr/include/c++/4.4/tr1_impl/unordered_map:48: instantiated from 'std::tr1::__unordered_map<unsigned int, GameObjectData, std::tr1::hash<unsigned int>, std::equal_to<unsigned int>, std::allocator<std::pair<const unsigned int, GameObjectData> >, false>'
  7. /usr/include/c++/4.4/tr1_impl/unordered_map:190: instantiated from 'std::tr1::unordered_map<unsigned int, GameObjectData, std::tr1::hash<unsigned int>, std::equal_to<unsigned int>, std::allocator<std::pair<const unsigned int, GameObjectData> > >'
  8. /home/wow/core/sources/src/game/WorldPvP/../ObjectMgr.h:126: instantiated from here
  9. /usr/include/c++/4.4/bits/stl_pair.h:73: error: 'std::pair<_T1, _T2>::second' has incomplete type
  10. compilation terminated due to -Wfatal-errors.
  11. make[2]: *** [src/bindings/script/CMakeFiles/mangosscript_pch_dephelp.dir/mangosscript_pch_dephelp.cxx.o] Erreur 1
  12. make[1]: *** [src/bindings/script/CMakeFiles/mangosscript_pch_dephelp.dir/all] Erreur 2
  13. make: *** [all] Erreur 2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement