PDA

View Full Version : Compile error please help



op911
02-24-2005, 04:33 PM
I downloaded new version 18. In the middle of compiling I get the following:

In file included from interface.h:32]
from main.cpp:39:
everquest.h:490: parse error before '<<' token
everquest.h:493: parse error before "==' token
everquest.h:496: too many decimal points in floating constant
everquest.h:523: parse error before '<<' token
everquest.h:530: too many decimal points in floating constant
everquest.h:534: too many decimal points in floating constant
everquest.h:553: parse error before '<<' token
everquest.h:646: parse error before '==' token
everquest.h:678: 'uint32_t exp' redeclared as different kind of symbol
/usr/include/bits/mathcalls.h:101: previous declaration of 'double exp(double)'
everquest.h:733: parse error before '<<' token
everquest.h:738: parse error before '}' token
everquest.h:739: too many decimal points in floating constant
everquest.h:745: redefinition of 'uint16_t altexp'
everquest.h:736: 'uint16_t altexp' previously declared here
everquest.h:747: parse error before '<<' token
everquest.h:749: too many decimal points in floating constant
everquest.h:752: too many decimal points in floating constant
everquest.h:915: parse error before '}' token
everquest.h:987: parse error before '<<' token
everquest.h:993: too many decimal points in floating constant
everquest.h:994: missing ';' before right brace
make [2]: *** [main.o] Error 1
make [2] Leaving directory '/root/showeq/src'
make [1] *** [all-recursive] Error 1
make [1] Leaving directory '/root/showeq'
make: *** [all] Error 2

Anyone have any ideas what I might be doing wrong ? Thank you in advance for any help you can give me.

Cryonic
02-24-2005, 08:19 PM
rm -rf showeq
cvs co -r <branch> showeq

you have a bad patch

op911
02-24-2005, 09:33 PM
Thank you very much.....that fixed it. I'm up and running !!!