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

Compiler Error in Linux

Haizen

New Member
Joined
Sep 16, 2007
Messages
26
Reaction score
2
Code:
game.cpp: In member function 'bool Game::playerCloseRuleViolation(uint32_t, const std::string&)':
game.cpp:1945: error: no match for 'operator=' in 'it = 0'
/usr/lib/gcc/i486-linux-gnu/4.1.2/../../../../include/c++/4.1.2/bits/stl_tree.h:152: note: candidates are: std::_Rb_tree_iterator<std::pair<const unsigned int, RuleViolation> >& std::_Rb_tree_iterator<std::pair<const unsigned int, RuleViolation> >::operator=(const std::_Rb_tree_iterator<std::pair<const unsigned int, RuleViolation> >&)
make: *** [game.o] Error 1
 
Back
Top