PDA

View Full Version : updating CVS



Liele
11-03-2002, 01:32 PM
Greetings, I have read and reread (to double check myself) the faq that is there for all newbies. I have update both the cvs and libeq successfully in the past. I also understand showeq is not quite working again since the halloween patch. Here is my problem though (having followed the directions in the faq)
When it is doing the make && make install it gives these lines and jumps out

In file included from packet.h:30
from spawnlist.cpp:35:
opcodes.h:40: parse error before '<<' token
In file included from packet.h:42,
from spawnlist.cpp:35:
/usr/include/net.inet/is_systm.h:39: parse error before '}' token
make[2]: ***[spawnlist.o] Error 1
make[2]: Leaving directory 'root/seq/showeq/src'
make[1]: ***[all-recursive] Error 1
make[1]: Leaving directory '/root/seq/showeq'
make: ***[all-recursive-am] Error 2
[root@yay-maps showeq]#

I have read thru other trouble posts and their flaming; would appreciate if someone would point out my mistake that would cause this. I am using redhat 7.2 and use the directions for updating in the readme listed at the top of the boards main page. To get to my showeq directory, I go to seq first. As said before, I have updated before with no problems. Thank you.

high_jeeves
11-03-2002, 01:38 PM
You edited a file (opcodes.h), then updated it from CVS. CVS pointed out the differences between your edit and the CVS edit to you. You need to either manually merge the differences, or just delete the file and update again.

--Jeeves

Liele
11-03-2002, 04:00 PM
Thank you for the help, it is compiling now. I appreciate your help.