View Single Post
  #12  
Old 08-01-2012, 02:47 PM
Uleat's Avatar
Uleat
Developer
 
Join Date: Apr 2012
Location: North Carolina
Posts: 2,815
Default

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.
__________________
Uleat of Bertoxxulous

Compilin' Dirty
Reply With Quote