Guest User

Untitled

a guest
Jul 20th, 2018
100
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.41 KB | None | 0 0
  1. [2011-01-13 16:51:18] g++ -lstdc++ -lm -o rbx-configure-test rbx-configure-test.cpp >>/Users/brian/devel/rubinius/configure.log 2>&1
  2. /usr/include/c++/4.0.0/tr1/hashtable: In instantiation of ‘Internal::hash_code_base<uint64_t, std::pair<const uint64_t, void*>, Internal::extract1st<std::pair<const uint64_t, void*> >, std::equal_to<uint64_t>, std::tr1::hash<uint64_t>, Internal::mod_range_hashing, Internal::default_ranged_hash, false>’:
  3. /usr/include/c++/4.0.0/tr1/hashtable:733: instantiated from ‘std::tr1::hashtable<uint64_t, std::pair<const uint64_t, void*>, std::allocator<std::pair<const uint64_t, void*> >, Internal::extract1st<std::pair<const uint64_t, void*> >, std::equal_to<uint64_t>, std::tr1::hash<uint64_t>, Internal::mod_range_hashing, Internal::default_ranged_hash, Internal::prime_rehash_policy, false, true, true>’
  4. /usr/include/c++/4.0.0/tr1/unordered_map:59: instantiated from ‘std::tr1::unordered_map<uint64_t, void*, std::tr1::hash<uint64_t>, std::equal_to<uint64_t>, std::allocator<std::pair<const uint64_t, void*> >, false>’
  5. rbx-configure-test.cpp:6: instantiated from here
  6. /usr/include/c++/4.0.0/tr1/hashtable:610: error: ‘Internal::hash_code_base<Key, Value, ExtractKey, Equal, H1, H2, Internal::default_ranged_hash, false>::m_h1’ has incomplete type
  7. /usr/include/c++/4.0.0/tr1/functional:1096: error: declaration of ‘struct std::tr1::hash<uint64_t>’
  8. rbx-configure-test.cpp:6: error: invalid use of undefined type ‘struct std::tr1::hash<uint64_t>’
  9. /usr/include/c++/4.0.0/tr1/functional:1096: error: declaration of ‘struct std::tr1::hash<uint64_t>’
  10. /usr/include/c++/4.0.0/tr1/hashtable: In constructor ‘Internal::hash_code_base<Key, Value, ExtractKey, Equal, H1, H2, Internal::default_ranged_hash, false>::hash_code_base(const ExtractKey&, const Equal&, const H1&, const H2&, const Internal::default_ranged_hash&) [with Key = uint64_t, Value = std::pair<const uint64_t, void*>, ExtractKey = Internal::extract1st<std::pair<const uint64_t, void*> >, Equal = std::equal_to<uint64_t>, H1 = std::tr1::hash<uint64_t>, H2 = Internal::mod_range_hashing]’:
  11. /usr/include/c++/4.0.0/tr1/hashtable:986: instantiated from ‘std::tr1::hashtable<Key, Value, Allocator, ExtractKey, Equal, H1, H2, H, RehashPolicy, cache_hash_code, mutable_iterators, unique_keys>::hashtable(typename Allocator::size_type, const H1&, const H2&, const H&, const Eq&, const Ex&, const Allocator&) [with Key = uint64_t, Value = std::pair<const uint64_t, void*>, Allocator = std::allocator<std::pair<const uint64_t, void*> >, ExtractKey = Internal::extract1st<std::pair<const uint64_t, void*> >, Equal = std::equal_to<uint64_t>, H1 = std::tr1::hash<uint64_t>, H2 = Internal::mod_range_hashing, H = Internal::default_ranged_hash, RehashPolicy = Internal::prime_rehash_policy, bool cache_hash_code = false, bool mutable_iterators = true, bool unique_keys = true]’
  12. /usr/include/c++/4.0.0/tr1/unordered_map:81: instantiated from ‘std::tr1::unordered_map<Key, T, Hash, Pred, Alloc, cache_hash_code>::unordered_map(typename std::tr1::hashtable<Key, std::pair<const Key, T>, Alloc, Internal::extract1st<std::pair<const Key, T> >, Pred, Hash, Internal::mod_range_hashing, Internal::default_ranged_hash, Internal::prime_rehash_policy, cache_hash_code, true, true>::size_type, const typename std::tr1::hashtable<Key, std::pair<const Key, T>, Alloc, Internal::extract1st<std::pair<const Key, T> >, Pred, Hash, Internal::mod_range_hashing, Internal::default_ranged_hash, Internal::prime_rehash_policy, cache_hash_code, true, true>::hasher&, const typename std::tr1::hashtable<Key, std::pair<const Key, T>, Alloc, Internal::extract1st<std::pair<const Key, T> >, Pred, Hash, Internal::mod_range_hashing, Internal::default_ranged_hash, Internal::prime_rehash_policy, cache_hash_code, true, true>::key_equal&, const typename std::tr1::hashtable<Key, std::pair<const Key, T>, Alloc, Internal::extract1st<std::pair<const Key, T> >, Pred, Hash, Internal::mod_range_hashing, Internal::default_ranged_hash, Internal::prime_rehash_policy, cache_hash_code, true, true>::allocator_type&) [with Key = uint64_t, T = void*, Hash = std::tr1::hash<uint64_t>, Pred = std::equal_to<uint64_t>, Alloc = std::allocator<std::pair<const uint64_t, void*> >, bool cache_hash_code = false]’
  13. rbx-configure-test.cpp:6: instantiated from here
  14. /usr/include/c++/4.0.0/tr1/hashtable:585: error: using invalid field ‘Internal::hash_code_base<Key, Value, ExtractKey, Equal, H1, H2, Internal::default_ranged_hash, false>::m_h1’
Add Comment
Please, Sign In to add comment