View Single Post
  #3  
Old 12-13-2015, 05:01 AM
Kingly_Krab
Administrator
 
Join Date: May 2013
Location: United States
Posts: 1,604
Default

It looks like you have some sort of modification, although you say you haven't modified the file at all. Those errors work like this 'file location:line number:column number' So on line 400 you have 3 errors and on line 416 you have an error. Would you mind posting from line 390 to 420 of your command.cpp (located in source/zone folder)?

Note: The reason I say it seems like there is a modification is because the scalar symbol ($) is not used in C++ for variable declaration, the only place you'll find that in any of EQEmulator's code is in Perl or PHP.

Edit: Compiled the source as of today (12/13/15) and did not receive this error or any sort of error at all.

Last edited by Kingly_Krab; 12-13-2015 at 05:30 AM..
Reply With Quote