- Mesaj
- 124
- Beğeni
- 21
- Puan
- 466
- Ticaret Puanı
- 0
sürüm yükselttikden sonra böyle oldu
Kod:
In file included from char_manager.h:8,
from BattleArena.cpp:5:
../../common/stl.h:126:47: error: expected template-name before '<' token
126 | class void_mem_fun_t : public unary_function<_Ty *, void>
| ^
../../common/stl.h:126:47: error: expected '{' before '<' token
../../common/stl.h:147:51: error: expected template-name before '<' token
147 | class void_mem_fun_ref_t : public unary_function<_Ty, void>
| ^
../../common/stl.h:147:51: error: expected '{' before '<' token
../../common/stl.h:160:1: error: expected declaration before '}' token
160 | };
| ^
In file included from BattleArena.cpp:6:
char.h:1218:20: error: 'LPZODIAC' has not been declared
1218 | void SetZodiac(LPZODIAC pkZodiac);
| ^~~~~~~~
char.h:1219:3: error: 'LPZODIAC' does not name a type
1219 | LPZODIAC GetZodiac() const { return m_pkZodiac; }
| ^~~~~~~~
char.h:1220:3: error: 'LPZODIAC' does not name a type
1220 | LPZODIAC GetZodiacForce() const;
| ^~~~~~~~
char.h:1223:3: error: 'LPZODIAC' does not name a type
1223 | LPZODIAC m_pkZodiac;
| ^~~~~~~~
char.h:1393:15: error: 'THitCountInfo' was not declared in this scope
1393 | std::vector<THitCountInfo> m_hitCount;
| ^~~~~~~~~~~~~
char.h:1393:28: error: template argument 1 is invalid
1393 | std::vector<THitCountInfo> m_hitCount;
| ^
char.h:1393:28: error: template argument 2 is invalid
char.h:2597:53: error: 'TCatchKingCard' was not declared in this scope
2597 | void MiniGameCatchKingSetFieldCards(std::vector<TCatchKingCard> vec) { m_vecCatchKingFieldCards = vec; }
| ^~~~~~~~~~~~~~
char.h:2597:67: error: template argument 1 is invalid
2597 | void MiniGameCatchKingSetFieldCards(std::vector<TCatchKingCard> vec) { m_vecCatchKingFieldCards = vec; }
| ^
char.h:2597:67: error: template argument 2 is invalid
char.h:2614:15: error: 'TCatchKingCard' was not declared in this scope
2614 | std::vector<TCatchKingCard> m_vecCatchKingFieldCards;
| ^~~~~~~~~~~~~~
char.h:2614:29: error: template argument 1 is invalid
2614 | std::vector<TCatchKingCard> m_vecCatchKingFieldCards;
| ^
char.h:2614:29: error: template argument 2 is invalid
char.h:2961:25: error: 'LPZODIAC' has not been declared
2961 | void SpawnZodiacGroup(LPZODIAC pZodiac);
| ^~~~~~~~
char.h:2962:25: error: 'LPZODIAC' has not been declared
2962 | void SpawnZodiacStone(LPZODIAC pZodiac);
| ^~~~~~~~
In file included from char.h:5,
from OXEvent.cpp:9:
../../common/stl.h:126:47: error: expected template-name before '<' token
126 | class void_mem_fun_t : public unary_function<_Ty *, void>
| ^
../../common/stl.h:126:47: error: expected '{' before '<' token
../../common/stl.h:147:51: error: expected template-name before '<' token
147 | class void_mem_fun_ref_t : public unary_function<_Ty, void>
| ^
../../common/stl.h:147:51: error: expected '{' before '<' token
compile ani.cpp
../../common/stl.h:160:1: error: expected declaration before '}' token
160 | };
| ^
In file included from OXEvent.cpp:9:
char.h:1218:20: error: 'LPZODIAC' has not been declared
1218 | void SetZodiac(LPZODIAC pkZodiac);
| ^~~~~~~~
char.h:1219:3: error: 'LPZODIAC' does not name a type
1219 | LPZODIAC GetZodiac() const { return m_pkZodiac; }
| ^~~~~~~~
char.h:1220:3: error: 'LPZODIAC' does not name a type
1220 | LPZODIAC GetZodiacForce() const;
| ^~~~~~~~
char.h:1223:3: error: 'LPZODIAC' does not name a type
1223 | LPZODIAC m_pkZodiac;
| ^~~~~~~~
char.h:1393:15: error: 'THitCountInfo' was not declared in this scope
1393 | std::vector<THitCountInfo> m_hitCount;
| ^~~~~~~~~~~~~
char.h:1393:28: error: template argument 1 is invalid
1393 | std::vector<THitCountInfo> m_hitCount;
| ^
char.h:1393:28: error: template argument 2 is invalid
char.h:2597:53: error: 'TCatchKingCard' was not declared in this scope
2597 | void MiniGameCatchKingSetFieldCards(std::vector<TCatchKingCard> vec) { m_vecCatchKingFieldCards = vec; }
| ^~~~~~~~~~~~~~
char.h:2597:67: error: template argument 1 is invalid
2597 | void MiniGameCatchKingSetFieldCards(std::vector<TCatchKingCard> vec) { m_vecCatchKingFieldCards = vec; }
| ^
char.h:2597:67: error: template argument 2 is invalid
gmake[1]: *** [Makefile:131: OBJDIR/BattleArena.o] Error 1
char.h:2614:15: error: 'TCatchKingCard' was not declared in this scope
2614 | std::vector<TCatchKingCard> m_vecCatchKingFieldCards;
| ^~~~~~~~~~~~~~
gmake[1]: *** Waiting for unfinished jobs....
char.h:2614:29: error: template argument 1 is invalid
2614 | std::vector<TCatchKingCard> m_vecCatchKingFieldCards;
| ^
char.h:2614:29: error: template argument 2 is invalid
char.h:2961:25: error: 'LPZODIAC' has not been declared
2961 | void SpawnZodiacGroup(LPZODIAC pZodiac);
| ^~~~~~~~
char.h:2962:25: error: 'LPZODIAC' has not been declared
2962 | void SpawnZodiacStone(LPZODIAC pZodiac);
| ^~~~~~~~
In file included from char.h:5,
from ani.cpp:11:
../../common/stl.h:126:47: error: expected template-name before '<' token
126 | class void_mem_fun_t : public unary_function<_Ty *, void>
| ^
gmake[1]: *** [Makefile:131: OBJDIR/OXEvent.o] Error 1
../../common/stl.h:126:47: error: expected '{' before '<' token
../../common/stl.h:147:51: error: expected template-name before '<' token
147 | class void_mem_fun_ref_t : public unary_function<_Ty, void>
| ^
../../common/stl.h:147:51: error: expected '{' before '<' token
../../common/stl.h:160:1: error: expected declaration before '}' token
160 | };
| ^
In file included from ani.cpp:11:
char.h:1218:20: error: 'LPZODIAC' has not been declared
1218 | void SetZodiac(LPZODIAC pkZodiac);
| ^~~~~~~~
char.h:1219:3: error: 'LPZODIAC' does not name a type
1219 | LPZODIAC GetZodiac() const { return m_pkZodiac; }
| ^~~~~~~~
char.h:1220:3: error: 'LPZODIAC' does not name a type
1220 | LPZODIAC GetZodiacForce() const;
| ^~~~~~~~
char.h:1223:3: error: 'LPZODIAC' does not name a type
1223 | LPZODIAC m_pkZodiac;
| ^~~~~~~~
char.h:1393:15: error: 'THitCountInfo' was not declared in this scope
1393 | std::vector<THitCountInfo> m_hitCount;
| ^~~~~~~~~~~~~
char.h:1393:28: error: template argument 1 is invalid
1393 | std::vector<THitCountInfo> m_hitCount;
| ^
char.h:1393:28: error: template argument 2 is invalid
char.h:2597:53: error: 'TCatchKingCard' was not declared in this scope
2597 | void MiniGameCatchKingSetFieldCards(std::vector<TCatchKingCard> vec) { m_vecCatchKingFieldCards = vec; }
| ^~~~~~~~~~~~~~
char.h:2597:67: error: template argument 1 is invalid
2597 | void MiniGameCatchKingSetFieldCards(std::vector<TCatchKingCard> vec) { m_vecCatchKingFieldCards = vec; }
| ^
char.h:2597:67: error: template argument 2 is invalid
char.h:2614:15: error: 'TCatchKingCard' was not declared in this scope
2614 | std::vector<TCatchKingCard> m_vecCatchKingFieldCards;
| ^~~~~~~~~~~~~~
char.h:2614:29: error: template argument 1 is invalid
2614 | std::vector<TCatchKingCard> m_vecCatchKingFieldCards;
| ^
char.h:2614:29: error: template argument 2 is invalid
char.h:2961:25: error: 'LPZODIAC' has not been declared
2961 | void SpawnZodiacGroup(LPZODIAC pZodiac);
| ^~~~~~~~
char.h:2962:25: error: 'LPZODIAC' has not been declared
2962 | void SpawnZodiacStone(LPZODIAC pZodiac);
| ^~~~~~~~
En son bir moderatör tarafından düzenlenmiş: