-
Total de itens
24 -
Registro em
-
Última visita
Tipo de Conteúdo
Perfis
Fóruns
Calendário
Publique
Tudo que diogo felipe postou
-
alguém pode me ajudar com este erro:
onfigure complete, now you may type 'make'.
root@pokemon:/otserv/sources# make
make all-am
make[1]: Entering directory `/otserv/sources'
g++ -DHAVE_CONFIG_H -I. -pthread -I/usr/include/libxml2 -I/usr/include/lua5.1 -D__USE_MYSQL__ -D__USE_SQLITE__ -D__ENABLE_SERVER_DIAGNOSTIC__ -D__REMOTE_CONTROL__ -D_THREAD_SAFE -D_REENTRANT -Wall -g -O1 -Wno-unused-variable -MT actions.o -MD -MP -MF .deps/actions.Tpo -c -o actions.o actions.cpp
In file included from player.h:34:0,
from actions.cpp:23:
protocolgame.h:307:50: error: 'FunctionType' does not name a type
void addGameTaskInternal(uint32_t delay, const FunctionType&);
^
protocolgame.h:307:62: error: ISO C++ forbids declaration of 'parameter' with no type [-fpermissive]
void addGameTaskInternal(uint32_t delay, const FunctionType&);
^
In file included from actions.cpp:23:0:
player.h: In member function 'void Player::sendExtendedOpcode(uint8_t, const string&)':
player.h:540:33: error: 'class ProtocolGame' has no member named 'sendExtendedOpcode'
{if(client) client->sendExtendedOpcode(opcode, buffer);}
^cc1plus: out of memory allocating 32768 bytes after a total of 8822784 bytes
make[1]: *** [actions.o] Error 1
make[1]: Leaving directory `/otserv/sources'
make: *** [all] Error 2
root@pokemon:/otserv/sources#