Compile problem with new files

A forum for feature requests/discussions and user submitted patches that improve MQ2

Moderator: MacroQuest Developers

noob01
decaying skeleton
decaying skeleton
Posts: 3
Joined: Mon Jun 16, 2003 4:29 pm

Compile problem with new files

Post by noob01 » Mon Jun 16, 2003 4:40 pm

I just got the new files from sourceforge(any files that added in last 3 weeks). But got the following error while trying to compile them:

--------------------Configuration: EQLib - Win32 Release--------------------
Compiling...
EQLib.cpp
C:\macroquest\eqlib\EQLib.cpp(1) : error C2143: syntax error : missing ';' before '<'
C:\macroquest\eqlib\EQLib.cpp(5) : error C2146: syntax error : missing ';' before identifier 'Greg'
C:\macroquest\eqlib\EQLib.cpp(5) : error C2501: 'by' : missing storage-class or type specifiers
C:\macroquest\eqlib\EQLib.cpp(5) : fatal error C1004: unexpected end of file found
Error executing cl.exe.

eqlib.exe - 4 error(s), 0 warning(s)

I was using VC++ 6.0 to compile. I tried to compile the old files again and found no errors. So the problem should be in the new files.
Btw, I noticed that the new workspace asked me to build eqlib.exe instead of old eqlib.dll. No idea if it related to my problem or not.
Any help would be appreciated.

Amadeus
The Maestro
The Maestro
Posts: 2036
Joined: Sat Jun 29, 2002 3:51 pm

Post by Amadeus » Mon Jun 16, 2003 4:46 pm

Delete your entire source tree and get cvs clean. We don't even use EQLib.cpp anymore :)

noob01
decaying skeleton
decaying skeleton
Posts: 3
Joined: Mon Jun 16, 2003 4:29 pm

Post by noob01 » Mon Jun 16, 2003 5:07 pm

Nm, I got it now. Thx for the help :D