View Single Post
  #1  
Old 05-23-2013, 02:48 PM
gillial1
Fire Beetle
 
Join Date: Apr 2013
Location: United States
Posts: 4
Default Compile Error with entity.h

I'm getting a compile error and I'm hoping I can get some advise on how to proceed with fixing this issue. I've searched the other threads and have not found anyone else reporting on this issue.

I'm running XP with Visual Studio Express C++ 2010 and Perl v5.12.3.

c:\eq\source\zone\entity.h(444): error C2143: syntax error : missing ';' before '<'
c:\eq\source\zone\entity.h(444): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
c:\eq\source\zone\entity.h(444): error C2238: unexpected token(s) preceding ';'

========= Rebuild All: 8 succeeded, 1 failed, 0 skipped ==========

Any help/guidance would be much appreciative.

Thanks
Reply With Quote