Gdy daje Kompiluj po chwili wyrzuca mi błędy:
Biblioteki Open SSL mam zaktualizowane do nowszych.
PS
W ioguild.cpp i ioguild.h mam dodany skrypt na guild war system
Code:
Kompilator: Default compiler
Building Makefile: "C:\Documents and Settings\mrozek\Pulpit\trunk.r3884\dev-cpp\Makefile.win"
Wykonywanie make...
make.exe -f "C:\Documents and Settings\mrozek\Pulpit\trunk.r3884\dev-cpp\Makefile.win" all
g++.exe -c ../actions.cpp -o obj//actions.o -I"include" -D__USE_MYSQL__ -D__USE_SQLITE__ -D__ENABLE_SERVER_DIAGNOSTIC__ -O2 -D__WAR_SYSTEM__ -fexpensive-optimizations -O1
In file included from ../player.h:34,
from ../actions.cpp:23:
../ioguild.h: In member function `bool IOGuild::updateWar(War_t&)':
../ioguild.h:120: error: `Scheduler' has not been declared
../ioguild.h:120: error: request for member `addEvent' in `IOGuild::getInstance()', which is of non-class type `IOGuild*'
../ioguild.h:121: error: `createSchedulerTask' was not declared in this scope
../ioguild.h: In member function `void IOGuild::finishWar(War_t, bool)':
../ioguild.h:151: error: incomplete type `Player' used in nested name specifier
../ioguild.h:151: error: incomplete type `Player' used in nested name specifier
../ioguild.h:153: error: invalid use of undefined type `struct Player'
../luascript.h:74: error: forward declaration of `struct Player'
../ioguild.h:157: error: invalid use of undefined type `struct Player'
../luascript.h:74: error: forward declaration of `struct Player'
../ioguild.h:159: error: invalid use of undefined type `struct Player'
../luascript.h:74: error: forward declaration of `struct Player'
../ioguild.h:162: error: invalid use of undefined type `struct Player'
../luascript.h:74: error: forward declaration of `struct Player'
../ioguild.h:164: error: invalid use of undefined type `struct Player'
../luascript.h:74: error: forward declaration of `struct Player'
../ioguild.h:169: error: `g_game' was not declared in this scope
../ioguild.h:176: error: `g_game' was not declared in this scope
../ioguild.h: In member function `void IOGuild::frag(Player*, uint64_t, const DeathList&, bool)':
../ioguild.h:212: error: `ChatChannel' was not declared in this scope
../ioguild.h:212: error: `channel' was not declared in this scope
../ioguild.h:213: error: `g_chat' was not declared in this scope
../ioguild.h:215: error: invalid use of undefined type `struct Player'
../luascript.h:74: error: forward declaration of `struct Player'
../ioguild.h:224: error: `g_chat' was not declared in this scope
../ioguild.h:226: error: invalid use of undefined type `struct Player'
../luascript.h:74: error: forward declaration of `struct Player'
make.exe: *** [obj//actions.o] Error 1
Wykonanie zakończone
Biblioteki Open SSL mam zaktualizowane do nowszych.
PS
W ioguild.cpp i ioguild.h mam dodany skrypt na guild war system