Page 1 of 1

Compile problem with new files

Posted: Mon Jun 16, 2003 4:40 pm
by noob01
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.

Posted: Mon Jun 16, 2003 4:46 pm
by Amadeus
Delete your entire source tree and get cvs clean. We don't even use EQLib.cpp anymore :)

Posted: Mon Jun 16, 2003 5:07 pm
by noob01
Nm, I got it now. Thx for the help :D