im also getting this whit the last source.
../../../src/game/PlayerbotAI.cpp: In member function ‘bool PlayerbotAI::HasAura(uint32, const Unit&) const’:
../../../src/game/PlayerbotAI.cpp:866: error: conversion from ‘std::_Rb_tree_const_iterator<std::Pair<const std::Pair<unsigned int, SpellEffectIndex>, Aura*> >’ to non-scalar type ‘std::_Rb_tree_const_iterator<std::Pair<const std::Pair<unsigned int, unsigned char>, Aura*> >’ requested
../../../src/game/PlayerbotAI.cpp:866: error: no match for ‘operator!=’ in ‘iter != ((const std::multimap<std::Pair<unsigned int, SpellEffectIndex>, Aura*, std::less<std::Pair<unsigned int, SpellEffectIndex> >, std::allocator<std::Pair<const std::Pair<unsigned int, SpellEffectIndex>, Aura*> > >*)((const Unit*)player)->Unit::GetAuras())->std::multimap<_Key, _Tp, _Compare, _Alloc>::end [with _Key = std::Pair<unsigned int, SpellEffectIndex>, _Tp = Aura*, _Compare = std::less<std::Pair<unsigned int, SpellEffectIndex> >, _Alloc = std::allocator<std::Pair<const std::Pair<unsigned int, SpellEffectIndex>, Aura*> >]()’
/usr/include/c++/4.4/bits/stl_tree.h:291: note: candidates are: bool std::_Rb_tree_const_iterator<_Tp>::operator!=(const std::_Rb_tree_const_iterator<_Tp>&) const [with _Tp = std::Pair<const std::Pair<unsigned int, unsigned char>, Aura*>]
../../../dep/ACE_wrappers/ace/Time_Value.inl:327: note: bool operator!=(const ACE_Time_Value&, const ACE_Time_Value&)