eqhunter
02-20-2005, 01:08 AM
cd /root
cvs -z3 -d:pserver:[email protected]:/cvsroot/seq login
cvs -z3 -d:pserver:[email protected]:/cvsroot/seq co -r pre_5_0_beta showeq
cd /root/showeq
patch -p0 < 5.0.0.17-purple2.patch
patch -p0 < zones.h.patch
make -f Makefile.dist all
./configure
make
and then I get this error at the end.
make[2]: Leaving directory `/root/showeq/src'
Making all in conf
make[2]: Entering directory `/root/showeq/conf'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/root/showeq/conf'
make[2]: Entering directory `/root/showeq'
make[2]: Nothing to be done for `all-am'.
make[2]: Leaving directory `/root/showeq'
make[1]: Leaving directory `/root/showeq'
:confused:
hunter
cvs -z3 -d:pserver:[email protected]:/cvsroot/seq login
cvs -z3 -d:pserver:[email protected]:/cvsroot/seq co -r pre_5_0_beta showeq
cd /root/showeq
patch -p0 < 5.0.0.17-purple2.patch
patch -p0 < zones.h.patch
make -f Makefile.dist all
./configure
make
and then I get this error at the end.
make[2]: Leaving directory `/root/showeq/src'
Making all in conf
make[2]: Entering directory `/root/showeq/conf'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/root/showeq/conf'
make[2]: Entering directory `/root/showeq'
make[2]: Nothing to be done for `all-am'.
make[2]: Leaving directory `/root/showeq'
make[1]: Leaving directory `/root/showeq'
:confused:
hunter