PDA

View Full Version : cvs update isnt getting the streaker bug fix



peepee
03-26-2002, 02:09 AM
I am doing (from my showeq dir):

cvs checkout .
cvs -z3 update


Just like the docs say.

What am I doing wrong? It hasnt changed or added the patch seemingly...

If I am doing something wrong, then please tell me then make this thread sticky....

There are a zillion threads on updating already and searching through them all kis about as efficient as old index cards at a library.

crazdefool
03-26-2002, 06:54 AM
it still streaks occasionally if thats what you mean..

monster69
03-26-2002, 09:40 AM
After you do:

cvs -z3 update

from your showeq download directory are you then doing:

make -f Makefile.dist

followed by:

./configure && make && make install

peepee
04-01-2002, 11:13 PM
When I do:

make -f Makefile.dist

It starts with

Adding libtool support
then
make[1] no-backup Error 1
make [all] Error 2

crazdefool
04-02-2002, 06:38 AM
try
make distclean

then

./configure
make
make install