world failed because of these:
Code:
3>.\EQWParser.cpp(116) : error C2106: '=' : left operand must be l-value
3>.\EQWParser.cpp(123) : error C2106: '=' : left operand must be l-value
zone failed because of these:
Code:
4>.\embperl.cpp(161) : error C2106: '=' : left operand must be l-value
4>.\embperl.cpp(168) : error C2106: '=' : left operand must be l-value
4>.\bot.cpp(7696) : error C2110: '+' : cannot add two pointers
Warnings can usually be overlooked...
The bot.cpp is a known bug and possibly fixed..you may need to update your revision if you're still on 2171.
The EQWParser.cpp and embperl.cpp could be related to your Perl setup since these are the two places that it
is defined. Someone more knowledgeable can probably point you in the direction for a fix.