Jump to content

profik

Inactive Member
  • Posts

    38
  • Joined

  • Last visited

  • Feedback

    0%

Posts posted by profik

  1. 1 hour ago, .Xero said:

    I have this problem

    https://metin2.download/picture/ie89ITu4U9DIJ034tir393ex7S4W4eRU/.gif

    (Screen by BlackPlayer)

    And it opens a quest window with the message :

    " du kannst nicht das siegel wechseln wärend du reitest" (you can not change while you ride)

    I read this thread and dont se a fixx for this or I am purblind.

    €dit: when I make it with pc.mount(vnum) without time then I can mount it but after 1 minute he unmount automatically and the seal is in the slot that is the main problem

    i know fix on it, add me miskoo551

  2. 47 minutes ago, Sonitex said:

    There should be a conf.txt in your db folder. 

    Then search line: NO_TXT

    NO_TXT=0 ----> It will use .txt files

    NO_TXT=1 ----> It will use .sql files

    Hey, i have similiar problem.. what about when i have NO_TXT=0 there, but it still doesnt use txt files ?

  3. On 25. 1. 2016 at 1:18 AM, GrzeGorz said:

    not for me ;/

    quest mounty begin
        state start begin
            when 52090.use begin
                pc.mount(20110)
            end
        end
    end

    this quest it's ok but i have problem :https://metin2.download/picture/EbeOVY4b5BEIs5Q7JptnkQFth7QcVwe7/.gif

    same problem here, anyone with fix ?

  4. Spoiler

    root@ApixWorld:/usr/src/gazer/Srcs/Server/db/src # gmake -j20
    compile NetBase.cpp
    compile Peer.cpp
    compile PeerBase.cpp
    compile Lock.cpp
    compile Cache.cpp
    compile LoginData.cpp
    compile Config.cpp
    compile Main.cpp
    compile DBManager.cpp
    compile ClientManager.cpp
    compile ClientManagerLogin.cpp
    compile ClientManagerParty.cpp
    compile GuildManager.cpp
    compile PrivManager.cpp
    compile ItemAwardManager.cpp
    In file included from NetBase.cpp:4:
    ClientManager.h:5:35: error: boost/unordered_map.hpp: No such file or directory
    ClientManager.h:6:35: error: boost/unordered_set.hpp: No such file or directory
    compile ClientManagerPlayer.cpp
    compile ClientManagerBoot.cpp
    compile ClientManagerGuild.cpp
    compile HB.cpp
    compile MoneyLog.cpp
    In file included from ClientManagerLogin.cpp:4:
    ClientManager.h:5:35: error: boost/unordered_map.hpp: No such file or directory
    ClientManager.h:6:35: error: boost/unordered_set.hpp: No such file or directory
    In file included from GuildManager.cpp:4:
    ClientManager.h:5:35: error: boost/unordered_map.hpp: No such file or directory
    ClientManager.h:6:35: error: boost/unordered_set.hpp: No such file or directory
    In file included from ItemAwardManager.cpp:7:
    ClientManager.h:5:35: error: boost/unordered_map.hpp: No such file or directory
    ClientManager.h:6:35: error: boost/unordered_set.hpp: No such file or directory
    In file included from ClientManagerParty.cpp:3:
    ClientManager.h:5:35: error: boost/unordered_map.hpp: No such file or directory
    ClientManager.h:6:35: error: boost/unordered_set.hpp: No such file or directory
    In file included from PrivManager.cpp:3:
    ClientManager.h:5:35: error: boost/unordered_map.hpp: No such file or directory
    ClientManager.h:6:35: error: boost/unordered_set.hpp: No such file or directory
    In file included from DBManager.cpp:3:
    ClientManager.h:5:35: error: boost/unordered_map.hpp: No such file or directory
    ClientManager.h:6:35: error: boost/unordered_set.hpp: No such file or directory
    In file included from ClientManager.cpp:9:
    ClientManager.h:5:35: error: boost/unordered_map.hpp: No such file or directory
    ClientManager.h:6:35: error: boost/unordered_set.hpp: No such file or directory
    In file included from LoginData.cpp:3:
    ClientManager.h:5:35: error: boost/unordered_map.hpp: No such file or directory
    ClientManager.h:6:35: error: boost/unordered_set.hpp: No such file or directory
    In file included from NetBase.cpp:4:
    ClientManager.h:35: error: 'boost' has not been declared
    ClientManager.h:35: error: ISO C++ forbids declaration of 'unordered_map' with no type
    ClientManager.h:35: error: typedef name may not be a nested-name-specifier
    ClientManager.h:35: error: expected ';' before '<' token
    ClientManager.h:36: error: 'boost' has not been declared
    ClientManager.h:36: error: ISO C++ forbids declaration of 'unordered_map' with no type
    ClientManager.h:36: error: typedef name may not be a nested-name-specifier
    ClientManager.h:36: error: expected ';' before '<' token
    ClientManager.h:37: error: 'boost' has not been declared
    ClientManager.h:37: error: ISO C++ forbids declaration of 'unordered_set' with no type
    ClientManager.h:37: error: typedef name may not be a nested-name-specifier
    ClientManager.h:37: error: expected ';' before '<' token
    ClientManager.h:38: error: 'boost' has not been declared
    ClientManager.h:38: error: ISO C++ forbids declaration of 'unordered_map' with no type
    ClientManager.h:38: error: typedef name may not be a nested-name-specifier
    ClientManager.h:38: error: expected ';' before '<' token
    ClientManager.h:39: error: 'boost' has not been declared
    ClientManager.h:39: error: ISO C++ forbids declaration of 'unordered_map' with no type
    ClientManager.h:39: error: typedef name may not be a nested-name-specifier
    ClientManager.h:39: error: expected ';' before '<' token
    ClientManager.h:40: error: 'boost' has not been declared
    ClientManager.h:40: error: ISO C++ forbids declaration of 'unordered_map' with no type
    ClientManager.h:40: error: typedef name may not be a nested-name-specifier
    ClientManager.h:40: error: expected ';' before '<' token
    ClientManager.h:120: error: ISO C++ forbids declaration of 'TItemCacheSet' with no type
    ClientManager.h:120: error: expected ';' before '*' token
    ClientManager.h:395: error: 'boost' has not been declared
    ClientManager.h:395: error: ISO C++ forbids declaration of 'unordered_map' with no type
    ClientManager.h:395: error: typedef name may not be a nested-name-specifier
    ClientManager.h:395: error: expected ';' before '<' token
    ClientManager.h:396: error: 'TLoginDataByLoginKey' does not name a type
    ClientManager.h:399: error: 'boost' has not been declared
    ClientManager.h:399: error: ISO C++ forbids declaration of 'unordered_map' with no type
    ClientManager.h:399: error: typedef name may not be a nested-name-specifier
    ClientManager.h:399: error: expected ';' before '<' token
    ClientManager.h:400: error: 'TLoginDataByLogin' does not name a type
    ClientManager.h:403: error: 'boost' has not been declared
    ClientManager.h:403: error: ISO C++ forbids declaration of 'unordered_map' with no type
    ClientManager.h:403: error: typedef name may not be a nested-name-specifier
    ClientManager.h:403: error: expected ';' before '<' token
    ClientManager.h:404: error: 'TLoginDataByAID' does not name a type
    ClientManager.h:407: error: 'boost' has not been declared
    ClientManager.h:407: error: ISO C++ forbids declaration of 'unordered_map' with no type
    ClientManager.h:407: error: typedef name may not be a nested-name-specifier
    ClientManager.h:407: error: expected ';' before '<' token
    ClientManager.h:408: error: 'TLogonAccountMap' does not name a type
    In file included from Main.cpp:5:
    ClientManager.h:5:35: error: boost/unordered_map.hpp: No such file or directory
    ClientManager.h:6:35: error: boost/unordered_set.hpp: No such file or directory
    In file included from ClientManagerParty.cpp:3:
    ClientManager.h:35: error: 'boost' has not been declared
    ClientManager.h:35: error: ISO C++ forbids declaration of 'unordered_map' with no type
    ClientManager.h:35: error: typedef name may not be a nested-name-specifier
    ClientManager.h:35: error: expected ';' before '<' token
    ClientManager.h:36: error: 'boost' has not been declared
    ClientManager.h:36: error: ISO C++ forbids declaration of 'unordered_map' with no type
    ClientManager.h:36: error: typedef name may not be a nested-name-specifier
    ClientManager.h:36: error: expected ';' before '<' token
    ClientManager.h:37: error: 'boost' has not been declared
    ClientManager.h:37: error: ISO C++ forbids declaration of 'unordered_set' with no type
    ClientManager.h:37: error: typedef name may not be a nested-name-specifier
    ClientManager.h:37: error: expected ';' before '<' token
    ClientManager.h:38: error: 'boost' has not been declared
    ClientManager.h:38: error: ISO C++ forbids declaration of 'unordered_map' with no type
    ClientManager.h:38: error: typedef name may not be a nested-name-specifier
    ClientManager.h:38: error: expected ';' before '<' token
    ClientManager.h:39: error: 'boost' has not been declared
    ClientManager.h:39: error: ISO C++ forbids declaration of 'unordered_map' with no type
    ClientManager.h:39: error: typedef name may not be a nested-name-specifier
    ClientManager.h:39: error: expected ';' before '<' token
    ClientManager.h:40: error: 'boost' has not been declared
    ClientManager.h:40: error: ISO C++ forbids declaration of 'unordered_map' with no type
    ClientManager.h:40: error: typedef name may not be a nested-name-specifier
    ClientManager.h:40: error: expected ';' before '<' token
    ClientManager.h:120: error: ISO C++ forbids declaration of 'TItemCacheSet' with no type
    ClientManager.h:120: error: expected ';' before '*' token
    In file included from Cache.cpp:6:
    ClientManager.h:5:35: error: boost/unordered_map.hpp: No such file or directory
    ClientManager.h:6:35: error: boost/unordered_set.hpp: No such file or directory
    In file included from GuildManager.cpp:2:
    GuildManager.h: In member function 'bool TGuildDeclareInfo::operator<(const TGuildDeclareInfo&) const':
    GuildManager.h:32: warning: suggest parentheses around && within ||
    GuildManager.h: In member function 'bool TGuildWaitStartInfo::operator<(const TGuildWaitStartInfo&) const':
    GuildManager.h:66: warning: suggest parentheses around && within ||
    GuildManager.h: In function 'bool operator<(const TGuildSkillUsed&, const TGuildSkillUsed&)':
    GuildManager.h:102: warning: suggest parentheses around && within ||
    In file included from ClientManagerPlayer.cpp:4:
    ClientManager.h:5:35: error: boost/unordered_map.hpp: No such file or directory
    ClientManager.h:6:35: error: boost/unordered_set.hpp: No such file or directory
    In file included from MoneyLog.cpp:3:
    ClientManager.h:5:35: error: boost/unordered_map.hpp: No such file or directory
    ClientManager.h:6:35: error: boost/unordered_set.hpp: No such file or directory
    In file included from ClientManagerBoot.cpp:4:
    ClientManager.h:5:35: error: boost/unordered_map.hpp: No such file or directory
    ClientManager.h:6:35: error: boost/unordered_set.hpp: No such file or directory
    ClientManager.h:395: error: 'boost' has not been declared
    ClientManager.h:395: error: ISO C++ forbids declaration of 'unordered_map' with no type
    ClientManager.h:395: error: typedef name may not be a nested-name-specifier
    ClientManager.h:395: error: expected ';' before '<' token
    ClientManager.h:396: error: 'TLoginDataByLoginKey' does not name a type
    ClientManager.h:399: error: 'boost' has not been declared
    ClientManager.h:399: error: ISO C++ forbids declaration of 'unordered_map' with no type
    ClientManager.h:399: error: typedef name may not be a nested-name-specifier
    ClientManager.h:399: error: expected ';' before '<' token
    ClientManager.h:400: error: 'TLoginDataByLogin' does not name a type
    ClientManager.h:403: error: 'boost' has not been declared
    ClientManager.h:403: error: ISO C++ forbids declaration of 'unordered_map' with no type
    ClientManager.h:403: error: typedef name may not be a nested-name-specifier
    ClientManager.h:403: error: expected ';' before '<' token
    ClientManager.h:404: error: 'TLoginDataByAID' does not name a type
    ClientManager.h:407: error: 'boost' has not been declared
    ClientManager.h:407: error: ISO C++ forbids declaration of 'unordered_map' with no type
    ClientManager.h:407: error: typedef name may not be a nested-name-specifier
    ClientManager.h:407: error: expected ';' before '<' token
    ClientManager.h:408: error: 'TLogonAccountMap' does not name a type
    ClientManager.h:438: error: 'TPlayerTableCacheMap' does not name a type
    ClientManager.h:440: error: 'TItemCacheMap' does not name a type
    ClientManager.h:441: error: 'TItemCacheSetPtrMap' does not name a type
    ClientManager.h:445: error: 'TItemPriceListCacheMap' does not name a type
    ClientManager.h:448: error: 'TChannelStatusMap' does not name a type
    ClientManager.h:513: error: 'boost' has not been declared
    ClientManager.h:513: error: ISO C++ forbids declaration of 'unordered_map' with no type
    ClientManager.h:513: error: typedef name may not be a nested-name-specifier
    ClientManager.h:513: error: expected ';' before '<' token
    ClientManager.h:514: error: 'TLogoutPlayerMap' does not name a type
    In file included from ClientManagerGuild.cpp:3:
    ClientManager.h:5:35: error: boost/unordered_map.hpp: No such file or directory
    ClientManager.h:6:35: error: boost/unordered_set.hpp: No such file or directory
    In file included from GuildManager.cpp:4:
    ClientManager.h: At global scope:
    ClientManager.h:35: error: 'boost' has not been declared
    ClientManager.h:35: error: ISO C++ forbids declaration of 'unordered_map' with no type
    ClientManager.h:35: error: typedef name may not be a nested-name-specifier
    ClientManager.h:35: error: expected ';' before '<' token
    ClientManager.h:36: error: 'boost' has not been declared
    ClientManager.h:36: error: ISO C++ forbids declaration of 'unordered_map' with no type
    ClientManager.h:36: error: typedef name may not be a nested-name-specifier
    ClientManager.h:36: error: expected ';' before '<' token
    ClientManager.h:37: error: 'boost' has not been declared
    ClientManager.h:37: error: ISO C++ forbids declaration of 'unordered_set' with no type
    ClientManager.h:37: error: typedef name may not be a nested-name-specifier
    ClientManager.h:37: error: expected ';' before '<' token
    ClientManager.h:38: error: 'boost' has not been declared
    ClientManager.h:38: error: ISO C++ forbids declaration of 'unordered_map' with no type
    ClientManager.h:38: error: typedef name may not be a nested-name-specifier
    ClientManager.h:38: error: expected ';' before '<' token
    ClientManager.h:39: error: 'boost' has not been declared
    ClientManager.h:39: error: ISO C++ forbids declaration of 'unordered_map' with no type
    ClientManager.h:39: error: typedef name may not be a nested-name-specifier
    ClientManager.h:39: error: expected ';' before '<' token
    ClientManager.h:40: error: 'boost' has not been declared
    ClientManager.h:40: error: ISO C++ forbids declaration of 'unordered_map' with no type
    ClientManager.h:40: error: typedef name may not be a nested-name-specifier
    ClientManager.h:40: error: expected ';' before '<' token
    ClientManager.h:120: error: ISO C++ forbids declaration of 'TItemCacheSet' with no type
    ClientManager.h:120: error: expected ';' before '*' token
    ClientManager.h:395: error: 'boost' has not been declared
    ClientManager.h:395: error: ISO C++ forbids declaration of 'unordered_map' with no type
    ClientManager.h:395: error: typedef name may not be a nested-name-specifier
    ClientManager.h:395: error: expected ';' before '<' token
    ClientManager.h:396: error: 'TLoginDataByLoginKey' does not name a type
    ClientManager.h:399: error: 'boost' has not been declared
    ClientManager.h:399: error: ISO C++ forbids declaration of 'unordered_map' with no type
    ClientManager.h:399: error: typedef name may not be a nested-name-specifier
    ClientManager.h:399: error: expected ';' before '<' token
    ClientManager.h:400: error: 'TLoginDataByLogin' does not name a type
    ClientManager.h:403: error: 'boost' has not been declared
    ClientManager.h:403: error: ISO C++ forbids declaration of 'unordered_map' with no type
    ClientManager.h:403: error: typedef name may not be a nested-name-specifier
    ClientManager.h:403: error: expected ';' before '<' token
    ClientManager.h:404: error: 'TLoginDataByAID' does not name a type
    ClientManager.h:407: error: 'boost' has not been declared
    ClientManager.h:407: error: ISO C++ forbids declaration of 'unordered_map' with no type
    ClientManager.h:407: error: typedef name may not be a nested-name-specifier
    ClientManager.h:407: error: expected ';' before '<' token
    ClientManager.h:408: error: 'TLogonAccountMap' does not name a type
    ClientManager.h:438: error: 'TPlayerTableCacheMap' does not name a type
    ClientManager.h:440: error: 'TItemCacheMap' does not name a type
    ClientManager.h:441: error: 'TItemCacheSetPtrMap' does not name a type
    ClientManager.h:445: error: 'TItemPriceListCacheMap' does not name a type
    ClientManager.h:448: error: 'TChannelStatusMap' does not name a type
    ClientManager.h:513: error: 'boost' has not been declared
    ClientManager.h:513: error: ISO C++ forbids declaration of 'unordered_map' with no type
    ClientManager.h:513: error: typedef name may not be a nested-name-specifier
    ClientManager.h:513: error: expected ';' before '<' token
    ClientManager.h:514: error: 'TLogoutPlayerMap' does not name a type
    In file included from ItemAwardManager.cpp:7:
    ClientManager.h:35: error: 'boost' has not been declared
    ClientManager.h:35: error: ISO C++ forbids declaration of 'unordered_map' with no type
    ClientManager.h:35: error: typedef name may not be a nested-name-specifier
    ClientManager.h:35: error: expected ';' before '<' token
    ClientManager.h:36: error: 'boost' has not been declared
    ClientManager.h:36: error: ISO C++ forbids declaration of 'unordered_map' with no type
    ClientManager.h:36: error: typedef name may not be a nested-name-specifier
    ClientManager.h:36: error: expected ';' before '<' token
    ClientManager.h:37: error: 'boost' has not been declared
    ClientManager.h:37: error: ISO C++ forbids declaration of 'unordered_set' with no type
    ClientManager.h:37: error: typedef name may not be a nested-name-specifier
    ClientManager.h:37: error: expected ';' before '<' token
    ClientManager.h:38: error: 'boost' has not been declared
    ClientManager.h:38: error: ISO C++ forbids declaration of 'unordered_map' with no type
    ClientManager.h:38: error: typedef name may not be a nested-name-specifier
    ClientManager.h:38: error: expected ';' before '<' token
    ClientManager.h:39: error: 'boost' has not been declared
    ClientManager.h:39: error: ISO C++ forbids declaration of 'unordered_map' with no type
    ClientManager.h:39: error: typedef name may not be a nested-name-specifier
    ClientManager.h:39: error: expected ';' before '<' token
    ClientManager.h:40: error: 'boost' has not been declared
    ClientManager.h:40: error: ISO C++ forbids declaration of 'unordered_map' with no type
    ClientManager.h:40: error: typedef name may not be a nested-name-specifier
    ClientManager.h:40: error: expected ';' before '<' token
    ClientManager.h:120: error: ISO C++ forbids declaration of 'TItemCacheSet' with no type
    ClientManager.h:120: error: expected ';' before '*' token
    ClientManager.h:395: error: 'boost' has not been declared
    ClientManager.h:395: error: ISO C++ forbids declaration of 'unordered_map' with no type
    ClientManager.h:395: error: typedef name may not be a nested-name-specifier
    ClientManager.h:395: error: expected ';' before '<' token
    ClientManager.h:396: error: 'TLoginDataByLoginKey' does not name a type
    ClientManager.h:399: error: 'boost' has not been declared
    ClientManager.h:399: error: ISO C++ forbids declaration of 'unordered_map' with no type
    ClientManager.h:399: error: typedef name may not be a nested-name-specifier
    ClientManager.h:399: error: expected ';' before '<' token
    ClientManager.h:400: error: 'TLoginDataByLogin' does not name a type
    ClientManager.h:403: error: 'boost' has not been declared
    ClientManager.h:403: error: ISO C++ forbids declaration of 'unordered_map' with no type
    ClientManager.h:403: error: typedef name may not be a nested-name-specifier
    ClientManager.h:403: error: expected ';' before '<' token
    ClientManager.h:404: error: 'TLoginDataByAID' does not name a type
    ClientManager.h:407: error: 'boost' has not been declared
    ClientManager.h:407: error: ISO C++ forbids declaration of 'unordered_map' with no type
    ClientManager.h:407: error: typedef name may not be a nested-name-specifier
    ClientManager.h:407: error: expected ';' before '<' token
    ClientManager.h:408: error: 'TLogonAccountMap' does not name a type
    ClientManager.h:438: error: 'TPlayerTableCacheMap' does not name a type
    ClientManager.h:440: error: 'TItemCacheMap' does not name a type
    ClientManager.h:441: error: 'TItemCacheSetPtrMap' does not name a type
    ClientManager.h:445: error: 'TItemPriceListCacheMap' does not name a type
    ClientManager.h:448: error: 'TChannelStatusMap' does not name a type
    Makefile:57: recipe for target '.obj/NetBase.o' failed
    gmake: *** [.obj/NetBase.o] Error 1
    gmake: *** Waiting for unfinished jobs....
    In file included from PrivManager.cpp:3:
    ClientManager.h:35: error: 'boost' has not been declared
    ClientManager.h:35: error: ISO C++ forbids declaration of 'unordered_map' with no type
    ClientManager.h:35: error: typedef name may not be a nested-name-specifier
    ClientManager.h:35: error: expected ';' before '<' token
    ClientManager.h:36: error: 'boost' has not been declared
    ClientManager.h:36: error: ISO C++ forbids declaration of 'unordered_map' with no type
    ClientManager.h:36: error: typedef name may not be a nested-name-specifier
    ClientManager.h:36: error: expected ';' before '<' token
    ClientManager.h:37: error: 'boost' has not been declared
    ClientManager.h:37: error: ISO C++ forbids declaration of 'unordered_set' with no type
    ClientManager.h:37: error: typedef name may not be a nested-name-specifier
    ClientManager.h:37: error: expected ';' before '<' token
    ClientManager.h:38: error: 'boost' has not been declared
    ClientManager.h:38: error: ISO C++ forbids declaration of 'unordered_map' with no type
    ClientManager.h:38: error: typedef name may not be a nested-name-specifier
    ClientManager.h:38: error: expected ';' before '<' token
    ClientManager.h:39: error: 'boost' has not been declared
    ClientManager.h:39: error: ISO C++ forbids declaration of 'unordered_map' with no type
    ClientManager.h:39: error: typedef name may not be a nested-name-specifier
    ClientManager.h:39: error: expected ';' before '<' token
    ClientManager.h:40: error: 'boost' has not been declared
    ClientManager.h:40: error: ISO C++ forbids declaration of 'unordered_map' with no type
    ClientManager.h:40: error: typedef name may not be a nested-name-specifier
    ClientManager.h:40: error: expected ';' before '<' token
    ClientManager.h:120: error: ISO C++ forbids declaration of 'TItemCacheSet' with no type
    ClientManager.h:120: error: expected ';' before '*' token
    ClientManager.h:395: error: 'boost' has not been declared
    ClientManager.h:395: error: ISO C++ forbids declaration of 'unordered_map' with no type
    ClientManager.h:395: error: typedef name may not be a nested-name-specifier
    ClientManager.h:395: error: expected ';' before '<' token
    ClientManager.h:396: error: 'TLoginDataByLoginKey' does not name a type
    ClientManager.h:399: error: 'boost' has not been declared
    ClientManager.h:399: error: ISO C++ forbids declaration of 'unordered_map' with no type
    ClientManager.h:399: error: typedef name may not be a nested-name-specifier
    ClientManager.h:399: error: expected ';' before '<' token
    ClientManager.h:400: error: 'TLoginDataByLogin' does not name a type
    ClientManager.h:403: error: 'boost' has not been declared
    ClientManager.h:403: error: ISO C++ forbids declaration of 'unordered_map' with no type
    ClientManager.h:403: error: typedef name may not be a nested-name-specifier
    ClientManager.h:403: error: expected ';' before '<' token
    ClientManager.h:404: error: 'TLoginDataByAID' does not name a type
    ClientManager.h:407: error: 'boost' has not been declared
    ClientManager.h:407: error: ISO C++ forbids declaration of 'unordered_map' with no type
    ClientManager.h:407: error: typedef name may not be a nested-name-specifier
    ClientManager.h:407: error: expected ';' before '<' token
    ClientManager.h:408: error: 'TLogonAccountMap' does not name a type
    ClientManager.h:438: error: 'TPlayerTableCacheMap' does not name a type
    ClientManager.h:440: error: 'TItemCacheMap' does not name a type
    ClientManager.h:441: error: 'TItemCacheSetPtrMap' does not name a type
    ClientManager.h:445: error: 'TItemPriceListCacheMap' does not name a type
    ClientManager.h:448: error: 'TChannelStatusMap' does not name a type
    ClientManager.h:513: error: 'boost' has not been declared
    ClientManager.h:513: error: ISO C++ forbids declaration of 'unordered_map' with no type
    ClientManager.h:513: error: typedef name may not be a nested-name-specifier
    ClientManager.h:513: error: expected ';' before '<' token
    ClientManager.h:514: error: 'TLogoutPlayerMap' does not name a type
    compile ClientManagerEventFlag.cpp
    In file included from LoginData.cpp:3:
    ClientManager.h:35: error: 'boost' has not been declared
    ClientManager.h:35: error: ISO C++ forbids declaration of 'unordered_map' with no type
    ClientManager.h:35: error: typedef name may not be a nested-name-specifier
    ClientManager.h:35: error: expected ';' before '<' token
    ClientManager.h:36: error: 'boost' has not been declared
    ClientManager.h:36: error: ISO C++ forbids declaration of 'unordered_map' with no type
    ClientManager.h:36: error: typedef name may not be a nested-name-specifier
    ClientManager.h:36: error: expected ';' before '<' token
    ClientManager.h:37: error: 'boost' has not been declared
    ClientManager.h:37: error: ISO C++ forbids declaration of 'unordered_set' with no type
    ClientManager.h:37: error: typedef name may not be a nested-name-specifier
    ClientManager.h:37: error: expected ';' before '<' token
    ClientManager.h:38: error: 'boost' has not been declared
    ClientManager.h:38: error: ISO C++ forbids declaration of 'unordered_map' with no type
    ClientManager.h:38: error: typedef name may not be a nested-name-specifier
    ClientManager.h:38: error: expected ';' before '<' token
    ClientManager.h:39: error: 'boost' has not been declared
    ClientManager.h:39: error: ISO C++ forbids declaration of 'unordered_map' with no type
    ClientManager.h:39: error: typedef name may not be a nested-name-specifier
    ClientManager.h:39: error: expected ';' before '<' token
    ClientManager.h:40: error: 'boost' has not been declared
    ClientManager.h:40: error: ISO C++ forbids declaration of 'unordered_map' with no type
    ClientManager.h:40: error: typedef name may not be a nested-name-specifier
    ClientManager.h:40: error: expected ';' before '<' token
    ClientManager.h:120: error: ISO C++ forbids declaration of 'TItemCacheSet' with no type
    ClientManager.h:120: error: expected ';' before '*' token
    ClientManager.h:395: error: 'boost' has not been declared
    ClientManager.h:395: error: ISO C++ forbids declaration of 'unordered_map' with no type
    ClientManager.h:395: error: typedef name may not be a nested-name-specifier
    ClientManager.h:395: error: expected ';' before '<' token
    ClientManager.h:396: error: 'TLoginDataByLoginKey' does not name a type
    ClientManager.h:399: error: 'boost' has not been declared
    ClientManager.h:399: error: ISO C++ forbids declaration of 'unordered_map' with no type
    ClientManager.h:399: error: typedef name may not be a nested-name-specifier
    ClientManager.h:399: error: expected ';' before '<' token
    ClientManager.h:400: error: 'TLoginDataByLogin' does not name a type
    ClientManager.h:403: error: 'boost' has not been declared
    ClientManager.h:403: error: ISO C++ forbids declaration of 'unordered_map' with no type
    ClientManager.h:403: error: typedef name may not be a nested-name-specifier
    ClientManager.h:403: error: expected ';' before '<' token
    ClientManager.h:404: error: 'TLoginDataByAID' does not name a type
    ClientManager.h:407: error: 'boost' has not been declared
    ClientManager.h:407: error: ISO C++ forbids declaration of 'unordered_map' with no type
    ClientManager.h:407: error: typedef name may not be a nested-name-specifier
    ClientManager.h:407: error: expected ';' before '<' token
    ClientManager.h:408: error: 'TLogonAccountMap' does not name a type
    In file included from ClientManagerLogin.cpp:4:
    ClientManager.h:35: error: 'boost' has not been declared
    ClientManager.h:35: error: ISO C++ forbids declaration of 'unordered_map' with no type
    ClientManager.h:35: error: typedef name may not be a nested-name-specifier
    ClientManager.h:35: error: expected ';' before '<' token
    ClientManager.h:36: error: 'boost' has not been declared
    ClientManager.h:36: error: ISO C++ forbids declaration of 'unordered_map' with no type
    ClientManager.h:36: error: typedef name may not be a nested-name-specifier
    ClientManager.h:36: error: expected ';' before '<' token
    ClientManager.h:37: error: 'boost' has not been declared
    ClientManager.h:37: error: ISO C++ forbids declaration of 'unordered_set' with no type
    ClientManager.h:37: error: typedef name may not be a nested-name-specifier
    ClientManager.h:37: error: expected ';' before '<' token
    ClientManager.h:38: error: 'boost' has not been declared
    ClientManager.h:38: error: ISO C++ forbids declaration of 'unordered_map' with no type
    ClientManager.h:38: error: typedef name may not be a nested-name-specifier
    ClientManager.h:38: error: expected ';' before '<' token
    ClientManager.h:39: error: 'boost' has not been declared
    ClientManager.h:39: error: ISO C++ forbids declaration of 'unordered_map' with no type
    ClientManager.h:39: error: typedef name may not be a nested-name-specifier
    ClientManager.h:39: error: expected ';' before '<' token
    ClientManager.h:40: error: 'boost' has not been declared
    ClientManager.h:40: error: ISO C++ forbids declaration of 'unordered_map' with no type
    ClientManager.h:40: error: typedef name may not be a nested-name-specifier
    ClientManager.h:40: error: expected ';' before '<' token
    ClientManager.h:120: error: ISO C++ forbids declaration of 'TItemCacheSet' with no type
    ClientManager.h:120: error: expected ';' before '*' token
    ClientManager.h:395: error: 'boost' has not been declared
    ClientManager.h:395: error: ISO C++ forbids declaration of 'unordered_map' with no type
    ClientManager.h:395: error: typedef name may not be a nested-name-specifier
    ClientManager.h:395: error: expected ';' before '<' token
    ClientManager.h:396: error: 'TLoginDataByLoginKey' does not name a type
    ClientManager.h:399: error: 'boost' has not been declared
    ClientManager.h:399: error: ISO C++ forbids declaration of 'unordered_map' with no type
    ClientManager.h:399: error: typedef name may not be a nested-name-specifier
    ClientManager.h:399: error: expected ';' before '<' token
    ClientManager.h:400: error: 'TLoginDataByLogin' does not name a type
    ClientManager.h:403: error: 'boost' has not been declared
    ClientManager.h:403: error: ISO C++ forbids declaration of 'unordered_map' with no type
    ClientManager.h:403: error: typedef name may not be a nested-name-specifier
    ClientManager.h:403: error: expected ';' before '<' token
    ClientManager.h:404: error: 'TLoginDataByAID' does not name a type
    ClientManager.h:407: error: 'boost' has not been declared
    ClientManager.h:407: error: ISO C++ forbids declaration of 'unordered_map' with no type
    ClientManager.h:407: error: typedef name may not be a nested-name-specifier
    ClientManager.h:407: error: expected ';' before '<' token
    ClientManager.h:408: error: 'TLogonAccountMap' does not name a type
    ClientManager.h:438: error: 'TPlayerTableCacheMap' does not name a type
    ClientManager.h:440: error: 'TItemCacheMap' does not name a type
    ClientManager.h:441: error: 'TItemCacheSetPtrMap' does not name a type
    ClientManager.h:445: error: 'TItemPriceListCacheMap' does not name a type
    ClientManager.h:448: error: 'TChannelStatusMap' does not name a type
    ClientManager.h:513: error: 'boost' has not been declared
    ClientManager.h:513: error: ISO C++ forbids declaration of 'unordered_map' with no type
    ClientManager.h:513: error: typedef name may not be a nested-name-specifier
    ClientManager.h:513: error: expected ';' before '<' token
    ClientManager.h:514: error: 'TLogoutPlayerMap' does not name a type
    ClientManagerLogin.cpp: In member function 'bool CClientManager::InsertLogonAccount(const char*, DWORD, const char*)':
    ClientManagerLogin.cpp:21: error: 'm_map_kLogonAccount' was not declared in this scope
    ClientManagerLogin.cpp:21: error: invalid type in declaration before '=' token
    ClientManagerLogin.cpp:34: error: 'TLogonAccountMap' has not been declared
    ClientManagerLogin.cpp: In member function 'bool CClientManager::DeleteLogonAccount(const char*, DWORD)':
    ClientManagerLogin.cpp:43: error: 'm_map_kLogonAccount' was not declared in this scope
    ClientManagerLogin.cpp:43: error: invalid type in declaration before '=' token
    ClientManagerLogin.cpp:48: error: base operand of '->' is not a pointer
    ClientManagerLogin.cpp: In member function 'bool CClientManager::FindLogonAccount(const char*)':
    ClientManagerLogin.cpp:76: error: 'm_map_kLogonAccount' was not declared in this scope
    In file included from ClientManager.cpp:9:
    ClientManager.h:35: error: 'boost' has not been declared
    ClientManager.h:35: error: ISO C++ forbids declaration of 'unordered_map' with no type
    ClientManager.h:35: error: typedef name may not be a nested-name-specifier
    ClientManager.h:35: error: expected ';' before '<' token
    ClientManager.h:36: error: 'boost' has not been declared
    ClientManager.h:36: error: ISO C++ forbids declaration of 'unordered_map' with no type
    ClientManager.h:36: error: typedef name may not be a nested-name-specifier
    ClientManager.h:36: error: expected ';' before '<' token
    ClientManager.h:37: error: 'boost' has not been declared
    ClientManager.h:37: error: ISO C++ forbids declaration of 'unordered_set' with no type
    ClientManager.h:37: error: typedef name may not be a nested-name-specifier
    ClientManager.h:37: error: expected ';' before '<' token
    ClientManager.h:38: error: 'boost' has not been declared
    ClientManager.h:38: error: ISO C++ forbids declaration of 'unordered_map' with no type
    ClientManager.h:38: error: typedef name may not be a nested-name-specifier
    ClientManager.h:38: error: expected ';' before '<' token
    ClientManager.h:39: error: 'boost' has not been declared
    ClientManager.h:39: error: ISO C++ forbids declaration of 'unordered_map' with no type
    ClientManager.h:39: error: typedef name may not be a nested-name-specifier
    ClientManager.h:39: error: expected ';' before '<' token
    ClientManager.h:40: error: 'boost' has not been declared
    ClientManager.h:40: error: ISO C++ forbids declaration of 'unordered_map' with no type
    ClientManager.h:40: error: typedef name may not be a nested-name-specifier
    ClientManager.h:40: error: expected ';' before '<' token
    ClientManager.h:120: error: ISO C++ forbids declaration of 'TItemCacheSet' with no type
    ClientManager.h:120: error: expected ';' before '*' token
    ClientManager.h:395: error: 'boost' has not been declared
    ClientManager.h:395: error: ISO C++ forbids declaration of 'unordered_map' with no type
    ClientManager.h:395: error: typedef name may not be a nested-name-specifier
    ClientManager.h:395: error: expected ';' before '<' token
    ClientManager.h:396: error: 'TLoginDataByLoginKey' does not name a type
    ClientManager.h:399: error: 'boost' has not been declared
    ClientManager.h:399: error: ISO C++ forbids declaration of 'unordered_map' with no type
    ClientManager.h:399: error: typedef name may not be a nested-name-specifier
    ClientManager.h:399: error: expected ';' before '<' token
    ClientManager.h:400: error: 'TLoginDataByLogin' does not name a type
    ClientManager.h:403: error: 'boost' has not been declared
    ClientManager.h:403: error: ISO C++ forbids declaration of 'unordered_map' with no type
    ClientManager.h:403: error: typedef name may not be a nested-name-specifier
    ClientManager.h:403: error: expected ';' before '<' token
    ClientManager.h:404: error: 'TLoginDataByAID' does not name a type
    ClientManager.h:407: error: 'boost' has not been declared
    ClientManager.h:407: error: ISO C++ forbids declaration of 'unordered_map' with no type
    ClientManager.h:407: error: typedef name may not be a nested-name-specifier
    ClientManager.h:407: error: expected ';' before '<' token
    ClientManager.h:408: error: 'TLogonAccountMap' does not name a type
    ClientManager.h:438: error: 'TPlayerTableCacheMap' does not name a type
    ClientManager.h:440: error: 'TItemCacheMap' does not name a type
    ClientManager.h:441: error: 'TItemCacheSetPtrMap' does not name a type
    ClientManager.h:445: error: 'TItemPriceListCacheMap' does not name a type
    ClientManager.h:448: error: 'TChannelStatusMap' does not name a type
    ClientManager.h:513: error: 'boost' has not been declared
    ClientManager.h:513: error: ISO C++ forbids declaration of 'unordered_map' with no type
    ClientManager.h:513: error: typedef name may not be a nested-name-specifier
    ClientManager.h:513: error: expected ';' before '<' token
    ClientManager.h:514: error: 'TLogoutPlayerMap' does not name a type
    In file included from ClientManager.cpp:15:
    GuildManager.h: In member function 'bool TGuildDeclareInfo::operator<(const TGuildDeclareInfo&) const':
    GuildManager.h:32: warning: suggest parentheses around && within ||
    GuildManager.h: In member function 'bool TGuildWaitStartInfo::operator<(const TGuildWaitStartInfo&) const':
    GuildManager.h:66: warning: suggest parentheses around && within ||
    GuildManager.h: In function 'bool operator<(const TGuildSkillUsed&, const TGuildSkillUsed&)':
    GuildManager.h:102: warning: suggest parentheses around && within ||
    In file included from Cache.cpp:6:
    ClientManager.h:35: error: 'boost' has not been declared
    ClientManager.h:35: error: ISO C++ forbids declaration of 'unordered_map' with no type
    ClientManager.h:35: error: typedef name may not be a nested-name-specifier
    ClientManager.h:35: error: expected ';' before '<' token
    ClientManager.h:36: error: 'boost' has not been declared
    ClientManager.h:36: error: ISO C++ forbids declaration of 'unordered_map' with no type
    ClientManager.h:36: error: typedef name may not be a nested-name-specifier
    ClientManager.h:36: error: expected ';' before '<' token
    ClientManager.h:37: error: 'boost' has not been declared
    ClientManager.h:37: error: ISO C++ forbids declaration of 'unordered_set' with no type
    ClientManager.h:37: error: typedef name may not be a nested-name-specifier
    ClientManager.h:37: error: expected ';' before '<' token
    ClientManager.h:38: error: 'boost' has not been declared
    ClientManager.h:38: error: ISO C++ forbids declaration of 'unordered_map' with no type
    ClientManager.h:38: error: typedef name may not be a nested-name-specifier
    ClientManager.h:38: error: expected ';' before '<' token
    ClientManager.h:39: error: 'boost' has not been declared
    ClientManager.h:39: error: ISO C++ forbids declaration of 'unordered_map' with no type
    ClientManager.h:39: error: typedef name may not be a nested-name-specifier
    ClientManager.h:39: error: expected ';' before '<' token
    ClientManager.h:40: error: 'boost' has not been declared
    ClientManager.h:40: error: ISO C++ forbids declaration of 'unordered_map' with no type
    ClientManager.h:40: error: typedef name may not be a nested-name-specifier
    ClientManager.h:40: error: expected ';' before '<' token
    ClientManager.h:120: error: ISO C++ forbids declaration of 'TItemCacheSet' with no type
    ClientManager.h:120: error: expected ';' before '*' token
    ClientManager.h:395: error: 'boost' has not been declared
    ClientManager.h:395: error: ISO C++ forbids declaration of 'unordered_map' with no type
    ClientManager.h:395: error: typedef name may not be a nested-name-specifier
    ClientManager.h:395: error: expected ';' before '<' token
    ClientManager.h:396: error: 'TLoginDataByLoginKey' does not name a type
    ClientManager.h:399: error: 'boost' has not been declared
    ClientManager.h:399: error: ISO C++ forbids declaration of 'unordered_map' with no type
    ClientManager.h:399: error: typedef name may not be a nested-name-specifier
    ClientManager.h:399: error: expected ';' before '<' token
    ClientManager.h:400: error: 'TLoginDataByLogin' does not name a type
    ClientManager.h:403: error: 'boost' has not been declared
    ClientManager.h:403: error: ISO C++ forbids declaration of 'unordered_map' with no type
    ClientManager.h:403: error: typedef name may not be a nested-name-specifier
    ClientManager.h:403: error: expected ';' before '<' token
    ClientManager.h:404: error: 'TLoginDataByAID' does not name a type
    ClientManager.h:407: error: 'boost' has not been declared
    ClientManager.h:407: error: ISO C++ forbids declaration of 'unordered_map' with no type
    ClientManager.h:407: error: typedef name may not be a nested-name-specifier
    ClientManager.h:407: error: expected ';' before '<' token
    ClientManager.h:408: error: 'TLogonAccountMap' does not name a type
    ClientManager.h:513: error: 'boost' has not been declared
    ClientManager.h:513: error: ISO C++ forbids declaration of 'unordered_map' with no type
    ClientManager.h:513: error: typedef name may not be a nested-name-specifier
    ClientManager.h:513: error: expected ';' before '<' token
    ClientManager.h:514: error: 'TLogoutPlayerMap' does not name a type
    Makefile:57: recipe for target '.obj/ItemAwardManager.o' failed
    gmake: *** [.obj/ItemAwardManager.o] Error 1
    In file included from Main.cpp:5:
    ClientManager.h:35: error: 'boost' has not been declared
    ClientManager.h:35: error: ISO C++ forbids declaration of 'unordered_map' with no type
    ClientManager.h:35: error: typedef name may not be a nested-name-specifier
    ClientManager.h:35: error: expected ';' before '<' token
    ClientManager.h:36: error: 'boost' has not been declared
    ClientManager.h:36: error: ISO C++ forbids declaration of 'unordered_map' with no type
    ClientManager.h:36: error: typedef name may not be a nested-name-specifier
    ClientManager.h:36: error: expected ';' before '<' token
    ClientManager.h:37: error: 'boost' has not been declared
    ClientManager.h:37: error: ISO C++ forbids declaration of 'unordered_set' with no type
    ClientManager.h:37: error: typedef name may not be a nested-name-specifier
    ClientManager.h:37: error: expected ';' before '<' token
    ClientManager.h:38: error: 'boost' has not been declared
    ClientManager.h:38: error: ISO C++ forbids declaration of 'unordered_map' with no type
    ClientManager.h:38: error: typedef name may not be a nested-name-specifier
    ClientManager.h:38: error: expected ';' before '<' token
    ClientManager.h:39: error: 'boost' has not been declared
    ClientManager.h:39: error: ISO C++ forbids declaration of 'unordered_map' with no type
    ClientManager.h:39: error: typedef name may not be a nested-name-specifier
    ClientManager.h:39: error: expected ';' before '<' token
    ClientManager.h:40: error: 'boost' has not been declared
    ClientManager.h:40: error: ISO C++ forbids declaration of 'unordered_map' with no type
    ClientManager.h:40: error: typedef name may not be a nested-name-specifier
    ClientManager.h:40: error: expected ';' before '<' token
    ClientManager.h:120: error: ISO C++ forbids declaration of 'TItemCacheSet' with no type
    ClientManager.h:120: error: expected ';' before '*' token
    ClientManager.h:395: error: 'boost' has not been declared
    ClientManager.h:395: error: ISO C++ forbids declaration of 'unordered_map' with no type
    ClientManager.h:395: error: typedef name may not be a nested-name-specifier
    ClientManager.h:395: error: expected ';' before '<' token
    ClientManager.h:396: error: 'TLoginDataByLoginKey' does not name a type
    ClientManager.h:399: error: 'boost' has not been declared
    ClientManager.h:399: error: ISO C++ forbids declaration of 'unordered_map' with no type
    ClientManager.h:399: error: typedef name may not be a nested-name-specifier
    ClientManager.h:399: error: expected ';' before '<' token
    ClientManager.h:400: error: 'TLoginDataByLogin' does not name a type
    ClientManager.h:403: error: 'boost' has not been declared
    ClientManager.h:403: error: ISO C++ forbids declaration of 'unordered_map' with no type
    ClientManager.h:403: error: typedef name may not be a nested-name-specifier
    ClientManager.h:403: error: expected ';' before '<' token
    ClientManager.h:404: error: 'TLoginDataByAID' does not name a type
    ClientManager.h:407: error: 'boost' has not been declared
    ClientManager.h:407: error: ISO C++ forbids declaration of 'unordered_map' with no type
    ClientManager.h:407: error: typedef name may not be a nested-name-specifier
    ClientManager.h:407: error: expected ';' before '<' token
    ClientManager.h:408: error: 'TLogonAccountMap' does not name a type
    ClientManager.h:438: error: 'TPlayerTableCacheMap' does not name a type
    ClientManager.h:440: error: 'TItemCacheMap' does not name a type
    ClientManager.h:441: error: 'TItemCacheSetPtrMap' does not name a type
    ClientManager.h:445: error: 'TItemPriceListCacheMap' does not name a type
    ClientManager.h:448: error: 'TChannelStatusMap' does not name a type
    ClientManager.h:438: error: 'TPlayerTableCacheMap' does not name a type
    ClientManager.h:440: error: 'TItemCacheMap' does not name a type
    ClientManager.h:441: error: 'TItemCacheSetPtrMap' does not name a type
    ClientManager.h:445: error: 'TItemPriceListCacheMap' does not name a type
    ClientManager.h:448: error: 'TChannelStatusMap' does not name a type
    ClientManager.h:513: error: 'boost' has not been declared
    ClientManager.h:513: error: ISO C++ forbids declaration of 'unordered_map' with no type
    ClientManager.h:513: error: typedef name may not be a nested-name-specifier
    ClientManager.h:513: error: expected ';' before '<' token
    ClientManager.h:514: error: 'TLogoutPlayerMap' does not name a type
    ClientManager.h:513: error: 'boost' has not been declared
    ClientManager.h:513: error: ISO C++ forbids declaration of 'unordered_map' with no type
    ClientManager.h:513: error: typedef name may not be a nested-name-specifier
    ClientManager.h:513: error: expected ';' before '<' token
    ClientManager.h:514: error: 'TLogoutPlayerMap' does not name a type
    In file included from Main.cpp:6:
    GuildManager.h: In member function 'bool TGuildDeclareInfo::operator<(const TGuildDeclareInfo&) const':
    GuildManager.h:32: warning: suggest parentheses around && within ||
    GuildManager.h: In member function 'bool TGuildWaitStartInfo::operator<(const TGuildWaitStartInfo&) const':
    GuildManager.h:66: warning: suggest parentheses around && within ||
    GuildManager.h: In function 'bool operator<(const TGuildSkillUsed&, const TGuildSkillUsed&)':
    GuildManager.h:102: warning: suggest parentheses around && within ||
    ClientManager.h:438: error: 'TPlayerTableCacheMap' does not name a type
    ClientManager.h:440: error: 'TItemCacheMap' does not name a type
    ClientManager.h:441: error: 'TItemCacheSetPtrMap' does not name a type
    ClientManager.h:445: error: 'TItemPriceListCacheMap' does not name a type
    ClientManager.h:448: error: 'TChannelStatusMap' does not name a type
    ClientManager.h:513: error: 'boost' has not been declared
    ClientManager.h:513: error: ISO C++ forbids declaration of 'unordered_map' with no type
    ClientManager.h:513: error: typedef name may not be a nested-name-specifier
    ClientManager.h:513: error: expected ';' before '<' token
    ClientManager.h:514: error: 'TLogoutPlayerMap' does not name a type
    Makefile:57: recipe for target '.obj/Cache.o' failed
    gmake: *** [.obj/Cache.o] Error 1
    In file included from DBManager.cpp:3:
    ClientManager.h:35: error: 'boost' has not been declared
    ClientManager.h:35: error: ISO C++ forbids declaration of 'unordered_map' with no type
    ClientManager.h:35: error: typedef name may not be a nested-name-specifier
    ClientManager.h:35: error: expected ';' before '<' token
    ClientManager.h:36: error: 'boost' has not been declared
    ClientManager.h:36: error: ISO C++ forbids declaration of 'unordered_map' with no type
    ClientManager.h:36: error: typedef name may not be a nested-name-specifier
    ClientManager.h:36: error: expected ';' before '<' token
    ClientManager.h:37: error: 'boost' has not been declared
    ClientManager.h:37: error: ISO C++ forbids declaration of 'unordered_set' with no type
    ClientManager.h:37: error: typedef name may not be a nested-name-specifier
    ClientManager.h:37: error: expected ';' before '<' token
    ClientManager.h:38: error: 'boost' has not been declared
    ClientManager.h:38: error: ISO C++ forbids declaration of 'unordered_map' with no type
    ClientManager.h:38: error: typedef name may not be a nested-name-specifier
    ClientManager.h:38: error: expected ';' before '<' token
    ClientManager.h:39: error: 'boost' has not been declared
    ClientManager.h:39: error: ISO C++ forbids declaration of 'unordered_map' with no type
    ClientManager.h:39: error: typedef name may not be a nested-name-specifier
    ClientManager.h:39: error: expected ';' before '<' token
    ClientManager.h:40: error: 'boost' has not been declared
    ClientManager.h:40: error: ISO C++ forbids declaration of 'unordered_map' with no type
    ClientManager.h:40: error: typedef name may not be a nested-name-specifier
    ClientManager.h:40: error: expected ';' before '<' token
    ClientManager.h:120: error: ISO C++ forbids declaration of 'TItemCacheSet' with no type
    ClientManager.h:120: error: expected ';' before '*' token
    ClientManager.h:395: error: 'boost' has not been declared
    ClientManager.h:395: error: ISO C++ forbids declaration of 'unordered_map' with no type
    ClientManager.h:395: error: typedef name may not be a nested-name-specifier
    ClientManager.h:395: error: expected ';' before '<' token
    ClientManager.h:396: error: 'TLoginDataByLoginKey' does not name a type
    ClientManager.h:399: error: 'boost' has not been declared
    ClientManager.h:399: error: ISO C++ forbids declaration of 'unordered_map' with no type
    ClientManager.h:399: error: typedef name may not be a nested-name-specifier
    ClientManager.h:399: error: expected ';' before '<' token
    ClientManager.h:400: error: 'TLoginDataByLogin' does not name a type
    ClientManager.h:403: error: 'boost' has not been declared
    ClientManager.h:403: error: ISO C++ forbids declaration of 'unordered_map' with no type
    ClientManager.h:403: error: typedef name may not be a nested-name-specifier
    ClientManager.h:403: error: expected ';' before '<' token
    ClientManager.h:404: error: 'TLoginDataByAID' does not name a type
    ClientManager.h:407: error: 'boost' has not been declared
    ClientManager.h:407: error: ISO C++ forbids declaration of 'unordered_map' with no type
    ClientManager.h:407: error: typedef name may not be a nested-name-specifier
    ClientManager.h:407: error: expected ';' before '<' token
    ClientManager.h:408: error: 'TLogonAccountMap' does not name a type
    ClientManager.h:438: error: 'TPlayerTableCacheMap' does not name a type
    ClientManager.h:440: error: 'TItemCacheMap' does not name a type
    ClientManager.h:441: error: 'TItemCacheSetPtrMap' does not name a type
    ClientManager.h:445: error: 'TItemPriceListCacheMap' does not name a type
    ClientManager.h:448: error: 'TChannelStatusMap' does not name a type
    ClientManager.h:513: error: 'boost' has not been declared
    ClientManager.h:513: error: ISO C++ forbids declaration of 'unordered_map' with no type
    ClientManager.h:513: error: typedef name may not be a nested-name-specifier
    ClientManager.h:513: error: expected ';' before '<' token
    ClientManager.h:514: error: 'TLogoutPlayerMap' does not name a type
    Makefile:57: recipe for target '.obj/PrivManager.o' failed
    gmake: *** [.obj/PrivManager.o] Error 1
    In file included from MoneyLog.cpp:3:
    ClientManager.h:35: error: 'boost' has not been declared
    ClientManager.h:35: error: ISO C++ forbids declaration of 'unordered_map' with no type
    ClientManager.h:35: error: typedef name may not be a nested-name-specifier
    ClientManager.h:35: error: expected ';' before '<' token
    ClientManager.h:36: error: 'boost' has not been declared
    ClientManager.h:36: error: ISO C++ forbids declaration of 'unordered_map' with no type
    ClientManager.h:36: error: typedef name may not be a nested-name-specifier
    ClientManager.h:36: error: expected ';' before '<' token
    ClientManager.h:37: error: 'boost' has not been declared
    ClientManager.h:37: error: ISO C++ forbids declaration of 'unordered_set' with no type
    ClientManager.h:37: error: typedef name may not be a nested-name-specifier
    ClientManager.h:37: error: expected ';' before '<' token
    ClientManager.h:38: error: 'boost' has not been declared
    ClientManager.h:38: error: ISO C++ forbids declaration of 'unordered_map' with no type
    ClientManager.h:38: error: typedef name may not be a nested-name-specifier
    ClientManager.h:38: error: expected ';' before '<' token
    ClientManager.h:39: error: 'boost' has not been declared
    ClientManager.h:39: error: ISO C++ forbids declaration of 'unordered_map' with no type
    ClientManager.h:39: error: typedef name may not be a nested-name-specifier
    ClientManager.h:39: error: expected ';' before '<' token
    ClientManager.h:40: error: 'boost' has not been declared
    ClientManager.h:40: error: ISO C++ forbids declaration of 'unordered_map' with no type
    ClientManager.h:40: error: typedef name may not be a nested-name-specifier
    ClientManager.h:40: error: expected ';' before '<' token
    ClientManager.h:120: error: ISO C++ forbids declaration of 'TItemCacheSet' with no type
    ClientManager.h:120: error: expected ';' before '*' token
    ClientManager.h:395: error: 'boost' has not been declared
    ClientManager.h:395: error: ISO C++ forbids declaration of 'unordered_map' with no type
    ClientManager.h:395: error: typedef name may not be a nested-name-specifier
    ClientManager.h:395: error: expected ';' before '<' token
    ClientManager.h:396: error: 'TLoginDataByLoginKey' does not name a type
    ClientManager.h:399: error: 'boost' has not been declared
    ClientManager.h:399: error: ISO C++ forbids declaration of 'unordered_map' with no type
    ClientManager.h:399: error: typedef name may not be a nested-name-specifier
    ClientManager.h:399: error: expected ';' before '<' token
    ClientManager.h:400: error: 'TLoginDataByLogin' does not name a type
    ClientManager.h:403: error: 'boost' has not been declared
    ClientManager.h:403: error: ISO C++ forbids declaration of 'unordered_map' with no type
    ClientManager.h:403: error: typedef name may not be a nested-name-specifier
    ClientManager.h:403: error: expected ';' before '<' token
    ClientManager.h:404: error: 'TLoginDataByAID' does not name a type
    ClientManager.h:407: error: 'boost' has not been declared
    ClientManager.h:407: error: ISO C++ forbids declaration of 'unordered_map' with no type
    ClientManager.h:407: error: typedef name may not be a nested-name-specifier
    ClientManager.h:407: error: expected ';' before '<' token
    ClientManager.h:408: error: 'TLogonAccountMap' does not name a type
    ClientManager.h:438: error: 'TPlayerTableCacheMap' does not name a type
    ClientManager.h:440: error: 'TItemCacheMap' does not name a type
    ClientManager.h:441: error: 'TItemCacheSetPtrMap' does not name a type
    ClientManager.h:445: error: 'TItemPriceListCacheMap' does not name a type
    ClientManager.h:448: error: 'TChannelStatusMap' does not name a type
    ClientManager.h:513: error: 'boost' has not been declared
    ClientManager.h:513: error: ISO C++ forbids declaration of 'unordered_map' with no type
    ClientManager.h:513: error: typedef name may not be a nested-name-specifier
    ClientManager.h:513: error: expected ';' before '<' token
    ClientManager.h:514: error: 'TLogoutPlayerMap' does not name a type
    Makefile:57: recipe for target '.obj/ClientManagerLogin.o' failed
    gmake: *** [.obj/ClientManagerLogin.o] Error 1
    Makefile:57: recipe for target '.obj/LoginData.o' failed
    gmake: *** [.obj/LoginData.o] Error 1
    Makefile:57: recipe for target '.obj/DBManager.o' failed
    gmake: *** [.obj/DBManager.o] Error 1
    In file included from ClientManagerPlayer.cpp:4:
    ClientManager.h:35: error: 'boost' has not been declared
    ClientManager.h:35: error: ISO C++ forbids declaration of 'unordered_map' with no type
    ClientManager.h:35: error: typedef name may not be a nested-name-specifier
    ClientManager.h:35: error: expected ';' before '<' token
    ClientManager.h:36: error: 'boost' has not been declared
    ClientManager.h:36: error: ISO C++ forbids declaration of 'unordered_map' with no type
    ClientManager.h:36: error: typedef name may not be a nested-name-specifier
    ClientManager.h:36: error: expected ';' before '<' token
    ClientManager.h:37: error: 'boost' has not been declared
    ClientManager.h:37: error: ISO C++ forbids declaration of 'unordered_set' with no type
    ClientManager.h:37: error: typedef name may not be a nested-name-specifier
    ClientManager.h:37: error: expected ';' before '<' token
    ClientManager.h:38: error: 'boost' has not been declared
    ClientManager.h:38: error: ISO C++ forbids declaration of 'unordered_map' with no type
    ClientManager.h:38: error: typedef name may not be a nested-name-specifier
    ClientManager.h:38: error: expected ';' before '<' token
    ClientManager.h:39: error: 'boost' has not been declared
    ClientManager.h:39: error: ISO C++ forbids declaration of 'unordered_map' with no type
    ClientManager.h:39: error: typedef name may not be a nested-name-specifier
    ClientManager.h:39: error: expected ';' before '<' token
    ClientManager.h:40: error: 'boost' has not been declared
    ClientManager.h:40: error: ISO C++ forbids declaration of 'unordered_map' with no type
    ClientManager.h:40: error: typedef name may not be a nested-name-specifier
    ClientManager.h:40: error: expected ';' before '<' token
    ClientManager.h:120: error: ISO C++ forbids declaration of 'TItemCacheSet' with no type
    ClientManager.h:120: error: expected ';' before '*' token
    ClientManager.h:395: error: 'boost' has not been declared
    ClientManager.h:395: error: ISO C++ forbids declaration of 'unordered_map' with no type
    ClientManager.h:395: error: typedef name may not be a nested-name-specifier
    ClientManager.h:395: error: expected ';' before '<' token
    ClientManager.h:396: error: 'TLoginDataByLoginKey' does not name a type
    ClientManager.h:399: error: 'boost' has not been declared
    ClientManager.h:399: error: ISO C++ forbids declaration of 'unordered_map' with no type
    ClientManager.h:399: error: typedef name may not be a nested-name-specifier
    ClientManager.h:399: error: expected ';' before '<' token
    ClientManager.h:400: error: 'TLoginDataByLogin' does not name a type
    ClientManager.h:403: error: 'boost' has not been declared
    ClientManager.h:403: error: ISO C++ forbids declaration of 'unordered_map' with no type
    ClientManager.h:403: error: typedef name may not be a nested-name-specifier
    ClientManager.h:403: error: expected ';' before '<' token
    ClientManager.h:404: error: 'TLoginDataByAID' does not name a type
    ClientManager.h:407: error: 'boost' has not been declared
    ClientManager.h:407: error: ISO C++ forbids declaration of 'unordered_map' with no type
    ClientManager.h:407: error: typedef name may not be a nested-name-specifier
    ClientManager.h:407: error: expected ';' before '<' token
    ClientManager.h:408: error: 'TLogonAccountMap' does not name a type
    ClientManager.h:438: error: 'TPlayerTableCacheMap' does not name a type
    ClientManager.h:440: error: 'TItemCacheMap' does not name a type
    ClientManager.h:441: error: 'TItemCacheSetPtrMap' does not name a type
    ClientManager.h:445: error: 'TItemPriceListCacheMap' does not name a type
    ClientManager.h:448: error: 'TChannelStatusMap' does not name a type
    ClientManager.h:513: error: 'boost' has not been declared
    ClientManager.h:513: error: ISO C++ forbids declaration of 'unordered_map' with no type
    ClientManager.h:513: error: typedef name may not be a nested-name-specifier
    ClientManager.h:513: error: expected ';' before '<' token
    ClientManager.h:514: error: 'TLogoutPlayerMap' does not name a type
    ClientManagerPlayer.cpp: In member function 'CPlayerTableCache* CClientManager::GetPlayerCache(DWORD)':
    ClientManagerPlayer.cpp:176: error: 'TPlayerTableCacheMap' has not been declared
    ClientManagerPlayer.cpp:176: error: expected `;' before 'it'
    ClientManagerPlayer.cpp:178: error: 'it' was not declared in this scope
    ClientManagerPlayer.cpp:178: error: 'm_map_playerCache' was not declared in this scope
    ClientManagerPlayer.cpp:181: error: 'it' was not declared in this scope
    ClientManagerPlayer.cpp: In member function 'void CClientManager::PutPlayerCache(TPlayerTable*)':
    ClientManagerPlayer.cpp:195: error: 'm_map_playerCache' was not declared in this scope
    ClientManagerPlayer.cpp:195: error: 'TPlayerTableCacheMap' has not been declared
    ClientManager.h:438: error: 'TPlayerTableCacheMap' does not name a type
    ClientManager.h:440: error: 'TItemCacheMap' does not name a type
    ClientManager.h:441: error: 'TItemCacheSetPtrMap' does not name a type
    ClientManager.h:445: error: 'TItemPriceListCacheMap' does not name a type
    ClientManager.h:448: error: 'TChannelStatusMap' does not name a type
    ClientManagerPlayer.cpp: In member function 'void CClientManager::QUERY_PLAYER_LOAD(CPeer*, DWORD, TPlayerLoadPacket*)':
    ClientManagerPlayer.cpp:249: error: 'TItemCacheSet' was not declared in this scope
    ClientManagerPlayer.cpp:249: error: 'pSet' was not declared in this scope
    ClientManagerPlayer.cpp:249: error: 'GetItemCacheSet' was not declared in this scope
    ClientManagerPlayer.cpp:258: error: 'TItemCacheSet' is not a class or namespace
    ClientManagerPlayer.cpp:258: error: expected `;' before 'it'
    ClientManagerPlayer.cpp:259: error: 'it' was not declared in this scope
    ClientManager.h:513: error: 'boost' has not been declared
    ClientManager.h:513: error: ISO C++ forbids declaration of 'unordered_map' with no type
    ClientManager.h:513: error: typedef name may not be a nested-name-specifier
    ClientManager.h:513: error: expected ';' before '<' token
    ClientManager.h:514: error: 'TLogoutPlayerMap' does not name a type
    ClientManagerPlayer.cpp: In member function 'void CClientManager::__RESULT_PLAYER_DELETE(CPeer*, SQLMsg*)':
    ClientManagerPlayer.cpp:991: error: 'm_map_playerCache' was not declared in this scope
    ClientManagerPlayer.cpp:996: error: 'TItemCacheSet' was not declared in this scope
    ClientManagerPlayer.cpp:996: error: 'pSet' was not declared in this scope
    ClientManagerPlayer.cpp:996: error: 'GetItemCacheSet' was not declared in this scope
    ClientManagerPlayer.cpp:1000: error: 'TItemCacheSet' is not a class or namespace
    ClientManagerPlayer.cpp:1000: error: expected `;' before 'it'
    ClientManagerPlayer.cpp:1002: error: 'it' was not declared in this scope
    ClientManagerPlayer.cpp:1009: error: type '<type error>' argument given to 'delete', expected pointer
    ClientManagerPlayer.cpp:1011: error: 'm_map_pkItemCacheSetPtr' was not declared in this scope
    ClientManagerPlayer.cpp: In member function 'void CClientManager::RESULT_HIGHSCORE_REGISTER(CPeer*, SQLMsg*)':
    ClientManagerPlayer.cpp:1160: warning: suggest parentheses around && within ||
    ClientManagerPlayer.cpp: In member function 'void CClientManager::InsertLogoutPlayer(DWORD)':
    ClientManagerPlayer.cpp:1184: error: 'TLogoutPlayerMap' has not been declared
    ClientManagerPlayer.cpp:1184: error: expected `;' before 'it'
    ClientManagerPlayer.cpp:1187: error: 'it' was not declared in this scope
    ClientManagerPlayer.cpp:1187: error: 'm_map_logout' was not declared in this scope
    Makefile:57: recipe for target '.obj/MoneyLog.o' failed
    gmake: *** [.obj/MoneyLog.o] Error 1
    compile Marriage.cpp
    In file included from ClientManagerBoot.cpp:4:
    ClientManager.h:35: error: 'boost' has not been declared
    ClientManager.h:35: error: ISO C++ forbids declaration of 'unordered_map' with no type
    ClientManager.h:35: error: typedef name may not be a nested-name-specifier
    ClientManager.h:35: error: expected ';' before '<' token
    ClientManager.h:36: error: 'boost' has not been declared
    ClientManager.h:36: error: ISO C++ forbids declaration of 'unordered_map' with no type
    ClientManager.h:36: error: typedef name may not be a nested-name-specifier
    ClientManager.h:36: error: expected ';' before '<' token
    ClientManager.h:37: error: 'boost' has not been declared
    ClientManager.h:37: error: ISO C++ forbids declaration of 'unordered_set' with no type
    ClientManager.h:37: error: typedef name may not be a nested-name-specifier
    ClientManager.h:37: error: expected ';' before '<' token
    ClientManager.h:38: error: 'boost' has not been declared
    ClientManager.h:38: error: ISO C++ forbids declaration of 'unordered_map' with no type
    ClientManager.h:38: error: typedef name may not be a nested-name-specifier
    ClientManager.h:38: error: expected ';' before '<' token
    ClientManager.h:39: error: 'boost' has not been declared
    ClientManager.h:39: error: ISO C++ forbids declaration of 'unordered_map' with no type
    ClientManager.h:39: error: typedef name may not be a nested-name-specifier
    ClientManager.h:39: error: expected ';' before '<' token
    ClientManager.h:40: error: 'boost' has not been declared
    ClientManager.h:40: error: ISO C++ forbids declaration of 'unordered_map' with no type
    ClientManager.h:40: error: typedef name may not be a nested-name-specifier
    ClientManager.h:40: error: expected ';' before '<' token
    ClientManager.h:120: error: ISO C++ forbids declaration of 'TItemCacheSet' with no type
    ClientManager.h:120: error: expected ';' before '*' token
    ClientManager.h:395: error: 'boost' has not been declared
    ClientManager.h:395: error: ISO C++ forbids declaration of 'unordered_map' with no type
    ClientManager.h:395: error: typedef name may not be a nested-name-specifier
    ClientManager.h:395: error: expected ';' before '<' token
    ClientManager.h:396: error: 'TLoginDataByLoginKey' does not name a type
    ClientManager.h:399: error: 'boost' has not been declared
    ClientManager.h:399: error: ISO C++ forbids declaration of 'unordered_map' with no type
    ClientManager.h:399: error: typedef name may not be a nested-name-specifier
    ClientManager.h:399: error: expected ';' before '<' token
    ClientManager.h:400: error: 'TLoginDataByLogin' does not name a type
    ClientManager.h:403: error: 'boost' has not been declared
    ClientManager.h:403: error: ISO C++ forbids declaration of 'unordered_map' with no type
    ClientManager.h:403: error: typedef name may not be a nested-name-specifier
    ClientManager.h:403: error: expected ';' before '<' token
    ClientManager.h:404: error: 'TLoginDataByAID' does not name a type
    ClientManager.h:407: error: 'boost' has not been declared
    ClientManager.h:407: error: ISO C++ forbids declaration of 'unordered_map' with no type
    ClientManager.h:407: error: typedef name may not be a nested-name-specifier
    ClientManager.h:407: error: expected ';' before '<' token
    ClientManager.h:408: error: 'TLogonAccountMap' does not name a type
    ClientManager.h:438: error: 'TPlayerTableCacheMap' does not name a type
    ClientManager.h:440: error: 'TItemCacheMap' does not name a type
    ClientManager.h:441: error: 'TItemCacheSetPtrMap' does not name a type
    ClientManager.h:445: error: 'TItemPriceListCacheMap' does not name a type
    ClientManager.h:448: error: 'TChannelStatusMap' does not name a type
    ClientManager.h:513: error: 'boost' has not been declared
    ClientManager.h:513: error: ISO C++ forbids declaration of 'unordered_map' with no type
    ClientManager.h:513: error: typedef name may not be a nested-name-specifier
    ClientManager.h:513: error: expected ';' before '<' token
    ClientManager.h:514: error: 'TLogoutPlayerMap' does not name a type
    Makefile:57: recipe for target '.obj/ClientManagerParty.o' failed
    gmake: *** [.obj/ClientManagerParty.o] Error 1
    ClientManager.cpp: In member function 'void CClientManager::Destroy()':
    ClientManager.cpp:77: error: 'm_mChannelStatus' was not declared in this scope
    ClientManager.cpp: In member function 'void CClientManager::MainLoop()':
    ClientManager.cpp:204: error: 'm_map_playerCache' was not declared in this scope
    ClientManager.cpp:204: error: invalid type in declaration before '=' token
    ClientManager.cpp:209: error: base operand of '->' is not a pointer
    ClientManager.cpp:217: error: 'm_map_itemCache' was not declared in this scope
    ClientManager.cpp:217: error: invalid type in declaration before '=' token
    ClientManager.cpp:221: error: base operand of '->' is not a pointer
    ClientManager.cpp:232: error: 'm_mapItemPriceListCache' was not declared in this scope
    ClientManager.cpp:232: error: invalid type in declaration before '=' token
    ClientManager.cpp:234: error: base operand of '->' is not a pointer
    ClientManager.cpp: In member function 'void CClientManager::RESULT_SAFEBOX_CHANGE_PASSWORD(CPeer*, SQLMsg*)':
    ClientManager.cpp:828: warning: suggest parentheses around && within ||
    ClientManager.cpp: In member function 'void CClientManager::QUERY_ITEM_SAVE(CPeer*, const char*)':
    ClientManager.cpp:1241: error: 'TItemCacheSetPtrMap' has not been declared
    ClientManager.cpp:1241: error: expected `;' before 'it'
    ClientManager.cpp:1242: error: 'it' was not declared in this scope
    ClientManager.cpp:1242: error: 'm_map_pkItemCacheSetPtr' was not declared in this scope
    ClientManager.cpp:1250: error: 'm_map_itemCache' was not declared in this scope
    ClientManager.cpp: At global scope:
    ClientManager.cpp:1317: error: expected constructor, destructor, or type conversion before '*' token
    ClientManager.cpp: In member function 'void CClientManager::CreateItemCacheSet(DWORD)':
    ClientManager.cpp:1329: error: 'm_map_pkItemCacheSetPtr' was not declared in this scope
    ClientManager.cpp:1332: error: 'TItemCacheSet' was not declared in this scope
    ClientManager.cpp:1332: error: 'pSet' was not declared in this scope
    ClientManager.cpp:1332: error: expected type-specifier before 'TItemCacheSet'
    ClientManager.cpp:1332: error: expected `;' before 'TItemCacheSet'
    ClientManager.cpp:1333: error: 'm_map_pkItemCacheSetPtr' was not declared in this scope
    ClientManager.cpp:1333: error: 'TItemCacheSetPtrMap' has not been declared
    ClientManager.cpp: In member function 'void CClientManager::FlushItemCacheSet(DWORD)':
    ClientManager.cpp:1341: error: 'TItemCacheSetPtrMap' has not been declared
    ClientManager.cpp:1341: error: expected `;' before 'it'
    ClientManager.cpp:1343: error: 'it' was not declared in this scope
    ClientManager.cpp:1343: error: 'm_map_pkItemCacheSetPtr' was not declared in this scope
    ClientManager.cpp:1349: error: 'TItemCacheSet' was not declared in this scope
    ClientManager.cpp:1349: error: 'pSet' was not declared in this scope
    ClientManager.cpp:1349: error: 'it' was not declared in this scope
    ClientManager.cpp:1350: error: 'TItemCacheSet' is not a class or namespace
    ClientManager.cpp:1350: error: expected `;' before 'it_set'
    ClientManager.cpp:1352: error: 'it_set' was not declared in this scope
    ClientManager.cpp:1357: error: 'm_map_itemCache' was not declared in this scope
    ClientManager.cpp:1362: error: type '<type error>' argument given to 'delete', expected pointer
    ClientManager.cpp:1364: error: 'm_map_pkItemCacheSetPtr' was not declared in this scope
    ClientManager.cpp: In member function 'CItemCache* CClientManager::GetItemCache(DWORD)':
    ClientManager.cpp:1372: error: 'TItemCacheMap' has not been declared
    ClientManager.cpp:1372: error: expected `;' before 'it'
    ClientManager.cpp:1374: error: 'it' was not declared in this scope
    ClientManager.cpp:1374: error: 'm_map_itemCache' was not declared in this scope
    ClientManager.cpp:1377: error: 'it' was not declared in this scope
    ClientManager.cpp: In member function 'void CClientManager::PutItemCache(TPlayerItem*, bool)':
    ClientManager.cpp:1393: error: 'm_map_itemCache' was not declared in this scope
    ClientManager.cpp:1393: error: 'TItemCacheMap' has not been declared
    ClientManager.cpp:1404: error: 'TItemCacheSetPtrMap' has not been declared
    ClientManager.cpp:1404: error: expected `;' before 'it'
    ClientManager.cpp:1406: error: 'it' was not declared in this scope
    ClientManager.cpp:1406: error: 'm_map_pkItemCacheSetPtr' was not declared in this scope
    ClientManager.cpp:1418: error: 'TItemCacheSetPtrMap' has not been declared
    ClientManager.cpp:1418: error: expected `;' before 'it'
    ClientManager.cpp:1420: error: 'it' was not declared in this scope
    ClientManager.cpp:1420: error: 'm_map_pkItemCacheSetPtr' was not declared in this scope
    ClientManager.cpp: In member function 'CItemPriceListTableCache* CClientManager::GetItemPriceListCache(DWORD)':
    ClientManager.cpp:1455: error: 'TItemPriceListCacheMap' has not been declared
    ClientManager.cpp:1455: error: expected `;' before 'it'
    ClientManager.cpp:1457: error: 'it' was not declared in this scope
    ClientManager.cpp:1457: error: 'm_mapItemPriceListCache' was not declared in this scope
    ClientManager.cpp:1460: error: 'it' was not declared in this scope
    ClientManager.cpp: In member function 'void CClientManager::PutItemPriceListCache(const TItemPriceListTable*)':
    ClientManager.cpp:1470: error: 'm_mapItemPriceListCache' was not declared in this scope
    ClientManager.cpp:1470: error: 'TItemPriceListCacheMap' has not been declared
    ClientManager.cpp: In member function 'void CClientManager::UpdatePlayerCache()':
    ClientManager.cpp:1478: error: 'TPlayerTableCacheMap' has not been declared
    ClientManager.cpp:1478: error: expected `;' before 'it'
    ClientManager.cpp:1480: error: 'it' was not declared in this scope
    ClientManager.cpp:1480: error: 'm_map_playerCache' was not declared in this scope
    ClientManager.cpp: In member function 'void CClientManager::UpdateItemCache()':
    ClientManager.cpp:1511: error: 'TItemCacheMap' has not been declared
    ClientManager.cpp:1511: error: expected `;' before 'it'
    ClientManager.cpp:1513: error: 'it' was not declared in this scope
    ClientManager.cpp:1513: error: 'm_map_itemCache' was not declared in this scope
    ClientManager.cpp: In member function 'void CClientManager::UpdateItemPriceListCache()':
    ClientManager.cpp:1533: error: 'TItemPriceListCacheMap' has not been declared
    ClientManager.cpp:1533: error: expected `;' before 'it'ClientManagerPlayer.cpp:1200: error: 'm_map_logout' was not declared in this sco                                                                                                      pe

    ClientManager.cpp:1535: error: 'it' was not declared in this scope
    ClientManager.cpp:1535: error: 'm_mapItemPriceListCache' was not declared in this scope
    ClientManagerPlayer.cpp: In member function 'void CClientManager::DeleteLogoutPlayer(DWORD)':
    ClientManagerPlayer.cpp:1208: error: 'TLogoutPlayerMap' has not been declared
    ClientManagerPlayer.cpp:1208: error: expected `;' before 'it'
    ClientManagerPlayer.cpp:1210: error: 'it' was not declared in this scope
    ClientManagerPlayer.cpp:1210: error: 'm_map_logout' was not declared in this scope
    ClientManagerPlayer.cpp: In member function 'void CClientManager::UpdateLogoutPlayer()':
    ClientManagerPlayer.cpp:1223: error: 'TLogoutPlayerMap' has not been declared
    ClientManagerPlayer.cpp:1223: error: expected `;' before 'it'
    ClientManagerPlayer.cpp:1225: error: 'it' was not declared in this scope
    ClientManagerPlayer.cpp:1225: error: 'm_map_logout' was not declared in this scope
    ClientManagerPlayer.cpp: In member function 'void CClientManager::FlushPlayerCacheSet(DWORD)':
    ClientManagerPlayer.cpp:1244: error: 'TPlayerTableCacheMap' has not been declared
    ClientManagerPlayer.cpp:1244: error: expected `;' before 'it'
    ClientManagerPlayer.cpp:1246: error: 'it' was not declared in this scope
    ClientManagerPlayer.cpp:1246: error: 'm_map_playerCache' was not declared in this scope
    ClientManager.cpp: In member function 'void CClientManager::QUERY_FLUSH_CACHE(CPeer*, const char*)':
    ClientManager.cpp:1585: error: 'm_map_playerCache' was not declared in this scope
    ClientManager.cpp: In member function 'CLoginData* CClientManager::GetLoginData(DWORD)':
    ClientManager.cpp:1667: error: 'TLoginDataByLoginKey' has not been declared
    ClientManager.cpp:1667: error: expected `;' before 'it'
    ClientManager.cpp:1669: error: 'it' was not declared in this scope
    ClientManager.cpp:1669: error: 'm_map_pkLoginData' was not declared in this scope
    ClientManager.cpp:1672: error: 'it' was not declared in this scope
    ClientManager.cpp: In member function 'CLoginData* CClientManager::GetLoginDataByLogin(const char*)':
    ClientManager.cpp:1680: error: 'TLoginDataByLogin' has not been declared
    ClientManager.cpp:1680: error: expected `;' before 'it'
    ClientManager.cpp:1682: error: 'it' was not declared in this scope
    ClientManager.cpp:1682: error: 'm_map_pkLoginDataByLogin' was not declared in this scope
    ClientManager.cpp:1685: error: 'it' was not declared in this scope
    ClientManager.cpp: In member function 'CLoginData* CClientManager::GetLoginDataByAID(DWORD)':
    ClientManager.cpp:1690: error: 'TLoginDataByAID' has not been declared
    ClientManager.cpp:1690: error: expected `;' before 'it'
    ClientManager.cpp:1692: error: 'it' was not declared in this scope
    ClientManager.cpp:1692: error: 'm_map_pkLoginDataByAID' was not declared in this scope
    ClientManager.cpp:1695: error: 'it' was not declared in this scope
    ClientManager.cpp: In member function 'void CClientManager::InsertLoginData(CLoginData*)':
    ClientManager.cpp:1703: error: 'm_map_pkLoginData' was not declared in this scope
    ClientManager.cpp:1704: error: 'm_map_pkLoginDataByLogin' was not declared in this scope
    Makefile:57: recipe for target '.obj/Main.o' failed
    gmake: *** [.obj/Main.o] Error 1
    ClientManager.cpp:1705: error: 'm_map_pkLoginDataByAID' was not declared in this scope
    ClientManager.cpp: In member function 'void CClientManager::DeleteLoginData(CLoginData*)':
    ClientManager.cpp:1710: error: 'm_map_pkLoginData' was not declared in this scope
    ClientManager.cpp:1711: error: 'm_map_pkLoginDataByLogin' was not declared in this scope
    ClientManager.cpp:1712: error: 'm_map_pkLoginDataByAID' was not declared in this scope
    ClientManager.cpp:1714: error: 'm_map_kLogonAccount' was not declared in this scope
    ClientManager.cpp: In member function 'void CClientManager::BillingExpire(TPacketBillingExpire*)':
    ClientManager.cpp:1784: error: 'TLogonAccountMap' has not been declared
    ClientManager.cpp:1784: error: expected `;' before 'it'
    ClientManager.cpp:1786: error: 'it' was not declared in this scope
    ClientManager.cpp:1786: error: 'm_map_kLogonAccount' was not declared in this scope
    ClientManager.cpp:1808: error: 'TLogonAccountMap' has not been declared
    ClientManager.cpp:1808: error: expected `;' before 'it'
    ClientManager.cpp:1810: error: 'it' was not declared in this scope
    ClientManager.cpp:1810: error: 'm_map_kLogonAccount' was not declared in this scope
    ClientManager.cpp: In member function 'void CClientManager::BillingCheck(const char*)':
    ClientManager.cpp:1848: error: 'TLoginDataByLoginKey' has not been declared
    ClientManager.cpp:1848: error: expected `;' before 'it'
    ClientManager.cpp:1850: error: 'it' was not declared in this scope
    ClientManager.cpp:1850: error: 'm_map_pkLoginData' was not declared in this scope
    ClientManager.cpp: In member function 'void CClientManager::SendAllLoginToBilling()':
    ClientManager.cpp:1902: error: 'TLogonAccountMap' has not been declared
    ClientManager.cpp:1902: error: expected `;' before 'it'
    ClientManager.cpp:1904: error: 'it' was not declared in this scope
    ClientManager.cpp:1904: error: 'm_map_kLogonAccount' was not declared in this scope
    ClientManager.cpp: In member function 'void CClientManager::RemovePeer(CPeer*)':
    ClientManager.cpp:2727: error: 'TLogonAccountMap' has not been declared
    ClientManager.cpp:2727: error: expected `;' before 'it'
    ClientManager.cpp:2729: error: 'it' was not declared in this scope
    ClientManager.cpp:2729: error: 'm_map_kLogonAccount' was not declared in this scope
    ClientManager.cpp: In member function 'DWORD CClientManager::GetUserCount()':
    ClientManager.cpp:3181: error: 'm_map_kLogonAccount' was not declared in this scope
    In file included from Marriage.cpp:5:
    ClientManager.h:5:35: error: boost/unordered_map.hpp: No such file or directory
    ClientManager.h:6:35: error: boost/unordered_set.hpp: No such file or directory
    ClientManager.cpp: In member function 'void CClientManager::UpdateItemCacheSet(DWORD)':
    ClientManager.cpp:3809: error: 'm_map_pkItemCacheSetPtr' was not declared in this scope
    ClientManager.cpp:3809: error: invalid type in declaration before '=' token
    ClientManager.cpp:3818: error: 'TItemCacheSet' was not declared in this scope
    ClientManager.cpp:3818: error: 'pSet' was not declared in this scope
    ClientManager.cpp:3818: error: base operand of '->' is not a pointer
    ClientManager.cpp:3819: error: 'TItemCacheSet' is not a class or namespace
    ClientManager.cpp:3819: error: expected `;' before 'it_set'
    ClientManager.cpp:3821: error: 'it_set' was not declared in this scope
    ClientManager.cpp: In member function 'void CClientManager::DeleteLoginKey(TPacketDC*)':
    ClientManager.cpp:4245: error: 'TLoginDataByLoginKey' has not been declared
    ClientManager.cpp:4245: error: expected `;' before 'it'
    ClientManager.cpp:4247: error: 'it' was not declared in this scope
    ClientManager.cpp:4247: error: 'm_map_pkLoginData' was not declared in this scope
    ClientManager.cpp: In member function 'void CClientManager::UpdateChannelStatus(TChannelStatus*)':
    ClientManager.cpp:4274: error: 'TChannelStatusMap' has not been declared
    ClientManager.cpp:4274: error: expected `;' before 'it'
    ClientManager.cpp:4275: error: 'it' was not declared in this scope
    ClientManager.cpp:4275: error: 'm_mChannelStatus' was not declared in this scope
    ClientManager.cpp:4279: error: 'TChannelStatusMap' has not been declared
    ClientManager.cpp: In member function 'void CClientManager::RequestChannelStatus(CPeer*, DWORD)':
    ClientManager.cpp:4285: error: 'm_mChannelStatus' was not declared in this scope
    ClientManager.cpp:4288: error: 'TChannelStatusMap' has not been declared
    ClientManager.cpp:4288: error: expected `;' before 'it'
    ClientManager.cpp:4288: error: 'it' was not declared in this scope
    Makefile:57: recipe for target '.obj/ClientManagerPlayer.o' failed
    gmake: *** [.obj/ClientManagerPlayer.o] Error 1
    In file included from ClientManagerEventFlag.cpp:3:
    ClientManager.h:5:35: error: boost/unordered_map.hpp: No such file or directory
    ClientManager.h:6:35: error: boost/unordered_set.hpp: No such file or directory
    Makefile:57: recipe for target '.obj/GuildManager.o' failed
    gmake: *** [.obj/GuildManager.o] Error 1
    ClientManagerBoot.cpp: In member function 'bool CClientManager::InitializeMobTable()':
    ClientManagerBoot.cpp:289: warning: format '%d' expects type 'int', but argument 4 has type 'size_t'
    Makefile:57: recipe for target '.obj/ClientManager.o' failed
    gmake: *** [.obj/ClientManager.o] Error 1
    Makefile:57: recipe for target '.obj/ClientManagerBoot.o' failed
    gmake: *** [.obj/ClientManagerBoot.o] Error 1
    In file included from ClientManagerGuild.cpp:3:
    ClientManager.h:35: error: 'boost' has not been declared
    ClientManager.h:35: error: ISO C++ forbids declaration of 'unordered_map' with no type
    ClientManager.h:35: error: typedef name may not be a nested-name-specifier
    ClientManager.h:35: error: expected ';' before '<' token
    ClientManager.h:36: error: 'boost' has not been declared
    ClientManager.h:36: error: ISO C++ forbids declaration of 'unordered_map' with no type
    ClientManager.h:36: error: typedef name may not be a nested-name-specifier
    ClientManager.h:36: error: expected ';' before '<' token
    ClientManager.h:37: error: 'boost' has not been declared
    ClientManager.h:37: error: ISO C++ forbids declaration of 'unordered_set' with no type
    ClientManager.h:37: error: typedef name may not be a nested-name-specifier
    ClientManager.h:37: error: expected ';' before '<' token
    ClientManager.h:38: error: 'boost' has not been declared
    ClientManager.h:38: error: ISO C++ forbids declaration of 'unordered_map' with no type
    ClientManager.h:38: error: typedef name may not be a nested-name-specifier
    ClientManager.h:38: error: expected ';' before '<' token
    ClientManager.h:39: error: 'boost' has not been declared
    ClientManager.h:39: error: ISO C++ forbids declaration of 'unordered_map' with no type
    ClientManager.h:39: error: typedef name may not be a nested-name-specifier
    ClientManager.h:39: error: expected ';' before '<' token
    ClientManager.h:40: error: 'boost' has not been declared
    ClientManager.h:40: error: ISO C++ forbids declaration of 'unordered_map' with no type
    ClientManager.h:40: error: typedef name may not be a nested-name-specifier
    ClientManager.h:40: error: expected ';' before '<' token
    ClientManager.h:120: error: ISO C++ forbids declaration of 'TItemCacheSet' with no type
    ClientManager.h:120: error: expected ';' before '*' token
    ClientManager.h:395: error: 'boost' has not been declared
    ClientManager.h:395: error: ISO C++ forbids declaration of 'unordered_map' with no type
    ClientManager.h:395: error: typedef name may not be a nested-name-specifier
    ClientManager.h:395: error: expected ';' before '<' token
    ClientManager.h:396: error: 'TLoginDataByLoginKey' does not name a type
    ClientManager.h:399: error: 'boost' has not been declared
    ClientManager.h:399: error: ISO C++ forbids declaration of 'unordered_map' with no type
    ClientManager.h:399: error: typedef name may not be a nested-name-specifier
    ClientManager.h:399: error: expected ';' before '<' token
    ClientManager.h:400: error: 'TLoginDataByLogin' does not name a type
    ClientManager.h:403: error: 'boost' has not been declared
    ClientManager.h:403: error: ISO C++ forbids declaration of 'unordered_map' with no type
    ClientManager.h:403: error: typedef name may not be a nested-name-specifier
    ClientManager.h:403: error: expected ';' before '<' token
    ClientManager.h:404: error: 'TLoginDataByAID' does not name a type
    ClientManager.h:407: error: 'boost' has not been declared
    ClientManager.h:407: error: ISO C++ forbids declaration of 'unordered_map' with no type
    ClientManager.h:407: error: typedef name may not be a nested-name-specifier
    ClientManager.h:407: error: expected ';' before '<' token
    ClientManager.h:408: error: 'TLogonAccountMap' does not name a type
    ClientManager.h:438: error: 'TPlayerTableCacheMap' does not name a type
    ClientManager.h:440: error: 'TItemCacheMap' does not name a type
    ClientManager.h:441: error: 'TItemCacheSetPtrMap' does not name a type
    ClientManager.h:445: error: 'TItemPriceListCacheMap' does not name a type
    ClientManager.h:448: error: 'TChannelStatusMap' does not name a type
    ClientManager.h:513: error: 'boost' has not been declared
    ClientManager.h:513: error: ISO C++ forbids declaration of 'unordered_map' with no type
    ClientManager.h:513: error: typedef name may not be a nested-name-specifier
    ClientManager.h:513: error: expected ';' before '<' token
    ClientManager.h:514: error: 'TLogoutPlayerMap' does not name a type
    In file included from Marriage.cpp:5:
    ClientManager.h:35: error: 'boost' has not been declared
    ClientManager.h:35: error: ISO C++ forbids declaration of 'unordered_map' with no type
    ClientManager.h:35: error: typedef name may not be a nested-name-specifier
    ClientManager.h:35: error: expected ';' before '<' token
    ClientManager.h:36: error: 'boost' has not been declared
    ClientManager.h:36: error: ISO C++ forbids declaration of 'unordered_map' with no type
    ClientManager.h:36: error: typedef name may not be a nested-name-specifier
    ClientManager.h:36: error: expected ';' before '<' token
    ClientManager.h:37: error: 'boost' has not been declared
    ClientManager.h:37: error: ISO C++ forbids declaration of 'unordered_set' with no type
    ClientManager.h:37: error: typedef name may not be a nested-name-specifier
    ClientManager.h:37: error: expected ';' before '<' token
    ClientManager.h:38: error: 'boost' has not been declared
    ClientManager.h:38: error: ISO C++ forbids declaration of 'unordered_map' with no type
    ClientManager.h:38: error: typedef name may not be a nested-name-specifier
    ClientManager.h:38: error: expected ';' before '<' token
    ClientManager.h:39: error: 'boost' has not been declared
    ClientManager.h:39: error: ISO C++ forbids declaration of 'unordered_map' with no type
    ClientManager.h:39: error: typedef name may not be a nested-name-specifier
    ClientManager.h:39: error: expected ';' before '<' token
    ClientManager.h:40: error: 'boost' has not been declared
    ClientManager.h:40: error: ISO C++ forbids declaration of 'unordered_map' with no type
    ClientManager.h:40: error: typedef name may not be a nested-name-specifier
    In file included from ClientManagerGuild.cpp:8:
    GuildManager.h: In member function 'bool TGuildDeclareInfo::operator<(const TGuildDeclareInfo&) const':
    GuildManager.h:32: warning: suggest parentheses around && within ||
    ClientManager.h:40: error: expected ';' before '<' token
    GuildManager.h: In member function 'bool TGuildWaitStartInfo::operator<(const TGuildWaitStartInfo&) const':
    GuildManager.h:66: warning: suggest parentheses around && within ||
    ClientManager.h:120: error: ISO C++ forbids declaration of 'TItemCacheSet' with no type
    ClientManager.h:120: error: expected ';' before '*' token
    GuildManager.h: In function 'bool operator<(const TGuildSkillUsed&, const TGuildSkillUsed&)':
    GuildManager.h:102: warning: suggest parentheses around && within ||
    ClientManager.h:395: error: 'boost' has not been declared
    ClientManager.h:395: error: ISO C++ forbids declaration of 'unordered_map' with no type
    ClientManager.h:395: error: typedef name may not be a nested-name-specifier
    ClientManager.h:395: error: expected ';' before '<' token
    ClientManager.h:396: error: 'TLoginDataByLoginKey' does not name a type
    ClientManager.h:399: error: 'boost' has not been declared
    ClientManager.h:399: error: ISO C++ forbids declaration of 'unordered_map' with no type
    ClientManager.h:399: error: typedef name may not be a nested-name-specifier
    ClientManager.h:399: error: expected ';' before '<' token
    ClientManager.h:400: error: 'TLoginDataByLogin' does not name a type
    ClientManager.h:403: error: 'boost' has not been declared
    ClientManager.h:403: error: ISO C++ forbids declaration of 'unordered_map' with no type
    ClientManager.h:403: error: typedef name may not be a nested-name-specifier
    ClientManager.h:403: error: expected ';' before '<' token
    ClientManager.h:404: error: 'TLoginDataByAID' does not name a type
    ClientManager.h:407: error: 'boost' has not been declared
    ClientManager.h:407: error: ISO C++ forbids declaration of 'unordered_map' with no type
    ClientManager.h:407: error: typedef name may not be a nested-name-specifier
    ClientManager.h:407: error: expected ';' before '<' token
    ClientManager.h:408: error: 'TLogonAccountMap' does not name a type
    ClientManager.h:438: error: 'TPlayerTableCacheMap' does not name a type
    ClientManager.h:440: error: 'TItemCacheMap' does not name a type
    ClientManager.h:441: error: 'TItemCacheSetPtrMap' does not name a type
    ClientManager.h:445: error: 'TItemPriceListCacheMap' does not name a type
    ClientManager.h:448: error: 'TChannelStatusMap' does not name a type
    ClientManager.h:513: error: 'boost' has not been declared
    ClientManager.h:513: error: ISO C++ forbids declaration of 'unordered_map' with no type
    ClientManager.h:513: error: typedef name may not be a nested-name-specifier
    ClientManager.h:513: error: expected ';' before '<' token
    ClientManager.h:514: error: 'TLogoutPlayerMap' does not name a type
    Makefile:57: recipe for target '.obj/ClientManagerGuild.o' failed
    gmake: *** [.obj/ClientManagerGuild.o] Error 1
    Makefile:57: recipe for target '.obj/Marriage.o' failed
    gmake: *** [.obj/Marriage.o] Error 1
    In file included from ClientManagerEventFlag.cpp:3:
    ClientManager.h:35: error: 'boost' has not been declared
    ClientManager.h:35: error: ISO C++ forbids declaration of 'unordered_map' with no type
    ClientManager.h:35: error: typedef name may not be a nested-name-specifier
    ClientManager.h:35: error: expected ';' before '<' token
    ClientManager.h:36: error: 'boost' has not been declared
    ClientManager.h:36: error: ISO C++ forbids declaration of 'unordered_map' with no type
    ClientManager.h:36: error: typedef name may not be a nested-name-specifier
    ClientManager.h:36: error: expected ';' before '<' token
    ClientManager.h:37: error: 'boost' has not been declared
    ClientManager.h:37: error: ISO C++ forbids declaration of 'unordered_set' with no type
    ClientManager.h:37: error: typedef name may not be a nested-name-specifier
    ClientManager.h:37: error: expected ';' before '<' token
    ClientManager.h:38: error: 'boost' has not been declared
    ClientManager.h:38: error: ISO C++ forbids declaration of 'unordered_map' with no type
    ClientManager.h:38: error: typedef name may not be a nested-name-specifier
    ClientManager.h:38: error: expected ';' before '<' token
    ClientManager.h:39: error: 'boost' has not been declared
    ClientManager.h:39: error: ISO C++ forbids declaration of 'unordered_map' with no type
    ClientManager.h:39: error: typedef name may not be a nested-name-specifier
    ClientManager.h:39: error: expected ';' before '<' token
    ClientManager.h:40: error: 'boost' has not been declared
    ClientManager.h:40: error: ISO C++ forbids declaration of 'unordered_map' with no type
    ClientManager.h:40: error: typedef name may not be a nested-name-specifier
    ClientManager.h:40: error: expected ';' before '<' token
    ClientManager.h:120: error: ISO C++ forbids declaration of 'TItemCacheSet' with no type
    ClientManager.h:120: error: expected ';' before '*' token
    ClientManager.h:395: error: 'boost' has not been declared
    ClientManager.h:395: error: ISO C++ forbids declaration of 'unordered_map' with no type
    ClientManager.h:395: error: typedef name may not be a nested-name-specifier
    ClientManager.h:395: error: expected ';' before '<' token
    ClientManager.h:396: error: 'TLoginDataByLoginKey' does not name a type
    ClientManager.h:399: error: 'boost' has not been declared
    ClientManager.h:399: error: ISO C++ forbids declaration of 'unordered_map' with no type
    ClientManager.h:399: error: typedef name may not be a nested-name-specifier
    ClientManager.h:399: error: expected ';' before '<' token
    ClientManager.h:400: error: 'TLoginDataByLogin' does not name a type
    ClientManager.h:403: error: 'boost' has not been declared
    ClientManager.h:403: error: ISO C++ forbids declaration of 'unordered_map' with no type
    ClientManager.h:403: error: typedef name may not be a nested-name-specifier
    ClientManager.h:403: error: expected ';' before '<' token
    ClientManager.h:404: error: 'TLoginDataByAID' does not name a type
    ClientManager.h:407: error: 'boost' has not been declared
    ClientManager.h:407: error: ISO C++ forbids declaration of 'unordered_map' with no type
    ClientManager.h:407: error: typedef name may not be a nested-name-specifier
    ClientManager.h:407: error: expected ';' before '<' token
    ClientManager.h:408: error: 'TLogonAccountMap' does not name a type
    ClientManager.h:438: error: 'TPlayerTableCacheMap' does not name a type
    ClientManager.h:440: error: 'TItemCacheMap' does not name a type
    ClientManager.h:441: error: 'TItemCacheSetPtrMap' does not name a type
    ClientManager.h:445: error: 'TItemPriceListCacheMap' does not name a type
    ClientManager.h:448: error: 'TChannelStatusMap' does not name a type
    ClientManager.h:513: error: 'boost' has not been declared
    ClientManager.h:513: error: ISO C++ forbids declaration of 'unordered_map' with no type
    ClientManager.h:513: error: typedef name may not be a nested-name-specifier
    ClientManager.h:513: error: expected ';' before '<' token
    ClientManager.h:514: error: 'TLogoutPlayerMap' does not name a type
    Makefile:57: recipe for target '.obj/ClientManagerEventFlag.o' failed
    gmake: *** [.obj/ClientManagerEventFlag.o] Error 1
    root@ApixWorld:/usr/src/gazer/Srcs/Server/db/src #

     

    can someone help me what to do ? source by gazer..

     

    profik

×
×
  • Create New...

Important Information

Terms of Use / Privacy Policy / Guidelines / We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.