Hello all
I need help
You have downloaded the server source (Mainline Released)
But I did not find the Extern folder
I found it from another site and made a compilation
/ usr / src / achellus_core / game / src
gmake clean
gmake dep
gmake -j20
The compilation succeeded without problems
------------------------------------------------
The problem is when I compile db
/ usr / src / achellus_core / db / src
gmake clean
gmake dep
gmake -j20
Problems appear
Code
- root@eliziane:/usr/src/achellus_core/db/src # gmake -j20
- [Tamamlandı] Achellus DB Derleniyor: Config.cpp
- [Tamamlandı] Achellus DB Derleniyor: NetBase.cpp
- [Tamamlandı] Achellus DB Derleniyor: Peer.cpp
- [Tamamlandı] Achellus DB Derleniyor: Main.cpp
- [Tamamlandı] Achellus DB Derleniyor: Lock.cpp
- [Tamamlandı] Achellus DB Derleniyor: DBManager.cpp
- [Tamamlandı] Achellus DB Derleniyor: Cache.cpp
- [Tamamlandı] Achellus DB Derleniyor: LoginData.cpp
- [Tamamlandı] Achellus DB Derleniyor: ClientManager.cpp
- [Tamamlandı] Achellus DB Derleniyor: ClientManagerPlayer.cpp
- [Tamamlandı] Achellus DB Derleniyor: ClientManagerLogin.cpp
- [Tamamlandı] Achellus DB Derleniyor: ClientManagerParty.cpp
- [Tamamlandı] Achellus DB Derleniyor: ClientManagerGuild.cpp
- [Tamamlandı] Achellus DB Derleniyor: PeerBase.cpp
- [Tamamlandı] Achellus DB Derleniyor: ClientManagerBoot.cpp
- [Tamamlandı] Achellus DB Derleniyor: GuildManager.cpp
- [Tamamlandı] Achellus DB Derleniyor: HB.cpp
- [Tamamlandı] Achellus DB Derleniyor: PrivManager.cpp
- [Tamamlandı] Achellus DB Derleniyor: MoneyLog.cpp
- [Tamamlandı] Achellus DB Derleniyor: ItemAwardManager.cpp
- 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 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 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 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 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 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 PrivManager.cpp:3In 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 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 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 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 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
- 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
- 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
- :
- 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 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
- 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
- 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 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
- 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
- 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
- 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
- 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
- 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: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: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: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
- [Tamamlandı] Achellus DB Derleniyor: ClientManagerEventFlag.cpp
- 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 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
- 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 ||
- 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 ||
- 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: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: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 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 ||
- 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 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
- Makefile:63: recipe for target '.obj/DBManager.o' failed
- gmake: *** [.obj/DBManager.o] Error 1
- gmake: *** Waiting for unfinished jobs....
- ClientManagerPlayer.cpp: In member function 'CPlayerTableCache* CClientManager::GetPlayerCache(DWORD)':
- ClientManagerPlayer.cpp:189: error: 'TPlayerTableCacheMap' has not been declared
- ClientManagerPlayer.cpp:189: error: expected `;' before 'it'
- ClientManagerPlayer.cpp:191: error: 'it' was not declared in this scope
- ClientManagerPlayer.cpp:191: error: 'm_map_playerCache' was not declared in this scope
- ClientManagerPlayer.cpp:194: error: 'it' was not declared in this scope
- ClientManagerPlayer.cpp: In member function 'void CClientManager::PutPlayerCache(TPlayerTable*)':
- ClientManagerPlayer.cpp:208: error: 'm_map_playerCache' was not declared in this scope
- ClientManagerPlayer.cpp:208: error: 'TPlayerTableCacheMap' has not been declared
- ClientManagerPlayer.cpp: In member function 'void CClientManager::QUERY_PLAYER_LOAD(CPeer*, DWORD, TPlayerLoadPacket*)':
- ClientManagerPlayer.cpp:278: error: 'TItemCacheSet' was not declared in this scope
- ClientManagerPlayer.cpp:278: error: 'pSet' was not declared in this scope
- ClientManagerPlayer.cpp:278: error: 'GetItemCacheSet' was not declared in this scope
- ClientManagerPlayer.cpp:292: error: 'TItemCacheSet' is not a class or namespace
- ClientManagerPlayer.cpp:292: error: expected `;' before 'it'
- ClientManagerPlayer.cpp:294: error: 'it' was not declared in this scope
- 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
- 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 'void CClientManager::__RESULT_PLAYER_DELETE(CPeer*, SQLMsg*)':
- ClientManagerPlayer.cpp:1142: error: 'm_map_playerCache' was not declared in this scope
- ClientManagerPlayer.cpp:1147: error: 'TItemCacheSet' was not declared in this scope
- ClientManagerPlayer.cpp:1147: error: 'pSet' was not declared in this scope
- ClientManagerPlayer.cpp:1147: error: 'GetItemCacheSet' was not declared in this scope
- ClientManagerPlayer.cpp:1151: error: 'TItemCacheSet' is not a class or namespace
- ClientManagerPlayer.cpp:1151: error: expected `;' before 'it'
- ClientManagerPlayer.cpp:1153: error: 'it' was not declared in this scope
- ClientManagerPlayer.cpp:1160: error: type '<type error>' argument given to 'delete', expected pointer
- ClientManagerPlayer.cpp:1162: error: 'm_map_pkItemCacheSetPtr' was not declared in this scope
- ClientManagerPlayer.cpp: In member function 'void CClientManager::RESULT_HIGHSCORE_REGISTER(CPeer*, SQLMsg*)':
- ClientManagerPlayer.cpp:1311: warning: suggest parentheses around && within ||
- ClientManagerPlayer.cpp: In member function 'void CClientManager::InsertLogoutPlayer(DWORD)':
- ClientManagerPlayer.cpp:1335: error: 'TLogoutPlayerMap' has not been declared
- ClientManagerPlayer.cpp:1335: error: expected `;' before 'it'
- ClientManagerPlayer.cpp:1338: error: 'it' was not declared in this scope
- ClientManagerPlayer.cpp:1338: error: 'm_map_logout' was not declared in this scope
- ClientManagerPlayer.cpp:1351: error: 'm_map_logout' was not declared in this scope
- ClientManagerPlayer.cpp: In member function 'void CClientManager::DeleteLogoutPlayer(DWORD)':
- ClientManagerPlayer.cpp:1359: error: 'TLogoutPlayerMap' has not been declared
- ClientManagerPlayer.cpp:1359: error: expected `;' before 'it'
- ClientManagerPlayer.cpp:1361: error: 'it' was not declared in this scope
- ClientManagerPlayer.cpp:1361: error: 'm_map_logout' was not declared in this scope
- ClientManagerPlayer.cpp: In member function 'void CClientManager::UpdateLogoutPlayer()':
- ClientManagerPlayer.cpp:1374: error: 'TLogoutPlayerMap' has not been declared
- ClientManagerPlayer.cpp:1374: error: expected `;' before 'it'
- ClientManagerPlayer.cpp:1376: error: 'it' was not declared in this scope
- ClientManagerPlayer.cpp:1376: error: 'm_map_logout' was not declared in this scope
- ClientManagerPlayer.cpp: In member function 'void CClientManager::FlushPlayerCacheSet(DWORD)':
- ClientManagerPlayer.cpp:1395: error: 'TPlayerTableCacheMap' has not been declared
- ClientManagerPlayer.cpp:1395: error: expected `;' before 'it'
- ClientManagerPlayer.cpp:1397: error: 'it' was not declared in this scope
- ClientManagerPlayer.cpp:1397: error: 'm_map_playerCache' was not declared in this scope
- 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
- Makefile:63: recipe for target '.obj/Cache.o' failed
- gmake: *** [.obj/Cache.o] Error 1
- 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:63: recipe for target '.obj/ClientManagerParty.o' failed
- gmake: *** [.obj/ClientManagerParty.o] Error 1
- Makefile:63: recipe for target '.obj/ClientManagerPlayer.o' failed
- gmake: *** [.obj/ClientManagerPlayer.o] Error 1
- Makefile:63: recipe for target '.obj/PrivManager.o' failed
- gmake: *** [.obj/PrivManager.o] Error 1
- Makefile:63: recipe for target '.obj/ClientManagerLogin.o' failed
- gmake: *** [.obj/ClientManagerLogin.o] Error 1
- 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 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
- 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 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: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:63: recipe for target '.obj/ClientManagerEventFlag.o' failed
- gmake: *** [.obj/ClientManagerEventFlag.o] Error 1
- Makefile:63: recipe for target '.obj/ItemAwardManager.o' failed
- gmake: *** [.obj/ItemAwardManager.o] Error 1
- 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
- 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
- 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:408: error: 'TLogonAccountMap' does not name a type
- Makefile:63: recipe for target '.obj/NetBase.o' failed
- gmake: *** [.obj/NetBase.o] Error 1
- 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.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.h:513: error: 'boost' has not been declaredMakefile:63: recipe for target '.obj/Main.o' failed
- gmake: *** [.obj/Main.o] Error 1
- 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.cpp: In member function 'void CClientManager::RESULT_SAFEBOX_CHANGE_PASSWORD(CPeer*, SQLMsg*)':
- ClientManager.cpp:883: warning: suggest parentheses around && within ||
- ClientManager.cpp: In member function 'void CClientManager::QUERY_ITEM_SAVE(CPeer*, const char*)':
- ClientManager.cpp:1311: error: 'TItemCacheSetPtrMap' has not been declared
- ClientManager.cpp:1311: error: expected `;' before 'it'
- ClientManager.cpp:1313: error: 'it' was not declared in this scope
- ClientManager.cpp:1313: error: 'm_map_pkItemCacheSetPtr' was not declared in this scope
- ClientManager.cpp:1321: error: 'm_map_itemCache' was not declared in this scope
- ClientManager.cpp: At global scope:
- ClientManager.cpp:1390: error: expected constructor, destructor, or type conversion before '*' token
- ClientManager.cpp: In member function 'void CClientManager::CreateItemCacheSet(DWORD)':
- ClientManager.cpp:1402: error: 'm_map_pkItemCacheSetPtr' was not declared in this scope
- ClientManager.cpp:1405: error: 'TItemCacheSet' was not declared in this scope
- ClientManager.cpp:1405: error: 'pSet' was not declared in this scope
- ClientManager.cpp:1405: error: expected type-specifier before 'TItemCacheSet'
- ClientManager.cpp:1405: error: expected `;' before 'TItemCacheSet'
- ClientManager.cpp:1406: error: 'm_map_pkItemCacheSetPtr' was not declared in this scope
- ClientManager.cpp:1406: error: 'TItemCacheSetPtrMap' has not been declared
- ClientManager.cpp: In member function 'void CClientManager::FlushItemCacheSet(DWORD)':
- ClientManager.cpp:1414: error: 'TItemCacheSetPtrMap' has not been declared
- ClientManager.cpp:1414: error: expected `;' before 'it'
- ClientManager.cpp:1416: error: 'it' was not declared in this scope
- ClientManager.cpp:1416: error: 'm_map_pkItemCacheSetPtr' was not declared in this scope
- ClientManager.cpp:1422: error: 'TItemCacheSet' was not declared in this scope
- ClientManager.cpp:1422: error: 'pSet' was not declared in this scope
- ClientManager.cpp:1422: error: 'it' was not declared in this scope
- ClientManager.cpp:1423: error: 'TItemCacheSet' is not a class or namespace
- ClientManager.cpp:1423: error: expected `;' before 'it_set'
- ClientManager.cpp:1425: error: 'it_set' was not declared in this scope
- ClientManager.cpp:1430: error: 'm_map_itemCache' was not declared in this scope
- ClientManager.cpp:1435: error: type '<type error>' argument given to 'delete', expected pointer
- ClientManager.cpp:1437: error: 'm_map_pkItemCacheSetPtr' was not declared in this scope
- ClientManager.cpp: In member function 'CItemCache* CClientManager::GetItemCache(DWORD)':
- ClientManager.cpp:1445: error: 'TItemCacheMap' has not been declared
- ClientManager.cpp:1445: error: expected `;' before 'it'
- ClientManager.cpp:1447: error: 'it' was not declared in this scope
- ClientManager.cpp:1447: error: 'm_map_itemCache' was not declared in this scope
- ClientManager.cpp:1450: error: 'it' was not declared in this scope
- ClientManager.cpp: In member function 'void CClientManager::PutItemCache(TPlayerItem*, bool)':
- ClientManager.cpp:1466: error: 'm_map_itemCache' was not declared in this scope
- ClientManager.cpp:1466: error: 'TItemCacheMap' has not been declared
- ClientManager.cpp:1477: error: 'TItemCacheSetPtrMap' has not been declared
- ClientManager.cpp:1477: error: expected `;' before 'it'
- ClientManager.cpp:1479: error: 'it' was not declared in this scope
- ClientManager.cpp:1479: error: 'm_map_pkItemCacheSetPtr' was not declared in this scope
- ClientManager.cpp:1491: error: 'TItemCacheSetPtrMap' has not been declared
- ClientManager.cpp:1491: error: expected `;' before 'it'
- ClientManager.cpp:1493: error: 'it' was not declared in this scope
- ClientManager.cpp:1493: error: 'm_map_pkItemCacheSetPtr' was not declared in this scope
- ClientManager.cpp: In member function 'CItemPriceListTableCache* CClientManager::GetItemPriceListCache(DWORD)':
- ClientManager.cpp:1528: error: 'TItemPriceListCacheMap' has not been declared
- ClientManager.cpp:1528: error: expected `;' before 'it'
- ClientManager.cpp:1530: error: 'it' was not declared in this scope
- ClientManager.cpp:1530: error: 'm_mapItemPriceListCache' was not declared in this scope
- ClientManager.cpp:1533: error: 'it' was not declared in this scope
- ClientManager.cpp: In member function 'void CClientManager::PutItemPriceListCache(const TItemPriceListTable*)':
- ClientManager.cpp:1543: error: 'm_mapItemPriceListCache' was not declared in this scope
- ClientManager.cpp:1543: error: 'TItemPriceListCacheMap' has not been declared
- ClientManager.cpp: In member function 'void CClientManager::UpdatePlayerCache()':
- ClientManager.cpp:1551: error: 'TPlayerTableCacheMap' has not been declared
- ClientManager.cpp:1551: error: expected `;' before 'it'
- ClientManager.cpp:1553: error: 'it' was not declared in this scope
- ClientManager.cpp:1553: error: 'm_map_playerCache' was not declared in this scope
- ClientManager.cpp: In member function 'void CClientManager::UpdateItemCache()':
- ClientManager.cpp:1584: error: 'TItemCacheMap' has not been declared
- ClientManager.cpp:1584: error: expected `;' before 'it'
- ClientManager.cpp:1586: error: 'it' was not declared in this scope
- ClientManager.cpp:1586: error: 'm_map_itemCache' was not declared in this scope
- ClientManager.cpp: In member function 'void CClientManager::UpdateItemPriceListCache()':
- ClientManager.cpp:1606: error: 'TItemPriceListCacheMap' has not been declared
- ClientManager.cpp:1606: error: expected `;' before 'it'
- ClientManager.cpp:1608: error: 'it' was not declared in this scope
- ClientManager.cpp:1608: error: 'm_mapItemPriceListCache' was not declared in this scope
- ClientManager.cpp: In member function 'void CClientManager::QUERY_FLUSH_CACHE(CPeer*, const char*)':
- ClientManager.cpp:1658: error: 'm_map_playerCache' was not declared in this scope
- ClientManager.cpp: In member function 'CLoginData* CClientManager::GetLoginData(DWORD)':
- ClientManager.cpp:1740: error: 'TLoginDataByLoginKey' has not been declared
- ClientManager.cpp:1740: error: expected `;' before 'it'
- ClientManager.cpp:1742: error: 'it' was not declared in this scope
- ClientManager.cpp:1742: error: 'm_map_pkLoginData' was not declared in this scope
- ClientManager.cpp:1745: error: 'it' was not declared in this scope
- ClientManager.cpp: In member function 'CLoginData* CClientManager::GetLoginDataByLogin(const char*)':
- ClientManager.cpp:1753: error: 'TLoginDataByLogin' has not been declared
- ClientManager.cpp:1753: error: expected `;' before 'it'
- ClientManager.cpp:1755: error: 'it' was not declared in this scope
- ClientManager.cpp:1755: error: 'm_map_pkLoginDataByLogin' was not declared in this scope
- ClientManager.cpp:1758: error: 'it' was not declared in this scope
- ClientManager.cpp: In member function 'CLoginData* CClientManager::GetLoginDataByAID(DWORD)':
- ClientManager.cpp:1763: error: 'TLoginDataByAID' has not been declared
- ClientManager.cpp:1763: error: expected `;' before 'it'
- ClientManager.cpp:1765: error: 'it' was not declared in this scope
- ClientManager.cpp:1765: error: 'm_map_pkLoginDataByAID' was not declared in this scope
- ClientManager.cpp:1768: error: 'it' was not declared in this scope
- ClientManager.cpp: In member function 'void CClientManager::InsertLoginData(CLoginData*)':
- ClientManager.cpp:1776: error: 'm_map_pkLoginData' was not declared in this scope
- ClientManager.cpp:1777: error: 'm_map_pkLoginDataByLogin' was not declared in this scope
- ClientManager.cpp:1778: error: 'm_map_pkLoginDataByAID' was not declared in this scope
- ClientManager.cpp: In member function 'void CClientManager::DeleteLoginData(CLoginData*)':
- ClientManager.cpp:1783: error: 'm_map_pkLoginData' was not declared in this scope
- ClientManager.cpp:1784: error: 'm_map_pkLoginDataByLogin' was not declared in this scope
- ClientManager.cpp:1785: error: 'm_map_pkLoginDataByAID' was not declared in this scope
- ClientManager.cpp:1787: error: 'm_map_kLogonAccount' was not declared in this scope
- ClientManager.cpp: In member function 'void CClientManager::BillingExpire(TPacketBillingExpire*)':
- ClientManager.cpp:1857: error: 'TLogonAccountMap' has not been declared
- ClientManager.cpp:1857: error: expected `;' before 'it'
- ClientManager.cpp:1859: error: 'it' was not declared in this scope
- ClientManager.cpp:1859: error: 'm_map_kLogonAccount' was not declared in this scope
- ClientManager.cpp:1881: error: 'TLogonAccountMap' has not been declared
- ClientManager.cpp:1881: error: expected `;' before 'it'
- ClientManager.cpp:1883: error: 'it' was not declared in this scope
- ClientManager.cpp:1883: error: 'm_map_kLogonAccount' was not declared in this scope
- ClientManager.cpp: In member function 'void CClientManager::BillingCheck(const char*)':
- ClientManager.cpp:1921: error: 'TLoginDataByLoginKey' has not been declared
- ClientManager.cpp:1921: error: expected `;' before 'it'
- ClientManager.cpp:1923: error: 'it' was not declared in this scope
- ClientManager.cpp:1923: error: 'm_map_pkLoginData' was not declared in this scope
- ClientManager.cpp: In member function 'void CClientManager::SendAllLoginToBilling()':
- ClientManager.cpp:1975: error: 'TLogonAccountMap' has not been declared
- ClientManager.cpp:1975: error: expected `;' before 'it'
- ClientManager.cpp:1977: error: 'it' was not declared in this scope
- ClientManager.cpp:1977: error: 'm_map_kLogonAccount' was not declared in this scope
- ClientManager.cpp: In member function 'void CClientManager::RemovePeer(CPeer*)':
- ClientManager.cpp:2808: error: 'TLogonAccountMap' has not been declared
- ClientManager.cpp:2808: error: expected `;' before 'it'
- ClientManager.cpp:2810: error: 'it' was not declared in this scope
- ClientManager.cpp:2810: error: 'm_map_kLogonAccount' was not declared in this scope
- ClientManager.cpp: In member function 'DWORD CClientManager::GetUserCount()':
- ClientManager.cpp:3262: error: 'm_map_kLogonAccount' was not declared in this scope
- ClientManager.cpp: In member function 'void CClientManager::UpdateItemCacheSet(DWORD)':
- ClientManager.cpp:3890: error: 'm_map_pkItemCacheSetPtr' was not declared in this scope
- ClientManager.cpp:3890: error: invalid type in declaration before '=' token
- ClientManager.cpp:3899: error: 'TItemCacheSet' was not declared in this scope
- ClientManager.cpp:3899: error: 'pSet' was not declared in this scope
- ClientManager.cpp:3899: error: base operand of '->' is not a pointer
- ClientManager.cpp:3900: error: 'TItemCacheSet' is not a class or namespace
- ClientManager.cpp:3900: error: expected `;' before 'it_set'
- ClientManager.cpp:3902: error: 'it_set' was not declared in this scope
- ClientManager.cpp: In member function 'void CClientManager::DeleteLoginKey(TPacketDC*)':
- ClientManager.cpp:4326: error: 'TLoginDataByLoginKey' has not been declared
- ClientManager.cpp:4326: error: expected `;' before 'it'
- ClientManager.cpp:4328: error: 'it' was not declared in this scope
- ClientManager.cpp:4328: error: 'm_map_pkLoginData' was not declared in this scope
- ClientManager.cpp: In member function 'void CClientManager::UpdateChannelStatus(TChannelStatus*)':
- ClientManager.cpp:4355: error: 'TChannelStatusMap' has not been declared
- ClientManager.cpp:4355: error: expected `;' before 'it'
- ClientManager.cpp:4356: error: 'it' was not declared in this scope
- ClientManager.cpp:4356: error: 'm_mChannelStatus' was not declared in this scope
- ClientManager.cpp:4360: error: 'TChannelStatusMap' has not been declared
- ClientManager.cpp: In member function 'void CClientManager::RequestChannelStatus(CPeer*, DWORD)':
- ClientManager.cpp:4366: error: 'm_mChannelStatus' was not declared in this scope
- ClientManager.cpp:4369: error: 'TChannelStatusMap' has not been declared
- ClientManager.cpp:4369: error: expected `;' before 'it'
- ClientManager.cpp:4369: error: 'it' was not declared in this scope
- Makefile:63: recipe for target '.obj/LoginData.o' failed
- gmake: *** [.obj/LoginData.o] Error 1
- 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:63: recipe for target '.obj/GuildManager.o' failed
- gmake: *** [.obj/GuildManager.o] Error 1
- 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:63: recipe for target '.obj/MoneyLog.o' failed
- gmake: *** [.obj/MoneyLog.o] Error 1
- 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 ||
- 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 ||
- Makefile:63: recipe for target '.obj/ClientManagerBoot.o' failed
- gmake: *** [.obj/ClientManagerBoot.o] Error 1
- Makefile:63: recipe for target '.obj/ClientManager.o' failed
- gmake: *** [.obj/ClientManager.o] Error 1
- Makefile:63: recipe for target '.obj/ClientManagerGuild.o' failed
- gmake: *** [.obj/ClientManagerGuild.o] Error 1
I do not know where the problem is
Is it from the Extern folder?