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

Problem with TFS! Compilation

Kuzyn

Excellent OT User
Joined
Dec 19, 2009
Messages
1,732
Solutions
3
Reaction score
885
Location
pl?
[9.80-9.86] The Forgotten Server v0.2.15 (Mystic Spirit)

I can't compile it with the newest source (Code Blocks, Dev cpp).

Errors:
Code:
508 C:\Users\Oskar\Desktop\Otes\The Forgotten Dev-Cpp\include\c++\3.4.5\ext\hashtable.h   instantiated from 
`size_t __gnu_cxx::hashtable<_Val, _Key, _HashFcn, _ExtractKey, _EqualKey, _Alloc>::_M_bkt_num_key(const _Key&) const [with _Val = Creature*, _Key = Creature*, _HashFcn = __gnu_cxx::hash<Creature*>, _ExtractKey = std::_Identity<Creature*>, _EqualKey = std::equal_to<Creature*>, _Alloc = std::allocator<Creature*>]'

Code:
1443 C:\Users\Oskar\Desktop\OT 9.83\0.2.15.r102\commands.cpp   instantiated from here
for(SpectatorVec::const_iterator it = list.begin(), end = list.end(); it != end; ++it)

And it says that "depot" file is missing.

- - - Updated - - -

Anybody can help me?
 
Back
Top