Hello community,
Well, I'm trying to build my first game, but I have a little trouble, took care of various problems, more for now I came across a new I can not solve. I have looked here on various topics did not get more results. I hope poçam help me!
Error when compiling the game:
compile HackShield_Impl.cpp
In file included from ../../../../extern/include/boost/tuple/tuple.hpp:33:0,
from ../../../../extern/include/boost/unordered/detail/allocate.hpp:27,
from ../../../../extern/include/boost/unordered/detail/buckets.hpp:15,
from ../../../../extern/include/boost/unordered/detail/table.hpp:10,
from ../../../../extern/include/boost/unordered/detail/equivalent.hpp:14,
from ../../../../extern/include/boost/unordered/unordered_map.hpp:17,
from ../../../../extern/include/boost/unordered_map.hpp:16,
from HackShield_Impl.h:5,
from HackShield_Impl.cpp:3:
../../../../extern/include/boost/tuple/detail/tuple_basic.hpp: In function 'typename boost::tuples::access_traits<typename boost::tuples::element<N, boost::tuples::cons<HT, TT> >::type>::const_type boost::tuples::get(const boost::tuples::cons<HT, TT>&)':
../../../../extern/include/boost/tuple/detail/tuple_basic.hpp:228:45: warning: typedef 'cons_element' locally defined but not used [-Wunused-local-typedefs]
typedef BOOST_DEDUCED_TYPENAME impl::type cons_element;
^
HackShield_Impl.cpp: In member function 'bool CHackShieldImpl::SendCheckPacket(LPCHARACTER)':
HackShield_Impl.cpp:94:17: error: 'HEADER_GC_HS_REQUEST' was not declared in this scope
pack.bHeader = HEADER_GC_HS_REQUEST;
^
HackShield_Impl.cpp: In member function 'bool CHackShieldImpl::VerifyAck(LPCHARACTER, TPacketGCHSCheck*)':
HackShield_Impl.cpp:149:7: error: 'class CHARACTER' has no member named 'StopHackShieldCheckCycle'
ch->StopHackShieldCheckCycle();
^
HackShield_Impl.cpp:157:27: error: 'class LogManager' has no member named 'HackShieldLog'
LogManager::instance().HackShieldLog(dwError, ch);
^
HackShield_Impl.cpp:162:8: error: 'class CHARACTER' has no member named 'SetHackShieldCheckMode'
ch->SetHackShieldCheckMode(false);
^
Makefile:121: recipe for target 'OBJDIR/HackShield_Impl.o' failed
gmake: *** [OBJDIR/HackShield_Impl.o] Error 1
Thank you in advance for your help.






