Here are the errors from your output:
Code:
2>.\EQWParser.cpp(116) : error C2106: '=' : left operand must be l-value
2>.\EQWParser.cpp(123) : error C2106: '=' : left operand must be l-value
2>World - 2 error(s), 1 warning(s)
3>.\embperl.cpp(161) : error C2106: '=' : left operand must be l-value
3>.\embperl.cpp(168) : error C2106: '=' : left operand must be l-value
3>Zone - 2 error(s), 0 warning(s)
These are the same errors reported by FirestormXL on the previous page of this same thread. Look at his post and the post from lerxst2112 that helped him resolve it.
Quote:
Originally Posted by lerxst2112
If you're using Visual Studio 2010 then install Perl 5.14.
If you're using Visual Studio 2008 install Perl 5.10 or 5.12.
If you install Perl 5.12 you'll need to find the two places in the code that reference perl510.lib and change them to perl512.lib.
|
Make sure you are using the appropriate server.sln file for the version of VS you are running.