Makefile:130: recipe for target 'OBJDIR/item_manager.o' failed
gmake: *** [OBJDIR/item_manager.o] Error 1
[email protected]:/usr/src/samurai/Srcs/Server/game/src # gmake -j1
compile item_manager.cpp
item_manager.cpp: In member function 'TItemTable* ITEM_MANAGER::GetTable(DWORD)':
item_manager.cpp:606: warning: comparison between signed and unsigned integer expressions
item_manager.cpp: At global scope:
item_manager.cpp:769: error: expected unqualified-id before '[' token
item_manager.cpp: In member function 'bool ITEM_MANAGER::CreateDropItem(CHARACTER*, CHARACTER*, std::vector<CItem*, std::allocator<CItem*> >&)':
item_manager.cpp:863: error: expected primary-expression before '[' token
item_manager.cpp:865: error: expected primary-expression before '[' token
item_manager.cpp:944: warning: comparison between signed and unsigned integer expressions
../../../Extern/include/cryptopp/cryptlib.h: In member function 'bool CryptoPP::NameValuePairs::GetValue(const char*, T&) const [with T = std::string]':
../../../Extern/include/cryptopp/cryptlib.h:277: instantiated from here
../../../Extern/include/cryptopp/cryptlib.h:264: warning: dereferencing type-punned pointer will break strict-aliasing rules
../../../Extern/include/cryptopp/cryptlib.h: In member function 'bool CryptoPP::NameValuePairs::GetValue(const char*, T&) const [with T = int]':
../../../Extern/include/cryptopp/cryptlib.h:283: instantiated from here
../../../Extern/include/cryptopp/cryptlib.h:264: warning: dereferencing type-punned pointer will break strict-aliasing rules
Makefile:130: recipe for target 'OBJDIR/item_manager.o' failed
gmake: *** [OBJDIR/item_manager.o] Error 1