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.
Was schon gemacht wurde:
Ich hab 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
Alles wurde schon vorinstalliert, Gmake usw leider klappt das Compilen nicht. und ich kann schwer auf einen neuen Source wechseln plus Files ich habe systeme für mein Server gekauft die darin stecken würde mich sehr freuen wenn mir jemand weiterhelfen kann
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 #
Nach der Definierung von diesen boosts suchen & eventuell bei jeder datei den Dateinamen googlen & im richtigen Verzeichnis ersetzen, oder von einem existierenden Metin2 fortgeschrittene Serverfiles rüberziehen.
Fehler beim Build / Client Source Compile Error 08/05/2017 - Metin2 Private Server - 2 Replies Hello,
while building my Client source I noticed few Errors:
http://i.epvpimg.com/WCNjfab.png
I would be grateful If somebody helps me.
Thank you in advance.
[S] Source compile Fehler "cannot find -lgtest" 10/12/2016 - Metin2 Private Server - 0 Replies root@CMP:/workspace/mainline_sg/Srcs/Server/game/s rc # gmake
gmake: svnversion: Command not found
gmake: svnversion: Command not found
gmake: svnversion: Command not found
gmake: svnversion: Command not found
linking ../game_r_32....
/usr/bin/ld: cannot find -lIL
gmake: *** Error 1
root@CMP:/workspace/mainline_sg/Srcs/Server/game/ src #
[Source] compile Fehler =( 10/12/2015 - Metin2 Private Server - 3 Replies Moin, kann mir jemand bei diesem Fehler helfen?
http://puu.sh/kHGQ4/12658f2f0a.png
Anscheinend fehlt da ja irgendwas, aber ich habe alles ordnungsgemäßg eingefügt. Weiß jemand wie ich diesen Fehler beheben kann?
Der Source ist von .Kori :o
Source Compile Fehler Gcc48 02/25/2015 - Metin2 Private Server - 0 Replies Hey,
habe folgendes Problem beim compilen in Visual Studio 2012 läuft es ohne Probleme und bevor ich mein Server neu Installiert habe konnte ich darauf auch noch Compilen.
/usr/home/mt2/server/src/db/src # gmake
gmake: Warning: File 'Makefile' has modification time 6.3 s in the future
compile Config.cpp
Config.cpp:154:2: warning: identifier 'decltype' is a keyword in C++11
itertype(m_valueMap) i = m_valueMap.find(key);
Source Compile Fehler! Hilfe! 05/01/2012 - Flyff Private Server - 0 Replies Guten Tag liebe Community,
ich habe eine neue Source, aber beim compilen kommen einige Fehler wie z.B:
Neuz error LNK2019: unresolved external symbol "public: void __thiscall CWndSkillInventory::InitItem(int,struct tagSkill *,int)" (?InitItem@CWndSkillInventory@@QAEXHPAUtagSkill@@H @Z) referenced in function "private: void __thiscall CDPClient::OnSetExperience(unsigned long,class CAr &)" (?OnSetExperience@CDPClient@@AAEXKAAVCAr@@@Z)