• 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!

[7.1][Survival 0.5.7] Source Code

error656

New Member
Joined
Aug 27, 2007
Messages
60
Reaction score
1
Hi
I have got a question about source code from an old Tibia Server.
When i try to compile i have got an error

Code:
Kompilator: Default compiler
Building Makefile: "E:\OTS\Survival\Survival\Sources Livre 5.67 (Cliente 7.1)\Makefile.win"
Wykonywanie  make...
make.exe -f "E:\OTS\Survival\Survival\Sources Livre 5.67 (Cliente 7.1)\Makefile.win" all
g++.exe -c house.cpp -o Objetos/house.o -I"include"  -D__WINDOWS__   -O3

In file included from map.h:20,
                 from house.h:14,
                 from house.cpp:11:
scheduler.h: In member function `int TCallList<Functor, Functor2, Arg>::operator()(Map* const&)':
scheduler.h:84: error: invalid use of undefined type `struct Map'
creature.h:69: error: forward declaration of `struct Map'

make.exe: *** [Objetos/house.o] Error 1

Wykonanie zakończone

I guess that source is broken and it will be almost impossible to fix it but maybe you have got a clue for me, what can be wrong. If you need to look on source code just msg and i will upload it.

Or maybe somebody have got working source for decent 7.1 server.

I hope i write in good section.

Error656
 
Well, not sure about the error. But you could deconvert avesta trunk to 7.1 pretty easy... problem is the items.otb
 
Back
Top