i have the scripdev2 , i want compile it,but when i compile it i get this error:
Extracting Revision
Compiling...
precompiled.cpp
c:\SVN\MaNGOS\src\bindings\ScriptDev2\include\sc_creature.h(62) : error C2664: 'CreatureAI::CreatureAI(const CreatureAI &)' : cannot convert parameter 1 from 'Creature *' to 'const CreatureAI &'
Reason: cannot convert from 'Creature *' to 'const CreatureAI'
No constructor could take the source type, or constructor overload resolution was ambiguous
c:\SVN\MaNGOS\src\game\GroupReference.h(2: fatal error C1903: unable to recover from previous error(s); stopping compilation
can someone help me???