Deutsch:
Hallo, und zwar ich habe ein Problem beim Compilen vom Source von Fliege (älteres Modell 2018). Sobald ich [gmake clean / gmake -j4] eingebe fängt er an zu Compilen , nach einen kleinen Moment erscheinen haufenweise Fehler die verhindern das dass Compilen weiter gehen kann. Vielleicht ist jemand hier der mir weiterhelfen kann.
Einiges wurde schon getan und versucht, leider ohne Erfolg.
_______________________________________________________________________________________
Was schon gemacht wurde:
Volvox
hat die boost schon aktualisiert. Ist jetzt die aktuellste Version. Aber ich befürchte, dass die files eine boost Version verlangen, die nicht aktuell ist. Vielleicht hat ja jemand ne Idee
Fehler:
Code
- root@cloud606433:/usr/src/_source/Server/game/src # gmake clean
- root@cloud606433:/usr/src/_source/Server/game/src # gmake -j4
- compile BattleArena.cpp
- compile FSM.cpp
- compile MarkConvert.cpp
- compile MarkImage.cpp
- compile MarkManager.cpp
- compile OXEvent.cpp
- compile TrafficProfiler.cpp
- compile ani.cpp
- compile arena.cpp
- compile banword.cpp
- compile battle.cpp
- compile blend_item.cpp
- compile block_country.cpp
- compile buffer_manager.cpp
- compile building.cpp
- compile castle.cpp
- compile char.cpp
- compile char_affect.cpp
- compile char_battle.cpp
- compile char_change_empire.cpp
- compile char_horse.cpp
- compile char_item.cpp
- compile char_manager.cpp
- compile char_quickslot.cpp
- compile char_resist.cpp
- compile char_skill.cpp
- compile char_state.cpp
- In file included from ../../../Extern/include/boost/functional/hash/hash.hpp:558:0,
- from ../../../Extern/include/boost/functional/hash.hpp:6,
- from ../../../Extern/include/boost/unordered/unordered_map.hpp:21,
- from ../../../Extern/include/boost/unordered_map.hpp:17,
- from char.h:4,
- from char_skill.cpp:7:
- ../../../Extern/include/boost/functional/hash/extensions.hpp: In instantiation of 'std::size_t boost::hash<T>::operator()(const T&) const [with T = VID; std::size_t = unsigned int]':
- ../../../Extern/include/boost/unordered/detail/buckets.hpp:599:22: required from 'static SizeT boost::unordered::detail::prime_policy<SizeT>::apply_hash(const Hash&, const T&) [with Hash = boost::hash<VID>; T = VID; SizeT = unsigned int]'
- ../../../Extern/include/boost/unordered/detail/table.hpp:768:38: required from 'std::size_t boost::unordered::detail::table<Types>::hash(const key_type&) const [with Types = boost::unordered::detail::map<std::allocator<std::pair<const VID, unsigned int> >, VID, unsigned int, boost::hash<VID>, std::equal_to<VID> >; std::size_t = unsigned int; boost::unordered::detail::table<Types>::key_type = VID]'
- ../../../Extern/include/boost/unordered/detail/table.hpp:794:36: required from 'boost::unordered::detail::table<Types>::iterator boost::unordered::detail::table<Types>::find_node(const key_type&) const [with Types = boost::unordered::detail::map<std::allocator<std::pair<const VID, unsigned int> >, VID, unsigned int, boost::hash<VID>, std::equal_to<VID> >; boost::unordered::detail::table<Types>::iterator = boost::unordered::iterator_detail::iterator<boost::unordered::detail::ptr_node<std::pair<const VID, unsigned int> > >; typename Types::node = boost::unordered::detail::ptr_node<std::pair<const VID, unsigned int> >; boost::unordered::detail::table<Types>::key_type = VID]'
- ../../../Extern/include/boost/unordered/unordered_map.hpp:1213:34: required from 'boost::unordered::unordered_map<K, T, H, P, A>::iterator boost::unordered::unordered_map<K, T, H, P, A>::find(const key_type&) [with K = VID; T = unsigned int; H = boost::hash<VID>; P = std::equal_to<VID>; A = std::allocator<std::pair<const VID, unsigned int> >; boost::unordered::unordered_map<K, T, H, P, A>::iterator = boost::unordered::iterator_detail::iterator<boost::unordered::detail::ptr_node<std::pair<const VID, unsigned int> > >; boost::unordered::unordered_map<K, T, H, P, A>::key_type = VID]'
- char_skill.cpp:3561:103: required from here
- ../../../Extern/include/boost/functional/hash/extensions.hpp:262:30: error: no matching function for call to 'hash_value(const VID&)'
- return hash_value(val);
- ~~~~~~~~~~^~~~~
- In file included from ../../../Extern/include/boost/intrusive_ptr.hpp:16:0,
- from event.h:10,
- from stdafx.h:39,
- from char_skill.cpp:1:
- ../../../Extern/include/boost/smart_ptr/intrusive_ptr.hpp:329:33: note: candidate: template<class T> std::size_t boost::hash_value(const boost::intrusive_ptr<T>&)
- template< class T > std::size_t hash_value( boost::intrusive_ptr<T> const & p )
- ^~~~~~~~~~
- ../../../Extern/include/boost/smart_ptr/intrusive_ptr.hpp:329:33: note: template argument deduction/substitution failed:
- In file included from ../../../Extern/include/boost/functional/hash/hash.hpp:558:0,
- from ../../../Extern/include/boost/functional/hash.hpp:6,
- from ../../../Extern/include/boost/unordered/unordered_map.hpp:21,
- from ../../../Extern/include/boost/unordered_map.hpp:17,
- from char.h:4,
- from char_skill.cpp:7:
- ../../../Extern/include/boost/functional/hash/extensions.hpp:262:30: note: 'const VID' is not derived from 'const boost::intrusive_ptr<T>'
- return hash_value(val);
- ~~~~~~~~~~^~~~~
- In file included from ../../../Extern/include/boost/functional/hash.hpp:6:0,
- from ../../../Extern/include/boost/unordered/unordered_map.hpp:21,
- from ../../../Extern/include/boost/unordered_map.hpp:17,
- from char.h:4,
- from char_skill.cpp:7:
- ../../../Extern/include/boost/functional/hash/hash.hpp:256:57: note: candidate: template<class T> typename boost::hash_detail::basic_numbers<T>::type boost::hash_value(T)
- typename boost::hash_detail::basic_numbers<T>::type hash_value(T v)
- ^~~~~~~~~~
- ../../../Extern/include/boost/functional/hash/hash.hpp:256:57: note: template argument deduction/substitution failed:
- ../../../Extern/include/boost/functional/hash/hash.hpp: In substitution of 'template<class T> typename boost::hash_detail::basic_numbers<T>::type boost::hash_value(T) [with T = VID]':
- ../../../Extern/include/boost/functional/hash/extensions.hpp:262:30: required from 'std::size_t boost::hash<T>::operator()(const T&) const [with T = VID; std::size_t = unsigned int]'
- ../../../Extern/include/boost/unordered/detail/buckets.hpp:599:22: required from 'static SizeT boost::unordered::detail::prime_policy<SizeT>::apply_hash(const Hash&, const T&) [with Hash = boost::hash<VID>; T = VID; SizeT = unsigned int]'
- ../../../Extern/include/boost/unordered/detail/table.hpp:768:38: required from 'std::size_t boost::unordered::detail::table<Types>::hash(const key_type&) const [with Types = boost::unordered::detail::map<std::allocator<std::pair<const VID, unsigned int> >, VID, unsigned int, boost::hash<VID>, std::equal_to<VID> >; std::size_t = unsigned int; boost::unordered::detail::table<Types>::key_type = VID]'
- ../../../Extern/include/boost/unordered/detail/table.hpp:794:36: required from 'boost::unordered::detail::table<Types>::iterator boost::unordered::detail::table<Types>::find_node(const key_type&) const [with Types = boost::unordered::detail::map<std::allocator<std::pair<const VID, unsigned int> >, VID, unsigned int, boost::hash<VID>, std::equal_to<VID> >; boost::unordered::detail::table<Types>::iterator = boost::unordered::iterator_detail::iterator<boost::unordered::detail::ptr_node<std::pair<const VID, unsigned int> > >; typename Types::node = boost::unordered::detail::ptr_node<std::pair<const VID, unsigned int> >; boost::unordered::detail::table<Types>::key_type = VID]'
- ../../../Extern/include/boost/unordered/unordered_map.hpp:1213:34: required from 'boost::unordered::unordered_map<K, T, H, P, A>::iterator boost::unordered::unordered_map<K, T, H, P, A>::find(const key_type&) [with K = VID; T = unsigned int; H = boost::hash<VID>; P = std::equal_to<VID>; A = std::allocator<std::pair<const VID, unsigned int> >; boost::unordered::unordered_map<K, T, H, P, A>::iterator = boost::unordered::iterator_detail::iterator<boost::unordered::detail::ptr_node<std::pair<const VID, unsigned int> > >; boost::unordered::unordered_map<K, T, H, P, A>::key_type = VID]'
- char_skill.cpp:3561:103: required from here
- ../../../Extern/include/boost/functional/hash/hash.hpp:256:57: error: no type named 'type' in 'struct boost::hash_detail::basic_numbers<VID>'
- ../../../Extern/include/boost/functional/hash/extensions.hpp: In instantiation of 'std::size_t boost::hash<T>::operator()(const T&) const [with T = VID; std::size_t = unsigned int]':
- ../../../Extern/include/boost/unordered/detail/buckets.hpp:599:22: required from 'static SizeT boost::unordered::detail::prime_policy<SizeT>::apply_hash(const Hash&, const T&) [with Hash = boost::hash<VID>; T = VID; SizeT = unsigned int]'
- ../../../Extern/include/boost/unordered/detail/table.hpp:768:38: required from 'std::size_t boost::unordered::detail::table<Types>::hash(const key_type&) const [with Types = boost::unordered::detail::map<std::allocator<std::pair<const VID, unsigned int> >, VID, unsigned int, boost::hash<VID>, std::equal_to<VID> >; std::size_t = unsigned int; boost::unordered::detail::table<Types>::key_type = VID]'
- ../../../Extern/include/boost/unordered/detail/table.hpp:794:36: required from 'boost::unordered::detail::table<Types>::iterator boost::unordered::detail::table<Types>::find_node(const key_type&) const [with Types = boost::unordered::detail::map<std::allocator<std::pair<const VID, unsigned int> >, VID, unsigned int, boost::hash<VID>, std::equal_to<VID> >; boost::unordered::detail::table<Types>::iterator = boost::unordered::iterator_detail::iterator<boost::unordered::detail::ptr_node<std::pair<const VID, unsigned int> > >; typename Types::node = boost::unordered::detail::ptr_node<std::pair<const VID, unsigned int> >; boost::unordered::detail::table<Types>::key_type = VID]'
- ../../../Extern/include/boost/unordered/unordered_map.hpp:1213:34: required from 'boost::unordered::unordered_map<K, T, H, P, A>::iterator boost::unordered::unordered_map<K, T, H, P, A>::find(const key_type&) [with K = VID; T = unsigned int; H = boost::hash<VID>; P = std::equal_to<VID>; A = std::allocator<std::pair<const VID, unsigned int> >; boost::unordered::unordered_map<K, T, H, P, A>::iterator = boost::unordered::iterator_detail::iterator<boost::unordered::detail::ptr_node<std::pair<const VID, unsigned int> > >; boost::unordered::unordered_map<K, T, H, P, A>::key_type = VID]'
- char_skill.cpp:3561:103: required from here
- ../../../Extern/include/boost/functional/hash/hash.hpp:262:56: note: candidate: template<class T> typename boost::hash_detail::long_numbers<T>::type boost::hash_value(T)
- typename boost::hash_detail::long_numbers<T>::type hash_value(T v)
- ^~~~~~~~~~
- ../../../Extern/include/boost/functional/hash/hash.hpp:262:56: note: template argument deduction/substitution failed:
- ../../../Extern/include/boost/functional/hash/hash.hpp: In substitution of 'template<class T> typename boost::hash_detail::long_numbers<T>::type boost::hash_value(T) [with T = VID]':
- ../../../Extern/include/boost/functional/hash/extensions.hpp:262:30: required from 'std::size_t boost::hash<T>::operator()(const T&) const [with T = VID; std::size_t = unsigned int]'
- ../../../Extern/include/boost/unordered/detail/buckets.hpp:599:22: required from 'static SizeT boost::unordered::detail::prime_policy<SizeT>::apply_hash(const Hash&, const T&) [with Hash = boost::hash<VID>; T = VID; SizeT = unsigned int]'
- ../../../Extern/include/boost/unordered/detail/table.hpp:768:38: required from 'std::size_t boost::unordered::detail::table<Types>::hash(const key_type&) const [with Types = boost::unordered::detail::map<std::allocator<std::pair<const VID, unsigned int> >, VID, unsigned int, boost::hash<VID>, std::equal_to<VID> >; std::size_t = unsigned int; boost::unordered::detail::table<Types>::key_type = VID]'
- ../../../Extern/include/boost/unordered/detail/table.hpp:794:36: required from 'boost::unordered::detail::table<Types>::iterator boost::unordered::detail::table<Types>::find_node(const key_type&) const [with Types = boost::unordered::detail::map<std::allocator<std::pair<const VID, unsigned int> >, VID, unsigned int, boost::hash<VID>, std::equal_to<VID> >; boost::unordered::detail::table<Types>::iterator = boost::unordered::iterator_detail::iterator<boost::unordered::detail::ptr_node<std::pair<const VID, unsigned int> > >; typename Types::node = boost::unordered::detail::ptr_node<std::pair<const VID, unsigned int> >; boost::unordered::detail::table<Types>::key_type = VID]'
- ../../../Extern/include/boost/unordered/unordered_map.hpp:1213:34: required from 'boost::unordered::unordered_map<K, T, H, P, A>::iterator boost::unordered::unordered_map<K, T, H, P, A>::find(const key_type&) [with K = VID; T = unsigned int; H = boost::hash<VID>; P = std::equal_to<VID>; A = std::allocator<std::pair<const VID, unsigned int> >; boost::unordered::unordered_map<K, T, H, P, A>::iterator = boost::unordered::iterator_detail::iterator<boost::unordered::detail::ptr_node<std::pair<const VID, unsigned int> > >; boost::unordered::unordered_map<K, T, H, P, A>::key_type = VID]'
- char_skill.cpp:3561:103: required from here
- ../../../Extern/include/boost/functional/hash/hash.hpp:262:56: error: no type named 'type' in 'struct boost::hash_detail::long_numbers<VID>'
- ../../../Extern/include/boost/functional/hash/extensions.hpp: In instantiation of 'std::size_t boost::hash<T>::operator()(const T&) const [with T = VID; std::size_t = unsigned int]':
- ../../../Extern/include/boost/unordered/detail/buckets.hpp:599:22: required from 'static SizeT boost::unordered::detail::prime_policy<SizeT>::apply_hash(const Hash&, const T&) [with Hash = boost::hash<VID>; T = VID; SizeT = unsigned int]'
- ../../../Extern/include/boost/unordered/detail/table.hpp:768:38: required from 'std::size_t boost::unordered::detail::table<Types>::hash(const key_type&) const [with Types = boost::unordered::detail::map<std::allocator<std::pair<const VID, unsigned int> >, VID, unsigned int, boost::hash<VID>, std::equal_to<VID> >; std::size_t = unsigned int; boost::unordered::detail::table<Types>::key_type = VID]'
- ../../../Extern/include/boost/unordered/detail/table.hpp:794:36: required from 'boost::unordered::detail::table<Types>::iterator boost::unordered::detail::table<Types>::find_node(const key_type&) const [with Types = boost::unordered::detail::map<std::allocator<std::pair<const VID, unsigned int> >, VID, unsigned int, boost::hash<VID>, std::equal_to<VID> >; boost::unordered::detail::table<Types>::iterator = boost::unordered::iterator_detail::iterator<boost::unordered::detail::ptr_node<std::pair<const VID, unsigned int> > >; typename Types::node = boost::unordered::detail::ptr_node<std::pair<const VID, unsigned int> >; boost::unordered::detail::table<Types>::key_type = VID]'
- ../../../Extern/include/boost/unordered/unordered_map.hpp:1213:34: required from 'boost::unordered::unordered_map<K, T, H, P, A>::iterator boost::unordered::unordered_map<K, T, H, P, A>::find(const key_type&) [with K = VID; T = unsigned int; H = boost::hash<VID>; P = std::equal_to<VID>; A = std::allocator<std::pair<const VID, unsigned int> >; boost::unordered::unordered_map<K, T, H, P, A>::iterator = boost::unordered::iterator_detail::iterator<boost::unordered::detail::ptr_node<std::pair<const VID, unsigned int> > >; boost::unordered::unordered_map<K, T, H, P, A>::key_type = VID]'
- char_skill.cpp:3561:103: required from here
- ../../../Extern/include/boost/functional/hash/hash.hpp:268:57: note: candidate: template<class T> typename boost::hash_detail::ulong_numbers<T>::type boost::hash_value(T)
- typename boost::hash_detail::ulong_numbers<T>::type hash_value(T v)
- ^~~~~~~~~~
- ../../../Extern/include/boost/functional/hash/hash.hpp:268:57: note: template argument deduction/substitution failed:
- ../../../Extern/include/boost/functional/hash/hash.hpp: In substitution of 'template<class T> typename boost::hash_detail::ulong_numbers<T>::type boost::hash_value(T) [with T = VID]':
- ../../../Extern/include/boost/functional/hash/extensions.hpp:262:30: required from 'std::size_t boost::hash<T>::operator()(const T&) const [with T = VID; std::size_t = unsigned int]'
- ../../../Extern/include/boost/unordered/detail/buckets.hpp:599:22: required from 'static SizeT boost::unordered::detail::prime_policy<SizeT>::apply_hash(const Hash&, const T&) [with Hash = boost::hash<VID>; T = VID; SizeT = unsigned int]'
- ../../../Extern/include/boost/unordered/detail/table.hpp:768:38: required from 'std::size_t boost::unordered::detail::table<Types>::hash(const key_type&) const [with Types = boost::unordered::detail::map<std::allocator<std::pair<const VID, unsigned int> >, VID, unsigned int, boost::hash<VID>, std::equal_to<VID> >; std::size_t = unsigned int; boost::unordered::detail::table<Types>::key_type = VID]'
- ../../../Extern/include/boost/unordered/detail/table.hpp:794:36: required from 'boost::unordered::detail::table<Types>::iterator boost::unordered::detail::table<Types>::find_node(const key_type&) const [with Types = boost::unordered::detail::map<std::allocator<std::pair<const VID, unsigned int> >, VID, unsigned int, boost::hash<VID>, std::equal_to<VID> >; boost::unordered::detail::table<Types>::iterator = boost::unordered::iterator_detail::iterator<boost::unordered::detail::ptr_node<std::pair<const VID, unsigned int> > >; typename Types::node = boost::unordered::detail::ptr_node<std::pair<const VID, unsigned int> >; boost::unordered::detail::table<Types>::key_type = VID]'
- ../../../Extern/include/boost/unordered/unordered_map.hpp:1213:34: required from 'boost::unordered::unordered_map<K, T, H, P, A>::iterator boost::unordered::unordered_map<K, T, H, P, A>::find(const key_type&) [with K = VID; T = unsigned int; H = boost::hash<VID>; P = std::equal_to<VID>; A = std::allocator<std::pair<const VID, unsigned int> >; boost::unordered::unordered_map<K, T, H, P, A>::iterator = boost::unordered::iterator_detail::iterator<boost::unordered::detail::ptr_node<std::pair<const VID, unsigned int> > >; boost::unordered::unordered_map<K, T, H, P, A>::key_type = VID]'
- char_skill.cpp:3561:103: required from here
- ../../../Extern/include/boost/functional/hash/hash.hpp:268:57: error: no type named 'type' in 'struct boost::hash_detail::ulong_numbers<VID>'
- ../../../Extern/include/boost/functional/hash/extensions.hpp: In instantiation of 'std::size_t boost::hash<T>::operator()(const T&) const [with T = VID; std::size_t = unsigned int]':
- ../../../Extern/include/boost/unordered/detail/buckets.hpp:599:22: required from 'static SizeT boost::unordered::detail::prime_policy<SizeT>::apply_hash(const Hash&, const T&) [with Hash = boost::hash<VID>; T = VID; SizeT = unsigned int]'
- ../../../Extern/include/boost/unordered/detail/table.hpp:768:38: required from 'std::size_t boost::unordered::detail::table<Types>::hash(const key_type&) const [with Types = boost::unordered::detail::map<std::allocator<std::pair<const VID, unsigned int> >, VID, unsigned int, boost::hash<VID>, std::equal_to<VID> >; std::size_t = unsigned int; boost::unordered::detail::table<Types>::key_type = VID]'
- ../../../Extern/include/boost/unordered/detail/table.hpp:794:36: required from 'boost::unordered::detail::table<Types>::iterator boost::unordered::detail::table<Types>::find_node(const key_type&) const [with Types = boost::unordered::detail::map<std::allocator<std::pair<const VID, unsigned int> >, VID, unsigned int, boost::hash<VID>, std::equal_to<VID> >; boost::unordered::detail::table<Types>::iterator = boost::unordered::iterator_detail::iterator<boost::unordered::detail::ptr_node<std::pair<const VID, unsigned int> > >; typename Types::node = boost::unordered::detail::ptr_node<std::pair<const VID, unsigned int> >; boost::unordered::detail::table<Types>::key_type = VID]'
- ../../../Extern/include/boost/unordered/unordered_map.hpp:1213:34: required from 'boost::unordered::unordered_map<K, T, H, P, A>::iterator boost::unordered::unordered_map<K, T, H, P, A>::find(const key_type&) [with K = VID; T = unsigned int; H = boost::hash<VID>; P = std::equal_to<VID>; A = std::allocator<std::pair<const VID, unsigned int> >; boost::unordered::unordered_map<K, T, H, P, A>::iterator = boost::unordered::iterator_detail::iterator<boost::unordered::detail::ptr_node<std::pair<const VID, unsigned int> > >; boost::unordered::unordered_map<K, T, H, P, A>::key_type = VID]'
- char_skill.cpp:3561:103: required from here
- ../../../Extern/include/boost/functional/hash/hash.hpp:275:9: note: candidate: template<class T> typename boost::enable_if<boost::is_enum<T>, unsigned int>::type boost::hash_value(T)
- hash_value(T v)
- ^~~~~~~~~~
- ../../../Extern/include/boost/functional/hash/hash.hpp:275:9: note: template argument deduction/substitution failed:
- ../../../Extern/include/boost/functional/hash/hash.hpp: In substitution of 'template<class T> typename boost::enable_if<boost::is_enum<T>, unsigned int>::type boost::hash_value(T) [with T = VID]':
- ../../../Extern/include/boost/functional/hash/extensions.hpp:262:30: required from 'std::size_t boost::hash<T>::operator()(const T&) const [with T = VID; std::size_t = unsigned int]'
- ../../../Extern/include/boost/unordered/detail/buckets.hpp:599:22: required from 'static SizeT boost::unordered::detail::prime_policy<SizeT>::apply_hash(const Hash&, const T&) [with Hash = boost::hash<VID>; T = VID; SizeT = unsigned int]'
- ../../../Extern/include/boost/unordered/detail/table.hpp:768:38: required from 'std::size_t boost::unordered::detail::table<Types>::hash(const key_type&) const [with Types = boost::unordered::detail::map<std::allocator<std::pair<const VID, unsigned int> >, VID, unsigned int, boost::hash<VID>, std::equal_to<VID> >; std::size_t = unsigned int; boost::unordered::detail::table<Types>::key_type = VID]'
- ../../../Extern/include/boost/unordered/detail/table.hpp:794:36: required from 'boost::unordered::detail::table<Types>::iterator boost::unordered::detail::table<Types>::find_node(const key_type&) const [with Types = boost::unordered::detail::map<std::allocator<std::pair<const VID, unsigned int> >, VID, unsigned int, boost::hash<VID>, std::equal_to<VID> >; boost::unordered::detail::table<Types>::iterator = boost::unordered::iterator_detail::iterator<boost::unordered::detail::ptr_node<std::pair<const VID, unsigned int> > >; typename Types::node = boost::unordered::detail::ptr_node<std::pair<const VID, unsigned int> >; boost::unordered::detail::table<Types>::key_type = VID]'
- ../../../Extern/include/boost/unordered/unordered_map.hpp:1213:34: required from 'boost::unordered::unordered_map<K, T, H, P, A>::iterator boost::unordered::unordered_map<K, T, H, P, A>::find(const key_type&) [with K = VID; T = unsigned int; H = boost::hash<VID>; P = std::equal_to<VID>; A = std::allocator<std::pair<const VID, unsigned int> >; boost::unordered::unordered_map<K, T, H, P, A>::iterator = boost::unordered::iterator_detail::iterator<boost::unordered::detail::ptr_node<std::pair<const VID, unsigned int> > >; boost::unordered::unordered_map<K, T, H, P, A>::key_type = VID]'
- char_skill.cpp:3561:103: required from here
- ../../../Extern/include/boost/functional/hash/hash.hpp:275:9: error: no type named 'type' in 'struct boost::enable_if<boost::is_enum<VID>, unsigned int>'
- ../../../Extern/include/boost/functional/hash/extensions.hpp: In instantiation of 'std::size_t boost::hash<T>::operator()(const T&) const [with T = VID; std::size_t = unsigned int]':
- ../../../Extern/include/boost/unordered/detail/buckets.hpp:599:22: required from 'static SizeT boost::unordered::detail::prime_policy<SizeT>::apply_hash(const Hash&, const T&) [with Hash = boost::hash<VID>; T = VID; SizeT = unsigned int]'
- ../../../Extern/include/boost/unordered/detail/table.hpp:768:38: required from 'std::size_t boost::unordered::detail::table<Types>::hash(const key_type&) const [with Types = boost::unordered::detail::map<std::allocator<std::pair<const VID, unsigned int> >, VID, unsigned int, boost::hash<VID>, std::equal_to<VID> >; std::size_t = unsigned int; boost::unordered::detail::table<Types>::key_type = VID]'
- ../../../Extern/include/boost/unordered/detail/table.hpp:794:36: required from 'boost::unordered::detail::table<Types>::iterator boost::unordered::detail::table<Types>::find_node(const key_type&) const [with Types = boost::unordered::detail::map<std::allocator<std::pair<const VID, unsigned int> >, VID, unsigned int, boost::hash<VID>, std::equal_to<VID> >; boost::unordered::detail::table<Types>::iterator = boost::unordered::iterator_detail::iterator<boost::unordered::detail::ptr_node<std::pair<const VID, unsigned int> > >; typename Types::node = boost::unordered::detail::ptr_node<std::pair<const VID, unsigned int> >; boost::unordered::detail::table<Types>::key_type = VID]'
- ../../../Extern/include/boost/unordered/unordered_map.hpp:1213:34: required from 'boost::unordered::unordered_map<K, T, H, P, A>::iterator boost::unordered::unordered_map<K, T, H, P, A>::find(const key_type&) [with K = VID; T = unsigned int; H = boost::hash<VID>; P = std::equal_to<VID>; A = std::allocator<std::pair<const VID, unsigned int> >; boost::unordered::unordered_map<K, T, H, P, A>::iterator = boost::unordered::iterator_detail::iterator<boost::unordered::detail::ptr_node<std::pair<const VID, unsigned int> > >; boost::unordered::unordered_map<K, T, H, P, A>::key_type = VID]'
- char_skill.cpp:3561:103: required from here
- ../../../Extern/include/boost/functional/hash/hash.hpp:282:36: note: candidate: template<class T> std::size_t boost::hash_value(T* const&)
- template <class T> std::size_t hash_value(T* const& v)
- ^~~~~~~~~~
- ../../../Extern/include/boost/functional/hash/hash.hpp:282:36: note: template argument deduction/substitution failed:
- In file included from ../../../Extern/include/boost/functional/hash/hash.hpp:558:0,
- from ../../../Extern/include/boost/functional/hash.hpp:6,
- from ../../../Extern/include/boost/unordered/unordered_map.hpp:21,
- from ../../../Extern/include/boost/unordered_map.hpp:17,
- from char.h:4,
- from char_skill.cpp:7:
- ../../../Extern/include/boost/functional/hash/extensions.hpp:262:30: note: mismatched types 'T* const' and 'const VID'
- return hash_value(val);
- ~~~~~~~~~~^~~~~
- In file included from ../../../Extern/include/boost/functional/hash.hpp:6:0,
- from ../../../Extern/include/boost/unordered/unordered_map.hpp:21,
- from ../../../Extern/include/boost/unordered_map.hpp:17,
- from char.h:4,
- from char_skill.cpp:7:
- ../../../Extern/include/boost/functional/hash/hash.hpp:370:24: note: candidate: template<class T, unsigned int N> std::size_t boost::hash_value(const T (&)[N])
- inline std::size_t hash_value(const T (&x)[N])
- ^~~~~~~~~~
- ../../../Extern/include/boost/functional/hash/hash.hpp:370:24: note: template argument deduction/substitution failed:
- In file included from ../../../Extern/include/boost/functional/hash/hash.hpp:558:0,
- from ../../../Extern/include/boost/functional/hash.hpp:6,
- from ../../../Extern/include/boost/unordered/unordered_map.hpp:21,
- from ../../../Extern/include/boost/unordered_map.hpp:17,
- from char.h:4,
- from char_skill.cpp:7:
- ../../../Extern/include/boost/functional/hash/extensions.hpp:262:30: note: mismatched types 'const T [N]' and 'const VID'
- return hash_value(val);
- ~~~~~~~~~~^~~~~
- In file included from ../../../Extern/include/boost/functional/hash.hpp:6:0,
- from ../../../Extern/include/boost/unordered/unordered_map.hpp:21,
- from ../../../Extern/include/boost/unordered_map.hpp:17,
- from char.h:4,
- from char_skill.cpp:7:
- ../../../Extern/include/boost/functional/hash/hash.hpp:376:24: note: candidate: template<class T, unsigned int N> std::size_t boost::hash_value(T (&)[N])
- inline std::size_t hash_value(T (&x)[N])
- ^~~~~~~~~~
- ../../../Extern/include/boost/functional/hash/hash.hpp:376:24: note: template argument deduction/substitution failed:
- In file included from ../../../Extern/include/boost/functional/hash/hash.hpp:558:0,
- from ../../../Extern/include/boost/functional/hash.hpp:6,
- from ../../../Extern/include/boost/unordered/unordered_map.hpp:21,
- from ../../../Extern/include/boost/unordered_map.hpp:17,
- from char.h:4,
- from char_skill.cpp:7:
- ../../../Extern/include/boost/functional/hash/extensions.hpp:262:30: note: mismatched types 'T [N]' and 'const VID'
- return hash_value(val);
- ~~~~~~~~~~^~~~~
- In file included from ../../../Extern/include/boost/functional/hash.hpp:6:0,
- from ../../../Extern/include/boost/unordered/unordered_map.hpp:21,
- from ../../../Extern/include/boost/unordered_map.hpp:17,
- from char.h:4,
- from char_skill.cpp:7:
- ../../../Extern/include/boost/functional/hash/hash.hpp:383:24: note: candidate: template<class Ch, class A> std::size_t boost::hash_value(const std::__cxx11::basic_string<Ch, std::char_traits<_CharT>, A>&)
- inline std::size_t hash_value(
- ^~~~~~~~~~
- ../../../Extern/include/boost/functional/hash/hash.hpp:383:24: note: template argument deduction/substitution failed:
- In file included from ../../../Extern/include/boost/functional/hash/hash.hpp:558:0,
- from ../../../Extern/include/boost/functional/hash.hpp:6,
- from ../../../Extern/include/boost/unordered/unordered_map.hpp:21,
- from ../../../Extern/include/boost/unordered_map.hpp:17,
- from char.h:4,
- from char_skill.cpp:7:
- ../../../Extern/include/boost/functional/hash/extensions.hpp:262:30: note: 'const VID' is not derived from 'const std::__cxx11::basic_string<Ch, std::char_traits<_CharT>, A>'
- return hash_value(val);
- ~~~~~~~~~~^~~~~
- In file included from ../../../Extern/include/boost/functional/hash.hpp:6:0,
- from ../../../Extern/include/boost/unordered/unordered_map.hpp:21,
- from ../../../Extern/include/boost/unordered_map.hpp:17,
- from char.h:4,
- from char_skill.cpp:7:
- ../../../Extern/include/boost/functional/hash/hash.hpp:390:57: note: candidate: template<class T> typename boost::hash_detail::float_numbers<T>::type boost::hash_value(T)
- typename boost::hash_detail::float_numbers<T>::type hash_value(T v)
- ^~~~~~~~~~
- ../../../Extern/include/boost/functional/hash/hash.hpp:390:57: note: template argument deduction/substitution failed:
- ../../../Extern/include/boost/functional/hash/hash.hpp: In substitution of 'template<class T> typename boost::hash_detail::float_numbers<T>::type boost::hash_value(T) [with T = VID]':
- ../../../Extern/include/boost/functional/hash/extensions.hpp:262:30: required from 'std::size_t boost::hash<T>::operator()(const T&) const [with T = VID; std::size_t = unsigned int]'
- ../../../Extern/include/boost/unordered/detail/buckets.hpp:599:22: required from 'static SizeT boost::unordered::detail::prime_policy<SizeT>::apply_hash(const Hash&, const T&) [with Hash = boost::hash<VID>; T = VID; SizeT = unsigned int]'
- ../../../Extern/include/boost/unordered/detail/table.hpp:768:38: required from 'std::size_t boost::unordered::detail::table<Types>::hash(const key_type&) const [with Types = boost::unordered::detail::map<std::allocator<std::pair<const VID, unsigned int> >, VID, unsigned int, boost::hash<VID>, std::equal_to<VID> >; std::size_t = unsigned int; boost::unordered::detail::table<Types>::key_type = VID]'
- ../../../Extern/include/boost/unordered/detail/table.hpp:794:36: required from 'boost::unordered::detail::table<Types>::iterator boost::unordered::detail::table<Types>::find_node(const key_type&) const [with Types = boost::unordered::detail::map<std::allocator<std::pair<const VID, unsigned int> >, VID, unsigned int, boost::hash<VID>, std::equal_to<VID> >; boost::unordered::detail::table<Types>::iterator = boost::unordered::iterator_detail::iterator<boost::unordered::detail::ptr_node<std::pair<const VID, unsigned int> > >; typename Types::node = boost::unordered::detail::ptr_node<std::pair<const VID, unsigned int> >; boost::unordered::detail::table<Types>::key_type = VID]'
- ../../../Extern/include/boost/unordered/unordered_map.hpp:1213:34: required from 'boost::unordered::unordered_map<K, T, H, P, A>::iterator boost::unordered::unordered_map<K, T, H, P, A>::find(const key_type&) [with K = VID; T = unsigned int; H = boost::hash<VID>; P = std::equal_to<VID>; A = std::allocator<std::pair<const VID, unsigned int> >; boost::unordered::unordered_map<K, T, H, P, A>::iterator = boost::unordered::iterator_detail::iterator<boost::unordered::detail::ptr_node<std::pair<const VID, unsigned int> > >; boost::unordered::unordered_map<K, T, H, P, A>::key_type = VID]'
- char_skill.cpp:3561:103: required from here
- ../../../Extern/include/boost/functional/hash/hash.hpp:390:57: error: no type named 'type' in 'struct boost::hash_detail::float_numbers<VID>'
- ../../../Extern/include/boost/functional/hash/extensions.hpp: In instantiation of 'std::size_t boost::hash<T>::operator()(const T&) const [with T = VID; std::size_t = unsigned int]':
- ../../../Extern/include/boost/unordered/detail/buckets.hpp:599:22: required from 'static SizeT boost::unordered::detail::prime_policy<SizeT>::apply_hash(const Hash&, const T&) [with Hash = boost::hash<VID>; T = VID; SizeT = unsigned int]'
- ../../../Extern/include/boost/unordered/detail/table.hpp:768:38: required from 'std::size_t boost::unordered::detail::table<Types>::hash(const key_type&) const [with Types = boost::unordered::detail::map<std::allocator<std::pair<const VID, unsigned int> >, VID, unsigned int, boost::hash<VID>, std::equal_to<VID> >; std::size_t = unsigned int; boost::unordered::detail::table<Types>::key_type = VID]'
- ../../../Extern/include/boost/unordered/detail/table.hpp:794:36: required from 'boost::unordered::detail::table<Types>::iterator boost::unordered::detail::table<Types>::find_node(const key_type&) const [with Types = boost::unordered::detail::map<std::allocator<std::pair<const VID, unsigned int> >, VID, unsigned int, boost::hash<VID>, std::equal_to<VID> >; boost::unordered::detail::table<Types>::iterator = boost::unordered::iterator_detail::iterator<boost::unordered::detail::ptr_node<std::pair<const VID, unsigned int> > >; typename Types::node = boost::unordered::detail::ptr_node<std::pair<const VID, unsigned int> >; boost::unordered::detail::table<Types>::key_type = VID]'
- ../../../Extern/include/boost/unordered/unordered_map.hpp:1213:34: required from 'boost::unordered::unordered_map<K, T, H, P, A>::iterator boost::unordered::unordered_map<K, T, H, P, A>::find(const key_type&) [with K = VID; T = unsigned int; H = boost::hash<VID>; P = std::equal_to<VID>; A = std::allocator<std::pair<const VID, unsigned int> >; boost::unordered::unordered_map<K, T, H, P, A>::iterator = boost::unordered::iterator_detail::iterator<boost::unordered::detail::ptr_node<std::pair<const VID, unsigned int> > >; boost::unordered::unordered_map<K, T, H, P, A>::key_type = VID]'
- char_skill.cpp:3561:103: required from here
- ../../../Extern/include/boost/functional/hash/hash.hpp:396:24: note: candidate: std::size_t boost::hash_value(std::type_index)
- inline std::size_t hash_value(std::type_index v)
- ^~~~~~~~~~
- ../../../Extern/include/boost/functional/hash/hash.hpp:396:24: note: no known conversion for argument 1 from 'const VID' to 'std::type_index'
- In file included from ../../../Extern/include/boost/functional/hash/hash.hpp:558:0,
- from ../../../Extern/include/boost/functional/hash.hpp:6,
- from ../../../Extern/include/boost/unordered/unordered_map.hpp:21,
- from ../../../Extern/include/boost/unordered_map.hpp:17,
- from char.h:4,
- from char_skill.cpp:7:
- ../../../Extern/include/boost/functional/hash/extensions.hpp:67:17: note: candidate: template<class A, class B> std::size_t boost::hash_value(const std::pair<_T1, _T2>&)
- std::size_t hash_value(std::pair<A, B> const& v)
- ^~~~~~~~~~
- ../../../Extern/include/boost/functional/hash/extensions.hpp:67:17: note: template argument deduction/substitution failed:
- ../../../Extern/include/boost/functional/hash/extensions.hpp:262:30: note: 'const VID' is not derived from 'const std::pair<_T1, _T2>'
- return hash_value(val);
- ~~~~~~~~~~^~~~~
- ../../../Extern/include/boost/functional/hash/extensions.hpp:76:17: note: candidate: template<class T, class A> std::size_t boost::hash_value(const std::vector<_Tp, _Alloc>&)
- std::size_t hash_value(std::vector<T, A> const& v)
- ^~~~~~~~~~
- ../../../Extern/include/boost/functional/hash/extensions.hpp:76:17: note: template argument deduction/substitution failed:
- ../../../Extern/include/boost/functional/hash/extensions.hpp:262:30: note: 'const VID' is not derived from 'const std::vector<_Tp, _Alloc>'
- return hash_value(val);
- ~~~~~~~~~~^~~~~
- ../../../Extern/include/boost/functional/hash/extensions.hpp:82:17: note: candidate: template<class T, class A> std::size_t boost::hash_value(const std::__cxx11::list<_Tp, _Alloc>&)
- std::size_t hash_value(std::list<T, A> const& v)
- ^~~~~~~~~~
- ../../../Extern/include/boost/functional/hash/extensions.hpp:82:17: note: template argument deduction/substitution failed:
- ../../../Extern/include/boost/functional/hash/extensions.hpp:262:30: note: 'const VID' is not derived from 'const std::__cxx11::list<_Tp, _Alloc>'
- return hash_value(val);
- ~~~~~~~~~~^~~~~
- ../../../Extern/include/boost/functional/hash/extensions.hpp:88:17: note: candidate: template<class T, class A> std::size_t boost::hash_value(const std::deque<_Tp, _Alloc>&)
- std::size_t hash_value(std::deque<T, A> const& v)
- ^~~~~~~~~~
- ../../../Extern/include/boost/functional/hash/extensions.hpp:88:17: note: template argument deduction/substitution failed:
- ../../../Extern/include/boost/functional/hash/extensions.hpp:262:30: note: 'const VID' is not derived from 'const std::deque<_Tp, _Alloc>'
- return hash_value(val);
- ~~~~~~~~~~^~~~~
- ../../../Extern/include/boost/functional/hash/extensions.hpp:94:17: note: candidate: template<class K, class C, class A> std::size_t boost::hash_value(const std::set<_Key, _Compare, _Alloc>&)
- std::size_t hash_value(std::set<K, C, A> const& v)
- ^~~~~~~~~~
- ../../../Extern/include/boost/functional/hash/extensions.hpp:94:17: note: template argument deduction/substitution failed:
- ../../../Extern/include/boost/functional/hash/extensions.hpp:262:30: note: 'const VID' is not derived from 'const std::set<_Key, _Compare, _Alloc>'
- return hash_value(val);
- ~~~~~~~~~~^~~~~
- ../../../Extern/include/boost/functional/hash/extensions.hpp:100:17: note: candidate: template<class K, class C, class A> std::size_t boost::hash_value(const std::multiset<_Key, _Compare, _Alloc>&)
- std::size_t hash_value(std::multiset<K, C, A> const& v)
- ^~~~~~~~~~
- ../../../Extern/include/boost/functional/hash/extensions.hpp:100:17: note: template argument deduction/substitution failed:
- ../../../Extern/include/boost/functional/hash/extensions.hpp:262:30: note: 'const VID' is not derived from 'const std::multiset<_Key, _Compare, _Alloc>'
- return hash_value(val);
- ~~~~~~~~~~^~~~~
- ../../../Extern/include/boost/functional/hash/extensions.hpp:106:17: note: candidate: template<class K, class T, class C, class A> std::size_t boost::hash_value(const std::map<_Key, _Tp, _Compare, _Alloc>&)
- std::size_t hash_value(std::map<K, T, C, A> const& v)
- ^~~~~~~~~~
- ../../../Extern/include/boost/functional/hash/extensions.hpp:106:17: note: template argument deduction/substitution failed:
- ../../../Extern/include/boost/functional/hash/extensions.hpp:262:30: note: 'const VID' is not derived from 'const std::map<_Key, _Tp, _Compare, _Alloc>'
- return hash_value(val);
- ~~~~~~~~~~^~~~~
- ../../../Extern/include/boost/functional/hash/extensions.hpp:112:17: note: candidate: template<class K, class T, class C, class A> std::size_t boost::hash_value(const std::multimap<_Key, _Tp, _Compare, _Alloc>&)
- std::size_t hash_value(std::multimap<K, T, C, A> const& v)
- ^~~~~~~~~~
- ../../../Extern/include/boost/functional/hash/extensions.hpp:112:17: note: template argument deduction/substitution failed:
- ../../../Extern/include/boost/functional/hash/extensions.hpp:262:30: note: 'const VID' is not derived from 'const std::multimap<_Key, _Tp, _Compare, _Alloc>'
- return hash_value(val);
- ~~~~~~~~~~^~~~~
- ../../../Extern/include/boost/functional/hash/extensions.hpp:118:17: note: candidate: template<class T> std::size_t boost::hash_value(const std::complex<_Tp>&)
- std::size_t hash_value(std::complex<T> const& v)
- ^~~~~~~~~~
- ../../../Extern/include/boost/functional/hash/extensions.hpp:118:17: note: template argument deduction/substitution failed:
- ../../../Extern/include/boost/functional/hash/extensions.hpp:262:30: note: 'const VID' is not derived from 'const std::complex<_Tp>'
- return hash_value(val);
- ~~~~~~~~~~^~~~~
- ../../../Extern/include/boost/functional/hash/extensions.hpp:128:17: note: candidate: template<class T, unsigned int N> std::size_t boost::hash_value(const std::array<_Tp, _Nm>&)
- std::size_t hash_value(std::array<T, N> const& v)
- ^~~~~~~~~~
- ../../../Extern/include/boost/functional/hash/extensions.hpp:128:17: note: template argument deduction/substitution failed:
- ../../../Extern/include/boost/functional/hash/extensions.hpp:262:30: note: 'const VID' is not derived from 'const std::array<_Tp, _Nm>'
- return hash_value(val);
- ~~~~~~~~~~^~~~~
- ../../../Extern/include/boost/functional/hash/extensions.hpp:163:24: note: candidate: template<class ... T> std::size_t boost::hash_value(const std::tuple<_Tps ...>&)
- inline std::size_t hash_value(std::tuple<T...> const& v)
- ^~~~~~~~~~
- ../../../Extern/include/boost/functional/hash/extensions.hpp:163:24: note: template argument deduction/substitution failed:
- ../../../Extern/include/boost/functional/hash/extensions.hpp:262:30: note: 'const VID' is not derived from 'const std::tuple<_Tps ...>'
- return hash_value(val);
- ~~~~~~~~~~^~~~~
- ../../../Extern/include/boost/functional/hash/extensions.hpp:193:24: note: candidate: template<class T> std::size_t boost::hash_value(const std::shared_ptr<_Tp>&)
- inline std::size_t hash_value(std::shared_ptr<T> const& x) {
- ^~~~~~~~~~
- ../../../Extern/include/boost/functional/hash/extensions.hpp:193:24: note: template argument deduction/substitution failed:
- ../../../Extern/include/boost/functional/hash/extensions.hpp:262:30: note: 'const VID' is not derived from 'const std::shared_ptr<_Tp>'
- return hash_value(val);
- ~~~~~~~~~~^~~~~
- ../../../Extern/include/boost/functional/hash/extensions.hpp:198:24: note: candidate: template<class T, class Deleter> std::size_t boost::hash_value(const std::unique_ptr<_Tp, _Dp>&)
- inline std::size_t hash_value(std::unique_ptr<T, Deleter> const& x) {
- ^~~~~~~~~~
- ../../../Extern/include/boost/functional/hash/extensions.hpp:198:24: note: template argument deduction/substitution failed:
- ../../../Extern/include/boost/functional/hash/extensions.hpp:262:30: note: 'const VID' is not derived from 'const std::unique_ptr<_Tp, _Dp>'
- return hash_value(val);
- ~~~~~~~~~~^~~~~
- gmake: *** [Makefile:130: OBJDIR/char_skill.o] Error 1
- gmake: *** Waiting for unfinished jobs....
- root@cloud606433:/usr/src/_source/Server/game/src #