• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

Windows Compiling error

@Limos please help how do i compile so players can take higher level than 717217 ? and how do i compile guildwar for 0.4 ? 3884. And why doesnt player get items when they create new accounts
 
C:\My ot\dev-cpp\Makefile.win [Build Error] [obj//ioguild.o] Error 1
Line: 456 C:\My ot\ioguild.cpp `ask' was not declared in this scope
C:\My ot\ioguild.cpp In member function `bool IOGuild::updateWar(War_t&)':
Im getting these errors
HELP PLS i tried compile
I use 0.4 3884 Gesioracc TFS 0.4 3701+
EDIT
This is my compiler log

Code:
Compiler: Default compiler
Building Makefile: "C:\My ot\dev-cpp\Makefile.win"
Executing  make...
make.exe -f "C:\My ot\dev-cpp\Makefile.win" all
g++.exe -c ../ioguild.cpp -o obj//ioguild.o -I"include"  -D__USE_MYSQL__ -D__USE_SQLITE__ -D__ENABLE_SERVER_DIAGNOSTIC__ -O2 -D__WAR_SYSTEM__    -fexpensive-optimizations -O1

../ioguild.cpp: In member function `bool IOGuild::updateWar(War_t&)':
../ioguild.cpp:455: error: `createSchedulerT' was not declared in this scope

make.exe: *** [obj//ioguild.o] Error 1

Execution terminated
 
Last edited:
Back
Top