Psych0SoociaL 1
Psych0SoociaL
noisiv 1
noisiv
Manwe Work 1
Manwe Work
Agora Metin2 1
Agora Metin2
Bvural41 1
Bvural41
Mt2Hizmet 1
Mt2Hizmet
Hikaye Ekle

Altın Konu Anka2 Project SF | 2025

4.97 yıldız(lar) 35 Değerlendirme Değerlendirenler
Sunucu üzerinden gmake komutunu çalıştırdığımda aşağıdaki hatayı veriyor ve gmake komutu çalışmıyor yardımcı olabilir misiniz

root@siberdizayn:/usr/src/Server/game/src # gmake -j5
[CPP] BattleArena.cpp -> .obj/BattleArena.o
[CPP] FSM.cpp -> .obj/FSM.o
[CPP] MarkConvert.cpp -> .obj/MarkConvert.o
[CPP] MarkImage.cpp -> .obj/MarkImage.o
[CPP] MarkManager.cpp -> .obj/MarkManager.o
In file included from FSM.cpp:6:
In file included from ./FSM.h:4:
./state.h:33:4: error: use of undeclared identifier 'assert'
33 | assert(pInstance);
| ^~~~~~
FSM.cpp:12:17: note: in instantiation of member function 'CStateTemplate<CFSM>::Set' requested her e
12 | m_stateInitial.Set(this, &CFSM::BeginStateInitial, &CFSM::StateInitial, &CFSM::End StateInitial);
| ^
In file included from FSM.cpp:6:
In file included from ./FSM.h:4:
./state.h:36:4: error: use of undeclared identifier 'assert'
36 | assert(pfnBeginState);
| ^~~~~~
./state.h:39:4: error: use of undeclared identifier 'assert'
39 | assert(pfnState);
| ^~~~~~
./state.h:42:4: error: use of undeclared identifier 'assert'
42 | assert(pfnEndState);
| ^~~~~~
./state.h:48:4: error: use of undeclared identifier 'assert'
48 | assert(m_pInstance && m_pfnBeginState);
| ^~~~~~
./FSM.h:15:11: note: in instantiation of member function 'CStateTemplate<CFSM>::ExecuteBeginState' requested here
15 | virtual ~CFSM() {}
| ^
In file included from FSM.cpp:6:
In file included from ./FSM.h:4:
./state.h:54:4: error: use of undeclared identifier 'assert'
54 | assert(m_pInstance && m_pfnState);
| ^~~~~~
./FSM.h:15:11: note: in instantiation of member function 'CStateTemplate<CFSM>::ExecuteState' requ ested here
15 | virtual ~CFSM() {}
| ^
In file included from FSM.cpp:6:
In file included from ./FSM.h:4:
./state.h:60:4: error: use of undeclared identifier 'assert'
60 | assert(m_pInstance && m_pfnEndState);
| ^~~~~~
./FSM.h:15:11: note: in instantiation of member function 'CStateTemplate<CFSM>::ExecuteEndState' r equested here
15 | virtual ~CFSM() {}
| ^
7 errors generated.
gmake: *** [Makefile:141: .obj/FSM.o] Error 1
gmake: *** Waiting for unfinished jobs....
In file included from MarkImage.cpp:1:
In file included from ./stdafx.h:8:
./../../common/singleton.h:13:4: error: use of undeclared identifier 'assert'
13 | assert(!ms_singleton);
| ^~~~~~
./../../common/singleton.h:32:4: error: use of undeclared identifier 'assert'
32 | assert(ms_singleton);
| ^~~~~~
MarkImage.cpp:170:93: note: in instantiation of member function 'singleton<LZOManager>::Instance' requested here
170 | if (LZO_E_OK != lzo1x_decompress_safe(pbComp, dwCompSize, (BYTE *) apxBuf, &sizeBu f, CLZO::Instance().GetWorkMemory()))
| ^
2 errors generated.
gmake: *** [Makefile:141: .obj/MarkImage.o] Error 1
In file included from MarkConvert.cpp:1:
In file included from ./stdafx.h:8:
./../../common/singleton.h:13:4: error: use of undeclared identifier 'assert'
13 | assert(!ms_singleton);
| ^~~~~~
./../../common/singleton.h:26:4: error: use of undeclared identifier 'assert'
26 | assert(ms_singleton);
| ^~~~~~
MarkConvert.cpp:87:22: note: in instantiation of member function 'singleton<CGuildMarkManager>::in stance' requested here
87 | CGuildMarkManager::instance().SaveMark(guild_id, (BYTE *) mark);
| ^
2 errors generated.
gmake: *** [Makefile:141: .obj/MarkConvert.o] Error 1
In file included from MarkManager.cpp:1:
In file included from ./stdafx.h:8:
./../../common/singleton.h:13:4: error: use of undeclared identifier 'assert'
13 | assert(!ms_singleton);
| ^~~~~~
./../../common/singleton.h:20:4: error: use of undeclared identifier 'assert'
20 | assert(ms_singleton);
| ^~~~~~
MarkManager.cpp:16:20: note: in instantiation of member function 'singleton<CGuildMarkManager>::~s ingleton' requested here
16 | CGuildMarkManager::CGuildMarkManager()
| ^
2 errors generated.
gmake: *** [Makefile:141: .obj/MarkManager.o] Error 1
In file included from BattleArena.cpp:1:
In file included from ./stdafx.h:8:
./../../common/singleton.h:13:4: error: use of undeclared identifier 'assert'
13 | assert(!ms_singleton);
| ^~~~~~
./../../common/singleton.h:20:4: error: use of undeclared identifier 'assert'
20 | assert(ms_singleton);
| ^~~~~~
BattleArena.cpp:14:15: note: in instantiation of member function 'singleton<CBattleArena>::~single ton' requested here
14 | CBattleArena::CBattleArena()
| ^
In file included from BattleArena.cpp:1:
In file included from ./stdafx.h:36:
In file included from ./event.h:4:
In file included from /usr/local/include/boost/intrusive_ptr.hpp:16:
/usr/local/include/boost/smart_ptr/intrusive_ptr.hpp:160:9: error: use of undeclared identifier 'a ssert'
160 | BOOST_ASSERT( px != 0 );
| ^~~~~~~~~~~~~~~~~~~~~~~
/usr/local/include/boost/assert.hpp:66:29: note: expanded from macro 'BOOST_ASSERT'
66 | # define BOOST_ASSERT(expr) assert(expr)
| ^~~~~~
BattleArena.cpp:91:67: note: in instantiation of member function 'boost::intrusive_ptr<event>::eek:pe rator->' requested here
91 | SBattleArenaInfo * pInfo = dynamic_cast<SBattleArenaInfo *>(event->info );
| ^
In file included from BattleArena.cpp:1:
In file included from ./stdafx.h:8:
./../../common/singleton.h:26:4: error: use of undeclared identifier 'assert'
26 | assert(ms_singleton);
| ^~~~~~
BattleArena.cpp:121:28: note: in instantiation of member function 'singleton<quest::CQuestManager> ::instance' requested here
121 | quest::CQuestManager::instance().RequestSetEventFl ag("battle_arena", 0);
| ^
In file included from BattleArena.cpp:1:
In file included from ./stdafx.h:8:
./../../common/singleton.h:26:4: error: use of undeclared identifier 'assert'
26 | assert(ms_singleton);
| ^~~~~~
BattleArena.cpp:124:47: note: in instantiation of member function 'singleton<SECTREE_MANAGER>::ins tance' requested here
124 | LPSECTREE_MAP sectree = SECTREE_MANAGER::instance( ).GetMap(pInfo->nMapIndex);
| ^
In file included from BattleArena.cpp:1:
In file included from ./stdafx.h:8:
./../../common/singleton.h:26:4: error: use of undeclared identifier 'assert'
26 | assert(ms_singleton);
| ^~~~~~
BattleArena.cpp:157:22: note: in instantiation of member function 'singleton<CBattleArena>::instan ce' requested here
157 | CBattleArena::instance().SpawnRand omStone();
| ^
In file included from BattleArena.cpp:1:
In file included from ./stdafx.h:8:
./../../common/singleton.h:26:4: error: use of undeclared identifier 'assert'
26 | assert(ms_singleton);
| ^~~~~~
BattleArena.cpp:315:21: note: in instantiation of member function 'singleton<CHARACTER_MANAGER>::i nstance' requested here
315 | CHARACTER_MANAGER::instance().SpawnMobRange(
| ^
In file included from BattleArena.cpp:6:
In file included from ./char.h:10:
In file included from ./FSM.h:4:
./state.h:48:4: error: use of undeclared identifier 'assert'
48 | assert(m_pInstance && m_pfnBeginState);
| ^~~~~~
./FSM.h:15:11: note: in instantiation of member function 'CStateTemplate<CFSM>::ExecuteBeginState' requested here
15 | virtual ~CFSM() {}
| ^
In file included from BattleArena.cpp:6:
In file included from ./char.h:10:
In file included from ./FSM.h:4:
./state.h:54:4: error: use of undeclared identifier 'assert'
54 | assert(m_pInstance && m_pfnState);
| ^~~~~~
./FSM.h:15:11: note: in instantiation of member function 'CStateTemplate<CFSM>::ExecuteState' requ ested here
15 | virtual ~CFSM() {}
| ^
In file included from BattleArena.cpp:6:
In file included from ./char.h:10:
In file included from ./FSM.h:4:
./state.h:60:4: error: use of undeclared identifier 'assert'
60 | assert(m_pInstance && m_pfnEndState);
| ^~~~~~
./FSM.h:15:11: note: in instantiation of member function 'CStateTemplate<CFSM>::ExecuteEndState' r equested here
15 | virtual ~CFSM() {}
| ^
10 errors generated.
gmake: *** [Makefile:141: .obj/BattleArena.o] Error 1
gmake clean
gmake all -j20
 

Şu an konuyu görüntüleyenler (Toplam : 1, Üye: 1, Misafir: 0)

Geri
Üst