PDA

View Full Version : Error compiling



stef33
10-28-2002, 08:20 PM
I did a cvs update and got a conflict on the opcode.h

And now i keep getting this error when i do make.
In file included from packet.h:30,
from spawnlist.cpp:35:
opcode.h:38: parse error before '<<' token
In file included from packet.j:42,
from spawnlist.cpp:35:
/usr/included/netinet/in_systm.h:39: parse error before '}' token
** [spawnlist.o] Error 1

high_jeeves
10-28-2002, 08:29 PM
There is an excellent manual for CVS found on their website. They also have their own forums, and SEQ != CVS. The quick fix: delete the offending file, and update again. If you want more details, please see the appropriate sources.

--Jeeves