View Single Post
  #1  
Old 10-02-2003, 08:51 AM
thadood
Fire Beetle
 
Join Date: Jan 2003
Posts: 2
Default odd 5.0 cvs compile error

using MS visial c++ 6.0

get the following error when trying to compile the last file zone.exe

I have no problems with world and memeshare anyways.. here is the error when i try and compile zone.exe I have not edited anything! I have downloaded the cvs today also from sourceforge if that helps. any insight on the problem??

Quote:
command.cpp
C:\eqemu\cvs\eqemu\NewSource\zone\command.cpp(7266 ) : error C2065: 'MAXMEMBERS' : undeclared identifier
parser.cpp
C:\eqemu\cvs\eqemu\NewSource\zone\parser.cpp(299) : error C2039: 'GetGuildOwned' : is not a member of 'Zone'
C:\eqemu\cvs\eqemu\NewSource\zone\zone.h(5 : see declaration of 'Zone'
C:\eqemu\cvs\eqemu\NewSource\zone\parser.cpp(671) : error C2039: 'UpdateCityDefenseFaction' : is not a member of 'Database'
C:\eqemu\cvs\eqemu\NewSource\zone\../common/database.h(233) : see declaration of 'Database'
Error executing cl.exe.
Zone.exe - 3 error(s), 0 warning(s)
Reply With Quote